@@ -1875,8 +1875,8 @@ public DeleteConnection set(String parameterName, Object value) {
1875
1875
* This request holds the parameters needed by the servicenetworking server. After setting any
1876
1876
* optional parameters, call the {@link List#execute()} method to invoke the remote operation.
1877
1877
*
1878
- * @param parent The service that is managing peering connectivity for a service producer's organization. For Google
1879
- * services that support this functionality, this value is
1878
+ * @param parent Required. The service that is managing peering connectivity for a service producer's organization.
1879
+ * For Google services that support this functionality, this value is
1880
1880
* `services/servicenetworking.googleapis.com`. If you specify `services/-` as the parameter
1881
1881
* value, all configured peering services are listed.
1882
1882
* @return the request
@@ -1905,8 +1905,8 @@ public class List extends ServiceNetworkingRequest<com.google.api.services.servi
1905
1905
* List#initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)} must be
1906
1906
* called to initialize this instance immediately after invoking the constructor. </p>
1907
1907
*
1908
- * @param parent The service that is managing peering connectivity for a service producer's organization. For Google
1909
- * services that support this functionality, this value is
1908
+ * @param parent Required. The service that is managing peering connectivity for a service producer's organization.
1909
+ * For Google services that support this functionality, this value is
1910
1910
* `services/servicenetworking.googleapis.com`. If you specify `services/-` as the parameter
1911
1911
* value, all configured peering services are listed.
1912
1912
* @since 1.13
@@ -1987,16 +1987,16 @@ public List setUploadProtocol(java.lang.String uploadProtocol) {
1987
1987
}
1988
1988
1989
1989
/**
1990
- * The service that is managing peering connectivity for a service producer's organization.
1991
- * For Google services that support this functionality, this value is
1990
+ * Required. The service that is managing peering connectivity for a service producer's
1991
+ * organization. For Google services that support this functionality, this value is
1992
1992
* `services/servicenetworking.googleapis.com`. If you specify `services/-` as the parameter
1993
1993
* value, all configured peering services are listed.
1994
1994
*/
1995
1995
@ com .google .api .client .util .Key
1996
1996
private java .lang .String parent ;
1997
1997
1998
- /** The service that is managing peering connectivity for a service producer's organization. For Google
1999
- services that support this functionality, this value is
1998
+ /** Required. The service that is managing peering connectivity for a service producer's organization.
1999
+ For Google services that support this functionality, this value is
2000
2000
`services/servicenetworking.googleapis.com`. If you specify `services/-` as the parameter value,
2001
2001
all configured peering services are listed.
2002
2002
*/
@@ -2005,8 +2005,8 @@ public java.lang.String getParent() {
2005
2005
}
2006
2006
2007
2007
/**
2008
- * The service that is managing peering connectivity for a service producer's organization.
2009
- * For Google services that support this functionality, this value is
2008
+ * Required. The service that is managing peering connectivity for a service producer's
2009
+ * organization. For Google services that support this functionality, this value is
2010
2010
* `services/servicenetworking.googleapis.com`. If you specify `services/-` as the parameter
2011
2011
* value, all configured peering services are listed.
2012
2012
*/
@@ -2021,17 +2021,17 @@ public List setParent(java.lang.String parent) {
2021
2021
}
2022
2022
2023
2023
/**
2024
- * The name of service consumer's VPC network that's connected with service producer network
2025
- * through a private connection. The network name must be in the following format:
2026
- * `projects/{project}/global/networks/{network}`. {project} is a project number, such as in
2027
- * `12345` that includes the VPC service consumer's VPC network. {network} is the name of
2028
- * the service consumer's VPC network.
2024
+ * Required. The name of service consumer's VPC network that's connected with service
2025
+ * producer network through a private connection. The network name must be in the following
2026
+ * format: `projects/{project}/global/networks/{network}`. {project} is a project number,
2027
+ * such as in `12345` that includes the VPC service consumer's VPC network. {network} is the
2028
+ * name of the service consumer's VPC network.
2029
2029
*/
2030
2030
@ com .google .api .client .util .Key
2031
2031
private java .lang .String network ;
2032
2032
2033
- /** The name of service consumer's VPC network that's connected with service producer network through a
2034
- private connection. The network name must be in the following format:
2033
+ /** Required. The name of service consumer's VPC network that's connected with service producer network
2034
+ through a private connection. The network name must be in the following format:
2035
2035
`projects/{project}/global/networks/{network}`. {project} is a project number, such as in `12345`
2036
2036
that includes the VPC service consumer's VPC network. {network} is the name of the service
2037
2037
consumer's VPC network.
@@ -2041,11 +2041,11 @@ public java.lang.String getNetwork() {
2041
2041
}
2042
2042
2043
2043
/**
2044
- * The name of service consumer's VPC network that's connected with service producer network
2045
- * through a private connection. The network name must be in the following format:
2046
- * `projects/{project}/global/networks/{network}`. {project} is a project number, such as in
2047
- * `12345` that includes the VPC service consumer's VPC network. {network} is the name of
2048
- * the service consumer's VPC network.
2044
+ * Required. The name of service consumer's VPC network that's connected with service
2045
+ * producer network through a private connection. The network name must be in the following
2046
+ * format: `projects/{project}/global/networks/{network}`. {project} is a project number,
2047
+ * such as in `12345` that includes the VPC service consumer's VPC network. {network} is the
2048
+ * name of the service consumer's VPC network.
2049
2049
*/
2050
2050
public List setNetwork (java .lang .String network ) {
2051
2051
this .network = network ;
0 commit comments