@@ -1875,8 +1875,8 @@ public DeleteConnection set(String parameterName, Object value) {
18751875 * This request holds the parameters needed by the servicenetworking server. After setting any
18761876 * optional parameters, call the {@link List#execute()} method to invoke the remote operation.
18771877 *
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
18801880 * `services/servicenetworking.googleapis.com`. If you specify `services/-` as the parameter
18811881 * value, all configured peering services are listed.
18821882 * @return the request
@@ -1905,8 +1905,8 @@ public class List extends ServiceNetworkingRequest<com.google.api.services.servi
19051905 * List#initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)} must be
19061906 * called to initialize this instance immediately after invoking the constructor. </p>
19071907 *
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
19101910 * `services/servicenetworking.googleapis.com`. If you specify `services/-` as the parameter
19111911 * value, all configured peering services are listed.
19121912 * @since 1.13
@@ -1987,16 +1987,16 @@ public List setUploadProtocol(java.lang.String uploadProtocol) {
19871987 }
19881988
19891989 /**
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
19921992 * `services/servicenetworking.googleapis.com`. If you specify `services/-` as the parameter
19931993 * value, all configured peering services are listed.
19941994 */
19951995 @ com .google .api .client .util .Key
19961996 private java .lang .String parent ;
19971997
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
20002000 `services/servicenetworking.googleapis.com`. If you specify `services/-` as the parameter value,
20012001 all configured peering services are listed.
20022002 */
@@ -2005,8 +2005,8 @@ public java.lang.String getParent() {
20052005 }
20062006
20072007 /**
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
20102010 * `services/servicenetworking.googleapis.com`. If you specify `services/-` as the parameter
20112011 * value, all configured peering services are listed.
20122012 */
@@ -2021,17 +2021,17 @@ public List setParent(java.lang.String parent) {
20212021 }
20222022
20232023 /**
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.
20292029 */
20302030 @ com .google .api .client .util .Key
20312031 private java .lang .String network ;
20322032
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:
20352035 `projects/{project}/global/networks/{network}`. {project} is a project number, such as in `12345`
20362036 that includes the VPC service consumer's VPC network. {network} is the name of the service
20372037 consumer's VPC network.
@@ -2041,11 +2041,11 @@ public java.lang.String getNetwork() {
20412041 }
20422042
20432043 /**
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.
20492049 */
20502050 public List setNetwork (java .lang .String network ) {
20512051 this .network = network ;
0 commit comments