diff --git a/java-vmwareengine/google-cloud-vmwareengine/src/main/java/com/google/cloud/vmwareengine/v1/VmwareEngineClient.java b/java-vmwareengine/google-cloud-vmwareengine/src/main/java/com/google/cloud/vmwareengine/v1/VmwareEngineClient.java index a6ef11f456da..e9e84abae938 100644 --- a/java-vmwareengine/google-cloud-vmwareengine/src/main/java/com/google/cloud/vmwareengine/v1/VmwareEngineClient.java +++ b/java-vmwareengine/google-cloud-vmwareengine/src/main/java/com/google/cloud/vmwareengine/v1/VmwareEngineClient.java @@ -233,7 +233,7 @@ public final OperationsClient getHttpJsonOperationsClient() { * @param parent Required. The resource name of the private cloud to be queried for clusters. * Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. For example: - * `projects/my-project/locations/us-west1-a` + * `projects/my-project/locations/us-central1-a` * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final ListPrivateCloudsPagedResponse listPrivateClouds(LocationName parent) { @@ -267,7 +267,7 @@ public final ListPrivateCloudsPagedResponse listPrivateClouds(LocationName paren * @param parent Required. The resource name of the private cloud to be queried for clusters. * Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. For example: - * `projects/my-project/locations/us-west1-a` + * `projects/my-project/locations/us-central1-a` * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final ListPrivateCloudsPagedResponse listPrivateClouds(String parent) { @@ -408,7 +408,7 @@ public final ListPrivateCloudsPagedResponse listPrivateClouds(ListPrivateCloudsR * @param name Required. The resource name of the private cloud to retrieve. Resource names are * schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. For example: - * `projects/my-project/locations/us-west1-a/privateClouds/my-cloud` + * `projects/my-project/locations/us-central1-a/privateClouds/my-cloud` * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final PrivateCloud getPrivateCloud(PrivateCloudName name) { @@ -438,7 +438,7 @@ public final PrivateCloud getPrivateCloud(PrivateCloudName name) { * @param name Required. The resource name of the private cloud to retrieve. Resource names are * schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. For example: - * `projects/my-project/locations/us-west1-a/privateClouds/my-cloud` + * `projects/my-project/locations/us-central1-a/privateClouds/my-cloud` * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final PrivateCloud getPrivateCloud(String name) { @@ -531,7 +531,7 @@ public final UnaryCallable getPrivateCloud * @param parent Required. The resource name of the location to create the new private cloud in. * Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. For example: - * `projects/my-project/locations/us-west1-a` + * `projects/my-project/locations/us-central1-a` * @param privateCloud Required. The initial description of the new private cloud. * @param privateCloudId Required. The user-provided identifier of the private cloud to be * created. This identifier must be unique among each `PrivateCloud` within the parent and @@ -587,7 +587,7 @@ public final OperationFuture createPrivateCloud * @param parent Required. The resource name of the location to create the new private cloud in. * Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. For example: - * `projects/my-project/locations/us-west1-a` + * `projects/my-project/locations/us-central1-a` * @param privateCloud Required. The initial description of the new private cloud. * @param privateCloudId Required. The user-provided identifier of the private cloud to be * created. This identifier must be unique among each `PrivateCloud` within the parent and @@ -908,7 +908,7 @@ public final UnaryCallable updatePrivateCl * @param name Required. The resource name of the private cloud to delete. Resource names are * schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. For example: - * `projects/my-project/locations/us-west1-a/privateClouds/my-cloud` + * `projects/my-project/locations/us-central1-a/privateClouds/my-cloud` * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final OperationFuture deletePrivateCloudAsync( @@ -952,7 +952,7 @@ public final OperationFuture deletePrivateCloud * @param name Required. The resource name of the private cloud to delete. Resource names are * schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. For example: - * `projects/my-project/locations/us-west1-a/privateClouds/my-cloud` + * `projects/my-project/locations/us-central1-a/privateClouds/my-cloud` * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final OperationFuture deletePrivateCloudAsync( @@ -1113,7 +1113,7 @@ public final UnaryCallable deletePrivateCl * @param name Required. The resource name of the private cloud scheduled for deletion. Resource * names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. For example: - * `projects/my-project/locations/us-west1-a/privateClouds/my-cloud` + * `projects/my-project/locations/us-central1-a/privateClouds/my-cloud` * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final OperationFuture undeletePrivateCloudAsync( @@ -1148,7 +1148,7 @@ public final OperationFuture undeletePrivateClo * @param name Required. The resource name of the private cloud scheduled for deletion. Resource * names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. For example: - * `projects/my-project/locations/us-west1-a/privateClouds/my-cloud` + * `projects/my-project/locations/us-central1-a/privateClouds/my-cloud` * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final OperationFuture undeletePrivateCloudAsync( @@ -1277,7 +1277,7 @@ public final OperationFuture undeletePrivateClo * @param parent Required. The resource name of the private cloud to query for clusters. Resource * names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. For example: - * `projects/my-project/locations/us-west1-a/privateClouds/my-cloud` + * `projects/my-project/locations/us-central1-a/privateClouds/my-cloud` * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final ListClustersPagedResponse listClusters(PrivateCloudName parent) { @@ -1311,7 +1311,7 @@ public final ListClustersPagedResponse listClusters(PrivateCloudName parent) { * @param parent Required. The resource name of the private cloud to query for clusters. Resource * names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. For example: - * `projects/my-project/locations/us-west1-a/privateClouds/my-cloud` + * `projects/my-project/locations/us-central1-a/privateClouds/my-cloud` * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final ListClustersPagedResponse listClusters(String parent) { @@ -1452,7 +1452,7 @@ public final UnaryCallable listCluste * @param name Required. The cluster resource name to retrieve. Resource names are schemeless URIs * that follow the conventions in https://cloud.google.com/apis/design/resource_names. For * example: - * `projects/my-project/locations/us-west1-a/privateClouds/my-cloud/clusters/my-cluster` + * `projects/my-project/locations/us-central1-a/privateClouds/my-cloud/clusters/my-cluster` * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final Cluster getCluster(ClusterName name) { @@ -1483,7 +1483,7 @@ public final Cluster getCluster(ClusterName name) { * @param name Required. The cluster resource name to retrieve. Resource names are schemeless URIs * that follow the conventions in https://cloud.google.com/apis/design/resource_names. For * example: - * `projects/my-project/locations/us-west1-a/privateClouds/my-cloud/clusters/my-cluster` + * `projects/my-project/locations/us-central1-a/privateClouds/my-cloud/clusters/my-cluster` * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final Cluster getCluster(String name) { @@ -1575,7 +1575,7 @@ public final UnaryCallable getClusterCallable() { * @param parent Required. The resource name of the private cloud to create a new cluster in. * Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. For example: - * `projects/my-project/locations/us-west1-a/privateClouds/my-cloud` + * `projects/my-project/locations/us-central1-a/privateClouds/my-cloud` * @param cluster Required. The initial description of the new cluster. * @param clusterId Required. The user-provided identifier of the new `Cluster`. This identifier * must be unique among clusters within the parent and becomes the final token in the name @@ -1626,7 +1626,7 @@ public final OperationFuture createClusterAsync( * @param parent Required. The resource name of the private cloud to create a new cluster in. * Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. For example: - * `projects/my-project/locations/us-west1-a/privateClouds/my-cloud` + * `projects/my-project/locations/us-central1-a/privateClouds/my-cloud` * @param cluster Required. The initial description of the new cluster. * @param clusterId Required. The user-provided identifier of the new `Cluster`. This identifier * must be unique among clusters within the parent and becomes the final token in the name @@ -1928,7 +1928,7 @@ public final UnaryCallable updateClusterCallabl * @param name Required. The resource name of the cluster to delete. Resource names are schemeless * URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-project/locations/us-west1-a/privateClouds/my-cloud/clusters/my-cluster` + * `projects/my-project/locations/us-central1-a/privateClouds/my-cloud/clusters/my-cluster` * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final OperationFuture deleteClusterAsync(ClusterName name) { @@ -1961,7 +1961,7 @@ public final OperationFuture deleteClusterAsync(Cluste * @param name Required. The resource name of the cluster to delete. Resource names are schemeless * URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-project/locations/us-west1-a/privateClouds/my-cloud/clusters/my-cluster` + * `projects/my-project/locations/us-central1-a/privateClouds/my-cloud/clusters/my-cluster` * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final OperationFuture deleteClusterAsync(String name) { @@ -2092,7 +2092,7 @@ public final UnaryCallable deleteClusterCallabl * @param parent Required. The resource name of the private cloud to be queried for subnets. * Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. For example: - * `projects/my-project/locations/us-west1-a/privateClouds/my-cloud` + * `projects/my-project/locations/us-central1-a/privateClouds/my-cloud` * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final ListSubnetsPagedResponse listSubnets(PrivateCloudName parent) { @@ -2126,7 +2126,7 @@ public final ListSubnetsPagedResponse listSubnets(PrivateCloudName parent) { * @param parent Required. The resource name of the private cloud to be queried for subnets. * Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. For example: - * `projects/my-project/locations/us-west1-a/privateClouds/my-cloud` + * `projects/my-project/locations/us-central1-a/privateClouds/my-cloud` * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final ListSubnetsPagedResponse listSubnets(String parent) { @@ -2262,7 +2262,7 @@ public final UnaryCallable listSubnetsC * @param parent Required. The resource name of the location to be queried for node types. * Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. For example: - * `projects/my-project/locations/us-west1-a` + * `projects/my-project/locations/us-central1-a` * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final ListNodeTypesPagedResponse listNodeTypes(LocationName parent) { @@ -2296,7 +2296,7 @@ public final ListNodeTypesPagedResponse listNodeTypes(LocationName parent) { * @param parent Required. The resource name of the location to be queried for node types. * Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. For example: - * `projects/my-project/locations/us-west1-a` + * `projects/my-project/locations/us-central1-a` * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final ListNodeTypesPagedResponse listNodeTypes(String parent) { @@ -2431,7 +2431,7 @@ public final UnaryCallable listNode * @param name Required. The resource name of the node type to retrieve. Resource names are * schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. For example: - * `projects/my-proj/locations/us-west1-a/nodeTypes/standard-72` + * `projects/my-proj/locations/us-central1-a/nodeTypes/standard-72` * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final NodeType getNodeType(NodeTypeName name) { @@ -2461,7 +2461,7 @@ public final NodeType getNodeType(NodeTypeName name) { * @param name Required. The resource name of the node type to retrieve. Resource names are * schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. For example: - * `projects/my-proj/locations/us-west1-a/nodeTypes/standard-72` + * `projects/my-proj/locations/us-central1-a/nodeTypes/standard-72` * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final NodeType getNodeType(String name) { @@ -2546,7 +2546,7 @@ public final UnaryCallable getNodeTypeCallable() { * @param privateCloud Required. The resource name of the private cloud to be queried for * credentials. Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. For example: - * `projects/my-project/locations/us-west1-a/privateClouds/my-cloud` + * `projects/my-project/locations/us-central1-a/privateClouds/my-cloud` * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final Credentials showNsxCredentials(PrivateCloudName privateCloud) { @@ -2579,7 +2579,7 @@ public final Credentials showNsxCredentials(PrivateCloudName privateCloud) { * @param privateCloud Required. The resource name of the private cloud to be queried for * credentials. Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. For example: - * `projects/my-project/locations/us-west1-a/privateClouds/my-cloud` + * `projects/my-project/locations/us-central1-a/privateClouds/my-cloud` * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final Credentials showNsxCredentials(String privateCloud) { @@ -2668,7 +2668,7 @@ public final UnaryCallable showNsxCreden * @param privateCloud Required. The resource name of the private cloud to be queried for * credentials. Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. For example: - * `projects/my-project/locations/us-west1-a/privateClouds/my-cloud` + * `projects/my-project/locations/us-central1-a/privateClouds/my-cloud` * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final Credentials showVcenterCredentials(PrivateCloudName privateCloud) { @@ -2701,7 +2701,7 @@ public final Credentials showVcenterCredentials(PrivateCloudName privateCloud) { * @param privateCloud Required. The resource name of the private cloud to be queried for * credentials. Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. For example: - * `projects/my-project/locations/us-west1-a/privateClouds/my-cloud` + * `projects/my-project/locations/us-central1-a/privateClouds/my-cloud` * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final Credentials showVcenterCredentials(String privateCloud) { @@ -2791,7 +2791,7 @@ public final Credentials showVcenterCredentials(ShowVcenterCredentialsRequest re * @param privateCloud Required. The resource name of the private cloud to reset credentials for. * Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. For example: - * `projects/my-project/locations/us-west1-a/privateClouds/my-cloud` + * `projects/my-project/locations/us-central1-a/privateClouds/my-cloud` * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final OperationFuture resetNsxCredentialsAsync( @@ -2825,7 +2825,7 @@ public final OperationFuture resetNsxCredential * @param privateCloud Required. The resource name of the private cloud to reset credentials for. * Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. For example: - * `projects/my-project/locations/us-west1-a/privateClouds/my-cloud` + * `projects/my-project/locations/us-central1-a/privateClouds/my-cloud` * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final OperationFuture resetNsxCredentialsAsync( @@ -2949,7 +2949,7 @@ public final UnaryCallable resetNsxCreden * @param privateCloud Required. The resource name of the private cloud to reset credentials for. * Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. For example: - * `projects/my-project/locations/us-west1-a/privateClouds/my-cloud` + * `projects/my-project/locations/us-central1-a/privateClouds/my-cloud` * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final OperationFuture resetVcenterCredentialsAsync( @@ -2983,7 +2983,7 @@ public final OperationFuture resetVcenterCreden * @param privateCloud Required. The resource name of the private cloud to reset credentials for. * Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. For example: - * `projects/my-project/locations/us-west1-a/privateClouds/my-cloud` + * `projects/my-project/locations/us-central1-a/privateClouds/my-cloud` * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final OperationFuture resetVcenterCredentialsAsync( @@ -3494,7 +3494,7 @@ public final ListHcxActivationKeysPagedResponse listHcxActivationKeys( * @param name Required. The resource name of the HCX activation key to retrieve. Resource names * are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. For example: - * `projects/my-project/locations/us-west1/privateClouds/my-cloud/hcxActivationKeys/my-key` + * `projects/my-project/locations/us-central1/privateClouds/my-cloud/hcxActivationKeys/my-key` * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final HcxActivationKey getHcxActivationKey(HcxActivationKeyName name) { @@ -3529,7 +3529,7 @@ public final HcxActivationKey getHcxActivationKey(HcxActivationKeyName name) { * @param name Required. The resource name of the HCX activation key to retrieve. Resource names * are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. For example: - * `projects/my-project/locations/us-west1/privateClouds/my-cloud/hcxActivationKeys/my-key` + * `projects/my-project/locations/us-central1/privateClouds/my-cloud/hcxActivationKeys/my-key` * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final HcxActivationKey getHcxActivationKey(String name) { @@ -4465,7 +4465,7 @@ public final UnaryCallable deleteNetworkP *
    *
  • For networks of type LEGACY, adheres to the format: `{region-id}-default`. Replace * `{region-id}` with the region where you want to create the VMware Engine network. For - * example, "us-west1-default". + * example, "us-central1-default". *
  • Only contains 1-63 alphanumeric characters and hyphens *
  • Begins with an alphabetical character *
  • Ends with a non-hyphen character @@ -4525,7 +4525,7 @@ public final UnaryCallable deleteNetworkP *
      *
    • For networks of type LEGACY, adheres to the format: `{region-id}-default`. Replace * `{region-id}` with the region where you want to create the VMware Engine network. For - * example, "us-west1-default". + * example, "us-central1-default". *
    • Only contains 1-63 alphanumeric characters and hyphens *
    • Begins with an alphabetical character *
    • Ends with a non-hyphen character diff --git a/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/Cluster.java b/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/Cluster.java index 077b6f303775..ade6c942779d 100644 --- a/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/Cluster.java +++ b/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/Cluster.java @@ -317,7 +317,7 @@ private State(int value) { * Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-project/locations/us-west1-a/privateClouds/my-cloud/clusters/my-cluster` + * `projects/my-project/locations/us-central1-a/privateClouds/my-cloud/clusters/my-cluster` * * * string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -344,7 +344,7 @@ public java.lang.String getName() { * Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-project/locations/us-west1-a/privateClouds/my-cloud/clusters/my-cluster` + * `projects/my-project/locations/us-central1-a/privateClouds/my-cloud/clusters/my-cluster` * * * string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -609,8 +609,8 @@ public int getNodeTypeConfigsCount() { * * *
      -   * Required. The map of cluster node types in this cluster, where the key is canonical
      -   * identifier of the node type (corresponds to the `NodeType`).
      +   * Required. The map of cluster node types in this cluster, where the key is
      +   * canonical identifier of the node type (corresponds to the `NodeType`).
          * 
      * * @@ -635,8 +635,8 @@ public boolean containsNodeTypeConfigs(java.lang.String key) { * * *
      -   * Required. The map of cluster node types in this cluster, where the key is canonical
      -   * identifier of the node type (corresponds to the `NodeType`).
      +   * Required. The map of cluster node types in this cluster, where the key is
      +   * canonical identifier of the node type (corresponds to the `NodeType`).
          * 
      * * @@ -652,8 +652,8 @@ public boolean containsNodeTypeConfigs(java.lang.String key) { * * *
      -   * Required. The map of cluster node types in this cluster, where the key is canonical
      -   * identifier of the node type (corresponds to the `NodeType`).
      +   * Required. The map of cluster node types in this cluster, where the key is
      +   * canonical identifier of the node type (corresponds to the `NodeType`).
          * 
      * * @@ -674,8 +674,8 @@ public com.google.cloud.vmwareengine.v1.NodeTypeConfig getNodeTypeConfigsOrDefau * * *
      -   * Required. The map of cluster node types in this cluster, where the key is canonical
      -   * identifier of the node type (corresponds to the `NodeType`).
      +   * Required. The map of cluster node types in this cluster, where the key is
      +   * canonical identifier of the node type (corresponds to the `NodeType`).
          * 
      * * @@ -1224,7 +1224,7 @@ public Builder mergeFrom( * Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-project/locations/us-west1-a/privateClouds/my-cloud/clusters/my-cluster` + * `projects/my-project/locations/us-central1-a/privateClouds/my-cloud/clusters/my-cluster` * * * string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -1250,7 +1250,7 @@ public java.lang.String getName() { * Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-project/locations/us-west1-a/privateClouds/my-cloud/clusters/my-cluster` + * `projects/my-project/locations/us-central1-a/privateClouds/my-cloud/clusters/my-cluster` * * * string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -1276,7 +1276,7 @@ public com.google.protobuf.ByteString getNameBytes() { * Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-project/locations/us-west1-a/privateClouds/my-cloud/clusters/my-cluster` + * `projects/my-project/locations/us-central1-a/privateClouds/my-cloud/clusters/my-cluster` * * * string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -1301,7 +1301,7 @@ public Builder setName(java.lang.String value) { * Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-project/locations/us-west1-a/privateClouds/my-cloud/clusters/my-cluster` + * `projects/my-project/locations/us-central1-a/privateClouds/my-cloud/clusters/my-cluster` * * * string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -1322,7 +1322,7 @@ public Builder clearName() { * Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-project/locations/us-west1-a/privateClouds/my-cloud/clusters/my-cluster` + * `projects/my-project/locations/us-central1-a/privateClouds/my-cloud/clusters/my-cluster` * * * string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -2045,8 +2045,8 @@ public int getNodeTypeConfigsCount() { * * *
      -     * Required. The map of cluster node types in this cluster, where the key is canonical
      -     * identifier of the node type (corresponds to the `NodeType`).
      +     * Required. The map of cluster node types in this cluster, where the key is
      +     * canonical identifier of the node type (corresponds to the `NodeType`).
            * 
      * * @@ -2071,8 +2071,8 @@ public boolean containsNodeTypeConfigs(java.lang.String key) { * * *
      -     * Required. The map of cluster node types in this cluster, where the key is canonical
      -     * identifier of the node type (corresponds to the `NodeType`).
      +     * Required. The map of cluster node types in this cluster, where the key is
      +     * canonical identifier of the node type (corresponds to the `NodeType`).
            * 
      * * @@ -2088,8 +2088,8 @@ public boolean containsNodeTypeConfigs(java.lang.String key) { * * *
      -     * Required. The map of cluster node types in this cluster, where the key is canonical
      -     * identifier of the node type (corresponds to the `NodeType`).
      +     * Required. The map of cluster node types in this cluster, where the key is
      +     * canonical identifier of the node type (corresponds to the `NodeType`).
            * 
      * * @@ -2110,8 +2110,8 @@ public com.google.cloud.vmwareengine.v1.NodeTypeConfig getNodeTypeConfigsOrDefau * * *
      -     * Required. The map of cluster node types in this cluster, where the key is canonical
      -     * identifier of the node type (corresponds to the `NodeType`).
      +     * Required. The map of cluster node types in this cluster, where the key is
      +     * canonical identifier of the node type (corresponds to the `NodeType`).
            * 
      * * @@ -2140,8 +2140,8 @@ public Builder clearNodeTypeConfigs() { * * *
      -     * Required. The map of cluster node types in this cluster, where the key is canonical
      -     * identifier of the node type (corresponds to the `NodeType`).
      +     * Required. The map of cluster node types in this cluster, where the key is
      +     * canonical identifier of the node type (corresponds to the `NodeType`).
            * 
      * * @@ -2165,8 +2165,8 @@ public Builder removeNodeTypeConfigs(java.lang.String key) { * * *
      -     * Required. The map of cluster node types in this cluster, where the key is canonical
      -     * identifier of the node type (corresponds to the `NodeType`).
      +     * Required. The map of cluster node types in this cluster, where the key is
      +     * canonical identifier of the node type (corresponds to the `NodeType`).
            * 
      * * @@ -2189,8 +2189,8 @@ public Builder putNodeTypeConfigs( * * *
      -     * Required. The map of cluster node types in this cluster, where the key is canonical
      -     * identifier of the node type (corresponds to the `NodeType`).
      +     * Required. The map of cluster node types in this cluster, where the key is
      +     * canonical identifier of the node type (corresponds to the `NodeType`).
            * 
      * * diff --git a/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/ClusterOrBuilder.java b/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/ClusterOrBuilder.java index f6a0eec0680a..92c68268d10e 100644 --- a/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/ClusterOrBuilder.java +++ b/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/ClusterOrBuilder.java @@ -31,7 +31,7 @@ public interface ClusterOrBuilder * Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-project/locations/us-west1-a/privateClouds/my-cloud/clusters/my-cluster` + * `projects/my-project/locations/us-central1-a/privateClouds/my-cloud/clusters/my-cluster` * * * string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -47,7 +47,7 @@ public interface ClusterOrBuilder * Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-project/locations/us-west1-a/privateClouds/my-cloud/clusters/my-cluster` + * `projects/my-project/locations/us-central1-a/privateClouds/my-cloud/clusters/my-cluster` * * * string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -205,8 +205,8 @@ public interface ClusterOrBuilder * * *
      -   * Required. The map of cluster node types in this cluster, where the key is canonical
      -   * identifier of the node type (corresponds to the `NodeType`).
      +   * Required. The map of cluster node types in this cluster, where the key is
      +   * canonical identifier of the node type (corresponds to the `NodeType`).
          * 
      * * @@ -218,8 +218,8 @@ public interface ClusterOrBuilder * * *
      -   * Required. The map of cluster node types in this cluster, where the key is canonical
      -   * identifier of the node type (corresponds to the `NodeType`).
      +   * Required. The map of cluster node types in this cluster, where the key is
      +   * canonical identifier of the node type (corresponds to the `NodeType`).
          * 
      * * @@ -235,8 +235,8 @@ public interface ClusterOrBuilder * * *
      -   * Required. The map of cluster node types in this cluster, where the key is canonical
      -   * identifier of the node type (corresponds to the `NodeType`).
      +   * Required. The map of cluster node types in this cluster, where the key is
      +   * canonical identifier of the node type (corresponds to the `NodeType`).
          * 
      * * @@ -249,8 +249,8 @@ public interface ClusterOrBuilder * * *
      -   * Required. The map of cluster node types in this cluster, where the key is canonical
      -   * identifier of the node type (corresponds to the `NodeType`).
      +   * Required. The map of cluster node types in this cluster, where the key is
      +   * canonical identifier of the node type (corresponds to the `NodeType`).
          * 
      * * @@ -267,8 +267,8 @@ com.google.cloud.vmwareengine.v1.NodeTypeConfig getNodeTypeConfigsOrDefault( * * *
      -   * Required. The map of cluster node types in this cluster, where the key is canonical
      -   * identifier of the node type (corresponds to the `NodeType`).
      +   * Required. The map of cluster node types in this cluster, where the key is
      +   * canonical identifier of the node type (corresponds to the `NodeType`).
          * 
      * * diff --git a/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/CreateClusterRequest.java b/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/CreateClusterRequest.java index 62b848c1d14e..ccddaa7bf57b 100644 --- a/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/CreateClusterRequest.java +++ b/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/CreateClusterRequest.java @@ -22,7 +22,8 @@ * * *
      - * Request message for [VmwareEngine.CreateCluster][google.cloud.vmwareengine.v1.VmwareEngine.CreateCluster]
      + * Request message for
      + * [VmwareEngine.CreateCluster][google.cloud.vmwareengine.v1.VmwareEngine.CreateCluster]
        * 
      * * Protobuf type {@code google.cloud.vmwareengine.v1.CreateClusterRequest} @@ -79,7 +80,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * in. Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-project/locations/us-west1-a/privateClouds/my-cloud` + * `projects/my-project/locations/us-central1-a/privateClouds/my-cloud` * * * @@ -108,7 +109,7 @@ public java.lang.String getParent() { * in. Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-project/locations/us-west1-a/privateClouds/my-cloud` + * `projects/my-project/locations/us-central1-a/privateClouds/my-cloud` * * * @@ -257,8 +258,8 @@ public com.google.cloud.vmwareengine.v1.ClusterOrBuilder getClusterOrBuilder() { * * *
      -   * Optional. The request ID must be a valid UUID with the exception that zero UUID is
      -   * not supported (00000000-0000-0000-0000-000000000000).
      +   * Optional. The request ID must be a valid UUID with the exception that zero
      +   * UUID is not supported (00000000-0000-0000-0000-000000000000).
          * 
      * * string request_id = 4 [(.google.api.field_behavior) = OPTIONAL]; @@ -281,8 +282,8 @@ public java.lang.String getRequestId() { * * *
      -   * Optional. The request ID must be a valid UUID with the exception that zero UUID is
      -   * not supported (00000000-0000-0000-0000-000000000000).
      +   * Optional. The request ID must be a valid UUID with the exception that zero
      +   * UUID is not supported (00000000-0000-0000-0000-000000000000).
          * 
      * * string request_id = 4 [(.google.api.field_behavior) = OPTIONAL]; @@ -308,8 +309,8 @@ public com.google.protobuf.ByteString getRequestIdBytes() { * * *
      -   * Optional. True if you want the request to be validated and not executed; false
      -   * otherwise.
      +   * Optional. True if you want the request to be validated and not executed;
      +   * false otherwise.
          * 
      * * bool validate_only = 5 [(.google.api.field_behavior) = OPTIONAL]; @@ -526,7 +527,8 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build * * *
      -   * Request message for [VmwareEngine.CreateCluster][google.cloud.vmwareengine.v1.VmwareEngine.CreateCluster]
      +   * Request message for
      +   * [VmwareEngine.CreateCluster][google.cloud.vmwareengine.v1.VmwareEngine.CreateCluster]
          * 
      * * Protobuf type {@code google.cloud.vmwareengine.v1.CreateClusterRequest} @@ -760,7 +762,7 @@ public Builder mergeFrom( * in. Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-project/locations/us-west1-a/privateClouds/my-cloud` + * `projects/my-project/locations/us-central1-a/privateClouds/my-cloud` * * * @@ -788,7 +790,7 @@ public java.lang.String getParent() { * in. Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-project/locations/us-west1-a/privateClouds/my-cloud` + * `projects/my-project/locations/us-central1-a/privateClouds/my-cloud` * * * @@ -816,7 +818,7 @@ public com.google.protobuf.ByteString getParentBytes() { * in. Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-project/locations/us-west1-a/privateClouds/my-cloud` + * `projects/my-project/locations/us-central1-a/privateClouds/my-cloud` * * * @@ -843,7 +845,7 @@ public Builder setParent(java.lang.String value) { * in. Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-project/locations/us-west1-a/privateClouds/my-cloud` + * `projects/my-project/locations/us-central1-a/privateClouds/my-cloud` * * * @@ -866,7 +868,7 @@ public Builder clearParent() { * in. Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-project/locations/us-west1-a/privateClouds/my-cloud` + * `projects/my-project/locations/us-central1-a/privateClouds/my-cloud` * * * @@ -1246,8 +1248,8 @@ public com.google.cloud.vmwareengine.v1.ClusterOrBuilder getClusterOrBuilder() { * * *
      -     * Optional. The request ID must be a valid UUID with the exception that zero UUID is
      -     * not supported (00000000-0000-0000-0000-000000000000).
      +     * Optional. The request ID must be a valid UUID with the exception that zero
      +     * UUID is not supported (00000000-0000-0000-0000-000000000000).
            * 
      * * string request_id = 4 [(.google.api.field_behavior) = OPTIONAL]; @@ -1269,8 +1271,8 @@ public java.lang.String getRequestId() { * * *
      -     * Optional. The request ID must be a valid UUID with the exception that zero UUID is
      -     * not supported (00000000-0000-0000-0000-000000000000).
      +     * Optional. The request ID must be a valid UUID with the exception that zero
      +     * UUID is not supported (00000000-0000-0000-0000-000000000000).
            * 
      * * string request_id = 4 [(.google.api.field_behavior) = OPTIONAL]; @@ -1292,8 +1294,8 @@ public com.google.protobuf.ByteString getRequestIdBytes() { * * *
      -     * Optional. The request ID must be a valid UUID with the exception that zero UUID is
      -     * not supported (00000000-0000-0000-0000-000000000000).
      +     * Optional. The request ID must be a valid UUID with the exception that zero
      +     * UUID is not supported (00000000-0000-0000-0000-000000000000).
            * 
      * * string request_id = 4 [(.google.api.field_behavior) = OPTIONAL]; @@ -1314,8 +1316,8 @@ public Builder setRequestId(java.lang.String value) { * * *
      -     * Optional. The request ID must be a valid UUID with the exception that zero UUID is
      -     * not supported (00000000-0000-0000-0000-000000000000).
      +     * Optional. The request ID must be a valid UUID with the exception that zero
      +     * UUID is not supported (00000000-0000-0000-0000-000000000000).
            * 
      * * string request_id = 4 [(.google.api.field_behavior) = OPTIONAL]; @@ -1332,8 +1334,8 @@ public Builder clearRequestId() { * * *
      -     * Optional. The request ID must be a valid UUID with the exception that zero UUID is
      -     * not supported (00000000-0000-0000-0000-000000000000).
      +     * Optional. The request ID must be a valid UUID with the exception that zero
      +     * UUID is not supported (00000000-0000-0000-0000-000000000000).
            * 
      * * string request_id = 4 [(.google.api.field_behavior) = OPTIONAL]; @@ -1357,8 +1359,8 @@ public Builder setRequestIdBytes(com.google.protobuf.ByteString value) { * * *
      -     * Optional. True if you want the request to be validated and not executed; false
      -     * otherwise.
      +     * Optional. True if you want the request to be validated and not executed;
      +     * false otherwise.
            * 
      * * bool validate_only = 5 [(.google.api.field_behavior) = OPTIONAL]; @@ -1373,8 +1375,8 @@ public boolean getValidateOnly() { * * *
      -     * Optional. True if you want the request to be validated and not executed; false
      -     * otherwise.
      +     * Optional. True if you want the request to be validated and not executed;
      +     * false otherwise.
            * 
      * * bool validate_only = 5 [(.google.api.field_behavior) = OPTIONAL]; @@ -1392,8 +1394,8 @@ public Builder setValidateOnly(boolean value) { * * *
      -     * Optional. True if you want the request to be validated and not executed; false
      -     * otherwise.
      +     * Optional. True if you want the request to be validated and not executed;
      +     * false otherwise.
            * 
      * * bool validate_only = 5 [(.google.api.field_behavior) = OPTIONAL]; diff --git a/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/CreateClusterRequestOrBuilder.java b/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/CreateClusterRequestOrBuilder.java index 56a23e4b95d1..b607c859a4c2 100644 --- a/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/CreateClusterRequestOrBuilder.java +++ b/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/CreateClusterRequestOrBuilder.java @@ -31,7 +31,7 @@ public interface CreateClusterRequestOrBuilder * in. Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-project/locations/us-west1-a/privateClouds/my-cloud` + * `projects/my-project/locations/us-central1-a/privateClouds/my-cloud` * * * @@ -49,7 +49,7 @@ public interface CreateClusterRequestOrBuilder * in. Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-project/locations/us-west1-a/privateClouds/my-cloud` + * `projects/my-project/locations/us-central1-a/privateClouds/my-cloud` * * * @@ -148,8 +148,8 @@ public interface CreateClusterRequestOrBuilder * * *
      -   * Optional. The request ID must be a valid UUID with the exception that zero UUID is
      -   * not supported (00000000-0000-0000-0000-000000000000).
      +   * Optional. The request ID must be a valid UUID with the exception that zero
      +   * UUID is not supported (00000000-0000-0000-0000-000000000000).
          * 
      * * string request_id = 4 [(.google.api.field_behavior) = OPTIONAL]; @@ -161,8 +161,8 @@ public interface CreateClusterRequestOrBuilder * * *
      -   * Optional. The request ID must be a valid UUID with the exception that zero UUID is
      -   * not supported (00000000-0000-0000-0000-000000000000).
      +   * Optional. The request ID must be a valid UUID with the exception that zero
      +   * UUID is not supported (00000000-0000-0000-0000-000000000000).
          * 
      * * string request_id = 4 [(.google.api.field_behavior) = OPTIONAL]; @@ -175,8 +175,8 @@ public interface CreateClusterRequestOrBuilder * * *
      -   * Optional. True if you want the request to be validated and not executed; false
      -   * otherwise.
      +   * Optional. True if you want the request to be validated and not executed;
      +   * false otherwise.
          * 
      * * bool validate_only = 5 [(.google.api.field_behavior) = OPTIONAL]; diff --git a/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/CreateHcxActivationKeyRequest.java b/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/CreateHcxActivationKeyRequest.java index 1a7602321a9e..15ac9c9d05fb 100644 --- a/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/CreateHcxActivationKeyRequest.java +++ b/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/CreateHcxActivationKeyRequest.java @@ -22,7 +22,8 @@ * * *
      - * Request message for [VmwareEngine.CreateHcxActivationKey][google.cloud.vmwareengine.v1.VmwareEngine.CreateHcxActivationKey]
      + * Request message for
      + * [VmwareEngine.CreateHcxActivationKey][google.cloud.vmwareengine.v1.VmwareEngine.CreateHcxActivationKey]
        * 
      * * Protobuf type {@code google.cloud.vmwareengine.v1.CreateHcxActivationKeyRequest} @@ -521,7 +522,8 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build * * *
      -   * Request message for [VmwareEngine.CreateHcxActivationKey][google.cloud.vmwareengine.v1.VmwareEngine.CreateHcxActivationKey]
      +   * Request message for
      +   * [VmwareEngine.CreateHcxActivationKey][google.cloud.vmwareengine.v1.VmwareEngine.CreateHcxActivationKey]
          * 
      * * Protobuf type {@code google.cloud.vmwareengine.v1.CreateHcxActivationKeyRequest} diff --git a/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/CreateNetworkPolicyRequest.java b/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/CreateNetworkPolicyRequest.java index eda698ad8e25..fb06a75d5c28 100644 --- a/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/CreateNetworkPolicyRequest.java +++ b/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/CreateNetworkPolicyRequest.java @@ -22,7 +22,8 @@ * * *
      - * Request message for [VmwareEngine.CreateNetworkPolicy][google.cloud.vmwareengine.v1.VmwareEngine.CreateNetworkPolicy]
      + * Request message for
      + * [VmwareEngine.CreateNetworkPolicy][google.cloud.vmwareengine.v1.VmwareEngine.CreateNetworkPolicy]
        * 
      * * Protobuf type {@code google.cloud.vmwareengine.v1.CreateNetworkPolicyRequest} @@ -522,7 +523,8 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build * * *
      -   * Request message for [VmwareEngine.CreateNetworkPolicy][google.cloud.vmwareengine.v1.VmwareEngine.CreateNetworkPolicy]
      +   * Request message for
      +   * [VmwareEngine.CreateNetworkPolicy][google.cloud.vmwareengine.v1.VmwareEngine.CreateNetworkPolicy]
          * 
      * * Protobuf type {@code google.cloud.vmwareengine.v1.CreateNetworkPolicyRequest} diff --git a/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/CreatePrivateCloudRequest.java b/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/CreatePrivateCloudRequest.java index e8aeae499202..11d3393a96e0 100644 --- a/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/CreatePrivateCloudRequest.java +++ b/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/CreatePrivateCloudRequest.java @@ -22,7 +22,8 @@ * * *
      - * Request message for [VmwareEngine.CreatePrivateCloud][google.cloud.vmwareengine.v1.VmwareEngine.CreatePrivateCloud]
      + * Request message for
      + * [VmwareEngine.CreatePrivateCloud][google.cloud.vmwareengine.v1.VmwareEngine.CreatePrivateCloud]
        * 
      * * Protobuf type {@code google.cloud.vmwareengine.v1.CreatePrivateCloudRequest} @@ -79,7 +80,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * private cloud in. Resource names are schemeless URIs that follow the * conventions in https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-project/locations/us-west1-a` + * `projects/my-project/locations/us-central1-a` * * * @@ -108,7 +109,7 @@ public java.lang.String getParent() { * private cloud in. Resource names are schemeless URIs that follow the * conventions in https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-project/locations/us-west1-a` + * `projects/my-project/locations/us-central1-a` * * * @@ -257,8 +258,8 @@ public com.google.cloud.vmwareengine.v1.PrivateCloudOrBuilder getPrivateCloudOrB * * *
      -   * Optional. The request ID must be a valid UUID with the exception that zero UUID is
      -   * not supported (00000000-0000-0000-0000-000000000000).
      +   * Optional. The request ID must be a valid UUID with the exception that zero
      +   * UUID is not supported (00000000-0000-0000-0000-000000000000).
          * 
      * * string request_id = 4 [(.google.api.field_behavior) = OPTIONAL]; @@ -281,8 +282,8 @@ public java.lang.String getRequestId() { * * *
      -   * Optional. The request ID must be a valid UUID with the exception that zero UUID is
      -   * not supported (00000000-0000-0000-0000-000000000000).
      +   * Optional. The request ID must be a valid UUID with the exception that zero
      +   * UUID is not supported (00000000-0000-0000-0000-000000000000).
          * 
      * * string request_id = 4 [(.google.api.field_behavior) = OPTIONAL]; @@ -308,8 +309,8 @@ public com.google.protobuf.ByteString getRequestIdBytes() { * * *
      -   * Optional. True if you want the request to be validated and not executed; false
      -   * otherwise.
      +   * Optional. True if you want the request to be validated and not executed;
      +   * false otherwise.
          * 
      * * bool validate_only = 5 [(.google.api.field_behavior) = OPTIONAL]; @@ -526,7 +527,8 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build * * *
      -   * Request message for [VmwareEngine.CreatePrivateCloud][google.cloud.vmwareengine.v1.VmwareEngine.CreatePrivateCloud]
      +   * Request message for
      +   * [VmwareEngine.CreatePrivateCloud][google.cloud.vmwareengine.v1.VmwareEngine.CreatePrivateCloud]
          * 
      * * Protobuf type {@code google.cloud.vmwareengine.v1.CreatePrivateCloudRequest} @@ -760,7 +762,7 @@ public Builder mergeFrom( * private cloud in. Resource names are schemeless URIs that follow the * conventions in https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-project/locations/us-west1-a` + * `projects/my-project/locations/us-central1-a` * * * @@ -788,7 +790,7 @@ public java.lang.String getParent() { * private cloud in. Resource names are schemeless URIs that follow the * conventions in https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-project/locations/us-west1-a` + * `projects/my-project/locations/us-central1-a` * * * @@ -816,7 +818,7 @@ public com.google.protobuf.ByteString getParentBytes() { * private cloud in. Resource names are schemeless URIs that follow the * conventions in https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-project/locations/us-west1-a` + * `projects/my-project/locations/us-central1-a` * * * @@ -843,7 +845,7 @@ public Builder setParent(java.lang.String value) { * private cloud in. Resource names are schemeless URIs that follow the * conventions in https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-project/locations/us-west1-a` + * `projects/my-project/locations/us-central1-a` * * * @@ -866,7 +868,7 @@ public Builder clearParent() { * private cloud in. Resource names are schemeless URIs that follow the * conventions in https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-project/locations/us-west1-a` + * `projects/my-project/locations/us-central1-a` * * * @@ -1247,8 +1249,8 @@ public com.google.cloud.vmwareengine.v1.PrivateCloudOrBuilder getPrivateCloudOrB * * *
      -     * Optional. The request ID must be a valid UUID with the exception that zero UUID is
      -     * not supported (00000000-0000-0000-0000-000000000000).
      +     * Optional. The request ID must be a valid UUID with the exception that zero
      +     * UUID is not supported (00000000-0000-0000-0000-000000000000).
            * 
      * * string request_id = 4 [(.google.api.field_behavior) = OPTIONAL]; @@ -1270,8 +1272,8 @@ public java.lang.String getRequestId() { * * *
      -     * Optional. The request ID must be a valid UUID with the exception that zero UUID is
      -     * not supported (00000000-0000-0000-0000-000000000000).
      +     * Optional. The request ID must be a valid UUID with the exception that zero
      +     * UUID is not supported (00000000-0000-0000-0000-000000000000).
            * 
      * * string request_id = 4 [(.google.api.field_behavior) = OPTIONAL]; @@ -1293,8 +1295,8 @@ public com.google.protobuf.ByteString getRequestIdBytes() { * * *
      -     * Optional. The request ID must be a valid UUID with the exception that zero UUID is
      -     * not supported (00000000-0000-0000-0000-000000000000).
      +     * Optional. The request ID must be a valid UUID with the exception that zero
      +     * UUID is not supported (00000000-0000-0000-0000-000000000000).
            * 
      * * string request_id = 4 [(.google.api.field_behavior) = OPTIONAL]; @@ -1315,8 +1317,8 @@ public Builder setRequestId(java.lang.String value) { * * *
      -     * Optional. The request ID must be a valid UUID with the exception that zero UUID is
      -     * not supported (00000000-0000-0000-0000-000000000000).
      +     * Optional. The request ID must be a valid UUID with the exception that zero
      +     * UUID is not supported (00000000-0000-0000-0000-000000000000).
            * 
      * * string request_id = 4 [(.google.api.field_behavior) = OPTIONAL]; @@ -1333,8 +1335,8 @@ public Builder clearRequestId() { * * *
      -     * Optional. The request ID must be a valid UUID with the exception that zero UUID is
      -     * not supported (00000000-0000-0000-0000-000000000000).
      +     * Optional. The request ID must be a valid UUID with the exception that zero
      +     * UUID is not supported (00000000-0000-0000-0000-000000000000).
            * 
      * * string request_id = 4 [(.google.api.field_behavior) = OPTIONAL]; @@ -1358,8 +1360,8 @@ public Builder setRequestIdBytes(com.google.protobuf.ByteString value) { * * *
      -     * Optional. True if you want the request to be validated and not executed; false
      -     * otherwise.
      +     * Optional. True if you want the request to be validated and not executed;
      +     * false otherwise.
            * 
      * * bool validate_only = 5 [(.google.api.field_behavior) = OPTIONAL]; @@ -1374,8 +1376,8 @@ public boolean getValidateOnly() { * * *
      -     * Optional. True if you want the request to be validated and not executed; false
      -     * otherwise.
      +     * Optional. True if you want the request to be validated and not executed;
      +     * false otherwise.
            * 
      * * bool validate_only = 5 [(.google.api.field_behavior) = OPTIONAL]; @@ -1393,8 +1395,8 @@ public Builder setValidateOnly(boolean value) { * * *
      -     * Optional. True if you want the request to be validated and not executed; false
      -     * otherwise.
      +     * Optional. True if you want the request to be validated and not executed;
      +     * false otherwise.
            * 
      * * bool validate_only = 5 [(.google.api.field_behavior) = OPTIONAL]; diff --git a/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/CreatePrivateCloudRequestOrBuilder.java b/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/CreatePrivateCloudRequestOrBuilder.java index a4414971bcb1..82aca927dae7 100644 --- a/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/CreatePrivateCloudRequestOrBuilder.java +++ b/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/CreatePrivateCloudRequestOrBuilder.java @@ -31,7 +31,7 @@ public interface CreatePrivateCloudRequestOrBuilder * private cloud in. Resource names are schemeless URIs that follow the * conventions in https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-project/locations/us-west1-a` + * `projects/my-project/locations/us-central1-a` * * * @@ -49,7 +49,7 @@ public interface CreatePrivateCloudRequestOrBuilder * private cloud in. Resource names are schemeless URIs that follow the * conventions in https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-project/locations/us-west1-a` + * `projects/my-project/locations/us-central1-a` * * * @@ -148,8 +148,8 @@ public interface CreatePrivateCloudRequestOrBuilder * * *
      -   * Optional. The request ID must be a valid UUID with the exception that zero UUID is
      -   * not supported (00000000-0000-0000-0000-000000000000).
      +   * Optional. The request ID must be a valid UUID with the exception that zero
      +   * UUID is not supported (00000000-0000-0000-0000-000000000000).
          * 
      * * string request_id = 4 [(.google.api.field_behavior) = OPTIONAL]; @@ -161,8 +161,8 @@ public interface CreatePrivateCloudRequestOrBuilder * * *
      -   * Optional. The request ID must be a valid UUID with the exception that zero UUID is
      -   * not supported (00000000-0000-0000-0000-000000000000).
      +   * Optional. The request ID must be a valid UUID with the exception that zero
      +   * UUID is not supported (00000000-0000-0000-0000-000000000000).
          * 
      * * string request_id = 4 [(.google.api.field_behavior) = OPTIONAL]; @@ -175,8 +175,8 @@ public interface CreatePrivateCloudRequestOrBuilder * * *
      -   * Optional. True if you want the request to be validated and not executed; false
      -   * otherwise.
      +   * Optional. True if you want the request to be validated and not executed;
      +   * false otherwise.
          * 
      * * bool validate_only = 5 [(.google.api.field_behavior) = OPTIONAL]; diff --git a/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/CreateVmwareEngineNetworkRequest.java b/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/CreateVmwareEngineNetworkRequest.java index 60b05121ee6f..4af4a42467a9 100644 --- a/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/CreateVmwareEngineNetworkRequest.java +++ b/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/CreateVmwareEngineNetworkRequest.java @@ -22,7 +22,8 @@ * * *
      - * Request message for [VmwareEngine.CreateVmwareEngineNetwork][google.cloud.vmwareengine.v1.VmwareEngine.CreateVmwareEngineNetwork]
      + * Request message for
      + * [VmwareEngine.CreateVmwareEngineNetwork][google.cloud.vmwareengine.v1.VmwareEngine.CreateVmwareEngineNetwork]
        * 
      * * Protobuf type {@code google.cloud.vmwareengine.v1.CreateVmwareEngineNetworkRequest} @@ -147,7 +148,7 @@ public com.google.protobuf.ByteString getParentBytes() { * identifier must meet the following requirements: * * For networks of type LEGACY, adheres to the format: * `{region-id}-default`. Replace `{region-id}` with the region where you want - * to create the VMware Engine network. For example, "us-west1-default". + * to create the VMware Engine network. For example, "us-central1-default". * * Only contains 1-63 alphanumeric characters and hyphens * * Begins with an alphabetical character * * Ends with a non-hyphen character @@ -182,7 +183,7 @@ public java.lang.String getVmwareEngineNetworkId() { * identifier must meet the following requirements: * * For networks of type LEGACY, adheres to the format: * `{region-id}-default`. Replace `{region-id}` with the region where you want - * to create the VMware Engine network. For example, "us-west1-default". + * to create the VMware Engine network. For example, "us-central1-default". * * Only contains 1-63 alphanumeric characters and hyphens * * Begins with an alphabetical character * * Ends with a non-hyphen character @@ -531,7 +532,8 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build * * *
      -   * Request message for [VmwareEngine.CreateVmwareEngineNetwork][google.cloud.vmwareengine.v1.VmwareEngine.CreateVmwareEngineNetwork]
      +   * Request message for
      +   * [VmwareEngine.CreateVmwareEngineNetwork][google.cloud.vmwareengine.v1.VmwareEngine.CreateVmwareEngineNetwork]
          * 
      * * Protobuf type {@code google.cloud.vmwareengine.v1.CreateVmwareEngineNetworkRequest} @@ -906,7 +908,7 @@ public Builder setParentBytes(com.google.protobuf.ByteString value) { * identifier must meet the following requirements: * * For networks of type LEGACY, adheres to the format: * `{region-id}-default`. Replace `{region-id}` with the region where you want - * to create the VMware Engine network. For example, "us-west1-default". + * to create the VMware Engine network. For example, "us-central1-default". * * Only contains 1-63 alphanumeric characters and hyphens * * Begins with an alphabetical character * * Ends with a non-hyphen character @@ -940,7 +942,7 @@ public java.lang.String getVmwareEngineNetworkId() { * identifier must meet the following requirements: * * For networks of type LEGACY, adheres to the format: * `{region-id}-default`. Replace `{region-id}` with the region where you want - * to create the VMware Engine network. For example, "us-west1-default". + * to create the VMware Engine network. For example, "us-central1-default". * * Only contains 1-63 alphanumeric characters and hyphens * * Begins with an alphabetical character * * Ends with a non-hyphen character @@ -974,7 +976,7 @@ public com.google.protobuf.ByteString getVmwareEngineNetworkIdBytes() { * identifier must meet the following requirements: * * For networks of type LEGACY, adheres to the format: * `{region-id}-default`. Replace `{region-id}` with the region where you want - * to create the VMware Engine network. For example, "us-west1-default". + * to create the VMware Engine network. For example, "us-central1-default". * * Only contains 1-63 alphanumeric characters and hyphens * * Begins with an alphabetical character * * Ends with a non-hyphen character @@ -1007,7 +1009,7 @@ public Builder setVmwareEngineNetworkId(java.lang.String value) { * identifier must meet the following requirements: * * For networks of type LEGACY, adheres to the format: * `{region-id}-default`. Replace `{region-id}` with the region where you want - * to create the VMware Engine network. For example, "us-west1-default". + * to create the VMware Engine network. For example, "us-central1-default". * * Only contains 1-63 alphanumeric characters and hyphens * * Begins with an alphabetical character * * Ends with a non-hyphen character @@ -1036,7 +1038,7 @@ public Builder clearVmwareEngineNetworkId() { * identifier must meet the following requirements: * * For networks of type LEGACY, adheres to the format: * `{region-id}-default`. Replace `{region-id}` with the region where you want - * to create the VMware Engine network. For example, "us-west1-default". + * to create the VMware Engine network. For example, "us-central1-default". * * Only contains 1-63 alphanumeric characters and hyphens * * Begins with an alphabetical character * * Ends with a non-hyphen character diff --git a/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/CreateVmwareEngineNetworkRequestOrBuilder.java b/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/CreateVmwareEngineNetworkRequestOrBuilder.java index 760a58e40990..68fd304a7f6f 100644 --- a/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/CreateVmwareEngineNetworkRequestOrBuilder.java +++ b/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/CreateVmwareEngineNetworkRequestOrBuilder.java @@ -74,7 +74,7 @@ public interface CreateVmwareEngineNetworkRequestOrBuilder * identifier must meet the following requirements: * * For networks of type LEGACY, adheres to the format: * `{region-id}-default`. Replace `{region-id}` with the region where you want - * to create the VMware Engine network. For example, "us-west1-default". + * to create the VMware Engine network. For example, "us-central1-default". * * Only contains 1-63 alphanumeric characters and hyphens * * Begins with an alphabetical character * * Ends with a non-hyphen character @@ -98,7 +98,7 @@ public interface CreateVmwareEngineNetworkRequestOrBuilder * identifier must meet the following requirements: * * For networks of type LEGACY, adheres to the format: * `{region-id}-default`. Replace `{region-id}` with the region where you want - * to create the VMware Engine network. For example, "us-west1-default". + * to create the VMware Engine network. For example, "us-central1-default". * * Only contains 1-63 alphanumeric characters and hyphens * * Begins with an alphabetical character * * Ends with a non-hyphen character diff --git a/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/DeleteClusterRequest.java b/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/DeleteClusterRequest.java index 30f48e1a2adc..62c6a24649aa 100644 --- a/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/DeleteClusterRequest.java +++ b/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/DeleteClusterRequest.java @@ -22,7 +22,8 @@ * * *
      - * Request message for [VmwareEngine.DeleteCluster][google.cloud.vmwareengine.v1.VmwareEngine.DeleteCluster]
      + * Request message for
      + * [VmwareEngine.DeleteCluster][google.cloud.vmwareengine.v1.VmwareEngine.DeleteCluster]
        * 
      * * Protobuf type {@code google.cloud.vmwareengine.v1.DeleteClusterRequest} @@ -78,7 +79,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-project/locations/us-west1-a/privateClouds/my-cloud/clusters/my-cluster` + * `projects/my-project/locations/us-central1-a/privateClouds/my-cloud/clusters/my-cluster` * * * @@ -107,7 +108,7 @@ public java.lang.String getName() { * Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-project/locations/us-west1-a/privateClouds/my-cloud/clusters/my-cluster` + * `projects/my-project/locations/us-central1-a/privateClouds/my-cloud/clusters/my-cluster` * * * @@ -135,8 +136,8 @@ public com.google.protobuf.ByteString getNameBytes() { * * *
      -   * Optional. The request ID must be a valid UUID with the exception that zero UUID is
      -   * not supported (00000000-0000-0000-0000-000000000000).
      +   * Optional. The request ID must be a valid UUID with the exception that zero
      +   * UUID is not supported (00000000-0000-0000-0000-000000000000).
          * 
      * * string request_id = 2 [(.google.api.field_behavior) = OPTIONAL]; @@ -159,8 +160,8 @@ public java.lang.String getRequestId() { * * *
      -   * Optional. The request ID must be a valid UUID with the exception that zero UUID is
      -   * not supported (00000000-0000-0000-0000-000000000000).
      +   * Optional. The request ID must be a valid UUID with the exception that zero
      +   * UUID is not supported (00000000-0000-0000-0000-000000000000).
          * 
      * * string request_id = 2 [(.google.api.field_behavior) = OPTIONAL]; @@ -353,7 +354,8 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build * * *
      -   * Request message for [VmwareEngine.DeleteCluster][google.cloud.vmwareengine.v1.VmwareEngine.DeleteCluster]
      +   * Request message for
      +   * [VmwareEngine.DeleteCluster][google.cloud.vmwareengine.v1.VmwareEngine.DeleteCluster]
          * 
      * * Protobuf type {@code google.cloud.vmwareengine.v1.DeleteClusterRequest} @@ -542,7 +544,7 @@ public Builder mergeFrom( * Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-project/locations/us-west1-a/privateClouds/my-cloud/clusters/my-cluster` + * `projects/my-project/locations/us-central1-a/privateClouds/my-cloud/clusters/my-cluster` * * * @@ -570,7 +572,7 @@ public java.lang.String getName() { * Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-project/locations/us-west1-a/privateClouds/my-cloud/clusters/my-cluster` + * `projects/my-project/locations/us-central1-a/privateClouds/my-cloud/clusters/my-cluster` * * * @@ -598,7 +600,7 @@ public com.google.protobuf.ByteString getNameBytes() { * Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-project/locations/us-west1-a/privateClouds/my-cloud/clusters/my-cluster` + * `projects/my-project/locations/us-central1-a/privateClouds/my-cloud/clusters/my-cluster` * * * @@ -625,7 +627,7 @@ public Builder setName(java.lang.String value) { * Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-project/locations/us-west1-a/privateClouds/my-cloud/clusters/my-cluster` + * `projects/my-project/locations/us-central1-a/privateClouds/my-cloud/clusters/my-cluster` * * * @@ -648,7 +650,7 @@ public Builder clearName() { * Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-project/locations/us-west1-a/privateClouds/my-cloud/clusters/my-cluster` + * `projects/my-project/locations/us-central1-a/privateClouds/my-cloud/clusters/my-cluster` * * * @@ -674,8 +676,8 @@ public Builder setNameBytes(com.google.protobuf.ByteString value) { * * *
      -     * Optional. The request ID must be a valid UUID with the exception that zero UUID is
      -     * not supported (00000000-0000-0000-0000-000000000000).
      +     * Optional. The request ID must be a valid UUID with the exception that zero
      +     * UUID is not supported (00000000-0000-0000-0000-000000000000).
            * 
      * * string request_id = 2 [(.google.api.field_behavior) = OPTIONAL]; @@ -697,8 +699,8 @@ public java.lang.String getRequestId() { * * *
      -     * Optional. The request ID must be a valid UUID with the exception that zero UUID is
      -     * not supported (00000000-0000-0000-0000-000000000000).
      +     * Optional. The request ID must be a valid UUID with the exception that zero
      +     * UUID is not supported (00000000-0000-0000-0000-000000000000).
            * 
      * * string request_id = 2 [(.google.api.field_behavior) = OPTIONAL]; @@ -720,8 +722,8 @@ public com.google.protobuf.ByteString getRequestIdBytes() { * * *
      -     * Optional. The request ID must be a valid UUID with the exception that zero UUID is
      -     * not supported (00000000-0000-0000-0000-000000000000).
      +     * Optional. The request ID must be a valid UUID with the exception that zero
      +     * UUID is not supported (00000000-0000-0000-0000-000000000000).
            * 
      * * string request_id = 2 [(.google.api.field_behavior) = OPTIONAL]; @@ -742,8 +744,8 @@ public Builder setRequestId(java.lang.String value) { * * *
      -     * Optional. The request ID must be a valid UUID with the exception that zero UUID is
      -     * not supported (00000000-0000-0000-0000-000000000000).
      +     * Optional. The request ID must be a valid UUID with the exception that zero
      +     * UUID is not supported (00000000-0000-0000-0000-000000000000).
            * 
      * * string request_id = 2 [(.google.api.field_behavior) = OPTIONAL]; @@ -760,8 +762,8 @@ public Builder clearRequestId() { * * *
      -     * Optional. The request ID must be a valid UUID with the exception that zero UUID is
      -     * not supported (00000000-0000-0000-0000-000000000000).
      +     * Optional. The request ID must be a valid UUID with the exception that zero
      +     * UUID is not supported (00000000-0000-0000-0000-000000000000).
            * 
      * * string request_id = 2 [(.google.api.field_behavior) = OPTIONAL]; diff --git a/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/DeleteClusterRequestOrBuilder.java b/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/DeleteClusterRequestOrBuilder.java index b78f4c0487e0..c2b626d255bf 100644 --- a/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/DeleteClusterRequestOrBuilder.java +++ b/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/DeleteClusterRequestOrBuilder.java @@ -31,7 +31,7 @@ public interface DeleteClusterRequestOrBuilder * Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-project/locations/us-west1-a/privateClouds/my-cloud/clusters/my-cluster` + * `projects/my-project/locations/us-central1-a/privateClouds/my-cloud/clusters/my-cluster` * * * @@ -49,7 +49,7 @@ public interface DeleteClusterRequestOrBuilder * Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-project/locations/us-west1-a/privateClouds/my-cloud/clusters/my-cluster` + * `projects/my-project/locations/us-central1-a/privateClouds/my-cloud/clusters/my-cluster` * * * @@ -64,8 +64,8 @@ public interface DeleteClusterRequestOrBuilder * * *
      -   * Optional. The request ID must be a valid UUID with the exception that zero UUID is
      -   * not supported (00000000-0000-0000-0000-000000000000).
      +   * Optional. The request ID must be a valid UUID with the exception that zero
      +   * UUID is not supported (00000000-0000-0000-0000-000000000000).
          * 
      * * string request_id = 2 [(.google.api.field_behavior) = OPTIONAL]; @@ -77,8 +77,8 @@ public interface DeleteClusterRequestOrBuilder * * *
      -   * Optional. The request ID must be a valid UUID with the exception that zero UUID is
      -   * not supported (00000000-0000-0000-0000-000000000000).
      +   * Optional. The request ID must be a valid UUID with the exception that zero
      +   * UUID is not supported (00000000-0000-0000-0000-000000000000).
          * 
      * * string request_id = 2 [(.google.api.field_behavior) = OPTIONAL]; diff --git a/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/DeleteNetworkPolicyRequest.java b/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/DeleteNetworkPolicyRequest.java index 5f609ad793b7..08bf5a8d841a 100644 --- a/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/DeleteNetworkPolicyRequest.java +++ b/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/DeleteNetworkPolicyRequest.java @@ -22,7 +22,8 @@ * * *
      - * Request message for [VmwareEngine.DeleteNetworkPolicy][google.cloud.vmwareengine.v1.VmwareEngine.DeleteNetworkPolicy]
      + * Request message for
      + * [VmwareEngine.DeleteNetworkPolicy][google.cloud.vmwareengine.v1.VmwareEngine.DeleteNetworkPolicy]
        * 
      * * Protobuf type {@code google.cloud.vmwareengine.v1.DeleteNetworkPolicyRequest} @@ -373,7 +374,8 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build * * *
      -   * Request message for [VmwareEngine.DeleteNetworkPolicy][google.cloud.vmwareengine.v1.VmwareEngine.DeleteNetworkPolicy]
      +   * Request message for
      +   * [VmwareEngine.DeleteNetworkPolicy][google.cloud.vmwareengine.v1.VmwareEngine.DeleteNetworkPolicy]
          * 
      * * Protobuf type {@code google.cloud.vmwareengine.v1.DeleteNetworkPolicyRequest} diff --git a/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/DeletePrivateCloudRequest.java b/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/DeletePrivateCloudRequest.java index b0835ddf3e62..2ed4c3a9a7e0 100644 --- a/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/DeletePrivateCloudRequest.java +++ b/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/DeletePrivateCloudRequest.java @@ -22,7 +22,8 @@ * * *
      - * Request message for [VmwareEngine.DeletePrivateCloud][google.cloud.vmwareengine.v1.VmwareEngine.DeletePrivateCloud]
      + * Request message for
      + * [VmwareEngine.DeletePrivateCloud][google.cloud.vmwareengine.v1.VmwareEngine.DeletePrivateCloud]
        * 
      * * Protobuf type {@code google.cloud.vmwareengine.v1.DeletePrivateCloudRequest} @@ -79,7 +80,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-project/locations/us-west1-a/privateClouds/my-cloud` + * `projects/my-project/locations/us-central1-a/privateClouds/my-cloud` * * * @@ -108,7 +109,7 @@ public java.lang.String getName() { * Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-project/locations/us-west1-a/privateClouds/my-cloud` + * `projects/my-project/locations/us-central1-a/privateClouds/my-cloud` * * * @@ -136,8 +137,8 @@ public com.google.protobuf.ByteString getNameBytes() { * * *
      -   * Optional. The request ID must be a valid UUID with the exception that zero UUID is
      -   * not supported (00000000-0000-0000-0000-000000000000).
      +   * Optional. The request ID must be a valid UUID with the exception that zero
      +   * UUID is not supported (00000000-0000-0000-0000-000000000000).
          * 
      * * string request_id = 2 [(.google.api.field_behavior) = OPTIONAL]; @@ -160,8 +161,8 @@ public java.lang.String getRequestId() { * * *
      -   * Optional. The request ID must be a valid UUID with the exception that zero UUID is
      -   * not supported (00000000-0000-0000-0000-000000000000).
      +   * Optional. The request ID must be a valid UUID with the exception that zero
      +   * UUID is not supported (00000000-0000-0000-0000-000000000000).
          * 
      * * string request_id = 2 [(.google.api.field_behavior) = OPTIONAL]; @@ -187,10 +188,11 @@ public com.google.protobuf.ByteString getRequestIdBytes() { * * *
      -   * Optional. If set to true, cascade delete is enabled and all children of this private
      -   * cloud resource are also deleted. When this flag is set to false, the
      -   * private cloud will not be deleted if there are any children other than the
      -   * management cluster. The management cluster is always deleted.
      +   * Optional. If set to true, cascade delete is enabled and all children of
      +   * this private cloud resource are also deleted. When this flag is set to
      +   * false, the private cloud will not be deleted if there are any children
      +   * other than the management cluster. The management cluster is always
      +   * deleted.
          * 
      * * bool force = 3 [(.google.api.field_behavior) = OPTIONAL]; @@ -212,10 +214,10 @@ public boolean getForce() { * is `3`. Specifying a non-zero value for this field changes the value of * `PrivateCloud.state` to `DELETED` and sets `expire_time` to the planned * deletion time. Deletion can be cancelled before `expire_time` elapses using - * [VmwareEngine.UndeletePrivateCloud][google.cloud.vmwareengine.v1.VmwareEngine.UndeletePrivateCloud]. Specifying a value of `0` for - * this field instead begins the deletion process and ceases billing - * immediately. During the final deletion process, the value of - * `PrivateCloud.state` becomes `PURGING`. + * [VmwareEngine.UndeletePrivateCloud][google.cloud.vmwareengine.v1.VmwareEngine.UndeletePrivateCloud]. + * Specifying a value of `0` for this field instead begins the deletion + * process and ceases billing immediately. During the final deletion process, + * the value of `PrivateCloud.state` becomes `PURGING`. * * * optional int32 delay_hours = 4 [(.google.api.field_behavior) = OPTIONAL]; @@ -234,10 +236,10 @@ public boolean hasDelayHours() { * is `3`. Specifying a non-zero value for this field changes the value of * `PrivateCloud.state` to `DELETED` and sets `expire_time` to the planned * deletion time. Deletion can be cancelled before `expire_time` elapses using - * [VmwareEngine.UndeletePrivateCloud][google.cloud.vmwareengine.v1.VmwareEngine.UndeletePrivateCloud]. Specifying a value of `0` for - * this field instead begins the deletion process and ceases billing - * immediately. During the final deletion process, the value of - * `PrivateCloud.state` becomes `PURGING`. + * [VmwareEngine.UndeletePrivateCloud][google.cloud.vmwareengine.v1.VmwareEngine.UndeletePrivateCloud]. + * Specifying a value of `0` for this field instead begins the deletion + * process and ceases billing immediately. During the final deletion process, + * the value of `PrivateCloud.state` becomes `PURGING`. * * * optional int32 delay_hours = 4 [(.google.api.field_behavior) = OPTIONAL]; @@ -445,7 +447,8 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build * * *
      -   * Request message for [VmwareEngine.DeletePrivateCloud][google.cloud.vmwareengine.v1.VmwareEngine.DeletePrivateCloud]
      +   * Request message for
      +   * [VmwareEngine.DeletePrivateCloud][google.cloud.vmwareengine.v1.VmwareEngine.DeletePrivateCloud]
          * 
      * * Protobuf type {@code google.cloud.vmwareengine.v1.DeletePrivateCloudRequest} @@ -666,7 +669,7 @@ public Builder mergeFrom( * Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-project/locations/us-west1-a/privateClouds/my-cloud` + * `projects/my-project/locations/us-central1-a/privateClouds/my-cloud` * * * @@ -694,7 +697,7 @@ public java.lang.String getName() { * Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-project/locations/us-west1-a/privateClouds/my-cloud` + * `projects/my-project/locations/us-central1-a/privateClouds/my-cloud` * * * @@ -722,7 +725,7 @@ public com.google.protobuf.ByteString getNameBytes() { * Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-project/locations/us-west1-a/privateClouds/my-cloud` + * `projects/my-project/locations/us-central1-a/privateClouds/my-cloud` * * * @@ -749,7 +752,7 @@ public Builder setName(java.lang.String value) { * Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-project/locations/us-west1-a/privateClouds/my-cloud` + * `projects/my-project/locations/us-central1-a/privateClouds/my-cloud` * * * @@ -772,7 +775,7 @@ public Builder clearName() { * Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-project/locations/us-west1-a/privateClouds/my-cloud` + * `projects/my-project/locations/us-central1-a/privateClouds/my-cloud` * * * @@ -798,8 +801,8 @@ public Builder setNameBytes(com.google.protobuf.ByteString value) { * * *
      -     * Optional. The request ID must be a valid UUID with the exception that zero UUID is
      -     * not supported (00000000-0000-0000-0000-000000000000).
      +     * Optional. The request ID must be a valid UUID with the exception that zero
      +     * UUID is not supported (00000000-0000-0000-0000-000000000000).
            * 
      * * string request_id = 2 [(.google.api.field_behavior) = OPTIONAL]; @@ -821,8 +824,8 @@ public java.lang.String getRequestId() { * * *
      -     * Optional. The request ID must be a valid UUID with the exception that zero UUID is
      -     * not supported (00000000-0000-0000-0000-000000000000).
      +     * Optional. The request ID must be a valid UUID with the exception that zero
      +     * UUID is not supported (00000000-0000-0000-0000-000000000000).
            * 
      * * string request_id = 2 [(.google.api.field_behavior) = OPTIONAL]; @@ -844,8 +847,8 @@ public com.google.protobuf.ByteString getRequestIdBytes() { * * *
      -     * Optional. The request ID must be a valid UUID with the exception that zero UUID is
      -     * not supported (00000000-0000-0000-0000-000000000000).
      +     * Optional. The request ID must be a valid UUID with the exception that zero
      +     * UUID is not supported (00000000-0000-0000-0000-000000000000).
            * 
      * * string request_id = 2 [(.google.api.field_behavior) = OPTIONAL]; @@ -866,8 +869,8 @@ public Builder setRequestId(java.lang.String value) { * * *
      -     * Optional. The request ID must be a valid UUID with the exception that zero UUID is
      -     * not supported (00000000-0000-0000-0000-000000000000).
      +     * Optional. The request ID must be a valid UUID with the exception that zero
      +     * UUID is not supported (00000000-0000-0000-0000-000000000000).
            * 
      * * string request_id = 2 [(.google.api.field_behavior) = OPTIONAL]; @@ -884,8 +887,8 @@ public Builder clearRequestId() { * * *
      -     * Optional. The request ID must be a valid UUID with the exception that zero UUID is
      -     * not supported (00000000-0000-0000-0000-000000000000).
      +     * Optional. The request ID must be a valid UUID with the exception that zero
      +     * UUID is not supported (00000000-0000-0000-0000-000000000000).
            * 
      * * string request_id = 2 [(.google.api.field_behavior) = OPTIONAL]; @@ -909,10 +912,11 @@ public Builder setRequestIdBytes(com.google.protobuf.ByteString value) { * * *
      -     * Optional. If set to true, cascade delete is enabled and all children of this private
      -     * cloud resource are also deleted. When this flag is set to false, the
      -     * private cloud will not be deleted if there are any children other than the
      -     * management cluster. The management cluster is always deleted.
      +     * Optional. If set to true, cascade delete is enabled and all children of
      +     * this private cloud resource are also deleted. When this flag is set to
      +     * false, the private cloud will not be deleted if there are any children
      +     * other than the management cluster. The management cluster is always
      +     * deleted.
            * 
      * * bool force = 3 [(.google.api.field_behavior) = OPTIONAL]; @@ -927,10 +931,11 @@ public boolean getForce() { * * *
      -     * Optional. If set to true, cascade delete is enabled and all children of this private
      -     * cloud resource are also deleted. When this flag is set to false, the
      -     * private cloud will not be deleted if there are any children other than the
      -     * management cluster. The management cluster is always deleted.
      +     * Optional. If set to true, cascade delete is enabled and all children of
      +     * this private cloud resource are also deleted. When this flag is set to
      +     * false, the private cloud will not be deleted if there are any children
      +     * other than the management cluster. The management cluster is always
      +     * deleted.
            * 
      * * bool force = 3 [(.google.api.field_behavior) = OPTIONAL]; @@ -948,10 +953,11 @@ public Builder setForce(boolean value) { * * *
      -     * Optional. If set to true, cascade delete is enabled and all children of this private
      -     * cloud resource are also deleted. When this flag is set to false, the
      -     * private cloud will not be deleted if there are any children other than the
      -     * management cluster. The management cluster is always deleted.
      +     * Optional. If set to true, cascade delete is enabled and all children of
      +     * this private cloud resource are also deleted. When this flag is set to
      +     * false, the private cloud will not be deleted if there are any children
      +     * other than the management cluster. The management cluster is always
      +     * deleted.
            * 
      * * bool force = 3 [(.google.api.field_behavior) = OPTIONAL]; @@ -974,10 +980,10 @@ public Builder clearForce() { * is `3`. Specifying a non-zero value for this field changes the value of * `PrivateCloud.state` to `DELETED` and sets `expire_time` to the planned * deletion time. Deletion can be cancelled before `expire_time` elapses using - * [VmwareEngine.UndeletePrivateCloud][google.cloud.vmwareengine.v1.VmwareEngine.UndeletePrivateCloud]. Specifying a value of `0` for - * this field instead begins the deletion process and ceases billing - * immediately. During the final deletion process, the value of - * `PrivateCloud.state` becomes `PURGING`. + * [VmwareEngine.UndeletePrivateCloud][google.cloud.vmwareengine.v1.VmwareEngine.UndeletePrivateCloud]. + * Specifying a value of `0` for this field instead begins the deletion + * process and ceases billing immediately. During the final deletion process, + * the value of `PrivateCloud.state` becomes `PURGING`. * * * optional int32 delay_hours = 4 [(.google.api.field_behavior) = OPTIONAL]; @@ -996,10 +1002,10 @@ public boolean hasDelayHours() { * is `3`. Specifying a non-zero value for this field changes the value of * `PrivateCloud.state` to `DELETED` and sets `expire_time` to the planned * deletion time. Deletion can be cancelled before `expire_time` elapses using - * [VmwareEngine.UndeletePrivateCloud][google.cloud.vmwareengine.v1.VmwareEngine.UndeletePrivateCloud]. Specifying a value of `0` for - * this field instead begins the deletion process and ceases billing - * immediately. During the final deletion process, the value of - * `PrivateCloud.state` becomes `PURGING`. + * [VmwareEngine.UndeletePrivateCloud][google.cloud.vmwareengine.v1.VmwareEngine.UndeletePrivateCloud]. + * Specifying a value of `0` for this field instead begins the deletion + * process and ceases billing immediately. During the final deletion process, + * the value of `PrivateCloud.state` becomes `PURGING`. * * * optional int32 delay_hours = 4 [(.google.api.field_behavior) = OPTIONAL]; @@ -1018,10 +1024,10 @@ public int getDelayHours() { * is `3`. Specifying a non-zero value for this field changes the value of * `PrivateCloud.state` to `DELETED` and sets `expire_time` to the planned * deletion time. Deletion can be cancelled before `expire_time` elapses using - * [VmwareEngine.UndeletePrivateCloud][google.cloud.vmwareengine.v1.VmwareEngine.UndeletePrivateCloud]. Specifying a value of `0` for - * this field instead begins the deletion process and ceases billing - * immediately. During the final deletion process, the value of - * `PrivateCloud.state` becomes `PURGING`. + * [VmwareEngine.UndeletePrivateCloud][google.cloud.vmwareengine.v1.VmwareEngine.UndeletePrivateCloud]. + * Specifying a value of `0` for this field instead begins the deletion + * process and ceases billing immediately. During the final deletion process, + * the value of `PrivateCloud.state` becomes `PURGING`. * * * optional int32 delay_hours = 4 [(.google.api.field_behavior) = OPTIONAL]; @@ -1043,10 +1049,10 @@ public Builder setDelayHours(int value) { * is `3`. Specifying a non-zero value for this field changes the value of * `PrivateCloud.state` to `DELETED` and sets `expire_time` to the planned * deletion time. Deletion can be cancelled before `expire_time` elapses using - * [VmwareEngine.UndeletePrivateCloud][google.cloud.vmwareengine.v1.VmwareEngine.UndeletePrivateCloud]. Specifying a value of `0` for - * this field instead begins the deletion process and ceases billing - * immediately. During the final deletion process, the value of - * `PrivateCloud.state` becomes `PURGING`. + * [VmwareEngine.UndeletePrivateCloud][google.cloud.vmwareengine.v1.VmwareEngine.UndeletePrivateCloud]. + * Specifying a value of `0` for this field instead begins the deletion + * process and ceases billing immediately. During the final deletion process, + * the value of `PrivateCloud.state` becomes `PURGING`. * * * optional int32 delay_hours = 4 [(.google.api.field_behavior) = OPTIONAL]; diff --git a/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/DeletePrivateCloudRequestOrBuilder.java b/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/DeletePrivateCloudRequestOrBuilder.java index ebbc1f649014..2e716d509bd4 100644 --- a/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/DeletePrivateCloudRequestOrBuilder.java +++ b/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/DeletePrivateCloudRequestOrBuilder.java @@ -31,7 +31,7 @@ public interface DeletePrivateCloudRequestOrBuilder * Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-project/locations/us-west1-a/privateClouds/my-cloud` + * `projects/my-project/locations/us-central1-a/privateClouds/my-cloud` * * * @@ -49,7 +49,7 @@ public interface DeletePrivateCloudRequestOrBuilder * Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-project/locations/us-west1-a/privateClouds/my-cloud` + * `projects/my-project/locations/us-central1-a/privateClouds/my-cloud` * * * @@ -64,8 +64,8 @@ public interface DeletePrivateCloudRequestOrBuilder * * *
      -   * Optional. The request ID must be a valid UUID with the exception that zero UUID is
      -   * not supported (00000000-0000-0000-0000-000000000000).
      +   * Optional. The request ID must be a valid UUID with the exception that zero
      +   * UUID is not supported (00000000-0000-0000-0000-000000000000).
          * 
      * * string request_id = 2 [(.google.api.field_behavior) = OPTIONAL]; @@ -77,8 +77,8 @@ public interface DeletePrivateCloudRequestOrBuilder * * *
      -   * Optional. The request ID must be a valid UUID with the exception that zero UUID is
      -   * not supported (00000000-0000-0000-0000-000000000000).
      +   * Optional. The request ID must be a valid UUID with the exception that zero
      +   * UUID is not supported (00000000-0000-0000-0000-000000000000).
          * 
      * * string request_id = 2 [(.google.api.field_behavior) = OPTIONAL]; @@ -91,10 +91,11 @@ public interface DeletePrivateCloudRequestOrBuilder * * *
      -   * Optional. If set to true, cascade delete is enabled and all children of this private
      -   * cloud resource are also deleted. When this flag is set to false, the
      -   * private cloud will not be deleted if there are any children other than the
      -   * management cluster. The management cluster is always deleted.
      +   * Optional. If set to true, cascade delete is enabled and all children of
      +   * this private cloud resource are also deleted. When this flag is set to
      +   * false, the private cloud will not be deleted if there are any children
      +   * other than the management cluster. The management cluster is always
      +   * deleted.
          * 
      * * bool force = 3 [(.google.api.field_behavior) = OPTIONAL]; @@ -111,10 +112,10 @@ public interface DeletePrivateCloudRequestOrBuilder * is `3`. Specifying a non-zero value for this field changes the value of * `PrivateCloud.state` to `DELETED` and sets `expire_time` to the planned * deletion time. Deletion can be cancelled before `expire_time` elapses using - * [VmwareEngine.UndeletePrivateCloud][google.cloud.vmwareengine.v1.VmwareEngine.UndeletePrivateCloud]. Specifying a value of `0` for - * this field instead begins the deletion process and ceases billing - * immediately. During the final deletion process, the value of - * `PrivateCloud.state` becomes `PURGING`. + * [VmwareEngine.UndeletePrivateCloud][google.cloud.vmwareengine.v1.VmwareEngine.UndeletePrivateCloud]. + * Specifying a value of `0` for this field instead begins the deletion + * process and ceases billing immediately. During the final deletion process, + * the value of `PrivateCloud.state` becomes `PURGING`. * * * optional int32 delay_hours = 4 [(.google.api.field_behavior) = OPTIONAL]; @@ -130,10 +131,10 @@ public interface DeletePrivateCloudRequestOrBuilder * is `3`. Specifying a non-zero value for this field changes the value of * `PrivateCloud.state` to `DELETED` and sets `expire_time` to the planned * deletion time. Deletion can be cancelled before `expire_time` elapses using - * [VmwareEngine.UndeletePrivateCloud][google.cloud.vmwareengine.v1.VmwareEngine.UndeletePrivateCloud]. Specifying a value of `0` for - * this field instead begins the deletion process and ceases billing - * immediately. During the final deletion process, the value of - * `PrivateCloud.state` becomes `PURGING`. + * [VmwareEngine.UndeletePrivateCloud][google.cloud.vmwareengine.v1.VmwareEngine.UndeletePrivateCloud]. + * Specifying a value of `0` for this field instead begins the deletion + * process and ceases billing immediately. During the final deletion process, + * the value of `PrivateCloud.state` becomes `PURGING`. * * * optional int32 delay_hours = 4 [(.google.api.field_behavior) = OPTIONAL]; diff --git a/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/DeleteVmwareEngineNetworkRequest.java b/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/DeleteVmwareEngineNetworkRequest.java index 185f04f525dc..6073e1d36191 100644 --- a/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/DeleteVmwareEngineNetworkRequest.java +++ b/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/DeleteVmwareEngineNetworkRequest.java @@ -22,7 +22,8 @@ * * *
      - * Request message for [VmwareEngine.DeleteVmwareEngineNetwork][google.cloud.vmwareengine.v1.VmwareEngine.DeleteVmwareEngineNetwork]
      + * Request message for
      + * [VmwareEngine.DeleteVmwareEngineNetwork][google.cloud.vmwareengine.v1.VmwareEngine.DeleteVmwareEngineNetwork]
        * 
      * * Protobuf type {@code google.cloud.vmwareengine.v1.DeleteVmwareEngineNetworkRequest} @@ -208,10 +209,10 @@ public com.google.protobuf.ByteString getRequestIdBytes() { * * *
      -   * Optional. Checksum used to ensure that the user-provided value is up to date before
      -   * the server processes the request. The server compares provided checksum
      -   * with the current checksum of the resource. If the user-provided value is
      -   * out of date, this request returns an `ABORTED` error.
      +   * Optional. Checksum used to ensure that the user-provided value is up to
      +   * date before the server processes the request. The server compares provided
      +   * checksum with the current checksum of the resource. If the user-provided
      +   * value is out of date, this request returns an `ABORTED` error.
          * 
      * * string etag = 3 [(.google.api.field_behavior) = OPTIONAL]; @@ -234,10 +235,10 @@ public java.lang.String getEtag() { * * *
      -   * Optional. Checksum used to ensure that the user-provided value is up to date before
      -   * the server processes the request. The server compares provided checksum
      -   * with the current checksum of the resource. If the user-provided value is
      -   * out of date, this request returns an `ABORTED` error.
      +   * Optional. Checksum used to ensure that the user-provided value is up to
      +   * date before the server processes the request. The server compares provided
      +   * checksum with the current checksum of the resource. If the user-provided
      +   * value is out of date, this request returns an `ABORTED` error.
          * 
      * * string etag = 3 [(.google.api.field_behavior) = OPTIONAL]; @@ -440,7 +441,8 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build * * *
      -   * Request message for [VmwareEngine.DeleteVmwareEngineNetwork][google.cloud.vmwareengine.v1.VmwareEngine.DeleteVmwareEngineNetwork]
      +   * Request message for
      +   * [VmwareEngine.DeleteVmwareEngineNetwork][google.cloud.vmwareengine.v1.VmwareEngine.DeleteVmwareEngineNetwork]
          * 
      * * Protobuf type {@code google.cloud.vmwareengine.v1.DeleteVmwareEngineNetworkRequest} @@ -939,10 +941,10 @@ public Builder setRequestIdBytes(com.google.protobuf.ByteString value) { * * *
      -     * Optional. Checksum used to ensure that the user-provided value is up to date before
      -     * the server processes the request. The server compares provided checksum
      -     * with the current checksum of the resource. If the user-provided value is
      -     * out of date, this request returns an `ABORTED` error.
      +     * Optional. Checksum used to ensure that the user-provided value is up to
      +     * date before the server processes the request. The server compares provided
      +     * checksum with the current checksum of the resource. If the user-provided
      +     * value is out of date, this request returns an `ABORTED` error.
            * 
      * * string etag = 3 [(.google.api.field_behavior) = OPTIONAL]; @@ -964,10 +966,10 @@ public java.lang.String getEtag() { * * *
      -     * Optional. Checksum used to ensure that the user-provided value is up to date before
      -     * the server processes the request. The server compares provided checksum
      -     * with the current checksum of the resource. If the user-provided value is
      -     * out of date, this request returns an `ABORTED` error.
      +     * Optional. Checksum used to ensure that the user-provided value is up to
      +     * date before the server processes the request. The server compares provided
      +     * checksum with the current checksum of the resource. If the user-provided
      +     * value is out of date, this request returns an `ABORTED` error.
            * 
      * * string etag = 3 [(.google.api.field_behavior) = OPTIONAL]; @@ -989,10 +991,10 @@ public com.google.protobuf.ByteString getEtagBytes() { * * *
      -     * Optional. Checksum used to ensure that the user-provided value is up to date before
      -     * the server processes the request. The server compares provided checksum
      -     * with the current checksum of the resource. If the user-provided value is
      -     * out of date, this request returns an `ABORTED` error.
      +     * Optional. Checksum used to ensure that the user-provided value is up to
      +     * date before the server processes the request. The server compares provided
      +     * checksum with the current checksum of the resource. If the user-provided
      +     * value is out of date, this request returns an `ABORTED` error.
            * 
      * * string etag = 3 [(.google.api.field_behavior) = OPTIONAL]; @@ -1013,10 +1015,10 @@ public Builder setEtag(java.lang.String value) { * * *
      -     * Optional. Checksum used to ensure that the user-provided value is up to date before
      -     * the server processes the request. The server compares provided checksum
      -     * with the current checksum of the resource. If the user-provided value is
      -     * out of date, this request returns an `ABORTED` error.
      +     * Optional. Checksum used to ensure that the user-provided value is up to
      +     * date before the server processes the request. The server compares provided
      +     * checksum with the current checksum of the resource. If the user-provided
      +     * value is out of date, this request returns an `ABORTED` error.
            * 
      * * string etag = 3 [(.google.api.field_behavior) = OPTIONAL]; @@ -1033,10 +1035,10 @@ public Builder clearEtag() { * * *
      -     * Optional. Checksum used to ensure that the user-provided value is up to date before
      -     * the server processes the request. The server compares provided checksum
      -     * with the current checksum of the resource. If the user-provided value is
      -     * out of date, this request returns an `ABORTED` error.
      +     * Optional. Checksum used to ensure that the user-provided value is up to
      +     * date before the server processes the request. The server compares provided
      +     * checksum with the current checksum of the resource. If the user-provided
      +     * value is out of date, this request returns an `ABORTED` error.
            * 
      * * string etag = 3 [(.google.api.field_behavior) = OPTIONAL]; diff --git a/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/DeleteVmwareEngineNetworkRequestOrBuilder.java b/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/DeleteVmwareEngineNetworkRequestOrBuilder.java index 3e575bf74b17..40898712cf20 100644 --- a/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/DeleteVmwareEngineNetworkRequestOrBuilder.java +++ b/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/DeleteVmwareEngineNetworkRequestOrBuilder.java @@ -111,10 +111,10 @@ public interface DeleteVmwareEngineNetworkRequestOrBuilder * * *
      -   * Optional. Checksum used to ensure that the user-provided value is up to date before
      -   * the server processes the request. The server compares provided checksum
      -   * with the current checksum of the resource. If the user-provided value is
      -   * out of date, this request returns an `ABORTED` error.
      +   * Optional. Checksum used to ensure that the user-provided value is up to
      +   * date before the server processes the request. The server compares provided
      +   * checksum with the current checksum of the resource. If the user-provided
      +   * value is out of date, this request returns an `ABORTED` error.
          * 
      * * string etag = 3 [(.google.api.field_behavior) = OPTIONAL]; @@ -126,10 +126,10 @@ public interface DeleteVmwareEngineNetworkRequestOrBuilder * * *
      -   * Optional. Checksum used to ensure that the user-provided value is up to date before
      -   * the server processes the request. The server compares provided checksum
      -   * with the current checksum of the resource. If the user-provided value is
      -   * out of date, this request returns an `ABORTED` error.
      +   * Optional. Checksum used to ensure that the user-provided value is up to
      +   * date before the server processes the request. The server compares provided
      +   * checksum with the current checksum of the resource. If the user-provided
      +   * value is out of date, this request returns an `ABORTED` error.
          * 
      * * string etag = 3 [(.google.api.field_behavior) = OPTIONAL]; diff --git a/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/GetClusterRequest.java b/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/GetClusterRequest.java index 68a5bdd5ba20..49e3fe41905a 100644 --- a/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/GetClusterRequest.java +++ b/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/GetClusterRequest.java @@ -22,7 +22,8 @@ * * *
      - * Request message for [VmwareEngine.GetCluster][google.cloud.vmwareengine.v1.VmwareEngine.GetCluster]
      + * Request message for
      + * [VmwareEngine.GetCluster][google.cloud.vmwareengine.v1.VmwareEngine.GetCluster]
        * 
      * * Protobuf type {@code google.cloud.vmwareengine.v1.GetClusterRequest} @@ -77,7 +78,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-project/locations/us-west1-a/privateClouds/my-cloud/clusters/my-cluster` + * `projects/my-project/locations/us-central1-a/privateClouds/my-cloud/clusters/my-cluster` * * * @@ -106,7 +107,7 @@ public java.lang.String getName() { * Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-project/locations/us-west1-a/privateClouds/my-cloud/clusters/my-cluster` + * `projects/my-project/locations/us-central1-a/privateClouds/my-cloud/clusters/my-cluster` * * * @@ -291,7 +292,8 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build * * *
      -   * Request message for [VmwareEngine.GetCluster][google.cloud.vmwareengine.v1.VmwareEngine.GetCluster]
      +   * Request message for
      +   * [VmwareEngine.GetCluster][google.cloud.vmwareengine.v1.VmwareEngine.GetCluster]
          * 
      * * Protobuf type {@code google.cloud.vmwareengine.v1.GetClusterRequest} @@ -467,7 +469,7 @@ public Builder mergeFrom( * Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-project/locations/us-west1-a/privateClouds/my-cloud/clusters/my-cluster` + * `projects/my-project/locations/us-central1-a/privateClouds/my-cloud/clusters/my-cluster` * * * @@ -495,7 +497,7 @@ public java.lang.String getName() { * Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-project/locations/us-west1-a/privateClouds/my-cloud/clusters/my-cluster` + * `projects/my-project/locations/us-central1-a/privateClouds/my-cloud/clusters/my-cluster` * * * @@ -523,7 +525,7 @@ public com.google.protobuf.ByteString getNameBytes() { * Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-project/locations/us-west1-a/privateClouds/my-cloud/clusters/my-cluster` + * `projects/my-project/locations/us-central1-a/privateClouds/my-cloud/clusters/my-cluster` * * * @@ -550,7 +552,7 @@ public Builder setName(java.lang.String value) { * Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-project/locations/us-west1-a/privateClouds/my-cloud/clusters/my-cluster` + * `projects/my-project/locations/us-central1-a/privateClouds/my-cloud/clusters/my-cluster` * * * @@ -573,7 +575,7 @@ public Builder clearName() { * Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-project/locations/us-west1-a/privateClouds/my-cloud/clusters/my-cluster` + * `projects/my-project/locations/us-central1-a/privateClouds/my-cloud/clusters/my-cluster` * * * diff --git a/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/GetClusterRequestOrBuilder.java b/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/GetClusterRequestOrBuilder.java index 6bf9e41eda2a..1c23be04c97b 100644 --- a/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/GetClusterRequestOrBuilder.java +++ b/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/GetClusterRequestOrBuilder.java @@ -31,7 +31,7 @@ public interface GetClusterRequestOrBuilder * Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-project/locations/us-west1-a/privateClouds/my-cloud/clusters/my-cluster` + * `projects/my-project/locations/us-central1-a/privateClouds/my-cloud/clusters/my-cluster` * * * @@ -49,7 +49,7 @@ public interface GetClusterRequestOrBuilder * Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-project/locations/us-west1-a/privateClouds/my-cloud/clusters/my-cluster` + * `projects/my-project/locations/us-central1-a/privateClouds/my-cloud/clusters/my-cluster` * * * diff --git a/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/GetHcxActivationKeyRequest.java b/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/GetHcxActivationKeyRequest.java index 555f2bec8ac1..836d59b8bf74 100644 --- a/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/GetHcxActivationKeyRequest.java +++ b/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/GetHcxActivationKeyRequest.java @@ -77,7 +77,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-project/locations/us-west1/privateClouds/my-cloud/hcxActivationKeys/my-key` + * `projects/my-project/locations/us-central1/privateClouds/my-cloud/hcxActivationKeys/my-key` * * * @@ -106,7 +106,7 @@ public java.lang.String getName() { * Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-project/locations/us-west1/privateClouds/my-cloud/hcxActivationKeys/my-key` + * `projects/my-project/locations/us-central1/privateClouds/my-cloud/hcxActivationKeys/my-key` * * * @@ -468,7 +468,7 @@ public Builder mergeFrom( * Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-project/locations/us-west1/privateClouds/my-cloud/hcxActivationKeys/my-key` + * `projects/my-project/locations/us-central1/privateClouds/my-cloud/hcxActivationKeys/my-key` * * * @@ -496,7 +496,7 @@ public java.lang.String getName() { * Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-project/locations/us-west1/privateClouds/my-cloud/hcxActivationKeys/my-key` + * `projects/my-project/locations/us-central1/privateClouds/my-cloud/hcxActivationKeys/my-key` * * * @@ -524,7 +524,7 @@ public com.google.protobuf.ByteString getNameBytes() { * Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-project/locations/us-west1/privateClouds/my-cloud/hcxActivationKeys/my-key` + * `projects/my-project/locations/us-central1/privateClouds/my-cloud/hcxActivationKeys/my-key` * * * @@ -551,7 +551,7 @@ public Builder setName(java.lang.String value) { * Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-project/locations/us-west1/privateClouds/my-cloud/hcxActivationKeys/my-key` + * `projects/my-project/locations/us-central1/privateClouds/my-cloud/hcxActivationKeys/my-key` * * * @@ -574,7 +574,7 @@ public Builder clearName() { * Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-project/locations/us-west1/privateClouds/my-cloud/hcxActivationKeys/my-key` + * `projects/my-project/locations/us-central1/privateClouds/my-cloud/hcxActivationKeys/my-key` * * * diff --git a/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/GetHcxActivationKeyRequestOrBuilder.java b/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/GetHcxActivationKeyRequestOrBuilder.java index 172c8a429225..0e65704a238d 100644 --- a/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/GetHcxActivationKeyRequestOrBuilder.java +++ b/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/GetHcxActivationKeyRequestOrBuilder.java @@ -31,7 +31,7 @@ public interface GetHcxActivationKeyRequestOrBuilder * Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-project/locations/us-west1/privateClouds/my-cloud/hcxActivationKeys/my-key` + * `projects/my-project/locations/us-central1/privateClouds/my-cloud/hcxActivationKeys/my-key` * * * @@ -49,7 +49,7 @@ public interface GetHcxActivationKeyRequestOrBuilder * Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-project/locations/us-west1/privateClouds/my-cloud/hcxActivationKeys/my-key` + * `projects/my-project/locations/us-central1/privateClouds/my-cloud/hcxActivationKeys/my-key` * * * diff --git a/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/GetNetworkPolicyRequest.java b/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/GetNetworkPolicyRequest.java index 429d6c898a63..4dee688cd551 100644 --- a/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/GetNetworkPolicyRequest.java +++ b/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/GetNetworkPolicyRequest.java @@ -22,7 +22,8 @@ * * *
      - * Request message for [VmwareEngine.GetNetworkPolicy][google.cloud.vmwareengine.v1.VmwareEngine.GetNetworkPolicy]
      + * Request message for
      + * [VmwareEngine.GetNetworkPolicy][google.cloud.vmwareengine.v1.VmwareEngine.GetNetworkPolicy]
        * 
      * * Protobuf type {@code google.cloud.vmwareengine.v1.GetNetworkPolicyRequest} @@ -292,7 +293,8 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build * * *
      -   * Request message for [VmwareEngine.GetNetworkPolicy][google.cloud.vmwareengine.v1.VmwareEngine.GetNetworkPolicy]
      +   * Request message for
      +   * [VmwareEngine.GetNetworkPolicy][google.cloud.vmwareengine.v1.VmwareEngine.GetNetworkPolicy]
          * 
      * * Protobuf type {@code google.cloud.vmwareengine.v1.GetNetworkPolicyRequest} diff --git a/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/GetNodeTypeRequest.java b/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/GetNodeTypeRequest.java index e4ebd9770e59..8e467dfb8b31 100644 --- a/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/GetNodeTypeRequest.java +++ b/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/GetNodeTypeRequest.java @@ -22,7 +22,8 @@ * * *
      - * Request message for [VmwareEngine.GetNodeType][google.cloud.vmwareengine.v1.VmwareEngine.GetNodeType]
      + * Request message for
      + * [VmwareEngine.GetNodeType][google.cloud.vmwareengine.v1.VmwareEngine.GetNodeType]
        * 
      * * Protobuf type {@code google.cloud.vmwareengine.v1.GetNodeTypeRequest} @@ -77,7 +78,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-proj/locations/us-west1-a/nodeTypes/standard-72` + * `projects/my-proj/locations/us-central1-a/nodeTypes/standard-72` * * * @@ -106,7 +107,7 @@ public java.lang.String getName() { * Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-proj/locations/us-west1-a/nodeTypes/standard-72` + * `projects/my-proj/locations/us-central1-a/nodeTypes/standard-72` * * * @@ -291,7 +292,8 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build * * *
      -   * Request message for [VmwareEngine.GetNodeType][google.cloud.vmwareengine.v1.VmwareEngine.GetNodeType]
      +   * Request message for
      +   * [VmwareEngine.GetNodeType][google.cloud.vmwareengine.v1.VmwareEngine.GetNodeType]
          * 
      * * Protobuf type {@code google.cloud.vmwareengine.v1.GetNodeTypeRequest} @@ -467,7 +469,7 @@ public Builder mergeFrom( * Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-proj/locations/us-west1-a/nodeTypes/standard-72` + * `projects/my-proj/locations/us-central1-a/nodeTypes/standard-72` * * * @@ -495,7 +497,7 @@ public java.lang.String getName() { * Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-proj/locations/us-west1-a/nodeTypes/standard-72` + * `projects/my-proj/locations/us-central1-a/nodeTypes/standard-72` * * * @@ -523,7 +525,7 @@ public com.google.protobuf.ByteString getNameBytes() { * Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-proj/locations/us-west1-a/nodeTypes/standard-72` + * `projects/my-proj/locations/us-central1-a/nodeTypes/standard-72` * * * @@ -550,7 +552,7 @@ public Builder setName(java.lang.String value) { * Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-proj/locations/us-west1-a/nodeTypes/standard-72` + * `projects/my-proj/locations/us-central1-a/nodeTypes/standard-72` * * * @@ -573,7 +575,7 @@ public Builder clearName() { * Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-proj/locations/us-west1-a/nodeTypes/standard-72` + * `projects/my-proj/locations/us-central1-a/nodeTypes/standard-72` * * * diff --git a/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/GetNodeTypeRequestOrBuilder.java b/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/GetNodeTypeRequestOrBuilder.java index 734ced1349f1..5c2302512cc6 100644 --- a/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/GetNodeTypeRequestOrBuilder.java +++ b/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/GetNodeTypeRequestOrBuilder.java @@ -31,7 +31,7 @@ public interface GetNodeTypeRequestOrBuilder * Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-proj/locations/us-west1-a/nodeTypes/standard-72` + * `projects/my-proj/locations/us-central1-a/nodeTypes/standard-72` * * * @@ -49,7 +49,7 @@ public interface GetNodeTypeRequestOrBuilder * Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-proj/locations/us-west1-a/nodeTypes/standard-72` + * `projects/my-proj/locations/us-central1-a/nodeTypes/standard-72` * * * diff --git a/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/GetPrivateCloudRequest.java b/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/GetPrivateCloudRequest.java index f41c715bd7bf..7c5ea3976505 100644 --- a/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/GetPrivateCloudRequest.java +++ b/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/GetPrivateCloudRequest.java @@ -22,7 +22,8 @@ * * *
      - * Request message for [VmwareEngine.GetPrivateCloud][google.cloud.vmwareengine.v1.VmwareEngine.GetPrivateCloud]
      + * Request message for
      + * [VmwareEngine.GetPrivateCloud][google.cloud.vmwareengine.v1.VmwareEngine.GetPrivateCloud]
        * 
      * * Protobuf type {@code google.cloud.vmwareengine.v1.GetPrivateCloudRequest} @@ -77,7 +78,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-project/locations/us-west1-a/privateClouds/my-cloud` + * `projects/my-project/locations/us-central1-a/privateClouds/my-cloud` * * * @@ -106,7 +107,7 @@ public java.lang.String getName() { * Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-project/locations/us-west1-a/privateClouds/my-cloud` + * `projects/my-project/locations/us-central1-a/privateClouds/my-cloud` * * * @@ -292,7 +293,8 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build * * *
      -   * Request message for [VmwareEngine.GetPrivateCloud][google.cloud.vmwareengine.v1.VmwareEngine.GetPrivateCloud]
      +   * Request message for
      +   * [VmwareEngine.GetPrivateCloud][google.cloud.vmwareengine.v1.VmwareEngine.GetPrivateCloud]
          * 
      * * Protobuf type {@code google.cloud.vmwareengine.v1.GetPrivateCloudRequest} @@ -468,7 +470,7 @@ public Builder mergeFrom( * Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-project/locations/us-west1-a/privateClouds/my-cloud` + * `projects/my-project/locations/us-central1-a/privateClouds/my-cloud` * * * @@ -496,7 +498,7 @@ public java.lang.String getName() { * Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-project/locations/us-west1-a/privateClouds/my-cloud` + * `projects/my-project/locations/us-central1-a/privateClouds/my-cloud` * * * @@ -524,7 +526,7 @@ public com.google.protobuf.ByteString getNameBytes() { * Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-project/locations/us-west1-a/privateClouds/my-cloud` + * `projects/my-project/locations/us-central1-a/privateClouds/my-cloud` * * * @@ -551,7 +553,7 @@ public Builder setName(java.lang.String value) { * Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-project/locations/us-west1-a/privateClouds/my-cloud` + * `projects/my-project/locations/us-central1-a/privateClouds/my-cloud` * * * @@ -574,7 +576,7 @@ public Builder clearName() { * Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-project/locations/us-west1-a/privateClouds/my-cloud` + * `projects/my-project/locations/us-central1-a/privateClouds/my-cloud` * * * diff --git a/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/GetPrivateCloudRequestOrBuilder.java b/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/GetPrivateCloudRequestOrBuilder.java index b9438004e937..9d651253d30b 100644 --- a/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/GetPrivateCloudRequestOrBuilder.java +++ b/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/GetPrivateCloudRequestOrBuilder.java @@ -31,7 +31,7 @@ public interface GetPrivateCloudRequestOrBuilder * Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-project/locations/us-west1-a/privateClouds/my-cloud` + * `projects/my-project/locations/us-central1-a/privateClouds/my-cloud` * * * @@ -49,7 +49,7 @@ public interface GetPrivateCloudRequestOrBuilder * Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-project/locations/us-west1-a/privateClouds/my-cloud` + * `projects/my-project/locations/us-central1-a/privateClouds/my-cloud` * * * diff --git a/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/GetVmwareEngineNetworkRequest.java b/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/GetVmwareEngineNetworkRequest.java index 86ac08b25e4e..2412323b7c0c 100644 --- a/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/GetVmwareEngineNetworkRequest.java +++ b/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/GetVmwareEngineNetworkRequest.java @@ -22,7 +22,8 @@ * * *
      - * Request message for [VmwareEngine.GetVmwareEngineNetwork][google.cloud.vmwareengine.v1.VmwareEngine.GetVmwareEngineNetwork]
      + * Request message for
      + * [VmwareEngine.GetVmwareEngineNetwork][google.cloud.vmwareengine.v1.VmwareEngine.GetVmwareEngineNetwork]
        * 
      * * Protobuf type {@code google.cloud.vmwareengine.v1.GetVmwareEngineNetworkRequest} @@ -292,7 +293,8 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build * * *
      -   * Request message for [VmwareEngine.GetVmwareEngineNetwork][google.cloud.vmwareengine.v1.VmwareEngine.GetVmwareEngineNetwork]
      +   * Request message for
      +   * [VmwareEngine.GetVmwareEngineNetwork][google.cloud.vmwareengine.v1.VmwareEngine.GetVmwareEngineNetwork]
          * 
      * * Protobuf type {@code google.cloud.vmwareengine.v1.GetVmwareEngineNetworkRequest} diff --git a/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/HcxActivationKey.java b/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/HcxActivationKey.java index e2530d262772..ae6d27a19098 100644 --- a/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/HcxActivationKey.java +++ b/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/HcxActivationKey.java @@ -25,8 +25,11 @@ * HCX activation key. A default key is created during * private cloud provisioning, but this behavior is subject to change * and you should always verify active keys. - * Use [VmwareEngine.ListHcxActivationKeys][google.cloud.vmwareengine.v1.VmwareEngine.ListHcxActivationKeys] to retrieve existing keys - * and [VmwareEngine.CreateHcxActivationKey][google.cloud.vmwareengine.v1.VmwareEngine.CreateHcxActivationKey] to create new ones. + * Use + * [VmwareEngine.ListHcxActivationKeys][google.cloud.vmwareengine.v1.VmwareEngine.ListHcxActivationKeys] + * to retrieve existing keys and + * [VmwareEngine.CreateHcxActivationKey][google.cloud.vmwareengine.v1.VmwareEngine.CreateHcxActivationKey] + * to create new ones. * * * Protobuf type {@code google.cloud.vmwareengine.v1.HcxActivationKey} @@ -265,7 +268,7 @@ private State(int value) { * Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-project/locations/us-west1/privateClouds/my-cloud/hcxActivationKeys/my-key` + * `projects/my-project/locations/us-central1/privateClouds/my-cloud/hcxActivationKeys/my-key` * * * string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -292,7 +295,7 @@ public java.lang.String getName() { * Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-project/locations/us-west1/privateClouds/my-cloud/hcxActivationKeys/my-key` + * `projects/my-project/locations/us-central1/privateClouds/my-cloud/hcxActivationKeys/my-key` * * * string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -710,8 +713,11 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build * HCX activation key. A default key is created during * private cloud provisioning, but this behavior is subject to change * and you should always verify active keys. - * Use [VmwareEngine.ListHcxActivationKeys][google.cloud.vmwareengine.v1.VmwareEngine.ListHcxActivationKeys] to retrieve existing keys - * and [VmwareEngine.CreateHcxActivationKey][google.cloud.vmwareengine.v1.VmwareEngine.CreateHcxActivationKey] to create new ones. + * Use + * [VmwareEngine.ListHcxActivationKeys][google.cloud.vmwareengine.v1.VmwareEngine.ListHcxActivationKeys] + * to retrieve existing keys and + * [VmwareEngine.CreateHcxActivationKey][google.cloud.vmwareengine.v1.VmwareEngine.CreateHcxActivationKey] + * to create new ones. * * * Protobuf type {@code google.cloud.vmwareengine.v1.HcxActivationKey} @@ -945,7 +951,7 @@ public Builder mergeFrom( * Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-project/locations/us-west1/privateClouds/my-cloud/hcxActivationKeys/my-key` + * `projects/my-project/locations/us-central1/privateClouds/my-cloud/hcxActivationKeys/my-key` * * * string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -971,7 +977,7 @@ public java.lang.String getName() { * Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-project/locations/us-west1/privateClouds/my-cloud/hcxActivationKeys/my-key` + * `projects/my-project/locations/us-central1/privateClouds/my-cloud/hcxActivationKeys/my-key` * * * string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -997,7 +1003,7 @@ public com.google.protobuf.ByteString getNameBytes() { * Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-project/locations/us-west1/privateClouds/my-cloud/hcxActivationKeys/my-key` + * `projects/my-project/locations/us-central1/privateClouds/my-cloud/hcxActivationKeys/my-key` * * * string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -1022,7 +1028,7 @@ public Builder setName(java.lang.String value) { * Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-project/locations/us-west1/privateClouds/my-cloud/hcxActivationKeys/my-key` + * `projects/my-project/locations/us-central1/privateClouds/my-cloud/hcxActivationKeys/my-key` * * * string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -1043,7 +1049,7 @@ public Builder clearName() { * Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-project/locations/us-west1/privateClouds/my-cloud/hcxActivationKeys/my-key` + * `projects/my-project/locations/us-central1/privateClouds/my-cloud/hcxActivationKeys/my-key` * * * string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; diff --git a/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/HcxActivationKeyOrBuilder.java b/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/HcxActivationKeyOrBuilder.java index 65628ea7b166..7767f469bfc3 100644 --- a/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/HcxActivationKeyOrBuilder.java +++ b/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/HcxActivationKeyOrBuilder.java @@ -31,7 +31,7 @@ public interface HcxActivationKeyOrBuilder * Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-project/locations/us-west1/privateClouds/my-cloud/hcxActivationKeys/my-key` + * `projects/my-project/locations/us-central1/privateClouds/my-cloud/hcxActivationKeys/my-key` * * * string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -47,7 +47,7 @@ public interface HcxActivationKeyOrBuilder * Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-project/locations/us-west1/privateClouds/my-cloud/hcxActivationKeys/my-key` + * `projects/my-project/locations/us-central1/privateClouds/my-cloud/hcxActivationKeys/my-key` * * * string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; diff --git a/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/ListClustersRequest.java b/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/ListClustersRequest.java index a1fba963279b..c2b3f47fd943 100644 --- a/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/ListClustersRequest.java +++ b/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/ListClustersRequest.java @@ -22,7 +22,8 @@ * * *
      - * Request message for [VmwareEngine.ListClusters][google.cloud.vmwareengine.v1.VmwareEngine.ListClusters]
      + * Request message for
      + * [VmwareEngine.ListClusters][google.cloud.vmwareengine.v1.VmwareEngine.ListClusters]
        * 
      * * Protobuf type {@code google.cloud.vmwareengine.v1.ListClustersRequest} @@ -80,7 +81,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-project/locations/us-west1-a/privateClouds/my-cloud` + * `projects/my-project/locations/us-central1-a/privateClouds/my-cloud` * * * @@ -109,7 +110,7 @@ public java.lang.String getParent() { * Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-project/locations/us-west1-a/privateClouds/my-cloud` + * `projects/my-project/locations/us-central1-a/privateClouds/my-cloud` * * * @@ -534,7 +535,8 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build * * *
      -   * Request message for [VmwareEngine.ListClusters][google.cloud.vmwareengine.v1.VmwareEngine.ListClusters]
      +   * Request message for
      +   * [VmwareEngine.ListClusters][google.cloud.vmwareengine.v1.VmwareEngine.ListClusters]
          * 
      * * Protobuf type {@code google.cloud.vmwareengine.v1.ListClustersRequest} @@ -761,7 +763,7 @@ public Builder mergeFrom( * Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-project/locations/us-west1-a/privateClouds/my-cloud` + * `projects/my-project/locations/us-central1-a/privateClouds/my-cloud` * * * @@ -789,7 +791,7 @@ public java.lang.String getParent() { * Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-project/locations/us-west1-a/privateClouds/my-cloud` + * `projects/my-project/locations/us-central1-a/privateClouds/my-cloud` * * * @@ -817,7 +819,7 @@ public com.google.protobuf.ByteString getParentBytes() { * Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-project/locations/us-west1-a/privateClouds/my-cloud` + * `projects/my-project/locations/us-central1-a/privateClouds/my-cloud` * * * @@ -844,7 +846,7 @@ public Builder setParent(java.lang.String value) { * Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-project/locations/us-west1-a/privateClouds/my-cloud` + * `projects/my-project/locations/us-central1-a/privateClouds/my-cloud` * * * @@ -867,7 +869,7 @@ public Builder clearParent() { * Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-project/locations/us-west1-a/privateClouds/my-cloud` + * `projects/my-project/locations/us-central1-a/privateClouds/my-cloud` * * * diff --git a/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/ListClustersRequestOrBuilder.java b/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/ListClustersRequestOrBuilder.java index 5f7d18dd32fe..825eeea1b1bd 100644 --- a/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/ListClustersRequestOrBuilder.java +++ b/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/ListClustersRequestOrBuilder.java @@ -31,7 +31,7 @@ public interface ListClustersRequestOrBuilder * Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-project/locations/us-west1-a/privateClouds/my-cloud` + * `projects/my-project/locations/us-central1-a/privateClouds/my-cloud` * * * @@ -49,7 +49,7 @@ public interface ListClustersRequestOrBuilder * Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-project/locations/us-west1-a/privateClouds/my-cloud` + * `projects/my-project/locations/us-central1-a/privateClouds/my-cloud` * * * diff --git a/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/ListClustersResponse.java b/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/ListClustersResponse.java index ea84b8bfb1ff..948c655de1ef 100644 --- a/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/ListClustersResponse.java +++ b/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/ListClustersResponse.java @@ -22,7 +22,8 @@ * * *
      - * Response message for [VmwareEngine.ListClusters][google.cloud.vmwareengine.v1.VmwareEngine.ListClusters]
      + * Response message for
      + * [VmwareEngine.ListClusters][google.cloud.vmwareengine.v1.VmwareEngine.ListClusters]
        * 
      * * Protobuf type {@code google.cloud.vmwareengine.v1.ListClustersResponse} @@ -445,7 +446,8 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build * * *
      -   * Response message for [VmwareEngine.ListClusters][google.cloud.vmwareengine.v1.VmwareEngine.ListClusters]
      +   * Response message for
      +   * [VmwareEngine.ListClusters][google.cloud.vmwareengine.v1.VmwareEngine.ListClusters]
          * 
      * * Protobuf type {@code google.cloud.vmwareengine.v1.ListClustersResponse} diff --git a/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/ListHcxActivationKeysRequest.java b/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/ListHcxActivationKeysRequest.java index 55d547837c5c..a870f40574c9 100644 --- a/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/ListHcxActivationKeysRequest.java +++ b/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/ListHcxActivationKeysRequest.java @@ -22,7 +22,8 @@ * * *
      - * Request message for [VmwareEngine.ListHcxActivationKeys][google.cloud.vmwareengine.v1.VmwareEngine.ListHcxActivationKeys]
      + * Request message for
      + * [VmwareEngine.ListHcxActivationKeys][google.cloud.vmwareengine.v1.VmwareEngine.ListHcxActivationKeys]
        * 
      * * Protobuf type {@code google.cloud.vmwareengine.v1.ListHcxActivationKeysRequest} @@ -391,7 +392,8 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build * * *
      -   * Request message for [VmwareEngine.ListHcxActivationKeys][google.cloud.vmwareengine.v1.VmwareEngine.ListHcxActivationKeys]
      +   * Request message for
      +   * [VmwareEngine.ListHcxActivationKeys][google.cloud.vmwareengine.v1.VmwareEngine.ListHcxActivationKeys]
          * 
      * * Protobuf type {@code google.cloud.vmwareengine.v1.ListHcxActivationKeysRequest} diff --git a/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/ListHcxActivationKeysResponse.java b/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/ListHcxActivationKeysResponse.java index abe9480a2a74..ba14b4705403 100644 --- a/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/ListHcxActivationKeysResponse.java +++ b/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/ListHcxActivationKeysResponse.java @@ -22,7 +22,8 @@ * * *
      - * Response message for [VmwareEngine.ListHcxActivationKeys][google.cloud.vmwareengine.v1.VmwareEngine.ListHcxActivationKeys]
      + * Response message for
      + * [VmwareEngine.ListHcxActivationKeys][google.cloud.vmwareengine.v1.VmwareEngine.ListHcxActivationKeys]
        * 
      * * Protobuf type {@code google.cloud.vmwareengine.v1.ListHcxActivationKeysResponse} @@ -448,7 +449,8 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build * * *
      -   * Response message for [VmwareEngine.ListHcxActivationKeys][google.cloud.vmwareengine.v1.VmwareEngine.ListHcxActivationKeys]
      +   * Response message for
      +   * [VmwareEngine.ListHcxActivationKeys][google.cloud.vmwareengine.v1.VmwareEngine.ListHcxActivationKeys]
          * 
      * * Protobuf type {@code google.cloud.vmwareengine.v1.ListHcxActivationKeysResponse} diff --git a/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/ListNetworkPoliciesRequest.java b/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/ListNetworkPoliciesRequest.java index 4d7d0531e420..c40fa7725096 100644 --- a/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/ListNetworkPoliciesRequest.java +++ b/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/ListNetworkPoliciesRequest.java @@ -22,7 +22,8 @@ * * *
      - * Request message for [VmwareEngine.ListNetworkPolicies][google.cloud.vmwareengine.v1.VmwareEngine.ListNetworkPolicies]
      + * Request message for
      + * [VmwareEngine.ListNetworkPolicies][google.cloud.vmwareengine.v1.VmwareEngine.ListNetworkPolicies]
        * 
      * * Protobuf type {@code google.cloud.vmwareengine.v1.ListNetworkPoliciesRequest} @@ -555,7 +556,8 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build * * *
      -   * Request message for [VmwareEngine.ListNetworkPolicies][google.cloud.vmwareengine.v1.VmwareEngine.ListNetworkPolicies]
      +   * Request message for
      +   * [VmwareEngine.ListNetworkPolicies][google.cloud.vmwareengine.v1.VmwareEngine.ListNetworkPolicies]
          * 
      * * Protobuf type {@code google.cloud.vmwareengine.v1.ListNetworkPoliciesRequest} diff --git a/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/ListNetworkPoliciesResponse.java b/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/ListNetworkPoliciesResponse.java index d4b1752fff92..b17f8850364d 100644 --- a/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/ListNetworkPoliciesResponse.java +++ b/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/ListNetworkPoliciesResponse.java @@ -22,7 +22,8 @@ * * *
      - * Response message for [VmwareEngine.ListNetworkPolicies][google.cloud.vmwareengine.v1.VmwareEngine.ListNetworkPolicies]
      + * Response message for
      + * [VmwareEngine.ListNetworkPolicies][google.cloud.vmwareengine.v1.VmwareEngine.ListNetworkPolicies]
        * 
      * * Protobuf type {@code google.cloud.vmwareengine.v1.ListNetworkPoliciesResponse} @@ -446,7 +447,8 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build * * *
      -   * Response message for [VmwareEngine.ListNetworkPolicies][google.cloud.vmwareengine.v1.VmwareEngine.ListNetworkPolicies]
      +   * Response message for
      +   * [VmwareEngine.ListNetworkPolicies][google.cloud.vmwareengine.v1.VmwareEngine.ListNetworkPolicies]
          * 
      * * Protobuf type {@code google.cloud.vmwareengine.v1.ListNetworkPoliciesResponse} diff --git a/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/ListNodeTypesRequest.java b/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/ListNodeTypesRequest.java index c5e5edcf8a83..76a1789a333d 100644 --- a/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/ListNodeTypesRequest.java +++ b/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/ListNodeTypesRequest.java @@ -22,7 +22,8 @@ * * *
      - * Request message for [VmwareEngine.ListNodeTypes][google.cloud.vmwareengine.v1.VmwareEngine.ListNodeTypes]
      + * Request message for
      + * [VmwareEngine.ListNodeTypes][google.cloud.vmwareengine.v1.VmwareEngine.ListNodeTypes]
        * 
      * * Protobuf type {@code google.cloud.vmwareengine.v1.ListNodeTypesRequest} @@ -79,7 +80,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-project/locations/us-west1-a` + * `projects/my-project/locations/us-central1-a` * * * @@ -108,7 +109,7 @@ public java.lang.String getParent() { * Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-project/locations/us-west1-a` + * `projects/my-project/locations/us-central1-a` * * * @@ -488,7 +489,8 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build * * *
      -   * Request message for [VmwareEngine.ListNodeTypes][google.cloud.vmwareengine.v1.VmwareEngine.ListNodeTypes]
      +   * Request message for
      +   * [VmwareEngine.ListNodeTypes][google.cloud.vmwareengine.v1.VmwareEngine.ListNodeTypes]
          * 
      * * Protobuf type {@code google.cloud.vmwareengine.v1.ListNodeTypesRequest} @@ -702,7 +704,7 @@ public Builder mergeFrom( * Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-project/locations/us-west1-a` + * `projects/my-project/locations/us-central1-a` * * * @@ -730,7 +732,7 @@ public java.lang.String getParent() { * Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-project/locations/us-west1-a` + * `projects/my-project/locations/us-central1-a` * * * @@ -758,7 +760,7 @@ public com.google.protobuf.ByteString getParentBytes() { * Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-project/locations/us-west1-a` + * `projects/my-project/locations/us-central1-a` * * * @@ -785,7 +787,7 @@ public Builder setParent(java.lang.String value) { * Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-project/locations/us-west1-a` + * `projects/my-project/locations/us-central1-a` * * * @@ -808,7 +810,7 @@ public Builder clearParent() { * Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-project/locations/us-west1-a` + * `projects/my-project/locations/us-central1-a` * * * diff --git a/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/ListNodeTypesRequestOrBuilder.java b/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/ListNodeTypesRequestOrBuilder.java index a369215c16d6..abf2ab8dd388 100644 --- a/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/ListNodeTypesRequestOrBuilder.java +++ b/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/ListNodeTypesRequestOrBuilder.java @@ -31,7 +31,7 @@ public interface ListNodeTypesRequestOrBuilder * Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-project/locations/us-west1-a` + * `projects/my-project/locations/us-central1-a` * * * @@ -49,7 +49,7 @@ public interface ListNodeTypesRequestOrBuilder * Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-project/locations/us-west1-a` + * `projects/my-project/locations/us-central1-a` * * * diff --git a/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/ListNodeTypesResponse.java b/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/ListNodeTypesResponse.java index c380d0b3a8fb..83d8b8ad264c 100644 --- a/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/ListNodeTypesResponse.java +++ b/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/ListNodeTypesResponse.java @@ -22,7 +22,8 @@ * * *
      - * Response message for [VmwareEngine.ListNodeTypes][google.cloud.vmwareengine.v1.VmwareEngine.ListNodeTypes]
      + * Response message for
      + * [VmwareEngine.ListNodeTypes][google.cloud.vmwareengine.v1.VmwareEngine.ListNodeTypes]
        * 
      * * Protobuf type {@code google.cloud.vmwareengine.v1.ListNodeTypesResponse} @@ -445,7 +446,8 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build * * *
      -   * Response message for [VmwareEngine.ListNodeTypes][google.cloud.vmwareengine.v1.VmwareEngine.ListNodeTypes]
      +   * Response message for
      +   * [VmwareEngine.ListNodeTypes][google.cloud.vmwareengine.v1.VmwareEngine.ListNodeTypes]
          * 
      * * Protobuf type {@code google.cloud.vmwareengine.v1.ListNodeTypesResponse} diff --git a/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/ListPrivateCloudsRequest.java b/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/ListPrivateCloudsRequest.java index 26cc95f8b335..109b43be0c5c 100644 --- a/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/ListPrivateCloudsRequest.java +++ b/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/ListPrivateCloudsRequest.java @@ -22,7 +22,8 @@ * * *
      - * Request message for [VmwareEngine.ListPrivateClouds][google.cloud.vmwareengine.v1.VmwareEngine.ListPrivateClouds]
      + * Request message for
      + * [VmwareEngine.ListPrivateClouds][google.cloud.vmwareengine.v1.VmwareEngine.ListPrivateClouds]
        * 
      * * Protobuf type {@code google.cloud.vmwareengine.v1.ListPrivateCloudsRequest} @@ -80,7 +81,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * clusters. Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-project/locations/us-west1-a` + * `projects/my-project/locations/us-central1-a` * * * @@ -109,7 +110,7 @@ public java.lang.String getParent() { * clusters. Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-project/locations/us-west1-a` + * `projects/my-project/locations/us-central1-a` * * * @@ -555,7 +556,8 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build * * *
      -   * Request message for [VmwareEngine.ListPrivateClouds][google.cloud.vmwareengine.v1.VmwareEngine.ListPrivateClouds]
      +   * Request message for
      +   * [VmwareEngine.ListPrivateClouds][google.cloud.vmwareengine.v1.VmwareEngine.ListPrivateClouds]
          * 
      * * Protobuf type {@code google.cloud.vmwareengine.v1.ListPrivateCloudsRequest} @@ -782,7 +784,7 @@ public Builder mergeFrom( * clusters. Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-project/locations/us-west1-a` + * `projects/my-project/locations/us-central1-a` * * * @@ -810,7 +812,7 @@ public java.lang.String getParent() { * clusters. Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-project/locations/us-west1-a` + * `projects/my-project/locations/us-central1-a` * * * @@ -838,7 +840,7 @@ public com.google.protobuf.ByteString getParentBytes() { * clusters. Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-project/locations/us-west1-a` + * `projects/my-project/locations/us-central1-a` * * * @@ -865,7 +867,7 @@ public Builder setParent(java.lang.String value) { * clusters. Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-project/locations/us-west1-a` + * `projects/my-project/locations/us-central1-a` * * * @@ -888,7 +890,7 @@ public Builder clearParent() { * clusters. Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-project/locations/us-west1-a` + * `projects/my-project/locations/us-central1-a` * * * diff --git a/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/ListPrivateCloudsRequestOrBuilder.java b/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/ListPrivateCloudsRequestOrBuilder.java index 02e93548a2b1..68d1779a1e43 100644 --- a/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/ListPrivateCloudsRequestOrBuilder.java +++ b/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/ListPrivateCloudsRequestOrBuilder.java @@ -31,7 +31,7 @@ public interface ListPrivateCloudsRequestOrBuilder * clusters. Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-project/locations/us-west1-a` + * `projects/my-project/locations/us-central1-a` * * * @@ -49,7 +49,7 @@ public interface ListPrivateCloudsRequestOrBuilder * clusters. Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-project/locations/us-west1-a` + * `projects/my-project/locations/us-central1-a` * * * diff --git a/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/ListPrivateCloudsResponse.java b/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/ListPrivateCloudsResponse.java index fb2b53a5485a..1ec1b3176c83 100644 --- a/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/ListPrivateCloudsResponse.java +++ b/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/ListPrivateCloudsResponse.java @@ -22,7 +22,8 @@ * * *
      - * Response message for [VmwareEngine.ListPrivateClouds][google.cloud.vmwareengine.v1.VmwareEngine.ListPrivateClouds]
      + * Response message for
      + * [VmwareEngine.ListPrivateClouds][google.cloud.vmwareengine.v1.VmwareEngine.ListPrivateClouds]
        * 
      * * Protobuf type {@code google.cloud.vmwareengine.v1.ListPrivateCloudsResponse} @@ -446,7 +447,8 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build * * *
      -   * Response message for [VmwareEngine.ListPrivateClouds][google.cloud.vmwareengine.v1.VmwareEngine.ListPrivateClouds]
      +   * Response message for
      +   * [VmwareEngine.ListPrivateClouds][google.cloud.vmwareengine.v1.VmwareEngine.ListPrivateClouds]
          * 
      * * Protobuf type {@code google.cloud.vmwareengine.v1.ListPrivateCloudsResponse} diff --git a/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/ListSubnetsRequest.java b/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/ListSubnetsRequest.java index 6fe1ed795039..50e9ec3b56e3 100644 --- a/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/ListSubnetsRequest.java +++ b/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/ListSubnetsRequest.java @@ -22,7 +22,8 @@ * * *
      - * Request message for [VmwareEngine.ListSubnets][google.cloud.vmwareengine.v1.VmwareEngine.ListSubnets]
      + * Request message for
      + * [VmwareEngine.ListSubnets][google.cloud.vmwareengine.v1.VmwareEngine.ListSubnets]
        * 
      * * Protobuf type {@code google.cloud.vmwareengine.v1.ListSubnetsRequest} @@ -79,7 +80,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-project/locations/us-west1-a/privateClouds/my-cloud` + * `projects/my-project/locations/us-central1-a/privateClouds/my-cloud` * * * @@ -109,7 +110,7 @@ public java.lang.String getParent() { * Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-project/locations/us-west1-a/privateClouds/my-cloud` + * `projects/my-project/locations/us-central1-a/privateClouds/my-cloud` * * * @@ -388,7 +389,8 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build * * *
      -   * Request message for [VmwareEngine.ListSubnets][google.cloud.vmwareengine.v1.VmwareEngine.ListSubnets]
      +   * Request message for
      +   * [VmwareEngine.ListSubnets][google.cloud.vmwareengine.v1.VmwareEngine.ListSubnets]
          * 
      * * Protobuf type {@code google.cloud.vmwareengine.v1.ListSubnetsRequest} @@ -590,7 +592,7 @@ public Builder mergeFrom( * Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-project/locations/us-west1-a/privateClouds/my-cloud` + * `projects/my-project/locations/us-central1-a/privateClouds/my-cloud` * * * @@ -619,7 +621,7 @@ public java.lang.String getParent() { * Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-project/locations/us-west1-a/privateClouds/my-cloud` + * `projects/my-project/locations/us-central1-a/privateClouds/my-cloud` * * * @@ -648,7 +650,7 @@ public com.google.protobuf.ByteString getParentBytes() { * Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-project/locations/us-west1-a/privateClouds/my-cloud` + * `projects/my-project/locations/us-central1-a/privateClouds/my-cloud` * * * @@ -676,7 +678,7 @@ public Builder setParent(java.lang.String value) { * Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-project/locations/us-west1-a/privateClouds/my-cloud` + * `projects/my-project/locations/us-central1-a/privateClouds/my-cloud` * * * @@ -700,7 +702,7 @@ public Builder clearParent() { * Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-project/locations/us-west1-a/privateClouds/my-cloud` + * `projects/my-project/locations/us-central1-a/privateClouds/my-cloud` * * * diff --git a/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/ListSubnetsRequestOrBuilder.java b/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/ListSubnetsRequestOrBuilder.java index ed4639c07412..1138904c9016 100644 --- a/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/ListSubnetsRequestOrBuilder.java +++ b/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/ListSubnetsRequestOrBuilder.java @@ -32,7 +32,7 @@ public interface ListSubnetsRequestOrBuilder * Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-project/locations/us-west1-a/privateClouds/my-cloud` + * `projects/my-project/locations/us-central1-a/privateClouds/my-cloud` * * * @@ -51,7 +51,7 @@ public interface ListSubnetsRequestOrBuilder * Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-project/locations/us-west1-a/privateClouds/my-cloud` + * `projects/my-project/locations/us-central1-a/privateClouds/my-cloud` * * * diff --git a/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/ListSubnetsResponse.java b/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/ListSubnetsResponse.java index 36c85dd95550..ac63b59a6cc5 100644 --- a/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/ListSubnetsResponse.java +++ b/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/ListSubnetsResponse.java @@ -22,7 +22,8 @@ * * *
      - * Response message for [VmwareEngine.ListSubnets][google.cloud.vmwareengine.v1.VmwareEngine.ListSubnets]
      + * Response message for
      + * [VmwareEngine.ListSubnets][google.cloud.vmwareengine.v1.VmwareEngine.ListSubnets]
        * 
      * * Protobuf type {@code google.cloud.vmwareengine.v1.ListSubnetsResponse} @@ -362,7 +363,8 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build * * *
      -   * Response message for [VmwareEngine.ListSubnets][google.cloud.vmwareengine.v1.VmwareEngine.ListSubnets]
      +   * Response message for
      +   * [VmwareEngine.ListSubnets][google.cloud.vmwareengine.v1.VmwareEngine.ListSubnets]
          * 
      * * Protobuf type {@code google.cloud.vmwareengine.v1.ListSubnetsResponse} diff --git a/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/ListVmwareEngineNetworksRequest.java b/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/ListVmwareEngineNetworksRequest.java index 7fd13eb1ff78..c8f4f6c5c6a9 100644 --- a/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/ListVmwareEngineNetworksRequest.java +++ b/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/ListVmwareEngineNetworksRequest.java @@ -22,7 +22,8 @@ * * *
      - * Request message for [VmwareEngine.ListVmwareEngineNetworks][google.cloud.vmwareengine.v1.VmwareEngine.ListVmwareEngineNetworks]
      + * Request message for
      + * [VmwareEngine.ListVmwareEngineNetworks][google.cloud.vmwareengine.v1.VmwareEngine.ListVmwareEngineNetworks]
        * 
      * * Protobuf type {@code google.cloud.vmwareengine.v1.ListVmwareEngineNetworksRequest} @@ -555,7 +556,8 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build * * *
      -   * Request message for [VmwareEngine.ListVmwareEngineNetworks][google.cloud.vmwareengine.v1.VmwareEngine.ListVmwareEngineNetworks]
      +   * Request message for
      +   * [VmwareEngine.ListVmwareEngineNetworks][google.cloud.vmwareengine.v1.VmwareEngine.ListVmwareEngineNetworks]
          * 
      * * Protobuf type {@code google.cloud.vmwareengine.v1.ListVmwareEngineNetworksRequest} diff --git a/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/ListVmwareEngineNetworksResponse.java b/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/ListVmwareEngineNetworksResponse.java index 759765f8fcdd..e88b41bc5f47 100644 --- a/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/ListVmwareEngineNetworksResponse.java +++ b/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/ListVmwareEngineNetworksResponse.java @@ -22,7 +22,8 @@ * * *
      - * Response message for [VmwareEngine.ListVmwareEngineNetworks][google.cloud.vmwareengine.v1.VmwareEngine.ListVmwareEngineNetworks]
      + * Response message for
      + * [VmwareEngine.ListVmwareEngineNetworks][google.cloud.vmwareengine.v1.VmwareEngine.ListVmwareEngineNetworks]
        * 
      * * Protobuf type {@code google.cloud.vmwareengine.v1.ListVmwareEngineNetworksResponse} @@ -452,7 +453,8 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build * * *
      -   * Response message for [VmwareEngine.ListVmwareEngineNetworks][google.cloud.vmwareengine.v1.VmwareEngine.ListVmwareEngineNetworks]
      +   * Response message for
      +   * [VmwareEngine.ListVmwareEngineNetworks][google.cloud.vmwareengine.v1.VmwareEngine.ListVmwareEngineNetworks]
          * 
      * * Protobuf type {@code google.cloud.vmwareengine.v1.ListVmwareEngineNetworksResponse} diff --git a/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/NodeType.java b/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/NodeType.java index 75c0b418471d..1f8c9d5cb117 100644 --- a/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/NodeType.java +++ b/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/NodeType.java @@ -80,7 +80,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-proj/locations/us-west1-a/nodeTypes/standard-72` + * `projects/my-proj/locations/us-central1-a/nodeTypes/standard-72` * * * string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -107,7 +107,7 @@ public java.lang.String getName() { * Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-proj/locations/us-west1-a/nodeTypes/standard-72` + * `projects/my-proj/locations/us-central1-a/nodeTypes/standard-72` * * * string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -888,7 +888,7 @@ public Builder mergeFrom( * Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-proj/locations/us-west1-a/nodeTypes/standard-72` + * `projects/my-proj/locations/us-central1-a/nodeTypes/standard-72` * * * string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -914,7 +914,7 @@ public java.lang.String getName() { * Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-proj/locations/us-west1-a/nodeTypes/standard-72` + * `projects/my-proj/locations/us-central1-a/nodeTypes/standard-72` * * * string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -940,7 +940,7 @@ public com.google.protobuf.ByteString getNameBytes() { * Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-proj/locations/us-west1-a/nodeTypes/standard-72` + * `projects/my-proj/locations/us-central1-a/nodeTypes/standard-72` * * * string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -965,7 +965,7 @@ public Builder setName(java.lang.String value) { * Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-proj/locations/us-west1-a/nodeTypes/standard-72` + * `projects/my-proj/locations/us-central1-a/nodeTypes/standard-72` * * * string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -986,7 +986,7 @@ public Builder clearName() { * Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-proj/locations/us-west1-a/nodeTypes/standard-72` + * `projects/my-proj/locations/us-central1-a/nodeTypes/standard-72` * * * string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; diff --git a/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/NodeTypeOrBuilder.java b/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/NodeTypeOrBuilder.java index 5dce04483040..ddeb49269ea2 100644 --- a/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/NodeTypeOrBuilder.java +++ b/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/NodeTypeOrBuilder.java @@ -31,7 +31,7 @@ public interface NodeTypeOrBuilder * Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-proj/locations/us-west1-a/nodeTypes/standard-72` + * `projects/my-proj/locations/us-central1-a/nodeTypes/standard-72` * * * string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -47,7 +47,7 @@ public interface NodeTypeOrBuilder * Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-proj/locations/us-west1-a/nodeTypes/standard-72` + * `projects/my-proj/locations/us-central1-a/nodeTypes/standard-72` * * * string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; diff --git a/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/OperationMetadata.java b/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/OperationMetadata.java index c67b5aff38d8..107f0851fe72 100644 --- a/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/OperationMetadata.java +++ b/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/OperationMetadata.java @@ -324,8 +324,9 @@ public com.google.protobuf.ByteString getStatusMessageBytes() { * Output only. True if the user has requested cancellation * of the operation; false otherwise. * Operations that have successfully been cancelled - * have [Operation.error][] value with a [google.rpc.Status.code][google.rpc.Status.code] of 1, - * corresponding to `Code.CANCELLED`. + * have [Operation.error][] value with a + * [google.rpc.Status.code][google.rpc.Status.code] of 1, corresponding to + * `Code.CANCELLED`. * * * bool requested_cancellation = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -1586,8 +1587,9 @@ public Builder setStatusMessageBytes(com.google.protobuf.ByteString value) { * Output only. True if the user has requested cancellation * of the operation; false otherwise. * Operations that have successfully been cancelled - * have [Operation.error][] value with a [google.rpc.Status.code][google.rpc.Status.code] of 1, - * corresponding to `Code.CANCELLED`. + * have [Operation.error][] value with a + * [google.rpc.Status.code][google.rpc.Status.code] of 1, corresponding to + * `Code.CANCELLED`. * * * bool requested_cancellation = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -1605,8 +1607,9 @@ public boolean getRequestedCancellation() { * Output only. True if the user has requested cancellation * of the operation; false otherwise. * Operations that have successfully been cancelled - * have [Operation.error][] value with a [google.rpc.Status.code][google.rpc.Status.code] of 1, - * corresponding to `Code.CANCELLED`. + * have [Operation.error][] value with a + * [google.rpc.Status.code][google.rpc.Status.code] of 1, corresponding to + * `Code.CANCELLED`. * * * bool requested_cancellation = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -1627,8 +1630,9 @@ public Builder setRequestedCancellation(boolean value) { * Output only. True if the user has requested cancellation * of the operation; false otherwise. * Operations that have successfully been cancelled - * have [Operation.error][] value with a [google.rpc.Status.code][google.rpc.Status.code] of 1, - * corresponding to `Code.CANCELLED`. + * have [Operation.error][] value with a + * [google.rpc.Status.code][google.rpc.Status.code] of 1, corresponding to + * `Code.CANCELLED`. * * * bool requested_cancellation = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; diff --git a/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/OperationMetadataOrBuilder.java b/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/OperationMetadataOrBuilder.java index a59415ab9ec5..613625519439 100644 --- a/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/OperationMetadataOrBuilder.java +++ b/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/OperationMetadataOrBuilder.java @@ -181,8 +181,9 @@ public interface OperationMetadataOrBuilder * Output only. True if the user has requested cancellation * of the operation; false otherwise. * Operations that have successfully been cancelled - * have [Operation.error][] value with a [google.rpc.Status.code][google.rpc.Status.code] of 1, - * corresponding to `Code.CANCELLED`. + * have [Operation.error][] value with a + * [google.rpc.Status.code][google.rpc.Status.code] of 1, corresponding to + * `Code.CANCELLED`. * * * bool requested_cancellation = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; diff --git a/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/PrivateCloud.java b/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/PrivateCloud.java index 5a3ede1867c7..95883c32ea06 100644 --- a/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/PrivateCloud.java +++ b/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/PrivateCloud.java @@ -367,8 +367,8 @@ public interface ManagementClusterOrBuilder * * *
      -     * Required. The map of cluster node types in this cluster, where the key is canonical
      -     * identifier of the node type (corresponds to the `NodeType`).
      +     * Required. The map of cluster node types in this cluster, where the key is
      +     * canonical identifier of the node type (corresponds to the `NodeType`).
            * 
      * * @@ -380,8 +380,8 @@ public interface ManagementClusterOrBuilder * * *
      -     * Required. The map of cluster node types in this cluster, where the key is canonical
      -     * identifier of the node type (corresponds to the `NodeType`).
      +     * Required. The map of cluster node types in this cluster, where the key is
      +     * canonical identifier of the node type (corresponds to the `NodeType`).
            * 
      * * @@ -397,8 +397,8 @@ public interface ManagementClusterOrBuilder * * *
      -     * Required. The map of cluster node types in this cluster, where the key is canonical
      -     * identifier of the node type (corresponds to the `NodeType`).
      +     * Required. The map of cluster node types in this cluster, where the key is
      +     * canonical identifier of the node type (corresponds to the `NodeType`).
            * 
      * * @@ -411,8 +411,8 @@ public interface ManagementClusterOrBuilder * * *
      -     * Required. The map of cluster node types in this cluster, where the key is canonical
      -     * identifier of the node type (corresponds to the `NodeType`).
      +     * Required. The map of cluster node types in this cluster, where the key is
      +     * canonical identifier of the node type (corresponds to the `NodeType`).
            * 
      * * @@ -429,8 +429,8 @@ com.google.cloud.vmwareengine.v1.NodeTypeConfig getNodeTypeConfigsOrDefault( * * *
      -     * Required. The map of cluster node types in this cluster, where the key is canonical
      -     * identifier of the node type (corresponds to the `NodeType`).
      +     * Required. The map of cluster node types in this cluster, where the key is
      +     * canonical identifier of the node type (corresponds to the `NodeType`).
            * 
      * * @@ -600,8 +600,8 @@ public int getNodeTypeConfigsCount() { * * *
      -     * Required. The map of cluster node types in this cluster, where the key is canonical
      -     * identifier of the node type (corresponds to the `NodeType`).
      +     * Required. The map of cluster node types in this cluster, where the key is
      +     * canonical identifier of the node type (corresponds to the `NodeType`).
            * 
      * * @@ -626,8 +626,8 @@ public boolean containsNodeTypeConfigs(java.lang.String key) { * * *
      -     * Required. The map of cluster node types in this cluster, where the key is canonical
      -     * identifier of the node type (corresponds to the `NodeType`).
      +     * Required. The map of cluster node types in this cluster, where the key is
      +     * canonical identifier of the node type (corresponds to the `NodeType`).
            * 
      * * @@ -643,8 +643,8 @@ public boolean containsNodeTypeConfigs(java.lang.String key) { * * *
      -     * Required. The map of cluster node types in this cluster, where the key is canonical
      -     * identifier of the node type (corresponds to the `NodeType`).
      +     * Required. The map of cluster node types in this cluster, where the key is
      +     * canonical identifier of the node type (corresponds to the `NodeType`).
            * 
      * * @@ -665,8 +665,8 @@ public com.google.cloud.vmwareengine.v1.NodeTypeConfig getNodeTypeConfigsOrDefau * * *
      -     * Required. The map of cluster node types in this cluster, where the key is canonical
      -     * identifier of the node type (corresponds to the `NodeType`).
      +     * Required. The map of cluster node types in this cluster, where the key is
      +     * canonical identifier of the node type (corresponds to the `NodeType`).
            * 
      * * @@ -1264,8 +1264,8 @@ public int getNodeTypeConfigsCount() { * * *
      -       * Required. The map of cluster node types in this cluster, where the key is canonical
      -       * identifier of the node type (corresponds to the `NodeType`).
      +       * Required. The map of cluster node types in this cluster, where the key is
      +       * canonical identifier of the node type (corresponds to the `NodeType`).
              * 
      * * @@ -1290,8 +1290,8 @@ public boolean containsNodeTypeConfigs(java.lang.String key) { * * *
      -       * Required. The map of cluster node types in this cluster, where the key is canonical
      -       * identifier of the node type (corresponds to the `NodeType`).
      +       * Required. The map of cluster node types in this cluster, where the key is
      +       * canonical identifier of the node type (corresponds to the `NodeType`).
              * 
      * * @@ -1307,8 +1307,8 @@ public boolean containsNodeTypeConfigs(java.lang.String key) { * * *
      -       * Required. The map of cluster node types in this cluster, where the key is canonical
      -       * identifier of the node type (corresponds to the `NodeType`).
      +       * Required. The map of cluster node types in this cluster, where the key is
      +       * canonical identifier of the node type (corresponds to the `NodeType`).
              * 
      * * @@ -1329,8 +1329,8 @@ public com.google.cloud.vmwareengine.v1.NodeTypeConfig getNodeTypeConfigsOrDefau * * *
      -       * Required. The map of cluster node types in this cluster, where the key is canonical
      -       * identifier of the node type (corresponds to the `NodeType`).
      +       * Required. The map of cluster node types in this cluster, where the key is
      +       * canonical identifier of the node type (corresponds to the `NodeType`).
              * 
      * * @@ -1359,8 +1359,8 @@ public Builder clearNodeTypeConfigs() { * * *
      -       * Required. The map of cluster node types in this cluster, where the key is canonical
      -       * identifier of the node type (corresponds to the `NodeType`).
      +       * Required. The map of cluster node types in this cluster, where the key is
      +       * canonical identifier of the node type (corresponds to the `NodeType`).
              * 
      * * @@ -1384,8 +1384,8 @@ public Builder removeNodeTypeConfigs(java.lang.String key) { * * *
      -       * Required. The map of cluster node types in this cluster, where the key is canonical
      -       * identifier of the node type (corresponds to the `NodeType`).
      +       * Required. The map of cluster node types in this cluster, where the key is
      +       * canonical identifier of the node type (corresponds to the `NodeType`).
              * 
      * * @@ -1408,8 +1408,8 @@ public Builder putNodeTypeConfigs( * * *
      -       * Required. The map of cluster node types in this cluster, where the key is canonical
      -       * identifier of the node type (corresponds to the `NodeType`).
      +       * Required. The map of cluster node types in this cluster, where the key is
      +       * canonical identifier of the node type (corresponds to the `NodeType`).
              * 
      * * @@ -1499,7 +1499,7 @@ public com.google.protobuf.Parser getParserForType() { * Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-project/locations/us-west1-a/privateClouds/my-cloud` + * `projects/my-project/locations/us-central1-a/privateClouds/my-cloud` * * * string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -1526,7 +1526,7 @@ public java.lang.String getName() { * Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-project/locations/us-west1-a/privateClouds/my-cloud` + * `projects/my-project/locations/us-central1-a/privateClouds/my-cloud` * * * string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -2869,7 +2869,7 @@ public Builder mergeFrom( * Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-project/locations/us-west1-a/privateClouds/my-cloud` + * `projects/my-project/locations/us-central1-a/privateClouds/my-cloud` * * * string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -2895,7 +2895,7 @@ public java.lang.String getName() { * Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-project/locations/us-west1-a/privateClouds/my-cloud` + * `projects/my-project/locations/us-central1-a/privateClouds/my-cloud` * * * string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -2921,7 +2921,7 @@ public com.google.protobuf.ByteString getNameBytes() { * Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-project/locations/us-west1-a/privateClouds/my-cloud` + * `projects/my-project/locations/us-central1-a/privateClouds/my-cloud` * * * string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -2946,7 +2946,7 @@ public Builder setName(java.lang.String value) { * Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-project/locations/us-west1-a/privateClouds/my-cloud` + * `projects/my-project/locations/us-central1-a/privateClouds/my-cloud` * * * string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -2967,7 +2967,7 @@ public Builder clearName() { * Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-project/locations/us-west1-a/privateClouds/my-cloud` + * `projects/my-project/locations/us-central1-a/privateClouds/my-cloud` * * * string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; diff --git a/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/PrivateCloudOrBuilder.java b/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/PrivateCloudOrBuilder.java index 58342c136ddb..cad947b67939 100644 --- a/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/PrivateCloudOrBuilder.java +++ b/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/PrivateCloudOrBuilder.java @@ -31,7 +31,7 @@ public interface PrivateCloudOrBuilder * Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-project/locations/us-west1-a/privateClouds/my-cloud` + * `projects/my-project/locations/us-central1-a/privateClouds/my-cloud` * * * string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -47,7 +47,7 @@ public interface PrivateCloudOrBuilder * Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-project/locations/us-west1-a/privateClouds/my-cloud` + * `projects/my-project/locations/us-central1-a/privateClouds/my-cloud` * * * string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; diff --git a/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/ResetNsxCredentialsRequest.java b/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/ResetNsxCredentialsRequest.java index 4798f6118a97..fbf2be368dad 100644 --- a/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/ResetNsxCredentialsRequest.java +++ b/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/ResetNsxCredentialsRequest.java @@ -22,7 +22,8 @@ * * *
      - * Request message for [VmwareEngine.ResetNsxCredentials][google.cloud.vmwareengine.v1.VmwareEngine.ResetNsxCredentials]
      + * Request message for
      + * [VmwareEngine.ResetNsxCredentials][google.cloud.vmwareengine.v1.VmwareEngine.ResetNsxCredentials]
        * 
      * * Protobuf type {@code google.cloud.vmwareengine.v1.ResetNsxCredentialsRequest} @@ -79,7 +80,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-project/locations/us-west1-a/privateClouds/my-cloud` + * `projects/my-project/locations/us-central1-a/privateClouds/my-cloud` * * * @@ -109,7 +110,7 @@ public java.lang.String getPrivateCloud() { * Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-project/locations/us-west1-a/privateClouds/my-cloud` + * `projects/my-project/locations/us-central1-a/privateClouds/my-cloud` * * * @@ -375,7 +376,8 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build * * *
      -   * Request message for [VmwareEngine.ResetNsxCredentials][google.cloud.vmwareengine.v1.VmwareEngine.ResetNsxCredentials]
      +   * Request message for
      +   * [VmwareEngine.ResetNsxCredentials][google.cloud.vmwareengine.v1.VmwareEngine.ResetNsxCredentials]
          * 
      * * Protobuf type {@code google.cloud.vmwareengine.v1.ResetNsxCredentialsRequest} @@ -565,7 +567,7 @@ public Builder mergeFrom( * Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-project/locations/us-west1-a/privateClouds/my-cloud` + * `projects/my-project/locations/us-central1-a/privateClouds/my-cloud` * * * @@ -594,7 +596,7 @@ public java.lang.String getPrivateCloud() { * Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-project/locations/us-west1-a/privateClouds/my-cloud` + * `projects/my-project/locations/us-central1-a/privateClouds/my-cloud` * * * @@ -623,7 +625,7 @@ public com.google.protobuf.ByteString getPrivateCloudBytes() { * Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-project/locations/us-west1-a/privateClouds/my-cloud` + * `projects/my-project/locations/us-central1-a/privateClouds/my-cloud` * * * @@ -651,7 +653,7 @@ public Builder setPrivateCloud(java.lang.String value) { * Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-project/locations/us-west1-a/privateClouds/my-cloud` + * `projects/my-project/locations/us-central1-a/privateClouds/my-cloud` * * * @@ -675,7 +677,7 @@ public Builder clearPrivateCloud() { * Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-project/locations/us-west1-a/privateClouds/my-cloud` + * `projects/my-project/locations/us-central1-a/privateClouds/my-cloud` * * * diff --git a/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/ResetNsxCredentialsRequestOrBuilder.java b/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/ResetNsxCredentialsRequestOrBuilder.java index 7a3a9eb42bef..db2aca49d795 100644 --- a/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/ResetNsxCredentialsRequestOrBuilder.java +++ b/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/ResetNsxCredentialsRequestOrBuilder.java @@ -32,7 +32,7 @@ public interface ResetNsxCredentialsRequestOrBuilder * Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-project/locations/us-west1-a/privateClouds/my-cloud` + * `projects/my-project/locations/us-central1-a/privateClouds/my-cloud` * * * @@ -51,7 +51,7 @@ public interface ResetNsxCredentialsRequestOrBuilder * Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-project/locations/us-west1-a/privateClouds/my-cloud` + * `projects/my-project/locations/us-central1-a/privateClouds/my-cloud` * * * diff --git a/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/ResetVcenterCredentialsRequest.java b/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/ResetVcenterCredentialsRequest.java index ac1246adc20a..2843ca9b0046 100644 --- a/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/ResetVcenterCredentialsRequest.java +++ b/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/ResetVcenterCredentialsRequest.java @@ -22,7 +22,8 @@ * * *
      - * Request message for [VmwareEngine.ResetVcenterCredentials][google.cloud.vmwareengine.v1.VmwareEngine.ResetVcenterCredentials]
      + * Request message for
      + * [VmwareEngine.ResetVcenterCredentials][google.cloud.vmwareengine.v1.VmwareEngine.ResetVcenterCredentials]
        * 
      * * Protobuf type {@code google.cloud.vmwareengine.v1.ResetVcenterCredentialsRequest} @@ -80,7 +81,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-project/locations/us-west1-a/privateClouds/my-cloud` + * `projects/my-project/locations/us-central1-a/privateClouds/my-cloud` * * * @@ -110,7 +111,7 @@ public java.lang.String getPrivateCloud() { * Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-project/locations/us-west1-a/privateClouds/my-cloud` + * `projects/my-project/locations/us-central1-a/privateClouds/my-cloud` * * * @@ -376,7 +377,8 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build * * *
      -   * Request message for [VmwareEngine.ResetVcenterCredentials][google.cloud.vmwareengine.v1.VmwareEngine.ResetVcenterCredentials]
      +   * Request message for
      +   * [VmwareEngine.ResetVcenterCredentials][google.cloud.vmwareengine.v1.VmwareEngine.ResetVcenterCredentials]
          * 
      * * Protobuf type {@code google.cloud.vmwareengine.v1.ResetVcenterCredentialsRequest} @@ -569,7 +571,7 @@ public Builder mergeFrom( * Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-project/locations/us-west1-a/privateClouds/my-cloud` + * `projects/my-project/locations/us-central1-a/privateClouds/my-cloud` * * * @@ -598,7 +600,7 @@ public java.lang.String getPrivateCloud() { * Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-project/locations/us-west1-a/privateClouds/my-cloud` + * `projects/my-project/locations/us-central1-a/privateClouds/my-cloud` * * * @@ -627,7 +629,7 @@ public com.google.protobuf.ByteString getPrivateCloudBytes() { * Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-project/locations/us-west1-a/privateClouds/my-cloud` + * `projects/my-project/locations/us-central1-a/privateClouds/my-cloud` * * * @@ -655,7 +657,7 @@ public Builder setPrivateCloud(java.lang.String value) { * Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-project/locations/us-west1-a/privateClouds/my-cloud` + * `projects/my-project/locations/us-central1-a/privateClouds/my-cloud` * * * @@ -679,7 +681,7 @@ public Builder clearPrivateCloud() { * Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-project/locations/us-west1-a/privateClouds/my-cloud` + * `projects/my-project/locations/us-central1-a/privateClouds/my-cloud` * * * diff --git a/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/ResetVcenterCredentialsRequestOrBuilder.java b/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/ResetVcenterCredentialsRequestOrBuilder.java index ad54bf1bbf42..f996dedd7e94 100644 --- a/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/ResetVcenterCredentialsRequestOrBuilder.java +++ b/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/ResetVcenterCredentialsRequestOrBuilder.java @@ -32,7 +32,7 @@ public interface ResetVcenterCredentialsRequestOrBuilder * Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-project/locations/us-west1-a/privateClouds/my-cloud` + * `projects/my-project/locations/us-central1-a/privateClouds/my-cloud` * * * @@ -51,7 +51,7 @@ public interface ResetVcenterCredentialsRequestOrBuilder * Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-project/locations/us-west1-a/privateClouds/my-cloud` + * `projects/my-project/locations/us-central1-a/privateClouds/my-cloud` * * * diff --git a/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/ShowNsxCredentialsRequest.java b/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/ShowNsxCredentialsRequest.java index 37eb4bd67f51..b1118deee258 100644 --- a/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/ShowNsxCredentialsRequest.java +++ b/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/ShowNsxCredentialsRequest.java @@ -22,7 +22,8 @@ * * *
      - * Request message for [VmwareEngine.ShowNsxCredentials][google.cloud.vmwareengine.v1.VmwareEngine.ShowNsxCredentials]
      + * Request message for
      + * [VmwareEngine.ShowNsxCredentials][google.cloud.vmwareengine.v1.VmwareEngine.ShowNsxCredentials]
        * 
      * * Protobuf type {@code google.cloud.vmwareengine.v1.ShowNsxCredentialsRequest} @@ -78,7 +79,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-project/locations/us-west1-a/privateClouds/my-cloud` + * `projects/my-project/locations/us-central1-a/privateClouds/my-cloud` * * * @@ -108,7 +109,7 @@ public java.lang.String getPrivateCloud() { * Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-project/locations/us-west1-a/privateClouds/my-cloud` + * `projects/my-project/locations/us-central1-a/privateClouds/my-cloud` * * * @@ -294,7 +295,8 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build * * *
      -   * Request message for [VmwareEngine.ShowNsxCredentials][google.cloud.vmwareengine.v1.VmwareEngine.ShowNsxCredentials]
      +   * Request message for
      +   * [VmwareEngine.ShowNsxCredentials][google.cloud.vmwareengine.v1.VmwareEngine.ShowNsxCredentials]
          * 
      * * Protobuf type {@code google.cloud.vmwareengine.v1.ShowNsxCredentialsRequest} @@ -471,7 +473,7 @@ public Builder mergeFrom( * Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-project/locations/us-west1-a/privateClouds/my-cloud` + * `projects/my-project/locations/us-central1-a/privateClouds/my-cloud` * * * @@ -500,7 +502,7 @@ public java.lang.String getPrivateCloud() { * Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-project/locations/us-west1-a/privateClouds/my-cloud` + * `projects/my-project/locations/us-central1-a/privateClouds/my-cloud` * * * @@ -529,7 +531,7 @@ public com.google.protobuf.ByteString getPrivateCloudBytes() { * Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-project/locations/us-west1-a/privateClouds/my-cloud` + * `projects/my-project/locations/us-central1-a/privateClouds/my-cloud` * * * @@ -557,7 +559,7 @@ public Builder setPrivateCloud(java.lang.String value) { * Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-project/locations/us-west1-a/privateClouds/my-cloud` + * `projects/my-project/locations/us-central1-a/privateClouds/my-cloud` * * * @@ -581,7 +583,7 @@ public Builder clearPrivateCloud() { * Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-project/locations/us-west1-a/privateClouds/my-cloud` + * `projects/my-project/locations/us-central1-a/privateClouds/my-cloud` * * * diff --git a/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/ShowNsxCredentialsRequestOrBuilder.java b/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/ShowNsxCredentialsRequestOrBuilder.java index be0b0b360ad9..a34686813281 100644 --- a/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/ShowNsxCredentialsRequestOrBuilder.java +++ b/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/ShowNsxCredentialsRequestOrBuilder.java @@ -32,7 +32,7 @@ public interface ShowNsxCredentialsRequestOrBuilder * Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-project/locations/us-west1-a/privateClouds/my-cloud` + * `projects/my-project/locations/us-central1-a/privateClouds/my-cloud` * * * @@ -51,7 +51,7 @@ public interface ShowNsxCredentialsRequestOrBuilder * Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-project/locations/us-west1-a/privateClouds/my-cloud` + * `projects/my-project/locations/us-central1-a/privateClouds/my-cloud` * * * diff --git a/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/ShowVcenterCredentialsRequest.java b/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/ShowVcenterCredentialsRequest.java index 5820012f158d..a06b92e0c676 100644 --- a/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/ShowVcenterCredentialsRequest.java +++ b/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/ShowVcenterCredentialsRequest.java @@ -22,7 +22,8 @@ * * *
      - * Request message for [VmwareEngine.ShowVcenterCredentials][google.cloud.vmwareengine.v1.VmwareEngine.ShowVcenterCredentials]
      + * Request message for
      + * [VmwareEngine.ShowVcenterCredentials][google.cloud.vmwareengine.v1.VmwareEngine.ShowVcenterCredentials]
        * 
      * * Protobuf type {@code google.cloud.vmwareengine.v1.ShowVcenterCredentialsRequest} @@ -78,7 +79,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-project/locations/us-west1-a/privateClouds/my-cloud` + * `projects/my-project/locations/us-central1-a/privateClouds/my-cloud` * * * @@ -108,7 +109,7 @@ public java.lang.String getPrivateCloud() { * Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-project/locations/us-west1-a/privateClouds/my-cloud` + * `projects/my-project/locations/us-central1-a/privateClouds/my-cloud` * * * @@ -294,7 +295,8 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build * * *
      -   * Request message for [VmwareEngine.ShowVcenterCredentials][google.cloud.vmwareengine.v1.VmwareEngine.ShowVcenterCredentials]
      +   * Request message for
      +   * [VmwareEngine.ShowVcenterCredentials][google.cloud.vmwareengine.v1.VmwareEngine.ShowVcenterCredentials]
          * 
      * * Protobuf type {@code google.cloud.vmwareengine.v1.ShowVcenterCredentialsRequest} @@ -473,7 +475,7 @@ public Builder mergeFrom( * Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-project/locations/us-west1-a/privateClouds/my-cloud` + * `projects/my-project/locations/us-central1-a/privateClouds/my-cloud` * * * @@ -502,7 +504,7 @@ public java.lang.String getPrivateCloud() { * Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-project/locations/us-west1-a/privateClouds/my-cloud` + * `projects/my-project/locations/us-central1-a/privateClouds/my-cloud` * * * @@ -531,7 +533,7 @@ public com.google.protobuf.ByteString getPrivateCloudBytes() { * Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-project/locations/us-west1-a/privateClouds/my-cloud` + * `projects/my-project/locations/us-central1-a/privateClouds/my-cloud` * * * @@ -559,7 +561,7 @@ public Builder setPrivateCloud(java.lang.String value) { * Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-project/locations/us-west1-a/privateClouds/my-cloud` + * `projects/my-project/locations/us-central1-a/privateClouds/my-cloud` * * * @@ -583,7 +585,7 @@ public Builder clearPrivateCloud() { * Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-project/locations/us-west1-a/privateClouds/my-cloud` + * `projects/my-project/locations/us-central1-a/privateClouds/my-cloud` * * * diff --git a/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/ShowVcenterCredentialsRequestOrBuilder.java b/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/ShowVcenterCredentialsRequestOrBuilder.java index f55c6152cb4d..7c8193c66e6e 100644 --- a/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/ShowVcenterCredentialsRequestOrBuilder.java +++ b/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/ShowVcenterCredentialsRequestOrBuilder.java @@ -32,7 +32,7 @@ public interface ShowVcenterCredentialsRequestOrBuilder * Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-project/locations/us-west1-a/privateClouds/my-cloud` + * `projects/my-project/locations/us-central1-a/privateClouds/my-cloud` * * * @@ -51,7 +51,7 @@ public interface ShowVcenterCredentialsRequestOrBuilder * Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-project/locations/us-west1-a/privateClouds/my-cloud` + * `projects/my-project/locations/us-central1-a/privateClouds/my-cloud` * * * diff --git a/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/Subnet.java b/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/Subnet.java index 7231775eae98..ca1d6a737b5c 100644 --- a/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/Subnet.java +++ b/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/Subnet.java @@ -283,7 +283,7 @@ private State(int value) { * Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-project/locations/us-west1-a/privateClouds/my-cloud/subnets/my-subnet` + * `projects/my-project/locations/us-central1-a/privateClouds/my-cloud/subnets/my-subnet` * * * string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -310,7 +310,7 @@ public java.lang.String getName() { * Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-project/locations/us-west1-a/privateClouds/my-cloud/subnets/my-subnet` + * `projects/my-project/locations/us-central1-a/privateClouds/my-cloud/subnets/my-subnet` * * * string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -436,7 +436,8 @@ public com.google.protobuf.ByteString getGatewayIpBytes() { * * *
      -   * Output only. The type of the subnet. For example "management" or "userDefined".
      +   * Output only. The type of the subnet. For example "management" or
      +   * "userDefined".
          * 
      * * string type = 11 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -459,7 +460,8 @@ public java.lang.String getType() { * * *
      -   * Output only. The type of the subnet. For example "management" or "userDefined".
      +   * Output only. The type of the subnet. For example "management" or
      +   * "userDefined".
          * 
      * * string type = 11 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -944,7 +946,7 @@ public Builder mergeFrom( * Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-project/locations/us-west1-a/privateClouds/my-cloud/subnets/my-subnet` + * `projects/my-project/locations/us-central1-a/privateClouds/my-cloud/subnets/my-subnet` * * * string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -970,7 +972,7 @@ public java.lang.String getName() { * Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-project/locations/us-west1-a/privateClouds/my-cloud/subnets/my-subnet` + * `projects/my-project/locations/us-central1-a/privateClouds/my-cloud/subnets/my-subnet` * * * string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -996,7 +998,7 @@ public com.google.protobuf.ByteString getNameBytes() { * Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-project/locations/us-west1-a/privateClouds/my-cloud/subnets/my-subnet` + * `projects/my-project/locations/us-central1-a/privateClouds/my-cloud/subnets/my-subnet` * * * string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -1021,7 +1023,7 @@ public Builder setName(java.lang.String value) { * Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-project/locations/us-west1-a/privateClouds/my-cloud/subnets/my-subnet` + * `projects/my-project/locations/us-central1-a/privateClouds/my-cloud/subnets/my-subnet` * * * string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -1042,7 +1044,7 @@ public Builder clearName() { * Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-project/locations/us-west1-a/privateClouds/my-cloud/subnets/my-subnet` + * `projects/my-project/locations/us-central1-a/privateClouds/my-cloud/subnets/my-subnet` * * * string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -1283,7 +1285,8 @@ public Builder setGatewayIpBytes(com.google.protobuf.ByteString value) { * * *
      -     * Output only. The type of the subnet. For example "management" or "userDefined".
      +     * Output only. The type of the subnet. For example "management" or
      +     * "userDefined".
            * 
      * * string type = 11 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -1305,7 +1308,8 @@ public java.lang.String getType() { * * *
      -     * Output only. The type of the subnet. For example "management" or "userDefined".
      +     * Output only. The type of the subnet. For example "management" or
      +     * "userDefined".
            * 
      * * string type = 11 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -1327,7 +1331,8 @@ public com.google.protobuf.ByteString getTypeBytes() { * * *
      -     * Output only. The type of the subnet. For example "management" or "userDefined".
      +     * Output only. The type of the subnet. For example "management" or
      +     * "userDefined".
            * 
      * * string type = 11 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -1348,7 +1353,8 @@ public Builder setType(java.lang.String value) { * * *
      -     * Output only. The type of the subnet. For example "management" or "userDefined".
      +     * Output only. The type of the subnet. For example "management" or
      +     * "userDefined".
            * 
      * * string type = 11 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -1365,7 +1371,8 @@ public Builder clearType() { * * *
      -     * Output only. The type of the subnet. For example "management" or "userDefined".
      +     * Output only. The type of the subnet. For example "management" or
      +     * "userDefined".
            * 
      * * string type = 11 [(.google.api.field_behavior) = OUTPUT_ONLY]; diff --git a/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/SubnetOrBuilder.java b/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/SubnetOrBuilder.java index 1b6f948f697c..a1015d2e7fe7 100644 --- a/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/SubnetOrBuilder.java +++ b/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/SubnetOrBuilder.java @@ -31,7 +31,7 @@ public interface SubnetOrBuilder * Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-project/locations/us-west1-a/privateClouds/my-cloud/subnets/my-subnet` + * `projects/my-project/locations/us-central1-a/privateClouds/my-cloud/subnets/my-subnet` * * * string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -47,7 +47,7 @@ public interface SubnetOrBuilder * Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-project/locations/us-west1-a/privateClouds/my-cloud/subnets/my-subnet` + * `projects/my-project/locations/us-central1-a/privateClouds/my-cloud/subnets/my-subnet` * * * string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -112,7 +112,8 @@ public interface SubnetOrBuilder * * *
      -   * Output only. The type of the subnet. For example "management" or "userDefined".
      +   * Output only. The type of the subnet. For example "management" or
      +   * "userDefined".
          * 
      * * string type = 11 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -124,7 +125,8 @@ public interface SubnetOrBuilder * * *
      -   * Output only. The type of the subnet. For example "management" or "userDefined".
      +   * Output only. The type of the subnet. For example "management" or
      +   * "userDefined".
          * 
      * * string type = 11 [(.google.api.field_behavior) = OUTPUT_ONLY]; diff --git a/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/UndeletePrivateCloudRequest.java b/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/UndeletePrivateCloudRequest.java index 7686303a8598..50691d9ef266 100644 --- a/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/UndeletePrivateCloudRequest.java +++ b/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/UndeletePrivateCloudRequest.java @@ -22,7 +22,8 @@ * * *
      - * Request message for [VmwareEngine.UndeletePrivateCloud][google.cloud.vmwareengine.v1.VmwareEngine.UndeletePrivateCloud]
      + * Request message for
      + * [VmwareEngine.UndeletePrivateCloud][google.cloud.vmwareengine.v1.VmwareEngine.UndeletePrivateCloud]
        * 
      * * Protobuf type {@code google.cloud.vmwareengine.v1.UndeletePrivateCloudRequest} @@ -78,7 +79,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-project/locations/us-west1-a/privateClouds/my-cloud` + * `projects/my-project/locations/us-central1-a/privateClouds/my-cloud` * * * @@ -107,7 +108,7 @@ public java.lang.String getName() { * Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-project/locations/us-west1-a/privateClouds/my-cloud` + * `projects/my-project/locations/us-central1-a/privateClouds/my-cloud` * * * @@ -135,8 +136,8 @@ public com.google.protobuf.ByteString getNameBytes() { * * *
      -   * Optional. The request ID must be a valid UUID with the exception that zero UUID is
      -   * not supported (00000000-0000-0000-0000-000000000000).
      +   * Optional. The request ID must be a valid UUID with the exception that zero
      +   * UUID is not supported (00000000-0000-0000-0000-000000000000).
          * 
      * * string request_id = 2 [(.google.api.field_behavior) = OPTIONAL]; @@ -159,8 +160,8 @@ public java.lang.String getRequestId() { * * *
      -   * Optional. The request ID must be a valid UUID with the exception that zero UUID is
      -   * not supported (00000000-0000-0000-0000-000000000000).
      +   * Optional. The request ID must be a valid UUID with the exception that zero
      +   * UUID is not supported (00000000-0000-0000-0000-000000000000).
          * 
      * * string request_id = 2 [(.google.api.field_behavior) = OPTIONAL]; @@ -353,7 +354,8 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build * * *
      -   * Request message for [VmwareEngine.UndeletePrivateCloud][google.cloud.vmwareengine.v1.VmwareEngine.UndeletePrivateCloud]
      +   * Request message for
      +   * [VmwareEngine.UndeletePrivateCloud][google.cloud.vmwareengine.v1.VmwareEngine.UndeletePrivateCloud]
          * 
      * * Protobuf type {@code google.cloud.vmwareengine.v1.UndeletePrivateCloudRequest} @@ -544,7 +546,7 @@ public Builder mergeFrom( * Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-project/locations/us-west1-a/privateClouds/my-cloud` + * `projects/my-project/locations/us-central1-a/privateClouds/my-cloud` * * * @@ -572,7 +574,7 @@ public java.lang.String getName() { * Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-project/locations/us-west1-a/privateClouds/my-cloud` + * `projects/my-project/locations/us-central1-a/privateClouds/my-cloud` * * * @@ -600,7 +602,7 @@ public com.google.protobuf.ByteString getNameBytes() { * Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-project/locations/us-west1-a/privateClouds/my-cloud` + * `projects/my-project/locations/us-central1-a/privateClouds/my-cloud` * * * @@ -627,7 +629,7 @@ public Builder setName(java.lang.String value) { * Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-project/locations/us-west1-a/privateClouds/my-cloud` + * `projects/my-project/locations/us-central1-a/privateClouds/my-cloud` * * * @@ -650,7 +652,7 @@ public Builder clearName() { * Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-project/locations/us-west1-a/privateClouds/my-cloud` + * `projects/my-project/locations/us-central1-a/privateClouds/my-cloud` * * * @@ -676,8 +678,8 @@ public Builder setNameBytes(com.google.protobuf.ByteString value) { * * *
      -     * Optional. The request ID must be a valid UUID with the exception that zero UUID is
      -     * not supported (00000000-0000-0000-0000-000000000000).
      +     * Optional. The request ID must be a valid UUID with the exception that zero
      +     * UUID is not supported (00000000-0000-0000-0000-000000000000).
            * 
      * * string request_id = 2 [(.google.api.field_behavior) = OPTIONAL]; @@ -699,8 +701,8 @@ public java.lang.String getRequestId() { * * *
      -     * Optional. The request ID must be a valid UUID with the exception that zero UUID is
      -     * not supported (00000000-0000-0000-0000-000000000000).
      +     * Optional. The request ID must be a valid UUID with the exception that zero
      +     * UUID is not supported (00000000-0000-0000-0000-000000000000).
            * 
      * * string request_id = 2 [(.google.api.field_behavior) = OPTIONAL]; @@ -722,8 +724,8 @@ public com.google.protobuf.ByteString getRequestIdBytes() { * * *
      -     * Optional. The request ID must be a valid UUID with the exception that zero UUID is
      -     * not supported (00000000-0000-0000-0000-000000000000).
      +     * Optional. The request ID must be a valid UUID with the exception that zero
      +     * UUID is not supported (00000000-0000-0000-0000-000000000000).
            * 
      * * string request_id = 2 [(.google.api.field_behavior) = OPTIONAL]; @@ -744,8 +746,8 @@ public Builder setRequestId(java.lang.String value) { * * *
      -     * Optional. The request ID must be a valid UUID with the exception that zero UUID is
      -     * not supported (00000000-0000-0000-0000-000000000000).
      +     * Optional. The request ID must be a valid UUID with the exception that zero
      +     * UUID is not supported (00000000-0000-0000-0000-000000000000).
            * 
      * * string request_id = 2 [(.google.api.field_behavior) = OPTIONAL]; @@ -762,8 +764,8 @@ public Builder clearRequestId() { * * *
      -     * Optional. The request ID must be a valid UUID with the exception that zero UUID is
      -     * not supported (00000000-0000-0000-0000-000000000000).
      +     * Optional. The request ID must be a valid UUID with the exception that zero
      +     * UUID is not supported (00000000-0000-0000-0000-000000000000).
            * 
      * * string request_id = 2 [(.google.api.field_behavior) = OPTIONAL]; diff --git a/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/UndeletePrivateCloudRequestOrBuilder.java b/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/UndeletePrivateCloudRequestOrBuilder.java index ddaf93223477..922abd87abd5 100644 --- a/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/UndeletePrivateCloudRequestOrBuilder.java +++ b/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/UndeletePrivateCloudRequestOrBuilder.java @@ -31,7 +31,7 @@ public interface UndeletePrivateCloudRequestOrBuilder * Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-project/locations/us-west1-a/privateClouds/my-cloud` + * `projects/my-project/locations/us-central1-a/privateClouds/my-cloud` * * * @@ -49,7 +49,7 @@ public interface UndeletePrivateCloudRequestOrBuilder * Resource names are schemeless URIs that follow the conventions in * https://cloud.google.com/apis/design/resource_names. * For example: - * `projects/my-project/locations/us-west1-a/privateClouds/my-cloud` + * `projects/my-project/locations/us-central1-a/privateClouds/my-cloud` * * * @@ -64,8 +64,8 @@ public interface UndeletePrivateCloudRequestOrBuilder * * *
      -   * Optional. The request ID must be a valid UUID with the exception that zero UUID is
      -   * not supported (00000000-0000-0000-0000-000000000000).
      +   * Optional. The request ID must be a valid UUID with the exception that zero
      +   * UUID is not supported (00000000-0000-0000-0000-000000000000).
          * 
      * * string request_id = 2 [(.google.api.field_behavior) = OPTIONAL]; @@ -77,8 +77,8 @@ public interface UndeletePrivateCloudRequestOrBuilder * * *
      -   * Optional. The request ID must be a valid UUID with the exception that zero UUID is
      -   * not supported (00000000-0000-0000-0000-000000000000).
      +   * Optional. The request ID must be a valid UUID with the exception that zero
      +   * UUID is not supported (00000000-0000-0000-0000-000000000000).
          * 
      * * string request_id = 2 [(.google.api.field_behavior) = OPTIONAL]; diff --git a/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/UpdateClusterRequest.java b/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/UpdateClusterRequest.java index f42b3d77ad63..49653385a42f 100644 --- a/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/UpdateClusterRequest.java +++ b/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/UpdateClusterRequest.java @@ -22,7 +22,8 @@ * * *
      - * Request message for [VmwareEngine.UpdateCluster][google.cloud.vmwareengine.v1.VmwareEngine.UpdateCluster]
      + * Request message for
      + * [VmwareEngine.UpdateCluster][google.cloud.vmwareengine.v1.VmwareEngine.UpdateCluster]
        * 
      * * Protobuf type {@code google.cloud.vmwareengine.v1.UpdateClusterRequest} @@ -239,8 +240,8 @@ public com.google.protobuf.ByteString getRequestIdBytes() { * * *
      -   * Optional. True if you want the request to be validated and not executed; false
      -   * otherwise.
      +   * Optional. True if you want the request to be validated and not executed;
      +   * false otherwise.
          * 
      * * bool validate_only = 4 [(.google.api.field_behavior) = OPTIONAL]; @@ -453,7 +454,8 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build * * *
      -   * Request message for [VmwareEngine.UpdateCluster][google.cloud.vmwareengine.v1.VmwareEngine.UpdateCluster]
      +   * Request message for
      +   * [VmwareEngine.UpdateCluster][google.cloud.vmwareengine.v1.VmwareEngine.UpdateCluster]
          * 
      * * Protobuf type {@code google.cloud.vmwareengine.v1.UpdateClusterRequest} @@ -1219,8 +1221,8 @@ public Builder setRequestIdBytes(com.google.protobuf.ByteString value) { * * *
      -     * Optional. True if you want the request to be validated and not executed; false
      -     * otherwise.
      +     * Optional. True if you want the request to be validated and not executed;
      +     * false otherwise.
            * 
      * * bool validate_only = 4 [(.google.api.field_behavior) = OPTIONAL]; @@ -1235,8 +1237,8 @@ public boolean getValidateOnly() { * * *
      -     * Optional. True if you want the request to be validated and not executed; false
      -     * otherwise.
      +     * Optional. True if you want the request to be validated and not executed;
      +     * false otherwise.
            * 
      * * bool validate_only = 4 [(.google.api.field_behavior) = OPTIONAL]; @@ -1254,8 +1256,8 @@ public Builder setValidateOnly(boolean value) { * * *
      -     * Optional. True if you want the request to be validated and not executed; false
      -     * otherwise.
      +     * Optional. True if you want the request to be validated and not executed;
      +     * false otherwise.
            * 
      * * bool validate_only = 4 [(.google.api.field_behavior) = OPTIONAL]; diff --git a/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/UpdateClusterRequestOrBuilder.java b/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/UpdateClusterRequestOrBuilder.java index a16c7034c0d5..12a53459e6bf 100644 --- a/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/UpdateClusterRequestOrBuilder.java +++ b/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/UpdateClusterRequestOrBuilder.java @@ -145,8 +145,8 @@ public interface UpdateClusterRequestOrBuilder * * *
      -   * Optional. True if you want the request to be validated and not executed; false
      -   * otherwise.
      +   * Optional. True if you want the request to be validated and not executed;
      +   * false otherwise.
          * 
      * * bool validate_only = 4 [(.google.api.field_behavior) = OPTIONAL]; diff --git a/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/UpdateNetworkPolicyRequest.java b/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/UpdateNetworkPolicyRequest.java index 9847a6dc0b6a..581c7fab4550 100644 --- a/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/UpdateNetworkPolicyRequest.java +++ b/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/UpdateNetworkPolicyRequest.java @@ -22,7 +22,8 @@ * * *
      - * Request message for [VmwareEngine.UpdateNetworkPolicy][google.cloud.vmwareengine.v1.VmwareEngine.UpdateNetworkPolicy]
      + * Request message for
      + * [VmwareEngine.UpdateNetworkPolicy][google.cloud.vmwareengine.v1.VmwareEngine.UpdateNetworkPolicy]
        * 
      * * Protobuf type {@code google.cloud.vmwareengine.v1.UpdateNetworkPolicyRequest} @@ -445,7 +446,8 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build * * *
      -   * Request message for [VmwareEngine.UpdateNetworkPolicy][google.cloud.vmwareengine.v1.VmwareEngine.UpdateNetworkPolicy]
      +   * Request message for
      +   * [VmwareEngine.UpdateNetworkPolicy][google.cloud.vmwareengine.v1.VmwareEngine.UpdateNetworkPolicy]
          * 
      * * Protobuf type {@code google.cloud.vmwareengine.v1.UpdateNetworkPolicyRequest} diff --git a/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/UpdatePrivateCloudRequest.java b/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/UpdatePrivateCloudRequest.java index 96871e154b23..0b5a6eec6d19 100644 --- a/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/UpdatePrivateCloudRequest.java +++ b/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/UpdatePrivateCloudRequest.java @@ -22,7 +22,8 @@ * * *
      - * Request message for [VmwareEngine.UpdatePrivateCloud][google.cloud.vmwareengine.v1.VmwareEngine.UpdatePrivateCloud]
      + * Request message for
      + * [VmwareEngine.UpdatePrivateCloud][google.cloud.vmwareengine.v1.VmwareEngine.UpdatePrivateCloud]
        * 
      * * Protobuf type {@code google.cloud.vmwareengine.v1.UpdatePrivateCloudRequest} @@ -188,8 +189,8 @@ public com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder() { * * *
      -   * Optional. The request ID must be a valid UUID with the exception that zero UUID is
      -   * not supported (00000000-0000-0000-0000-000000000000).
      +   * Optional. The request ID must be a valid UUID with the exception that zero
      +   * UUID is not supported (00000000-0000-0000-0000-000000000000).
          * 
      * * string request_id = 3 [(.google.api.field_behavior) = OPTIONAL]; @@ -212,8 +213,8 @@ public java.lang.String getRequestId() { * * *
      -   * Optional. The request ID must be a valid UUID with the exception that zero UUID is
      -   * not supported (00000000-0000-0000-0000-000000000000).
      +   * Optional. The request ID must be a valid UUID with the exception that zero
      +   * UUID is not supported (00000000-0000-0000-0000-000000000000).
          * 
      * * string request_id = 3 [(.google.api.field_behavior) = OPTIONAL]; @@ -425,7 +426,8 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build * * *
      -   * Request message for [VmwareEngine.UpdatePrivateCloud][google.cloud.vmwareengine.v1.VmwareEngine.UpdatePrivateCloud]
      +   * Request message for
      +   * [VmwareEngine.UpdatePrivateCloud][google.cloud.vmwareengine.v1.VmwareEngine.UpdatePrivateCloud]
          * 
      * * Protobuf type {@code google.cloud.vmwareengine.v1.UpdatePrivateCloudRequest} @@ -1069,8 +1071,8 @@ public com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder() { * * *
      -     * Optional. The request ID must be a valid UUID with the exception that zero UUID is
      -     * not supported (00000000-0000-0000-0000-000000000000).
      +     * Optional. The request ID must be a valid UUID with the exception that zero
      +     * UUID is not supported (00000000-0000-0000-0000-000000000000).
            * 
      * * string request_id = 3 [(.google.api.field_behavior) = OPTIONAL]; @@ -1092,8 +1094,8 @@ public java.lang.String getRequestId() { * * *
      -     * Optional. The request ID must be a valid UUID with the exception that zero UUID is
      -     * not supported (00000000-0000-0000-0000-000000000000).
      +     * Optional. The request ID must be a valid UUID with the exception that zero
      +     * UUID is not supported (00000000-0000-0000-0000-000000000000).
            * 
      * * string request_id = 3 [(.google.api.field_behavior) = OPTIONAL]; @@ -1115,8 +1117,8 @@ public com.google.protobuf.ByteString getRequestIdBytes() { * * *
      -     * Optional. The request ID must be a valid UUID with the exception that zero UUID is
      -     * not supported (00000000-0000-0000-0000-000000000000).
      +     * Optional. The request ID must be a valid UUID with the exception that zero
      +     * UUID is not supported (00000000-0000-0000-0000-000000000000).
            * 
      * * string request_id = 3 [(.google.api.field_behavior) = OPTIONAL]; @@ -1137,8 +1139,8 @@ public Builder setRequestId(java.lang.String value) { * * *
      -     * Optional. The request ID must be a valid UUID with the exception that zero UUID is
      -     * not supported (00000000-0000-0000-0000-000000000000).
      +     * Optional. The request ID must be a valid UUID with the exception that zero
      +     * UUID is not supported (00000000-0000-0000-0000-000000000000).
            * 
      * * string request_id = 3 [(.google.api.field_behavior) = OPTIONAL]; @@ -1155,8 +1157,8 @@ public Builder clearRequestId() { * * *
      -     * Optional. The request ID must be a valid UUID with the exception that zero UUID is
      -     * not supported (00000000-0000-0000-0000-000000000000).
      +     * Optional. The request ID must be a valid UUID with the exception that zero
      +     * UUID is not supported (00000000-0000-0000-0000-000000000000).
            * 
      * * string request_id = 3 [(.google.api.field_behavior) = OPTIONAL]; diff --git a/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/UpdatePrivateCloudRequestOrBuilder.java b/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/UpdatePrivateCloudRequestOrBuilder.java index 7e94be56434d..5a84bccb8622 100644 --- a/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/UpdatePrivateCloudRequestOrBuilder.java +++ b/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/UpdatePrivateCloudRequestOrBuilder.java @@ -118,8 +118,8 @@ public interface UpdatePrivateCloudRequestOrBuilder * * *
      -   * Optional. The request ID must be a valid UUID with the exception that zero UUID is
      -   * not supported (00000000-0000-0000-0000-000000000000).
      +   * Optional. The request ID must be a valid UUID with the exception that zero
      +   * UUID is not supported (00000000-0000-0000-0000-000000000000).
          * 
      * * string request_id = 3 [(.google.api.field_behavior) = OPTIONAL]; @@ -131,8 +131,8 @@ public interface UpdatePrivateCloudRequestOrBuilder * * *
      -   * Optional. The request ID must be a valid UUID with the exception that zero UUID is
      -   * not supported (00000000-0000-0000-0000-000000000000).
      +   * Optional. The request ID must be a valid UUID with the exception that zero
      +   * UUID is not supported (00000000-0000-0000-0000-000000000000).
          * 
      * * string request_id = 3 [(.google.api.field_behavior) = OPTIONAL]; diff --git a/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/UpdateVmwareEngineNetworkRequest.java b/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/UpdateVmwareEngineNetworkRequest.java index cbb65cb75930..d8b523845552 100644 --- a/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/UpdateVmwareEngineNetworkRequest.java +++ b/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/UpdateVmwareEngineNetworkRequest.java @@ -22,7 +22,8 @@ * * *
      - * Request message for [VmwareEngine.UpdateVmwareEngineNetwork][google.cloud.vmwareengine.v1.VmwareEngine.UpdateVmwareEngineNetwork]
      + * Request message for
      + * [VmwareEngine.UpdateVmwareEngineNetwork][google.cloud.vmwareengine.v1.VmwareEngine.UpdateVmwareEngineNetwork]
        * 
      * * Protobuf type {@code google.cloud.vmwareengine.v1.UpdateVmwareEngineNetworkRequest} @@ -451,7 +452,8 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build * * *
      -   * Request message for [VmwareEngine.UpdateVmwareEngineNetwork][google.cloud.vmwareengine.v1.VmwareEngine.UpdateVmwareEngineNetwork]
      +   * Request message for
      +   * [VmwareEngine.UpdateVmwareEngineNetwork][google.cloud.vmwareengine.v1.VmwareEngine.UpdateVmwareEngineNetwork]
          * 
      * * Protobuf type {@code google.cloud.vmwareengine.v1.UpdateVmwareEngineNetworkRequest} diff --git a/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/proto/google/cloud/vmwareengine/v1/vmwareengine.proto b/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/proto/google/cloud/vmwareengine/v1/vmwareengine.proto index 695006cf2e21..947194c0e3cc 100644 --- a/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/proto/google/cloud/vmwareengine/v1/vmwareengine.proto +++ b/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/proto/google/cloud/vmwareengine/v1/vmwareengine.proto @@ -39,10 +39,12 @@ option (google.api.resource_definition) = { // VMwareEngine manages VMware's private clusters in the Cloud. service VmwareEngine { option (google.api.default_host) = "vmwareengine.googleapis.com"; - option (google.api.oauth_scopes) = "https://www.googleapis.com/auth/cloud-platform"; + option (google.api.oauth_scopes) = + "https://www.googleapis.com/auth/cloud-platform"; // Lists `PrivateCloud` resources in a given project and location. - rpc ListPrivateClouds(ListPrivateCloudsRequest) returns (ListPrivateCloudsResponse) { + rpc ListPrivateClouds(ListPrivateCloudsRequest) + returns (ListPrivateCloudsResponse) { option (google.api.http) = { get: "/v1/{parent=projects/*/locations/*}/privateClouds" }; @@ -64,12 +66,14 @@ service VmwareEngine { // Creating a private cloud also creates a [management // cluster](https://cloud.google.com/vmware-engine/docs/concepts-vmware-components) // for that private cloud. - rpc CreatePrivateCloud(CreatePrivateCloudRequest) returns (google.longrunning.Operation) { + rpc CreatePrivateCloud(CreatePrivateCloudRequest) + returns (google.longrunning.Operation) { option (google.api.http) = { post: "/v1/{parent=projects/*/locations/*}/privateClouds" body: "private_cloud" }; - option (google.api.method_signature) = "parent,private_cloud,private_cloud_id"; + option (google.api.method_signature) = + "parent,private_cloud,private_cloud_id"; option (google.longrunning.operation_info) = { response_type: "PrivateCloud" metadata_type: "OperationMetadata" @@ -84,7 +88,8 @@ service VmwareEngine { // state before the operation fully completes. For that period of time, you // can't update the resource. Use the operation status to determine when the // processing fully completes. - rpc UpdatePrivateCloud(UpdatePrivateCloudRequest) returns (google.longrunning.Operation) { + rpc UpdatePrivateCloud(UpdatePrivateCloudRequest) + returns (google.longrunning.Operation) { option (google.api.http) = { patch: "/v1/{private_cloud.name=projects/*/locations/*/privateClouds/*}" body: "private_cloud" @@ -111,7 +116,8 @@ service VmwareEngine { // `PrivateCloud` can be polled using standard `GET` method for the whole // period of deletion and purging. It will not be returned only // when it is completely purged. - rpc DeletePrivateCloud(DeletePrivateCloudRequest) returns (google.longrunning.Operation) { + rpc DeletePrivateCloud(DeletePrivateCloudRequest) + returns (google.longrunning.Operation) { option (google.api.http) = { delete: "/v1/{name=projects/*/locations/*/privateClouds/*}" }; @@ -126,7 +132,8 @@ service VmwareEngine { // `DeletePrivateCloud`. A `PrivateCloud` resource scheduled for deletion has // `PrivateCloud.state` set to `DELETED` and `PrivateCloud.expireTime` set to // the time when deletion can no longer be reversed. - rpc UndeletePrivateCloud(UndeletePrivateCloudRequest) returns (google.longrunning.Operation) { + rpc UndeletePrivateCloud(UndeletePrivateCloudRequest) + returns (google.longrunning.Operation) { option (google.api.http) = { post: "/v1/{name=projects/*/locations/*/privateClouds/*}:undelete" body: "*" @@ -158,7 +165,8 @@ service VmwareEngine { // Creating a new cluster provides additional nodes for // use in the parent private cloud and requires sufficient [node // quota](https://cloud.google.com/vmware-engine/quotas). - rpc CreateCluster(CreateClusterRequest) returns (google.longrunning.Operation) { + rpc CreateCluster(CreateClusterRequest) + returns (google.longrunning.Operation) { option (google.api.http) = { post: "/v1/{parent=projects/*/locations/*/privateClouds/*}/clusters" body: "cluster" @@ -178,7 +186,8 @@ service VmwareEngine { // state before the operation fully completes. For that period of time, you // can't update the resource. Use the operation status to determine when the // processing fully completes. - rpc UpdateCluster(UpdateClusterRequest) returns (google.longrunning.Operation) { + rpc UpdateCluster(UpdateClusterRequest) + returns (google.longrunning.Operation) { option (google.api.http) = { patch: "/v1/{cluster.name=projects/*/locations/*/privateClouds/*/clusters/*}" body: "cluster" @@ -194,7 +203,8 @@ service VmwareEngine { // gracefully shut down any workloads running on the cluster before deletion. // You cannot delete the management cluster of a private cloud using this // method. - rpc DeleteCluster(DeleteClusterRequest) returns (google.longrunning.Operation) { + rpc DeleteCluster(DeleteClusterRequest) + returns (google.longrunning.Operation) { option (google.api.http) = { delete: "/v1/{name=projects/*/locations/*/privateClouds/*/clusters/*}" }; @@ -238,7 +248,8 @@ service VmwareEngine { } // Gets details of credentials for Vcenter appliance. - rpc ShowVcenterCredentials(ShowVcenterCredentialsRequest) returns (Credentials) { + rpc ShowVcenterCredentials(ShowVcenterCredentialsRequest) + returns (Credentials) { option (google.api.http) = { get: "/v1/{private_cloud=projects/*/locations/*/privateClouds/*}:showVcenterCredentials" }; @@ -246,7 +257,8 @@ service VmwareEngine { } // Resets credentials of the NSX appliance. - rpc ResetNsxCredentials(ResetNsxCredentialsRequest) returns (google.longrunning.Operation) { + rpc ResetNsxCredentials(ResetNsxCredentialsRequest) + returns (google.longrunning.Operation) { option (google.api.http) = { post: "/v1/{private_cloud=projects/*/locations/*/privateClouds/*}:resetNsxCredentials" body: "*" @@ -259,7 +271,8 @@ service VmwareEngine { } // Resets credentials of the Vcenter appliance. - rpc ResetVcenterCredentials(ResetVcenterCredentialsRequest) returns (google.longrunning.Operation) { + rpc ResetVcenterCredentials(ResetVcenterCredentialsRequest) + returns (google.longrunning.Operation) { option (google.api.http) = { post: "/v1/{private_cloud=projects/*/locations/*/privateClouds/*}:resetVcenterCredentials" body: "*" @@ -272,12 +285,14 @@ service VmwareEngine { } // Creates a new HCX activation key in a given private cloud. - rpc CreateHcxActivationKey(CreateHcxActivationKeyRequest) returns (google.longrunning.Operation) { + rpc CreateHcxActivationKey(CreateHcxActivationKeyRequest) + returns (google.longrunning.Operation) { option (google.api.http) = { post: "/v1/{parent=projects/*/locations/*/privateClouds/*}/hcxActivationKeys" body: "hcx_activation_key" }; - option (google.api.method_signature) = "parent,hcx_activation_key,hcx_activation_key_id"; + option (google.api.method_signature) = + "parent,hcx_activation_key,hcx_activation_key_id"; option (google.longrunning.operation_info) = { response_type: "HcxActivationKey" metadata_type: "OperationMetadata" @@ -285,7 +300,8 @@ service VmwareEngine { } // Lists `HcxActivationKey` resources in a given private cloud. - rpc ListHcxActivationKeys(ListHcxActivationKeysRequest) returns (ListHcxActivationKeysResponse) { + rpc ListHcxActivationKeys(ListHcxActivationKeysRequest) + returns (ListHcxActivationKeysResponse) { option (google.api.http) = { get: "/v1/{parent=projects/*/locations/*/privateClouds/*}/hcxActivationKeys" }; @@ -293,7 +309,8 @@ service VmwareEngine { } // Retrieves a `HcxActivationKey` resource by its resource name. - rpc GetHcxActivationKey(GetHcxActivationKeyRequest) returns (HcxActivationKey) { + rpc GetHcxActivationKey(GetHcxActivationKeyRequest) + returns (HcxActivationKey) { option (google.api.http) = { get: "/v1/{name=projects/*/locations/*/privateClouds/*/hcxActivationKeys/*}" }; @@ -309,7 +326,8 @@ service VmwareEngine { } // Lists `NetworkPolicy` resources in a specified project and location. - rpc ListNetworkPolicies(ListNetworkPoliciesRequest) returns (ListNetworkPoliciesResponse) { + rpc ListNetworkPolicies(ListNetworkPoliciesRequest) + returns (ListNetworkPoliciesResponse) { option (google.api.http) = { get: "/v1/{parent=projects/*/locations/*}/networkPolicies" }; @@ -319,12 +337,14 @@ service VmwareEngine { // Creates a new network policy in a given VMware Engine network of a // project and location (region). A new network policy cannot be created if // another network policy already exists in the same scope. - rpc CreateNetworkPolicy(CreateNetworkPolicyRequest) returns (google.longrunning.Operation) { + rpc CreateNetworkPolicy(CreateNetworkPolicyRequest) + returns (google.longrunning.Operation) { option (google.api.http) = { post: "/v1/{parent=projects/*/locations/*}/networkPolicies" body: "network_policy" }; - option (google.api.method_signature) = "parent,network_policy,network_policy_id"; + option (google.api.method_signature) = + "parent,network_policy,network_policy_id"; option (google.longrunning.operation_info) = { response_type: "NetworkPolicy" metadata_type: "OperationMetadata" @@ -343,7 +363,8 @@ service VmwareEngine { // state before the operation fully completes. For that period of time, you // can't update the resource. Use the operation status to determine when the // processing fully completes. - rpc UpdateNetworkPolicy(UpdateNetworkPolicyRequest) returns (google.longrunning.Operation) { + rpc UpdateNetworkPolicy(UpdateNetworkPolicyRequest) + returns (google.longrunning.Operation) { option (google.api.http) = { patch: "/v1/{network_policy.name=projects/*/locations/*/networkPolicies/*}" body: "network_policy" @@ -358,7 +379,8 @@ service VmwareEngine { // Deletes a `NetworkPolicy` resource. A network policy cannot be deleted // when `NetworkService.state` is set to `RECONCILING` for either its external // IP or internet access service. - rpc DeleteNetworkPolicy(DeleteNetworkPolicyRequest) returns (google.longrunning.Operation) { + rpc DeleteNetworkPolicy(DeleteNetworkPolicyRequest) + returns (google.longrunning.Operation) { option (google.api.http) = { delete: "/v1/{name=projects/*/locations/*/networkPolicies/*}" }; @@ -370,12 +392,14 @@ service VmwareEngine { } // Creates a new VMware Engine network that can be used by a private cloud. - rpc CreateVmwareEngineNetwork(CreateVmwareEngineNetworkRequest) returns (google.longrunning.Operation) { + rpc CreateVmwareEngineNetwork(CreateVmwareEngineNetworkRequest) + returns (google.longrunning.Operation) { option (google.api.http) = { post: "/v1/{parent=projects/*/locations/*}/vmwareEngineNetworks" body: "vmware_engine_network" }; - option (google.api.method_signature) = "parent,vmware_engine_network,vmware_engine_network_id"; + option (google.api.method_signature) = + "parent,vmware_engine_network,vmware_engine_network_id"; option (google.longrunning.operation_info) = { response_type: "VmwareEngineNetwork" metadata_type: "OperationMetadata" @@ -385,7 +409,8 @@ service VmwareEngine { // Modifies a VMware Engine network resource. Only the following fields can be // updated: `description`. Only fields specified in `updateMask` are // applied. - rpc UpdateVmwareEngineNetwork(UpdateVmwareEngineNetworkRequest) returns (google.longrunning.Operation) { + rpc UpdateVmwareEngineNetwork(UpdateVmwareEngineNetworkRequest) + returns (google.longrunning.Operation) { option (google.api.http) = { patch: "/v1/{vmware_engine_network.name=projects/*/locations/*/vmwareEngineNetworks/*}" body: "vmware_engine_network" @@ -401,7 +426,8 @@ service VmwareEngine { // Engine network after all resources that refer to it are deleted. For // example, a private cloud, a network peering, and a network policy can all // refer to the same VMware Engine network. - rpc DeleteVmwareEngineNetwork(DeleteVmwareEngineNetworkRequest) returns (google.longrunning.Operation) { + rpc DeleteVmwareEngineNetwork(DeleteVmwareEngineNetworkRequest) + returns (google.longrunning.Operation) { option (google.api.http) = { delete: "/v1/{name=projects/*/locations/*/vmwareEngineNetworks/*}" }; @@ -416,7 +442,8 @@ service VmwareEngine { // resource contains details of the VMware Engine network, such as its VMware // Engine network type, peered networks in a service project, and state // (for example, `CREATING`, `ACTIVE`, `DELETING`). - rpc GetVmwareEngineNetwork(GetVmwareEngineNetworkRequest) returns (VmwareEngineNetwork) { + rpc GetVmwareEngineNetwork(GetVmwareEngineNetworkRequest) + returns (VmwareEngineNetwork) { option (google.api.http) = { get: "/v1/{name=projects/*/locations/*/vmwareEngineNetworks/*}" }; @@ -424,7 +451,8 @@ service VmwareEngine { } // Lists `VmwareEngineNetwork` resources in a given project and location. - rpc ListVmwareEngineNetworks(ListVmwareEngineNetworksRequest) returns (ListVmwareEngineNetworksResponse) { + rpc ListVmwareEngineNetworks(ListVmwareEngineNetworksRequest) + returns (ListVmwareEngineNetworksResponse) { option (google.api.http) = { get: "/v1/{parent=projects/*/locations/*}/vmwareEngineNetworks" }; @@ -466,7 +494,8 @@ message NetworkConfig { // * `managementIpAddressLayoutVersion=2`: Indicates the latest IP address // layout used by all newly created private clouds. This version supports all // current features. - int32 management_ip_address_layout_version = 8 [(google.api.field_behavior) = OUTPUT_ONLY]; + int32 management_ip_address_layout_version = 8 + [(google.api.field_behavior) = OUTPUT_ONLY]; } // Information about the type and number of nodes associated with the cluster. @@ -527,29 +556,34 @@ message PrivateCloud { // 1034](https://datatracker.ietf.org/doc/html/rfc1034) (section 3.5) string cluster_id = 1 [(google.api.field_behavior) = REQUIRED]; - // Required. The map of cluster node types in this cluster, where the key is canonical - // identifier of the node type (corresponds to the `NodeType`). - map node_type_configs = 7 [(google.api.field_behavior) = REQUIRED]; + // Required. The map of cluster node types in this cluster, where the key is + // canonical identifier of the node type (corresponds to the `NodeType`). + map node_type_configs = 7 + [(google.api.field_behavior) = REQUIRED]; } // Output only. The resource name of this private cloud. // Resource names are schemeless URIs that follow the conventions in // https://cloud.google.com/apis/design/resource_names. // For example: - // `projects/my-project/locations/us-west1-a/privateClouds/my-cloud` + // `projects/my-project/locations/us-central1-a/privateClouds/my-cloud` string name = 1 [(google.api.field_behavior) = OUTPUT_ONLY]; // Output only. Creation time of this resource. - google.protobuf.Timestamp create_time = 2 [(google.api.field_behavior) = OUTPUT_ONLY]; + google.protobuf.Timestamp create_time = 2 + [(google.api.field_behavior) = OUTPUT_ONLY]; // Output only. Last update time of this resource. - google.protobuf.Timestamp update_time = 3 [(google.api.field_behavior) = OUTPUT_ONLY]; + google.protobuf.Timestamp update_time = 3 + [(google.api.field_behavior) = OUTPUT_ONLY]; // Output only. Time when the resource was scheduled for deletion. - google.protobuf.Timestamp delete_time = 4 [(google.api.field_behavior) = OUTPUT_ONLY]; + google.protobuf.Timestamp delete_time = 4 + [(google.api.field_behavior) = OUTPUT_ONLY]; // Output only. Time when the resource will be irreversibly deleted. - google.protobuf.Timestamp expire_time = 5 [(google.api.field_behavior) = OUTPUT_ONLY]; + google.protobuf.Timestamp expire_time = 5 + [(google.api.field_behavior) = OUTPUT_ONLY]; // Output only. State of the resource. New values may be added to this enum // when appropriate. @@ -564,7 +598,8 @@ message PrivateCloud { // // The following fields can't be changed after private cloud creation: // `ManagementCluster.clusterId`, `ManagementCluster.nodeTypeId`. - ManagementCluster management_cluster = 10 [(google.api.field_behavior) = INPUT_ONLY]; + ManagementCluster management_cluster = 10 + [(google.api.field_behavior) = INPUT_ONLY]; // User-provided description for this private cloud. string description = 11; @@ -582,13 +617,14 @@ message PrivateCloud { string uid = 20 [(google.api.field_behavior) = OUTPUT_ONLY]; } -// Request message for [VmwareEngine.ListPrivateClouds][google.cloud.vmwareengine.v1.VmwareEngine.ListPrivateClouds] +// Request message for +// [VmwareEngine.ListPrivateClouds][google.cloud.vmwareengine.v1.VmwareEngine.ListPrivateClouds] message ListPrivateCloudsRequest { // Required. The resource name of the private cloud to be queried for // clusters. Resource names are schemeless URIs that follow the conventions in // https://cloud.google.com/apis/design/resource_names. // For example: - // `projects/my-project/locations/us-west1-a` + // `projects/my-project/locations/us-central1-a` string parent = 1 [ (google.api.field_behavior) = REQUIRED, (google.api.resource_reference) = { @@ -645,7 +681,8 @@ message ListPrivateCloudsRequest { string order_by = 5; } -// Response message for [VmwareEngine.ListPrivateClouds][google.cloud.vmwareengine.v1.VmwareEngine.ListPrivateClouds] +// Response message for +// [VmwareEngine.ListPrivateClouds][google.cloud.vmwareengine.v1.VmwareEngine.ListPrivateClouds] message ListPrivateCloudsResponse { // A list of private clouds. repeated PrivateCloud private_clouds = 1; @@ -659,13 +696,14 @@ message ListPrivateCloudsResponse { repeated string unreachable = 3; } -// Request message for [VmwareEngine.GetPrivateCloud][google.cloud.vmwareengine.v1.VmwareEngine.GetPrivateCloud] +// Request message for +// [VmwareEngine.GetPrivateCloud][google.cloud.vmwareengine.v1.VmwareEngine.GetPrivateCloud] message GetPrivateCloudRequest { // Required. The resource name of the private cloud to retrieve. // Resource names are schemeless URIs that follow the conventions in // https://cloud.google.com/apis/design/resource_names. // For example: - // `projects/my-project/locations/us-west1-a/privateClouds/my-cloud` + // `projects/my-project/locations/us-central1-a/privateClouds/my-cloud` string name = 1 [ (google.api.field_behavior) = REQUIRED, (google.api.resource_reference) = { @@ -674,13 +712,14 @@ message GetPrivateCloudRequest { ]; } -// Request message for [VmwareEngine.CreatePrivateCloud][google.cloud.vmwareengine.v1.VmwareEngine.CreatePrivateCloud] +// Request message for +// [VmwareEngine.CreatePrivateCloud][google.cloud.vmwareengine.v1.VmwareEngine.CreatePrivateCloud] message CreatePrivateCloudRequest { // Required. The resource name of the location to create the new // private cloud in. Resource names are schemeless URIs that follow the // conventions in https://cloud.google.com/apis/design/resource_names. // For example: - // `projects/my-project/locations/us-west1-a` + // `projects/my-project/locations/us-central1-a` string parent = 1 [ (google.api.field_behavior) = REQUIRED, (google.api.resource_reference) = { @@ -704,16 +743,17 @@ message CreatePrivateCloudRequest { // Required. The initial description of the new private cloud. PrivateCloud private_cloud = 3 [(google.api.field_behavior) = REQUIRED]; - // Optional. The request ID must be a valid UUID with the exception that zero UUID is - // not supported (00000000-0000-0000-0000-000000000000). + // Optional. The request ID must be a valid UUID with the exception that zero + // UUID is not supported (00000000-0000-0000-0000-000000000000). string request_id = 4 [(google.api.field_behavior) = OPTIONAL]; - // Optional. True if you want the request to be validated and not executed; false - // otherwise. + // Optional. True if you want the request to be validated and not executed; + // false otherwise. bool validate_only = 5 [(google.api.field_behavior) = OPTIONAL]; } -// Request message for [VmwareEngine.UpdatePrivateCloud][google.cloud.vmwareengine.v1.VmwareEngine.UpdatePrivateCloud] +// Request message for +// [VmwareEngine.UpdatePrivateCloud][google.cloud.vmwareengine.v1.VmwareEngine.UpdatePrivateCloud] message UpdatePrivateCloudRequest { // Required. Private cloud description. PrivateCloud private_cloud = 1 [(google.api.field_behavior) = REQUIRED]; @@ -723,20 +763,22 @@ message UpdatePrivateCloudRequest { // are relative to the resource, not the full request. A field will be // overwritten if it is in the mask. If the user does not provide a mask then // all fields will be overwritten. - google.protobuf.FieldMask update_mask = 2 [(google.api.field_behavior) = REQUIRED]; + google.protobuf.FieldMask update_mask = 2 + [(google.api.field_behavior) = REQUIRED]; - // Optional. The request ID must be a valid UUID with the exception that zero UUID is - // not supported (00000000-0000-0000-0000-000000000000). + // Optional. The request ID must be a valid UUID with the exception that zero + // UUID is not supported (00000000-0000-0000-0000-000000000000). string request_id = 3 [(google.api.field_behavior) = OPTIONAL]; } -// Request message for [VmwareEngine.DeletePrivateCloud][google.cloud.vmwareengine.v1.VmwareEngine.DeletePrivateCloud] +// Request message for +// [VmwareEngine.DeletePrivateCloud][google.cloud.vmwareengine.v1.VmwareEngine.DeletePrivateCloud] message DeletePrivateCloudRequest { // Required. The resource name of the private cloud to delete. // Resource names are schemeless URIs that follow the conventions in // https://cloud.google.com/apis/design/resource_names. // For example: - // `projects/my-project/locations/us-west1-a/privateClouds/my-cloud` + // `projects/my-project/locations/us-central1-a/privateClouds/my-cloud` string name = 1 [ (google.api.field_behavior) = REQUIRED, (google.api.resource_reference) = { @@ -744,34 +786,36 @@ message DeletePrivateCloudRequest { } ]; - // Optional. The request ID must be a valid UUID with the exception that zero UUID is - // not supported (00000000-0000-0000-0000-000000000000). + // Optional. The request ID must be a valid UUID with the exception that zero + // UUID is not supported (00000000-0000-0000-0000-000000000000). string request_id = 2 [(google.api.field_behavior) = OPTIONAL]; - // Optional. If set to true, cascade delete is enabled and all children of this private - // cloud resource are also deleted. When this flag is set to false, the - // private cloud will not be deleted if there are any children other than the - // management cluster. The management cluster is always deleted. + // Optional. If set to true, cascade delete is enabled and all children of + // this private cloud resource are also deleted. When this flag is set to + // false, the private cloud will not be deleted if there are any children + // other than the management cluster. The management cluster is always + // deleted. bool force = 3 [(google.api.field_behavior) = OPTIONAL]; // Optional. Time delay of the deletion specified in hours. The default value // is `3`. Specifying a non-zero value for this field changes the value of // `PrivateCloud.state` to `DELETED` and sets `expire_time` to the planned // deletion time. Deletion can be cancelled before `expire_time` elapses using - // [VmwareEngine.UndeletePrivateCloud][google.cloud.vmwareengine.v1.VmwareEngine.UndeletePrivateCloud]. Specifying a value of `0` for - // this field instead begins the deletion process and ceases billing - // immediately. During the final deletion process, the value of - // `PrivateCloud.state` becomes `PURGING`. + // [VmwareEngine.UndeletePrivateCloud][google.cloud.vmwareengine.v1.VmwareEngine.UndeletePrivateCloud]. + // Specifying a value of `0` for this field instead begins the deletion + // process and ceases billing immediately. During the final deletion process, + // the value of `PrivateCloud.state` becomes `PURGING`. optional int32 delay_hours = 4 [(google.api.field_behavior) = OPTIONAL]; } -// Request message for [VmwareEngine.UndeletePrivateCloud][google.cloud.vmwareengine.v1.VmwareEngine.UndeletePrivateCloud] +// Request message for +// [VmwareEngine.UndeletePrivateCloud][google.cloud.vmwareengine.v1.VmwareEngine.UndeletePrivateCloud] message UndeletePrivateCloudRequest { // Required. The resource name of the private cloud scheduled for deletion. // Resource names are schemeless URIs that follow the conventions in // https://cloud.google.com/apis/design/resource_names. // For example: - // `projects/my-project/locations/us-west1-a/privateClouds/my-cloud` + // `projects/my-project/locations/us-central1-a/privateClouds/my-cloud` string name = 1 [ (google.api.field_behavior) = REQUIRED, (google.api.resource_reference) = { @@ -779,8 +823,8 @@ message UndeletePrivateCloudRequest { } ]; - // Optional. The request ID must be a valid UUID with the exception that zero UUID is - // not supported (00000000-0000-0000-0000-000000000000). + // Optional. The request ID must be a valid UUID with the exception that zero + // UUID is not supported (00000000-0000-0000-0000-000000000000). string request_id = 2 [(google.api.field_behavior) = OPTIONAL]; } @@ -818,14 +862,16 @@ message Cluster { // Resource names are schemeless URIs that follow the conventions in // https://cloud.google.com/apis/design/resource_names. // For example: - // `projects/my-project/locations/us-west1-a/privateClouds/my-cloud/clusters/my-cluster` + // `projects/my-project/locations/us-central1-a/privateClouds/my-cloud/clusters/my-cluster` string name = 1 [(google.api.field_behavior) = OUTPUT_ONLY]; // Output only. Creation time of this resource. - google.protobuf.Timestamp create_time = 2 [(google.api.field_behavior) = OUTPUT_ONLY]; + google.protobuf.Timestamp create_time = 2 + [(google.api.field_behavior) = OUTPUT_ONLY]; // Output only. Last update time of this resource. - google.protobuf.Timestamp update_time = 3 [(google.api.field_behavior) = OUTPUT_ONLY]; + google.protobuf.Timestamp update_time = 3 + [(google.api.field_behavior) = OUTPUT_ONLY]; // Output only. State of the resource. State state = 6 [(google.api.field_behavior) = OUTPUT_ONLY]; @@ -838,18 +884,20 @@ message Cluster { // Output only. System-generated unique identifier for the resource. string uid = 14 [(google.api.field_behavior) = OUTPUT_ONLY]; - // Required. The map of cluster node types in this cluster, where the key is canonical - // identifier of the node type (corresponds to the `NodeType`). - map node_type_configs = 16 [(google.api.field_behavior) = REQUIRED]; + // Required. The map of cluster node types in this cluster, where the key is + // canonical identifier of the node type (corresponds to the `NodeType`). + map node_type_configs = 16 + [(google.api.field_behavior) = REQUIRED]; } -// Request message for [VmwareEngine.ListClusters][google.cloud.vmwareengine.v1.VmwareEngine.ListClusters] +// Request message for +// [VmwareEngine.ListClusters][google.cloud.vmwareengine.v1.VmwareEngine.ListClusters] message ListClustersRequest { // Required. The resource name of the private cloud to query for clusters. // Resource names are schemeless URIs that follow the conventions in // https://cloud.google.com/apis/design/resource_names. // For example: - // `projects/my-project/locations/us-west1-a/privateClouds/my-cloud` + // `projects/my-project/locations/us-central1-a/privateClouds/my-cloud` string parent = 1 [ (google.api.field_behavior) = REQUIRED, (google.api.resource_reference) = { @@ -894,7 +942,8 @@ message ListClustersRequest { string order_by = 5; } -// Response message for [VmwareEngine.ListClusters][google.cloud.vmwareengine.v1.VmwareEngine.ListClusters] +// Response message for +// [VmwareEngine.ListClusters][google.cloud.vmwareengine.v1.VmwareEngine.ListClusters] message ListClustersResponse { // A list of private cloud clusters. repeated Cluster clusters = 1; @@ -908,13 +957,14 @@ message ListClustersResponse { repeated string unreachable = 3; } -// Request message for [VmwareEngine.GetCluster][google.cloud.vmwareengine.v1.VmwareEngine.GetCluster] +// Request message for +// [VmwareEngine.GetCluster][google.cloud.vmwareengine.v1.VmwareEngine.GetCluster] message GetClusterRequest { // Required. The cluster resource name to retrieve. // Resource names are schemeless URIs that follow the conventions in // https://cloud.google.com/apis/design/resource_names. // For example: - // `projects/my-project/locations/us-west1-a/privateClouds/my-cloud/clusters/my-cluster` + // `projects/my-project/locations/us-central1-a/privateClouds/my-cloud/clusters/my-cluster` string name = 1 [ (google.api.field_behavior) = REQUIRED, (google.api.resource_reference) = { @@ -923,13 +973,14 @@ message GetClusterRequest { ]; } -// Request message for [VmwareEngine.CreateCluster][google.cloud.vmwareengine.v1.VmwareEngine.CreateCluster] +// Request message for +// [VmwareEngine.CreateCluster][google.cloud.vmwareengine.v1.VmwareEngine.CreateCluster] message CreateClusterRequest { // Required. The resource name of the private cloud to create a new cluster // in. Resource names are schemeless URIs that follow the conventions in // https://cloud.google.com/apis/design/resource_names. // For example: - // `projects/my-project/locations/us-west1-a/privateClouds/my-cloud` + // `projects/my-project/locations/us-central1-a/privateClouds/my-cloud` string parent = 1 [ (google.api.field_behavior) = REQUIRED, (google.api.resource_reference) = { @@ -953,23 +1004,25 @@ message CreateClusterRequest { // Required. The initial description of the new cluster. Cluster cluster = 3 [(google.api.field_behavior) = REQUIRED]; - // Optional. The request ID must be a valid UUID with the exception that zero UUID is - // not supported (00000000-0000-0000-0000-000000000000). + // Optional. The request ID must be a valid UUID with the exception that zero + // UUID is not supported (00000000-0000-0000-0000-000000000000). string request_id = 4 [(google.api.field_behavior) = OPTIONAL]; - // Optional. True if you want the request to be validated and not executed; false - // otherwise. + // Optional. True if you want the request to be validated and not executed; + // false otherwise. bool validate_only = 5 [(google.api.field_behavior) = OPTIONAL]; } -// Request message for [VmwareEngine.UpdateCluster][google.cloud.vmwareengine.v1.VmwareEngine.UpdateCluster] +// Request message for +// [VmwareEngine.UpdateCluster][google.cloud.vmwareengine.v1.VmwareEngine.UpdateCluster] message UpdateClusterRequest { // Required. Field mask is used to specify the fields to be overwritten in the // `Cluster` resource by the update. The fields specified in the `updateMask` // are relative to the resource, not the full request. A field will be // overwritten if it is in the mask. If the user does not provide a mask then // all fields will be overwritten. - google.protobuf.FieldMask update_mask = 1 [(google.api.field_behavior) = REQUIRED]; + google.protobuf.FieldMask update_mask = 1 + [(google.api.field_behavior) = REQUIRED]; // Required. The description of the cluster. Cluster cluster = 2 [(google.api.field_behavior) = REQUIRED]; @@ -978,18 +1031,19 @@ message UpdateClusterRequest { // zero UUID is not supported (00000000-0000-0000-0000-000000000000). string request_id = 3 [(google.api.field_behavior) = OPTIONAL]; - // Optional. True if you want the request to be validated and not executed; false - // otherwise. + // Optional. True if you want the request to be validated and not executed; + // false otherwise. bool validate_only = 4 [(google.api.field_behavior) = OPTIONAL]; } -// Request message for [VmwareEngine.DeleteCluster][google.cloud.vmwareengine.v1.VmwareEngine.DeleteCluster] +// Request message for +// [VmwareEngine.DeleteCluster][google.cloud.vmwareengine.v1.VmwareEngine.DeleteCluster] message DeleteClusterRequest { // Required. The resource name of the cluster to delete. // Resource names are schemeless URIs that follow the conventions in // https://cloud.google.com/apis/design/resource_names. // For example: - // `projects/my-project/locations/us-west1-a/privateClouds/my-cloud/clusters/my-cluster` + // `projects/my-project/locations/us-central1-a/privateClouds/my-cloud/clusters/my-cluster` string name = 1 [ (google.api.field_behavior) = REQUIRED, (google.api.resource_reference) = { @@ -997,8 +1051,8 @@ message DeleteClusterRequest { } ]; - // Optional. The request ID must be a valid UUID with the exception that zero UUID is - // not supported (00000000-0000-0000-0000-000000000000). + // Optional. The request ID must be a valid UUID with the exception that zero + // UUID is not supported (00000000-0000-0000-0000-000000000000). string request_id = 2 [(google.api.field_behavior) = OPTIONAL]; } @@ -1032,7 +1086,7 @@ message Subnet { // Resource names are schemeless URIs that follow the conventions in // https://cloud.google.com/apis/design/resource_names. // For example: - // `projects/my-project/locations/us-west1-a/privateClouds/my-cloud/subnets/my-subnet` + // `projects/my-project/locations/us-central1-a/privateClouds/my-cloud/subnets/my-subnet` string name = 1 [(google.api.field_behavior) = OUTPUT_ONLY]; // The IP address range of the subnet in CIDR format '10.0.0.0/24'. @@ -1042,21 +1096,23 @@ message Subnet { // Must fall within the IP prefix defined above. string gateway_ip = 8; - // Output only. The type of the subnet. For example "management" or "userDefined". + // Output only. The type of the subnet. For example "management" or + // "userDefined". string type = 11 [(google.api.field_behavior) = OUTPUT_ONLY]; // Output only. The state of the resource. State state = 13 [(google.api.field_behavior) = OUTPUT_ONLY]; } -// Request message for [VmwareEngine.ListSubnets][google.cloud.vmwareengine.v1.VmwareEngine.ListSubnets] +// Request message for +// [VmwareEngine.ListSubnets][google.cloud.vmwareengine.v1.VmwareEngine.ListSubnets] message ListSubnetsRequest { // Required. The resource name of the private cloud to be queried for // subnets. // Resource names are schemeless URIs that follow the conventions in // https://cloud.google.com/apis/design/resource_names. // For example: - // `projects/my-project/locations/us-west1-a/privateClouds/my-cloud` + // `projects/my-project/locations/us-central1-a/privateClouds/my-cloud` string parent = 1 [ (google.api.field_behavior) = REQUIRED, (google.api.resource_reference) = { @@ -1078,7 +1134,8 @@ message ListSubnetsRequest { string page_token = 3; } -// Response message for [VmwareEngine.ListSubnets][google.cloud.vmwareengine.v1.VmwareEngine.ListSubnets] +// Response message for +// [VmwareEngine.ListSubnets][google.cloud.vmwareengine.v1.VmwareEngine.ListSubnets] message ListSubnetsResponse { // A list of subnets. repeated Subnet subnets = 1; @@ -1091,10 +1148,12 @@ message ListSubnetsResponse { // Represents the metadata of the long-running operation. message OperationMetadata { // Output only. The time the operation was created. - google.protobuf.Timestamp create_time = 1 [(google.api.field_behavior) = OUTPUT_ONLY]; + google.protobuf.Timestamp create_time = 1 + [(google.api.field_behavior) = OUTPUT_ONLY]; // Output only. The time the operation finished running. - google.protobuf.Timestamp end_time = 2 [(google.api.field_behavior) = OUTPUT_ONLY]; + google.protobuf.Timestamp end_time = 2 + [(google.api.field_behavior) = OUTPUT_ONLY]; // Output only. Server-defined resource path for the target of the operation. string target = 3 [(google.api.field_behavior) = OUTPUT_ONLY]; @@ -1108,8 +1167,9 @@ message OperationMetadata { // Output only. True if the user has requested cancellation // of the operation; false otherwise. // Operations that have successfully been cancelled - // have [Operation.error][] value with a [google.rpc.Status.code][google.rpc.Status.code] of 1, - // corresponding to `Code.CANCELLED`. + // have [Operation.error][] value with a + // [google.rpc.Status.code][google.rpc.Status.code] of 1, corresponding to + // `Code.CANCELLED`. bool requested_cancellation = 6 [(google.api.field_behavior) = OUTPUT_ONLY]; // Output only. API version used to start the operation. @@ -1127,7 +1187,7 @@ message NodeType { // Resource names are schemeless URIs that follow the conventions in // https://cloud.google.com/apis/design/resource_names. // For example: - // `projects/my-proj/locations/us-west1-a/nodeTypes/standard-72` + // `projects/my-proj/locations/us-central1-a/nodeTypes/standard-72` string name = 1 [(google.api.field_behavior) = OUTPUT_ONLY]; // Output only. The canonical identifier of the node type @@ -1151,16 +1211,18 @@ message NodeType { int32 disk_size_gb = 8 [(google.api.field_behavior) = OUTPUT_ONLY]; // Output only. List of possible values of custom core count. - repeated int32 available_custom_core_counts = 11 [(google.api.field_behavior) = OUTPUT_ONLY]; + repeated int32 available_custom_core_counts = 11 + [(google.api.field_behavior) = OUTPUT_ONLY]; } -// Request message for [VmwareEngine.ListNodeTypes][google.cloud.vmwareengine.v1.VmwareEngine.ListNodeTypes] +// Request message for +// [VmwareEngine.ListNodeTypes][google.cloud.vmwareengine.v1.VmwareEngine.ListNodeTypes] message ListNodeTypesRequest { // Required. The resource name of the location to be queried for node types. // Resource names are schemeless URIs that follow the conventions in // https://cloud.google.com/apis/design/resource_names. // For example: - // `projects/my-project/locations/us-west1-a` + // `projects/my-project/locations/us-central1-a` string parent = 1 [ (google.api.field_behavior) = REQUIRED, (google.api.resource_reference) = { @@ -1209,7 +1271,8 @@ message ListNodeTypesRequest { string filter = 4; } -// Response message for [VmwareEngine.ListNodeTypes][google.cloud.vmwareengine.v1.VmwareEngine.ListNodeTypes] +// Response message for +// [VmwareEngine.ListNodeTypes][google.cloud.vmwareengine.v1.VmwareEngine.ListNodeTypes] message ListNodeTypesResponse { // A list of Node Types. repeated NodeType node_types = 1; @@ -1223,13 +1286,14 @@ message ListNodeTypesResponse { repeated string unreachable = 3; } -// Request message for [VmwareEngine.GetNodeType][google.cloud.vmwareengine.v1.VmwareEngine.GetNodeType] +// Request message for +// [VmwareEngine.GetNodeType][google.cloud.vmwareengine.v1.VmwareEngine.GetNodeType] message GetNodeTypeRequest { // Required. The resource name of the node type to retrieve. // Resource names are schemeless URIs that follow the conventions in // https://cloud.google.com/apis/design/resource_names. // For example: - // `projects/my-proj/locations/us-west1-a/nodeTypes/standard-72` + // `projects/my-proj/locations/us-central1-a/nodeTypes/standard-72` string name = 1 [ (google.api.field_behavior) = REQUIRED, (google.api.resource_reference) = { @@ -1247,14 +1311,15 @@ message Credentials { string password = 2; } -// Request message for [VmwareEngine.ShowNsxCredentials][google.cloud.vmwareengine.v1.VmwareEngine.ShowNsxCredentials] +// Request message for +// [VmwareEngine.ShowNsxCredentials][google.cloud.vmwareengine.v1.VmwareEngine.ShowNsxCredentials] message ShowNsxCredentialsRequest { // Required. The resource name of the private cloud // to be queried for credentials. // Resource names are schemeless URIs that follow the conventions in // https://cloud.google.com/apis/design/resource_names. // For example: - // `projects/my-project/locations/us-west1-a/privateClouds/my-cloud` + // `projects/my-project/locations/us-central1-a/privateClouds/my-cloud` string private_cloud = 1 [ (google.api.field_behavior) = REQUIRED, (google.api.resource_reference) = { @@ -1263,14 +1328,15 @@ message ShowNsxCredentialsRequest { ]; } -// Request message for [VmwareEngine.ShowVcenterCredentials][google.cloud.vmwareengine.v1.VmwareEngine.ShowVcenterCredentials] +// Request message for +// [VmwareEngine.ShowVcenterCredentials][google.cloud.vmwareengine.v1.VmwareEngine.ShowVcenterCredentials] message ShowVcenterCredentialsRequest { // Required. The resource name of the private cloud // to be queried for credentials. // Resource names are schemeless URIs that follow the conventions in // https://cloud.google.com/apis/design/resource_names. // For example: - // `projects/my-project/locations/us-west1-a/privateClouds/my-cloud` + // `projects/my-project/locations/us-central1-a/privateClouds/my-cloud` string private_cloud = 1 [ (google.api.field_behavior) = REQUIRED, (google.api.resource_reference) = { @@ -1279,14 +1345,15 @@ message ShowVcenterCredentialsRequest { ]; } -// Request message for [VmwareEngine.ResetNsxCredentials][google.cloud.vmwareengine.v1.VmwareEngine.ResetNsxCredentials] +// Request message for +// [VmwareEngine.ResetNsxCredentials][google.cloud.vmwareengine.v1.VmwareEngine.ResetNsxCredentials] message ResetNsxCredentialsRequest { // Required. The resource name of the private cloud // to reset credentials for. // Resource names are schemeless URIs that follow the conventions in // https://cloud.google.com/apis/design/resource_names. // For example: - // `projects/my-project/locations/us-west1-a/privateClouds/my-cloud` + // `projects/my-project/locations/us-central1-a/privateClouds/my-cloud` string private_cloud = 1 [ (google.api.field_behavior) = REQUIRED, (google.api.resource_reference) = { @@ -1311,14 +1378,15 @@ message ResetNsxCredentialsRequest { string request_id = 2 [(google.api.field_behavior) = OPTIONAL]; } -// Request message for [VmwareEngine.ResetVcenterCredentials][google.cloud.vmwareengine.v1.VmwareEngine.ResetVcenterCredentials] +// Request message for +// [VmwareEngine.ResetVcenterCredentials][google.cloud.vmwareengine.v1.VmwareEngine.ResetVcenterCredentials] message ResetVcenterCredentialsRequest { // Required. The resource name of the private cloud // to reset credentials for. // Resource names are schemeless URIs that follow the conventions in // https://cloud.google.com/apis/design/resource_names. // For example: - // `projects/my-project/locations/us-west1-a/privateClouds/my-cloud` + // `projects/my-project/locations/us-central1-a/privateClouds/my-cloud` string private_cloud = 1 [ (google.api.field_behavior) = REQUIRED, (google.api.resource_reference) = { @@ -1343,7 +1411,8 @@ message ResetVcenterCredentialsRequest { string request_id = 2 [(google.api.field_behavior) = OPTIONAL]; } -// Response message for [VmwareEngine.ListHcxActivationKeys][google.cloud.vmwareengine.v1.VmwareEngine.ListHcxActivationKeys] +// Response message for +// [VmwareEngine.ListHcxActivationKeys][google.cloud.vmwareengine.v1.VmwareEngine.ListHcxActivationKeys] message ListHcxActivationKeysResponse { // List of HCX activation keys. repeated HcxActivationKey hcx_activation_keys = 1; @@ -1360,8 +1429,11 @@ message ListHcxActivationKeysResponse { // HCX activation key. A default key is created during // private cloud provisioning, but this behavior is subject to change // and you should always verify active keys. -// Use [VmwareEngine.ListHcxActivationKeys][google.cloud.vmwareengine.v1.VmwareEngine.ListHcxActivationKeys] to retrieve existing keys -// and [VmwareEngine.CreateHcxActivationKey][google.cloud.vmwareengine.v1.VmwareEngine.CreateHcxActivationKey] to create new ones. +// Use +// [VmwareEngine.ListHcxActivationKeys][google.cloud.vmwareengine.v1.VmwareEngine.ListHcxActivationKeys] +// to retrieve existing keys and +// [VmwareEngine.CreateHcxActivationKey][google.cloud.vmwareengine.v1.VmwareEngine.CreateHcxActivationKey] +// to create new ones. message HcxActivationKey { option (google.api.resource) = { type: "vmwareengine.googleapis.com/HcxActivationKey" @@ -1387,11 +1459,12 @@ message HcxActivationKey { // Resource names are schemeless URIs that follow the conventions in // https://cloud.google.com/apis/design/resource_names. // For example: - // `projects/my-project/locations/us-west1/privateClouds/my-cloud/hcxActivationKeys/my-key` + // `projects/my-project/locations/us-central1/privateClouds/my-cloud/hcxActivationKeys/my-key` string name = 1 [(google.api.field_behavior) = OUTPUT_ONLY]; // Output only. Creation time of HCX activation key. - google.protobuf.Timestamp create_time = 2 [(google.api.field_behavior) = OUTPUT_ONLY]; + google.protobuf.Timestamp create_time = 2 + [(google.api.field_behavior) = OUTPUT_ONLY]; // Output only. State of HCX activation key. State state = 3 [(google.api.field_behavior) = OUTPUT_ONLY]; @@ -1403,7 +1476,8 @@ message HcxActivationKey { string uid = 5 [(google.api.field_behavior) = OUTPUT_ONLY]; } -// Request message for [VmwareEngine.ListHcxActivationKeys][google.cloud.vmwareengine.v1.VmwareEngine.ListHcxActivationKeys] +// Request message for +// [VmwareEngine.ListHcxActivationKeys][google.cloud.vmwareengine.v1.VmwareEngine.ListHcxActivationKeys] message ListHcxActivationKeysRequest { // Required. The resource name of the private cloud // to be queried for HCX activation keys. @@ -1439,7 +1513,7 @@ message GetHcxActivationKeyRequest { // Resource names are schemeless URIs that follow the conventions in // https://cloud.google.com/apis/design/resource_names. // For example: - // `projects/my-project/locations/us-west1/privateClouds/my-cloud/hcxActivationKeys/my-key` + // `projects/my-project/locations/us-central1/privateClouds/my-cloud/hcxActivationKeys/my-key` string name = 1 [ (google.api.field_behavior) = REQUIRED, (google.api.resource_reference) = { @@ -1448,7 +1522,8 @@ message GetHcxActivationKeyRequest { ]; } -// Request message for [VmwareEngine.CreateHcxActivationKey][google.cloud.vmwareengine.v1.VmwareEngine.CreateHcxActivationKey] +// Request message for +// [VmwareEngine.CreateHcxActivationKey][google.cloud.vmwareengine.v1.VmwareEngine.CreateHcxActivationKey] message CreateHcxActivationKeyRequest { // Required. The resource name of the private cloud to create the key for. // Resource names are schemeless URIs that follow the conventions in @@ -1464,7 +1539,8 @@ message CreateHcxActivationKeyRequest { // Required. The initial description of a new HCX activation key. When // creating a new key, this field must be an empty object. - HcxActivationKey hcx_activation_key = 2 [(google.api.field_behavior) = REQUIRED]; + HcxActivationKey hcx_activation_key = 2 + [(google.api.field_behavior) = REQUIRED]; // Required. The user-provided identifier of the `HcxActivationKey` to be // created. This identifier must be unique among `HcxActivationKey` resources @@ -1627,10 +1703,12 @@ message NetworkPolicy { string name = 1 [(google.api.field_behavior) = OUTPUT_ONLY]; // Output only. Creation time of this resource. - google.protobuf.Timestamp create_time = 2 [(google.api.field_behavior) = OUTPUT_ONLY]; + google.protobuf.Timestamp create_time = 2 + [(google.api.field_behavior) = OUTPUT_ONLY]; // Output only. Last update time of this resource. - google.protobuf.Timestamp update_time = 3 [(google.api.field_behavior) = OUTPUT_ONLY]; + google.protobuf.Timestamp update_time = 3 + [(google.api.field_behavior) = OUTPUT_ONLY]; // Network service that allows VMware workloads to access the internet. NetworkService internet_access = 6; @@ -1673,7 +1751,8 @@ message NetworkPolicy { ]; } -// Request message for [VmwareEngine.ListNetworkPolicies][google.cloud.vmwareengine.v1.VmwareEngine.ListNetworkPolicies] +// Request message for +// [VmwareEngine.ListNetworkPolicies][google.cloud.vmwareengine.v1.VmwareEngine.ListNetworkPolicies] message ListNetworkPoliciesRequest { // Required. The resource name of the location (region) to query for // network policies. Resource names are schemeless URIs that follow the @@ -1735,7 +1814,8 @@ message ListNetworkPoliciesRequest { string order_by = 5; } -// Response message for [VmwareEngine.ListNetworkPolicies][google.cloud.vmwareengine.v1.VmwareEngine.ListNetworkPolicies] +// Response message for +// [VmwareEngine.ListNetworkPolicies][google.cloud.vmwareengine.v1.VmwareEngine.ListNetworkPolicies] message ListNetworkPoliciesResponse { // A list of network policies. repeated NetworkPolicy network_policies = 1; @@ -1749,7 +1829,8 @@ message ListNetworkPoliciesResponse { repeated string unreachable = 3; } -// Request message for [VmwareEngine.GetNetworkPolicy][google.cloud.vmwareengine.v1.VmwareEngine.GetNetworkPolicy] +// Request message for +// [VmwareEngine.GetNetworkPolicy][google.cloud.vmwareengine.v1.VmwareEngine.GetNetworkPolicy] message GetNetworkPolicyRequest { // Required. The resource name of the network policy to retrieve. // Resource names are schemeless URIs that follow the conventions in @@ -1764,7 +1845,8 @@ message GetNetworkPolicyRequest { ]; } -// Request message for [VmwareEngine.UpdateNetworkPolicy][google.cloud.vmwareengine.v1.VmwareEngine.UpdateNetworkPolicy] +// Request message for +// [VmwareEngine.UpdateNetworkPolicy][google.cloud.vmwareengine.v1.VmwareEngine.UpdateNetworkPolicy] message UpdateNetworkPolicyRequest { // Required. Network policy description. NetworkPolicy network_policy = 1 [(google.api.field_behavior) = REQUIRED]; @@ -1774,7 +1856,8 @@ message UpdateNetworkPolicyRequest { // The fields specified in the `update_mask` are relative to the resource, not // the full request. A field will be overwritten if it is in the mask. If the // user does not provide a mask then all fields will be overwritten. - google.protobuf.FieldMask update_mask = 2 [(google.api.field_behavior) = REQUIRED]; + google.protobuf.FieldMask update_mask = 2 + [(google.api.field_behavior) = REQUIRED]; // Optional. A request ID to identify requests. Specify a unique request ID // so that if you must retry your request, the server will know to ignore @@ -1793,7 +1876,8 @@ message UpdateNetworkPolicyRequest { string request_id = 3 [(google.api.field_behavior) = OPTIONAL]; } -// Request message for [VmwareEngine.CreateNetworkPolicy][google.cloud.vmwareengine.v1.VmwareEngine.CreateNetworkPolicy] +// Request message for +// [VmwareEngine.CreateNetworkPolicy][google.cloud.vmwareengine.v1.VmwareEngine.CreateNetworkPolicy] message CreateNetworkPolicyRequest { // Required. The resource name of the location (region) // to create the new network policy in. @@ -1842,7 +1926,8 @@ message CreateNetworkPolicyRequest { string request_id = 4 [(google.api.field_behavior) = OPTIONAL]; } -// Request message for [VmwareEngine.DeleteNetworkPolicy][google.cloud.vmwareengine.v1.VmwareEngine.DeleteNetworkPolicy] +// Request message for +// [VmwareEngine.DeleteNetworkPolicy][google.cloud.vmwareengine.v1.VmwareEngine.DeleteNetworkPolicy] message DeleteNetworkPolicyRequest { // Required. The resource name of the network policy to delete. // Resource names are schemeless URIs that follow the conventions in @@ -1956,10 +2041,12 @@ message VmwareEngineNetwork { string name = 1 [(google.api.field_behavior) = OUTPUT_ONLY]; // Output only. Creation time of this resource. - google.protobuf.Timestamp create_time = 2 [(google.api.field_behavior) = OUTPUT_ONLY]; + google.protobuf.Timestamp create_time = 2 + [(google.api.field_behavior) = OUTPUT_ONLY]; // Output only. Last update time of this resource. - google.protobuf.Timestamp update_time = 3 [(google.api.field_behavior) = OUTPUT_ONLY]; + google.protobuf.Timestamp update_time = 3 + [(google.api.field_behavior) = OUTPUT_ONLY]; // User-provided description for this VMware Engine network. string description = 5; @@ -1967,7 +2054,8 @@ message VmwareEngineNetwork { // Output only. VMware Engine service VPC networks that provide connectivity // from a private cloud to customer projects, the internet, and other Google // Cloud services. - repeated VpcNetwork vpc_networks = 6 [(google.api.field_behavior) = OUTPUT_ONLY]; + repeated VpcNetwork vpc_networks = 6 + [(google.api.field_behavior) = OUTPUT_ONLY]; // Output only. State of the VMware Engine network. State state = 7 [(google.api.field_behavior) = OUTPUT_ONLY]; @@ -1985,7 +2073,8 @@ message VmwareEngineNetwork { string etag = 10; } -// Request message for [VmwareEngine.CreateVmwareEngineNetwork][google.cloud.vmwareengine.v1.VmwareEngine.CreateVmwareEngineNetwork] +// Request message for +// [VmwareEngine.CreateVmwareEngineNetwork][google.cloud.vmwareengine.v1.VmwareEngine.CreateVmwareEngineNetwork] message CreateVmwareEngineNetworkRequest { // Required. The resource name of the location to create the new VMware Engine // network in. A VMware Engine network of type @@ -2008,7 +2097,7 @@ message CreateVmwareEngineNetworkRequest { // // * For networks of type LEGACY, adheres to the format: // `{region-id}-default`. Replace `{region-id}` with the region where you want - // to create the VMware Engine network. For example, "us-west1-default". + // to create the VMware Engine network. For example, "us-central1-default". // * Only contains 1-63 alphanumeric characters and hyphens // * Begins with an alphabetical character // * Ends with a non-hyphen character @@ -2018,7 +2107,8 @@ message CreateVmwareEngineNetworkRequest { string vmware_engine_network_id = 2 [(google.api.field_behavior) = REQUIRED]; // Required. The initial description of the new VMware Engine network. - VmwareEngineNetwork vmware_engine_network = 3 [(google.api.field_behavior) = REQUIRED]; + VmwareEngineNetwork vmware_engine_network = 3 + [(google.api.field_behavior) = REQUIRED]; // Optional. A request ID to identify requests. Specify a unique request ID // so that if you must retry your request, the server will know to ignore @@ -2037,10 +2127,12 @@ message CreateVmwareEngineNetworkRequest { string request_id = 4 [(google.api.field_behavior) = OPTIONAL]; } -// Request message for [VmwareEngine.UpdateVmwareEngineNetwork][google.cloud.vmwareengine.v1.VmwareEngine.UpdateVmwareEngineNetwork] +// Request message for +// [VmwareEngine.UpdateVmwareEngineNetwork][google.cloud.vmwareengine.v1.VmwareEngine.UpdateVmwareEngineNetwork] message UpdateVmwareEngineNetworkRequest { // Required. VMware Engine network description. - VmwareEngineNetwork vmware_engine_network = 1 [(google.api.field_behavior) = REQUIRED]; + VmwareEngineNetwork vmware_engine_network = 1 + [(google.api.field_behavior) = REQUIRED]; // Required. Field mask is used to specify the fields to be overwritten in the // VMware Engine network resource by the update. @@ -2048,7 +2140,8 @@ message UpdateVmwareEngineNetworkRequest { // the full request. A field will be overwritten if it is in the mask. If the // user does not provide a mask then all fields will be overwritten. Only the // following fields can be updated: `description`. - google.protobuf.FieldMask update_mask = 2 [(google.api.field_behavior) = REQUIRED]; + google.protobuf.FieldMask update_mask = 2 + [(google.api.field_behavior) = REQUIRED]; // Optional. A request ID to identify requests. Specify a unique request ID // so that if you must retry your request, the server will know to ignore @@ -2067,7 +2160,8 @@ message UpdateVmwareEngineNetworkRequest { string request_id = 3 [(google.api.field_behavior) = OPTIONAL]; } -// Request message for [VmwareEngine.DeleteVmwareEngineNetwork][google.cloud.vmwareengine.v1.VmwareEngine.DeleteVmwareEngineNetwork] +// Request message for +// [VmwareEngine.DeleteVmwareEngineNetwork][google.cloud.vmwareengine.v1.VmwareEngine.DeleteVmwareEngineNetwork] message DeleteVmwareEngineNetworkRequest { // Required. The resource name of the VMware Engine network to be deleted. // Resource names are schemeless URIs that follow the conventions in @@ -2097,14 +2191,15 @@ message DeleteVmwareEngineNetworkRequest { // not supported (00000000-0000-0000-0000-000000000000). string request_id = 2 [(google.api.field_behavior) = OPTIONAL]; - // Optional. Checksum used to ensure that the user-provided value is up to date before - // the server processes the request. The server compares provided checksum - // with the current checksum of the resource. If the user-provided value is - // out of date, this request returns an `ABORTED` error. + // Optional. Checksum used to ensure that the user-provided value is up to + // date before the server processes the request. The server compares provided + // checksum with the current checksum of the resource. If the user-provided + // value is out of date, this request returns an `ABORTED` error. string etag = 3 [(google.api.field_behavior) = OPTIONAL]; } -// Request message for [VmwareEngine.GetVmwareEngineNetwork][google.cloud.vmwareengine.v1.VmwareEngine.GetVmwareEngineNetwork] +// Request message for +// [VmwareEngine.GetVmwareEngineNetwork][google.cloud.vmwareengine.v1.VmwareEngine.GetVmwareEngineNetwork] message GetVmwareEngineNetworkRequest { // Required. The resource name of the VMware Engine network to retrieve. // Resource names are schemeless URIs that follow the conventions in @@ -2119,7 +2214,8 @@ message GetVmwareEngineNetworkRequest { ]; } -// Request message for [VmwareEngine.ListVmwareEngineNetworks][google.cloud.vmwareengine.v1.VmwareEngine.ListVmwareEngineNetworks] +// Request message for +// [VmwareEngine.ListVmwareEngineNetworks][google.cloud.vmwareengine.v1.VmwareEngine.ListVmwareEngineNetworks] message ListVmwareEngineNetworksRequest { // Required. The resource name of the location to query for // VMware Engine networks. Resource names are schemeless URIs that follow the @@ -2180,7 +2276,8 @@ message ListVmwareEngineNetworksRequest { string order_by = 5; } -// Response message for [VmwareEngine.ListVmwareEngineNetworks][google.cloud.vmwareengine.v1.VmwareEngine.ListVmwareEngineNetworks] +// Response message for +// [VmwareEngine.ListVmwareEngineNetworks][google.cloud.vmwareengine.v1.VmwareEngine.ListVmwareEngineNetworks] message ListVmwareEngineNetworksResponse { // A list of VMware Engine networks. repeated VmwareEngineNetwork vmware_engine_networks = 1;