diff --git a/google-cloud-filestore/src/main/java/com/google/cloud/filestore/v1/CloudFilestoreManagerClient.java b/google-cloud-filestore/src/main/java/com/google/cloud/filestore/v1/CloudFilestoreManagerClient.java index e3011430..78317814 100644 --- a/google-cloud-filestore/src/main/java/com/google/cloud/filestore/v1/CloudFilestoreManagerClient.java +++ b/google-cloud-filestore/src/main/java/com/google/cloud/filestore/v1/CloudFilestoreManagerClient.java @@ -210,9 +210,9 @@ public final OperationsClient getOperationsClient() { * } * * @param parent Required. The project and location for which to retrieve instance information, in - * the format projects/{project_id}/locations/{location}. In Cloud Filestore, locations map to - * GCP zones, for example **us-west1-b**. To retrieve instance information for - * all locations, use "-" for the {location} value. + * the format `projects/{project_id}/locations/{location}`. In Cloud Filestore, locations map + * to GCP zones, for example **us-west1-b**. To retrieve instance information + * for all locations, use "-" for the `{location}` value. * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final ListInstancesPagedResponse listInstances(LocationName parent) { @@ -240,9 +240,9 @@ public final ListInstancesPagedResponse listInstances(LocationName parent) { * } * * @param parent Required. The project and location for which to retrieve instance information, in - * the format projects/{project_id}/locations/{location}. In Cloud Filestore, locations map to - * GCP zones, for example **us-west1-b**. To retrieve instance information for - * all locations, use "-" for the {location} value. + * the format `projects/{project_id}/locations/{location}`. In Cloud Filestore, locations map + * to GCP zones, for example **us-west1-b**. To retrieve instance information + * for all locations, use "-" for the `{location}` value. * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final ListInstancesPagedResponse listInstances(String parent) { @@ -363,7 +363,7 @@ public final UnaryCallable listInst * } * * @param name Required. The instance resource name, in the format - * projects/{project_id}/locations/{location}/instances/{instance_id}. + * `projects/{project_id}/locations/{location}/instances/{instance_id}`. * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final Instance getInstance(InstanceName name) { @@ -387,7 +387,7 @@ public final Instance getInstance(InstanceName name) { * } * * @param name Required. The instance resource name, in the format - * projects/{project_id}/locations/{location}/instances/{instance_id}. + * `projects/{project_id}/locations/{location}/instances/{instance_id}`. * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final Instance getInstance(String name) { @@ -463,10 +463,9 @@ public final UnaryCallable getInstanceCallable() { * } * * @param parent Required. The instance's project and location, in the format - * projects/{project_id}/locations/{location}. In Cloud Filestore, locations map to GCP zones, - * for example **us-west1-b**. - * @param instance Required. A [instance resource] - * (/cloud-filestore/reference/rest/v1/projects.locations.instances) + * `projects/{project_id}/locations/{location}`. In Cloud Filestore, locations map to GCP + * zones, for example **us-west1-b**. + * @param instance Required. An [instance resource][google.cloud.filestore.v1.Instance] * @param instanceId Required. The name of the instance to create. The name must be unique for the * specified project and location. * @throws com.google.api.gax.rpc.ApiException if the remote call fails @@ -502,10 +501,9 @@ public final OperationFuture createInstanceAsync( * } * * @param parent Required. The instance's project and location, in the format - * projects/{project_id}/locations/{location}. In Cloud Filestore, locations map to GCP zones, - * for example **us-west1-b**. - * @param instance Required. A [instance resource] - * (/cloud-filestore/reference/rest/v1/projects.locations.instances) + * `projects/{project_id}/locations/{location}`. In Cloud Filestore, locations map to GCP + * zones, for example **us-west1-b**. + * @param instance Required. An [instance resource][google.cloud.filestore.v1.Instance] * @param instanceId Required. The name of the instance to create. The name must be unique for the * specified project and location. * @throws com.google.api.gax.rpc.ApiException if the remote call fails @@ -819,7 +817,7 @@ public final UnaryCallable restoreInstanceCal * } * * @param name Required. The instance resource name, in the format - * projects/{project_id}/locations/{location}/instances/{instance_id} + * `projects/{project_id}/locations/{location}/instances/{instance_id}` * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final OperationFuture deleteInstanceAsync(InstanceName name) { @@ -843,7 +841,7 @@ public final OperationFuture deleteInstanceAsync(Insta * } * * @param name Required. The instance resource name, in the format - * projects/{project_id}/locations/{location}/instances/{instance_id} + * `projects/{project_id}/locations/{location}/instances/{instance_id}` * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final OperationFuture deleteInstanceAsync(String name) { @@ -942,9 +940,9 @@ public final UnaryCallable deleteInstanceCalla * } * * @param parent Required. The project and location for which to retrieve backup information, in - * the format projects/{project_number}/locations/{location}. In Cloud Filestore, backup + * the format `projects/{project_number}/locations/{location}`. In Cloud Filestore, backup * locations map to GCP regions, for example **us-west1**. To retrieve backup - * information for all locations, use "-" for the {location} value. + * information for all locations, use "-" for the `{location}` value. * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final ListBackupsPagedResponse listBackups(LocationName parent) { @@ -972,9 +970,9 @@ public final ListBackupsPagedResponse listBackups(LocationName parent) { * } * * @param parent Required. The project and location for which to retrieve backup information, in - * the format projects/{project_number}/locations/{location}. In Cloud Filestore, backup + * the format `projects/{project_number}/locations/{location}`. In Cloud Filestore, backup * locations map to GCP regions, for example **us-west1**. To retrieve backup - * information for all locations, use "-" for the {location} value. + * information for all locations, use "-" for the `{location}` value. * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final ListBackupsPagedResponse listBackups(String parent) { @@ -1095,7 +1093,7 @@ public final UnaryCallable listBackupsC * } * * @param name Required. The backup resource name, in the format - * projects/{project_number}/locations/{location}/backups/{backup_id}. + * `projects/{project_number}/locations/{location}/backups/{backup_id}`. * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final Backup getBackup(BackupName name) { @@ -1119,7 +1117,7 @@ public final Backup getBackup(BackupName name) { * } * * @param name Required. The backup resource name, in the format - * projects/{project_number}/locations/{location}/backups/{backup_id}. + * `projects/{project_number}/locations/{location}/backups/{backup_id}`. * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final Backup getBackup(String name) { @@ -1193,10 +1191,9 @@ public final UnaryCallable getBackupCallable() { * } * * @param parent Required. The backup's project and location, in the format - * projects/{project_number}/locations/{location}. In Cloud Filestore, backup locations map to - * GCP regions, for example **us-west1**. - * @param backup Required. A [backup resource] - * (/cloud-filestore/reference/rest/v1/projects.locations.backups) + * `projects/{project_number}/locations/{location}`. In Cloud Filestore, backup locations map + * to GCP regions, for example **us-west1**. + * @param backup Required. A [backup resource][google.cloud.filestore.v1.Backup] * @param backupId Required. The ID to use for the backup. The ID must be unique within the * specified project and location. *

This value must start with a lowercase letter followed by up to 62 lowercase letters, @@ -1233,10 +1230,9 @@ public final OperationFuture createBackupAsync( * } * * @param parent Required. The backup's project and location, in the format - * projects/{project_number}/locations/{location}. In Cloud Filestore, backup locations map to - * GCP regions, for example **us-west1**. - * @param backup Required. A [backup resource] - * (/cloud-filestore/reference/rest/v1/projects.locations.backups) + * `projects/{project_number}/locations/{location}`. In Cloud Filestore, backup locations map + * to GCP regions, for example **us-west1**. + * @param backup Required. A [backup resource][google.cloud.filestore.v1.Backup] * @param backupId Required. The ID to use for the backup. The ID must be unique within the * specified project and location. *

This value must start with a lowercase letter followed by up to 62 lowercase letters, @@ -1350,7 +1346,7 @@ public final UnaryCallable createBackupCallable( * } * * @param name Required. The backup resource name, in the format - * projects/{project_number}/locations/{location}/backups/{backup_id} + * `projects/{project_number}/locations/{location}/backups/{backup_id}` * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final OperationFuture deleteBackupAsync(BackupName name) { @@ -1374,7 +1370,7 @@ public final OperationFuture deleteBackupAsync(BackupN * } * * @param name Required. The backup resource name, in the format - * projects/{project_number}/locations/{location}/backups/{backup_id} + * `projects/{project_number}/locations/{location}/backups/{backup_id}` * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final OperationFuture deleteBackupAsync(String name) { @@ -1471,8 +1467,7 @@ public final UnaryCallable deleteBackupCallable( * } * } * - * @param backup Required. A [backup resource] - * (/cloud-filestore/reference/rest/v1/projects.locations.backups) + * @param backup Required. A [backup resource][google.cloud.filestore.v1.Backup] * @param updateMask Required. Mask of fields to update. At least one path must be supplied in * this field. * @throws com.google.api.gax.rpc.ApiException if the remote call fails diff --git a/google-cloud-filestore/src/main/java/com/google/cloud/filestore/v1/stub/GrpcCloudFilestoreManagerStub.java b/google-cloud-filestore/src/main/java/com/google/cloud/filestore/v1/stub/GrpcCloudFilestoreManagerStub.java index e2fa0a73..cf1f961c 100644 --- a/google-cloud-filestore/src/main/java/com/google/cloud/filestore/v1/stub/GrpcCloudFilestoreManagerStub.java +++ b/google-cloud-filestore/src/main/java/com/google/cloud/filestore/v1/stub/GrpcCloudFilestoreManagerStub.java @@ -584,7 +584,13 @@ public UnaryCallable updateBackupCallable() { @Override public final void close() { - shutdown(); + try { + backgroundResources.close(); + } catch (RuntimeException e) { + throw e; + } catch (Exception e) { + throw new IllegalStateException("Failed to close resource", e); + } } @Override diff --git a/google-cloud-filestore/src/main/java/com/google/cloud/filestore/v1beta1/CloudFilestoreManagerClient.java b/google-cloud-filestore/src/main/java/com/google/cloud/filestore/v1beta1/CloudFilestoreManagerClient.java index a4435299..52f8e20c 100644 --- a/google-cloud-filestore/src/main/java/com/google/cloud/filestore/v1beta1/CloudFilestoreManagerClient.java +++ b/google-cloud-filestore/src/main/java/com/google/cloud/filestore/v1beta1/CloudFilestoreManagerClient.java @@ -211,9 +211,9 @@ public final OperationsClient getOperationsClient() { * } * * @param parent Required. The project and location for which to retrieve instance information, in - * the format projects/{project_id}/locations/{location}. In Cloud Filestore, locations map to - * GCP zones, for example **us-west1-b**. To retrieve instance information for - * all locations, use "-" for the {location} value. + * the format `projects/{project_id}/locations/{location}`. In Cloud Filestore, locations map + * to GCP zones, for example **us-west1-b**. To retrieve instance information + * for all locations, use "-" for the `{location}` value. * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final ListInstancesPagedResponse listInstances(LocationName parent) { @@ -241,9 +241,9 @@ public final ListInstancesPagedResponse listInstances(LocationName parent) { * } * * @param parent Required. The project and location for which to retrieve instance information, in - * the format projects/{project_id}/locations/{location}. In Cloud Filestore, locations map to - * GCP zones, for example **us-west1-b**. To retrieve instance information for - * all locations, use "-" for the {location} value. + * the format `projects/{project_id}/locations/{location}`. In Cloud Filestore, locations map + * to GCP zones, for example **us-west1-b**. To retrieve instance information + * for all locations, use "-" for the `{location}` value. * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final ListInstancesPagedResponse listInstances(String parent) { @@ -364,7 +364,7 @@ public final UnaryCallable listInst * } * * @param name Required. The instance resource name, in the format - * projects/{project_id}/locations/{location}/instances/{instance_id}. + * `projects/{project_id}/locations/{location}/instances/{instance_id}`. * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final Instance getInstance(InstanceName name) { @@ -388,7 +388,7 @@ public final Instance getInstance(InstanceName name) { * } * * @param name Required. The instance resource name, in the format - * projects/{project_id}/locations/{location}/instances/{instance_id}. + * `projects/{project_id}/locations/{location}/instances/{instance_id}`. * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final Instance getInstance(String name) { @@ -464,10 +464,9 @@ public final UnaryCallable getInstanceCallable() { * } * * @param parent Required. The instance's project and location, in the format - * projects/{project_id}/locations/{location}. In Cloud Filestore, locations map to GCP zones, - * for example **us-west1-b**. - * @param instance Required. A [instance resource] - * (/cloud-filestore/reference/rest/v1beta1/projects.locations.instances) + * `projects/{project_id}/locations/{location}`. In Cloud Filestore, locations map to GCP + * zones, for example **us-west1-b**. + * @param instance Required. An [instance resource][google.cloud.filestore.v1beta1.Instance] * @param instanceId Required. The ID of the instance to create. The ID must be unique within the * specified project and location. *

This value must start with a lowercase letter followed by up to 62 lowercase letters, @@ -505,10 +504,9 @@ public final OperationFuture createInstanceAsync( * } * * @param parent Required. The instance's project and location, in the format - * projects/{project_id}/locations/{location}. In Cloud Filestore, locations map to GCP zones, - * for example **us-west1-b**. - * @param instance Required. A [instance resource] - * (/cloud-filestore/reference/rest/v1beta1/projects.locations.instances) + * `projects/{project_id}/locations/{location}`. In Cloud Filestore, locations map to GCP + * zones, for example **us-west1-b**. + * @param instance Required. An [instance resource][google.cloud.filestore.v1beta1.Instance] * @param instanceId Required. The ID of the instance to create. The ID must be unique within the * specified project and location. *

This value must start with a lowercase letter followed by up to 62 lowercase letters, @@ -824,7 +822,7 @@ public final UnaryCallable restoreInstanceCal * } * * @param name Required. The instance resource name, in the format - * projects/{project_id}/locations/{location}/instances/{instance_id} + * `projects/{project_id}/locations/{location}/instances/{instance_id}` * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final OperationFuture deleteInstanceAsync(InstanceName name) { @@ -848,7 +846,7 @@ public final OperationFuture deleteInstanceAsync(Insta * } * * @param name Required. The instance resource name, in the format - * projects/{project_id}/locations/{location}/instances/{instance_id} + * `projects/{project_id}/locations/{location}/instances/{instance_id}` * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final OperationFuture deleteInstanceAsync(String name) { @@ -947,9 +945,9 @@ public final UnaryCallable deleteInstanceCalla * } * * @param parent Required. The project and location for which to retrieve backup information, in - * the format projects/{project_id}/locations/{location}. In Cloud Filestore, backup locations - * map to GCP regions, for example **us-west1**. To retrieve backup - * information for all locations, use "-" for the {location} value. + * the format `projects/{project_id}/locations/{location}`. In Cloud Filestore, backup + * locations map to GCP regions, for example **us-west1**. To retrieve backup + * information for all locations, use "-" for the `{location}` value. * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final ListBackupsPagedResponse listBackups(LocationName parent) { @@ -977,9 +975,9 @@ public final ListBackupsPagedResponse listBackups(LocationName parent) { * } * * @param parent Required. The project and location for which to retrieve backup information, in - * the format projects/{project_id}/locations/{location}. In Cloud Filestore, backup locations - * map to GCP regions, for example **us-west1**. To retrieve backup - * information for all locations, use "-" for the {location} value. + * the format `projects/{project_id}/locations/{location}`. In Cloud Filestore, backup + * locations map to GCP regions, for example **us-west1**. To retrieve backup + * information for all locations, use "-" for the `{location}` value. * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final ListBackupsPagedResponse listBackups(String parent) { @@ -1100,7 +1098,7 @@ public final UnaryCallable listBackupsC * } * * @param name Required. The backup resource name, in the format - * projects/{project_id}/locations/{location}/backups/{backup_id}. + * `projects/{project_id}/locations/{location}/backups/{backup_id}`. * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final Backup getBackup(BackupName name) { @@ -1124,7 +1122,7 @@ public final Backup getBackup(BackupName name) { * } * * @param name Required. The backup resource name, in the format - * projects/{project_id}/locations/{location}/backups/{backup_id}. + * `projects/{project_id}/locations/{location}/backups/{backup_id}`. * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final Backup getBackup(String name) { @@ -1198,10 +1196,9 @@ public final UnaryCallable getBackupCallable() { * } * * @param parent Required. The backup's project and location, in the format - * projects/{project_id}/locations/{location}. In Cloud Filestore, backup locations map to GCP - * regions, for example **us-west1**. - * @param backup Required. A [backup resource] - * (/cloud-filestore/reference/rest/v1beta1/projects.locations.backups) + * `projects/{project_id}/locations/{location}`. In Cloud Filestore, backup locations map to + * GCP regions, for example **us-west1**. + * @param backup Required. A [backup resource][google.cloud.filestore.v1beta1.Backup] * @param backupId Required. The ID to use for the backup. The ID must be unique within the * specified project and location. *

This value must start with a lowercase letter followed by up to 62 lowercase letters, @@ -1237,10 +1234,9 @@ public final OperationFuture createBackupAsync( * } * * @param parent Required. The backup's project and location, in the format - * projects/{project_id}/locations/{location}. In Cloud Filestore, backup locations map to GCP - * regions, for example **us-west1**. - * @param backup Required. A [backup resource] - * (/cloud-filestore/reference/rest/v1beta1/projects.locations.backups) + * `projects/{project_id}/locations/{location}`. In Cloud Filestore, backup locations map to + * GCP regions, for example **us-west1**. + * @param backup Required. A [backup resource][google.cloud.filestore.v1beta1.Backup] * @param backupId Required. The ID to use for the backup. The ID must be unique within the * specified project and location. *

This value must start with a lowercase letter followed by up to 62 lowercase letters, @@ -1353,7 +1349,7 @@ public final UnaryCallable createBackupCallable( * } * * @param name Required. The backup resource name, in the format - * projects/{project_id}/locations/{location}/backups/{backup_id} + * `projects/{project_id}/locations/{location}/backups/{backup_id}` * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final OperationFuture deleteBackupAsync(BackupName name) { @@ -1377,7 +1373,7 @@ public final OperationFuture deleteBackupAsync(BackupN * } * * @param name Required. The backup resource name, in the format - * projects/{project_id}/locations/{location}/backups/{backup_id} + * `projects/{project_id}/locations/{location}/backups/{backup_id}` * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final OperationFuture deleteBackupAsync(String name) { @@ -1474,8 +1470,7 @@ public final UnaryCallable deleteBackupCallable( * } * } * - * @param backup Required. A [backup resource] - * (/cloud-filestore/reference/rest/v1beta1/projects.locations.backups) + * @param backup Required. A [backup resource][google.cloud.filestore.v1beta1.Backup] * @param updateMask Required. Mask of fields to update. At least one path must be supplied in * this field. * @throws com.google.api.gax.rpc.ApiException if the remote call fails diff --git a/google-cloud-filestore/src/main/java/com/google/cloud/filestore/v1beta1/stub/GrpcCloudFilestoreManagerStub.java b/google-cloud-filestore/src/main/java/com/google/cloud/filestore/v1beta1/stub/GrpcCloudFilestoreManagerStub.java index dd7597dd..f0a712d3 100644 --- a/google-cloud-filestore/src/main/java/com/google/cloud/filestore/v1beta1/stub/GrpcCloudFilestoreManagerStub.java +++ b/google-cloud-filestore/src/main/java/com/google/cloud/filestore/v1beta1/stub/GrpcCloudFilestoreManagerStub.java @@ -594,7 +594,13 @@ public UnaryCallable updateBackupCallable() { @Override public final void close() { - shutdown(); + try { + backgroundResources.close(); + } catch (RuntimeException e) { + throw e; + } catch (Exception e) { + throw new IllegalStateException("Failed to close resource", e); + } } @Override diff --git a/proto-google-cloud-filestore-v1/src/main/java/com/google/cloud/filestore/v1/Backup.java b/proto-google-cloud-filestore-v1/src/main/java/com/google/cloud/filestore/v1/Backup.java index b810e847..a6324a03 100644 --- a/proto-google-cloud-filestore-v1/src/main/java/com/google/cloud/filestore/v1/Backup.java +++ b/proto-google-cloud-filestore-v1/src/main/java/com/google/cloud/filestore/v1/Backup.java @@ -431,7 +431,7 @@ private State(int value) { * *

    * Output only. The resource name of the backup, in the format
-   * projects/{project_number}/locations/{location_id}/backups/{backup_id}.
+   * `projects/{project_number}/locations/{location_id}/backups/{backup_id}`.
    * 
* * string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -455,7 +455,7 @@ public java.lang.String getName() { * *
    * Output only. The resource name of the backup, in the format
-   * projects/{project_number}/locations/{location_id}/backups/{backup_id}.
+   * `projects/{project_number}/locations/{location_id}/backups/{backup_id}`.
    * 
* * string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -757,7 +757,7 @@ public long getStorageBytes() { * *
    * The resource name of the source Cloud Filestore instance, in the format
-   * projects/{project_number}/locations/{location_id}/instances/{instance_id},
+   * `projects/{project_number}/locations/{location_id}/instances/{instance_id}`,
    * used to create this backup.
    * 
* @@ -782,7 +782,7 @@ public java.lang.String getSourceInstance() { * *
    * The resource name of the source Cloud Filestore instance, in the format
-   * projects/{project_number}/locations/{location_id}/instances/{instance_id},
+   * `projects/{project_number}/locations/{location_id}/instances/{instance_id}`,
    * used to create this backup.
    * 
* @@ -1514,7 +1514,7 @@ public Builder mergeFrom( * *
      * Output only. The resource name of the backup, in the format
-     * projects/{project_number}/locations/{location_id}/backups/{backup_id}.
+     * `projects/{project_number}/locations/{location_id}/backups/{backup_id}`.
      * 
* * string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -1537,7 +1537,7 @@ public java.lang.String getName() { * *
      * Output only. The resource name of the backup, in the format
-     * projects/{project_number}/locations/{location_id}/backups/{backup_id}.
+     * `projects/{project_number}/locations/{location_id}/backups/{backup_id}`.
      * 
* * string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -1560,7 +1560,7 @@ public com.google.protobuf.ByteString getNameBytes() { * *
      * Output only. The resource name of the backup, in the format
-     * projects/{project_number}/locations/{location_id}/backups/{backup_id}.
+     * `projects/{project_number}/locations/{location_id}/backups/{backup_id}`.
      * 
* * string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -1582,7 +1582,7 @@ public Builder setName(java.lang.String value) { * *
      * Output only. The resource name of the backup, in the format
-     * projects/{project_number}/locations/{location_id}/backups/{backup_id}.
+     * `projects/{project_number}/locations/{location_id}/backups/{backup_id}`.
      * 
* * string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -1600,7 +1600,7 @@ public Builder clearName() { * *
      * Output only. The resource name of the backup, in the format
-     * projects/{project_number}/locations/{location_id}/backups/{backup_id}.
+     * `projects/{project_number}/locations/{location_id}/backups/{backup_id}`.
      * 
* * string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -2302,7 +2302,7 @@ public Builder clearStorageBytes() { * *
      * The resource name of the source Cloud Filestore instance, in the format
-     * projects/{project_number}/locations/{location_id}/instances/{instance_id},
+     * `projects/{project_number}/locations/{location_id}/instances/{instance_id}`,
      * used to create this backup.
      * 
* @@ -2326,7 +2326,7 @@ public java.lang.String getSourceInstance() { * *
      * The resource name of the source Cloud Filestore instance, in the format
-     * projects/{project_number}/locations/{location_id}/instances/{instance_id},
+     * `projects/{project_number}/locations/{location_id}/instances/{instance_id}`,
      * used to create this backup.
      * 
* @@ -2350,7 +2350,7 @@ public com.google.protobuf.ByteString getSourceInstanceBytes() { * *
      * The resource name of the source Cloud Filestore instance, in the format
-     * projects/{project_number}/locations/{location_id}/instances/{instance_id},
+     * `projects/{project_number}/locations/{location_id}/instances/{instance_id}`,
      * used to create this backup.
      * 
* @@ -2373,7 +2373,7 @@ public Builder setSourceInstance(java.lang.String value) { * *
      * The resource name of the source Cloud Filestore instance, in the format
-     * projects/{project_number}/locations/{location_id}/instances/{instance_id},
+     * `projects/{project_number}/locations/{location_id}/instances/{instance_id}`,
      * used to create this backup.
      * 
* @@ -2392,7 +2392,7 @@ public Builder clearSourceInstance() { * *
      * The resource name of the source Cloud Filestore instance, in the format
-     * projects/{project_number}/locations/{location_id}/instances/{instance_id},
+     * `projects/{project_number}/locations/{location_id}/instances/{instance_id}`,
      * used to create this backup.
      * 
* diff --git a/proto-google-cloud-filestore-v1/src/main/java/com/google/cloud/filestore/v1/BackupOrBuilder.java b/proto-google-cloud-filestore-v1/src/main/java/com/google/cloud/filestore/v1/BackupOrBuilder.java index 609ae7e4..b95431d1 100644 --- a/proto-google-cloud-filestore-v1/src/main/java/com/google/cloud/filestore/v1/BackupOrBuilder.java +++ b/proto-google-cloud-filestore-v1/src/main/java/com/google/cloud/filestore/v1/BackupOrBuilder.java @@ -28,7 +28,7 @@ public interface BackupOrBuilder * *
    * Output only. The resource name of the backup, in the format
-   * projects/{project_number}/locations/{location_id}/backups/{backup_id}.
+   * `projects/{project_number}/locations/{location_id}/backups/{backup_id}`.
    * 
* * string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -41,7 +41,7 @@ public interface BackupOrBuilder * *
    * Output only. The resource name of the backup, in the format
-   * projects/{project_number}/locations/{location_id}/backups/{backup_id}.
+   * `projects/{project_number}/locations/{location_id}/backups/{backup_id}`.
    * 
* * string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -230,7 +230,7 @@ public interface BackupOrBuilder * *
    * The resource name of the source Cloud Filestore instance, in the format
-   * projects/{project_number}/locations/{location_id}/instances/{instance_id},
+   * `projects/{project_number}/locations/{location_id}/instances/{instance_id}`,
    * used to create this backup.
    * 
* @@ -244,7 +244,7 @@ public interface BackupOrBuilder * *
    * The resource name of the source Cloud Filestore instance, in the format
-   * projects/{project_number}/locations/{location_id}/instances/{instance_id},
+   * `projects/{project_number}/locations/{location_id}/instances/{instance_id}`,
    * used to create this backup.
    * 
* diff --git a/proto-google-cloud-filestore-v1/src/main/java/com/google/cloud/filestore/v1/CreateBackupRequest.java b/proto-google-cloud-filestore-v1/src/main/java/com/google/cloud/filestore/v1/CreateBackupRequest.java index 682de17f..69fad85a 100644 --- a/proto-google-cloud-filestore-v1/src/main/java/com/google/cloud/filestore/v1/CreateBackupRequest.java +++ b/proto-google-cloud-filestore-v1/src/main/java/com/google/cloud/filestore/v1/CreateBackupRequest.java @@ -142,7 +142,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * *
    * Required. The backup's project and location, in the format
-   * projects/{project_number}/locations/{location}. In Cloud Filestore,
+   * `projects/{project_number}/locations/{location}`. In Cloud Filestore,
    * backup locations map to GCP regions, for example **us-west1**.
    * 
* @@ -169,7 +169,7 @@ public java.lang.String getParent() { * *
    * Required. The backup's project and location, in the format
-   * projects/{project_number}/locations/{location}. In Cloud Filestore,
+   * `projects/{project_number}/locations/{location}`. In Cloud Filestore,
    * backup locations map to GCP regions, for example **us-west1**.
    * 
* @@ -198,8 +198,7 @@ public com.google.protobuf.ByteString getParentBytes() { * * *
-   * Required. A [backup resource]
-   * (/cloud-filestore/reference/rest/v1/projects.locations.backups)
+   * Required. A [backup resource][google.cloud.filestore.v1.Backup]
    * 
* * .google.cloud.filestore.v1.Backup backup = 2 [(.google.api.field_behavior) = REQUIRED]; @@ -215,8 +214,7 @@ public boolean hasBackup() { * * *
-   * Required. A [backup resource]
-   * (/cloud-filestore/reference/rest/v1/projects.locations.backups)
+   * Required. A [backup resource][google.cloud.filestore.v1.Backup]
    * 
* * .google.cloud.filestore.v1.Backup backup = 2 [(.google.api.field_behavior) = REQUIRED]; @@ -232,8 +230,7 @@ public com.google.cloud.filestore.v1.Backup getBackup() { * * *
-   * Required. A [backup resource]
-   * (/cloud-filestore/reference/rest/v1/projects.locations.backups)
+   * Required. A [backup resource][google.cloud.filestore.v1.Backup]
    * 
* * .google.cloud.filestore.v1.Backup backup = 2 [(.google.api.field_behavior) = REQUIRED]; @@ -671,7 +668,7 @@ public Builder mergeFrom( * *
      * Required. The backup's project and location, in the format
-     * projects/{project_number}/locations/{location}. In Cloud Filestore,
+     * `projects/{project_number}/locations/{location}`. In Cloud Filestore,
      * backup locations map to GCP regions, for example **us-west1**.
      * 
* @@ -697,7 +694,7 @@ public java.lang.String getParent() { * *
      * Required. The backup's project and location, in the format
-     * projects/{project_number}/locations/{location}. In Cloud Filestore,
+     * `projects/{project_number}/locations/{location}`. In Cloud Filestore,
      * backup locations map to GCP regions, for example **us-west1**.
      * 
* @@ -723,7 +720,7 @@ public com.google.protobuf.ByteString getParentBytes() { * *
      * Required. The backup's project and location, in the format
-     * projects/{project_number}/locations/{location}. In Cloud Filestore,
+     * `projects/{project_number}/locations/{location}`. In Cloud Filestore,
      * backup locations map to GCP regions, for example **us-west1**.
      * 
* @@ -748,7 +745,7 @@ public Builder setParent(java.lang.String value) { * *
      * Required. The backup's project and location, in the format
-     * projects/{project_number}/locations/{location}. In Cloud Filestore,
+     * `projects/{project_number}/locations/{location}`. In Cloud Filestore,
      * backup locations map to GCP regions, for example **us-west1**.
      * 
* @@ -769,7 +766,7 @@ public Builder clearParent() { * *
      * Required. The backup's project and location, in the format
-     * projects/{project_number}/locations/{location}. In Cloud Filestore,
+     * `projects/{project_number}/locations/{location}`. In Cloud Filestore,
      * backup locations map to GCP regions, for example **us-west1**.
      * 
* @@ -801,8 +798,7 @@ public Builder setParentBytes(com.google.protobuf.ByteString value) { * * *
-     * Required. A [backup resource]
-     * (/cloud-filestore/reference/rest/v1/projects.locations.backups)
+     * Required. A [backup resource][google.cloud.filestore.v1.Backup]
      * 
* * .google.cloud.filestore.v1.Backup backup = 2 [(.google.api.field_behavior) = REQUIRED]; @@ -817,8 +813,7 @@ public boolean hasBackup() { * * *
-     * Required. A [backup resource]
-     * (/cloud-filestore/reference/rest/v1/projects.locations.backups)
+     * Required. A [backup resource][google.cloud.filestore.v1.Backup]
      * 
* * .google.cloud.filestore.v1.Backup backup = 2 [(.google.api.field_behavior) = REQUIRED]; @@ -839,8 +834,7 @@ public com.google.cloud.filestore.v1.Backup getBackup() { * * *
-     * Required. A [backup resource]
-     * (/cloud-filestore/reference/rest/v1/projects.locations.backups)
+     * Required. A [backup resource][google.cloud.filestore.v1.Backup]
      * 
* * .google.cloud.filestore.v1.Backup backup = 2 [(.google.api.field_behavior) = REQUIRED]; @@ -863,8 +857,7 @@ public Builder setBackup(com.google.cloud.filestore.v1.Backup value) { * * *
-     * Required. A [backup resource]
-     * (/cloud-filestore/reference/rest/v1/projects.locations.backups)
+     * Required. A [backup resource][google.cloud.filestore.v1.Backup]
      * 
* * .google.cloud.filestore.v1.Backup backup = 2 [(.google.api.field_behavior) = REQUIRED]; @@ -884,8 +877,7 @@ public Builder setBackup(com.google.cloud.filestore.v1.Backup.Builder builderFor * * *
-     * Required. A [backup resource]
-     * (/cloud-filestore/reference/rest/v1/projects.locations.backups)
+     * Required. A [backup resource][google.cloud.filestore.v1.Backup]
      * 
* * .google.cloud.filestore.v1.Backup backup = 2 [(.google.api.field_behavior) = REQUIRED]; @@ -912,8 +904,7 @@ public Builder mergeBackup(com.google.cloud.filestore.v1.Backup value) { * * *
-     * Required. A [backup resource]
-     * (/cloud-filestore/reference/rest/v1/projects.locations.backups)
+     * Required. A [backup resource][google.cloud.filestore.v1.Backup]
      * 
* * .google.cloud.filestore.v1.Backup backup = 2 [(.google.api.field_behavior) = REQUIRED]; @@ -934,8 +925,7 @@ public Builder clearBackup() { * * *
-     * Required. A [backup resource]
-     * (/cloud-filestore/reference/rest/v1/projects.locations.backups)
+     * Required. A [backup resource][google.cloud.filestore.v1.Backup]
      * 
* * .google.cloud.filestore.v1.Backup backup = 2 [(.google.api.field_behavior) = REQUIRED]; @@ -950,8 +940,7 @@ public com.google.cloud.filestore.v1.Backup.Builder getBackupBuilder() { * * *
-     * Required. A [backup resource]
-     * (/cloud-filestore/reference/rest/v1/projects.locations.backups)
+     * Required. A [backup resource][google.cloud.filestore.v1.Backup]
      * 
* * .google.cloud.filestore.v1.Backup backup = 2 [(.google.api.field_behavior) = REQUIRED]; @@ -970,8 +959,7 @@ public com.google.cloud.filestore.v1.BackupOrBuilder getBackupOrBuilder() { * * *
-     * Required. A [backup resource]
-     * (/cloud-filestore/reference/rest/v1/projects.locations.backups)
+     * Required. A [backup resource][google.cloud.filestore.v1.Backup]
      * 
* * .google.cloud.filestore.v1.Backup backup = 2 [(.google.api.field_behavior) = REQUIRED]; diff --git a/proto-google-cloud-filestore-v1/src/main/java/com/google/cloud/filestore/v1/CreateBackupRequestOrBuilder.java b/proto-google-cloud-filestore-v1/src/main/java/com/google/cloud/filestore/v1/CreateBackupRequestOrBuilder.java index d4ffb2ab..3b89fe5f 100644 --- a/proto-google-cloud-filestore-v1/src/main/java/com/google/cloud/filestore/v1/CreateBackupRequestOrBuilder.java +++ b/proto-google-cloud-filestore-v1/src/main/java/com/google/cloud/filestore/v1/CreateBackupRequestOrBuilder.java @@ -28,7 +28,7 @@ public interface CreateBackupRequestOrBuilder * *
    * Required. The backup's project and location, in the format
-   * projects/{project_number}/locations/{location}. In Cloud Filestore,
+   * `projects/{project_number}/locations/{location}`. In Cloud Filestore,
    * backup locations map to GCP regions, for example **us-west1**.
    * 
* @@ -44,7 +44,7 @@ public interface CreateBackupRequestOrBuilder * *
    * Required. The backup's project and location, in the format
-   * projects/{project_number}/locations/{location}. In Cloud Filestore,
+   * `projects/{project_number}/locations/{location}`. In Cloud Filestore,
    * backup locations map to GCP regions, for example **us-west1**.
    * 
* @@ -60,8 +60,7 @@ public interface CreateBackupRequestOrBuilder * * *
-   * Required. A [backup resource]
-   * (/cloud-filestore/reference/rest/v1/projects.locations.backups)
+   * Required. A [backup resource][google.cloud.filestore.v1.Backup]
    * 
* * .google.cloud.filestore.v1.Backup backup = 2 [(.google.api.field_behavior) = REQUIRED]; @@ -74,8 +73,7 @@ public interface CreateBackupRequestOrBuilder * * *
-   * Required. A [backup resource]
-   * (/cloud-filestore/reference/rest/v1/projects.locations.backups)
+   * Required. A [backup resource][google.cloud.filestore.v1.Backup]
    * 
* * .google.cloud.filestore.v1.Backup backup = 2 [(.google.api.field_behavior) = REQUIRED]; @@ -88,8 +86,7 @@ public interface CreateBackupRequestOrBuilder * * *
-   * Required. A [backup resource]
-   * (/cloud-filestore/reference/rest/v1/projects.locations.backups)
+   * Required. A [backup resource][google.cloud.filestore.v1.Backup]
    * 
* * .google.cloud.filestore.v1.Backup backup = 2 [(.google.api.field_behavior) = REQUIRED]; diff --git a/proto-google-cloud-filestore-v1/src/main/java/com/google/cloud/filestore/v1/CreateInstanceRequest.java b/proto-google-cloud-filestore-v1/src/main/java/com/google/cloud/filestore/v1/CreateInstanceRequest.java index 7cfb19cb..92b66f50 100644 --- a/proto-google-cloud-filestore-v1/src/main/java/com/google/cloud/filestore/v1/CreateInstanceRequest.java +++ b/proto-google-cloud-filestore-v1/src/main/java/com/google/cloud/filestore/v1/CreateInstanceRequest.java @@ -142,7 +142,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * *
    * Required. The instance's project and location, in the format
-   * projects/{project_id}/locations/{location}. In Cloud Filestore,
+   * `projects/{project_id}/locations/{location}`. In Cloud Filestore,
    * locations map to GCP zones, for example **us-west1-b**.
    * 
* @@ -169,7 +169,7 @@ public java.lang.String getParent() { * *
    * Required. The instance's project and location, in the format
-   * projects/{project_id}/locations/{location}. In Cloud Filestore,
+   * `projects/{project_id}/locations/{location}`. In Cloud Filestore,
    * locations map to GCP zones, for example **us-west1-b**.
    * 
* @@ -249,8 +249,7 @@ public com.google.protobuf.ByteString getInstanceIdBytes() { * * *
-   * Required. A [instance resource]
-   * (/cloud-filestore/reference/rest/v1/projects.locations.instances)
+   * Required. An [instance resource][google.cloud.filestore.v1.Instance]
    * 
* * @@ -267,8 +266,7 @@ public boolean hasInstance() { * * *
-   * Required. A [instance resource]
-   * (/cloud-filestore/reference/rest/v1/projects.locations.instances)
+   * Required. An [instance resource][google.cloud.filestore.v1.Instance]
    * 
* * @@ -287,8 +285,7 @@ public com.google.cloud.filestore.v1.Instance getInstance() { * * *
-   * Required. A [instance resource]
-   * (/cloud-filestore/reference/rest/v1/projects.locations.instances)
+   * Required. An [instance resource][google.cloud.filestore.v1.Instance]
    * 
* * @@ -668,7 +665,7 @@ public Builder mergeFrom( * *
      * Required. The instance's project and location, in the format
-     * projects/{project_id}/locations/{location}. In Cloud Filestore,
+     * `projects/{project_id}/locations/{location}`. In Cloud Filestore,
      * locations map to GCP zones, for example **us-west1-b**.
      * 
* @@ -694,7 +691,7 @@ public java.lang.String getParent() { * *
      * Required. The instance's project and location, in the format
-     * projects/{project_id}/locations/{location}. In Cloud Filestore,
+     * `projects/{project_id}/locations/{location}`. In Cloud Filestore,
      * locations map to GCP zones, for example **us-west1-b**.
      * 
* @@ -720,7 +717,7 @@ public com.google.protobuf.ByteString getParentBytes() { * *
      * Required. The instance's project and location, in the format
-     * projects/{project_id}/locations/{location}. In Cloud Filestore,
+     * `projects/{project_id}/locations/{location}`. In Cloud Filestore,
      * locations map to GCP zones, for example **us-west1-b**.
      * 
* @@ -745,7 +742,7 @@ public Builder setParent(java.lang.String value) { * *
      * Required. The instance's project and location, in the format
-     * projects/{project_id}/locations/{location}. In Cloud Filestore,
+     * `projects/{project_id}/locations/{location}`. In Cloud Filestore,
      * locations map to GCP zones, for example **us-west1-b**.
      * 
* @@ -766,7 +763,7 @@ public Builder clearParent() { * *
      * Required. The instance's project and location, in the format
-     * projects/{project_id}/locations/{location}. In Cloud Filestore,
+     * `projects/{project_id}/locations/{location}`. In Cloud Filestore,
      * locations map to GCP zones, for example **us-west1-b**.
      * 
* @@ -909,8 +906,7 @@ public Builder setInstanceIdBytes(com.google.protobuf.ByteString value) { * * *
-     * Required. A [instance resource]
-     * (/cloud-filestore/reference/rest/v1/projects.locations.instances)
+     * Required. An [instance resource][google.cloud.filestore.v1.Instance]
      * 
* * @@ -926,8 +922,7 @@ public boolean hasInstance() { * * *
-     * Required. A [instance resource]
-     * (/cloud-filestore/reference/rest/v1/projects.locations.instances)
+     * Required. An [instance resource][google.cloud.filestore.v1.Instance]
      * 
* * @@ -949,8 +944,7 @@ public com.google.cloud.filestore.v1.Instance getInstance() { * * *
-     * Required. A [instance resource]
-     * (/cloud-filestore/reference/rest/v1/projects.locations.instances)
+     * Required. An [instance resource][google.cloud.filestore.v1.Instance]
      * 
* * @@ -974,8 +968,7 @@ public Builder setInstance(com.google.cloud.filestore.v1.Instance value) { * * *
-     * Required. A [instance resource]
-     * (/cloud-filestore/reference/rest/v1/projects.locations.instances)
+     * Required. An [instance resource][google.cloud.filestore.v1.Instance]
      * 
* * @@ -996,8 +989,7 @@ public Builder setInstance(com.google.cloud.filestore.v1.Instance.Builder builde * * *
-     * Required. A [instance resource]
-     * (/cloud-filestore/reference/rest/v1/projects.locations.instances)
+     * Required. An [instance resource][google.cloud.filestore.v1.Instance]
      * 
* * @@ -1025,8 +1017,7 @@ public Builder mergeInstance(com.google.cloud.filestore.v1.Instance value) { * * *
-     * Required. A [instance resource]
-     * (/cloud-filestore/reference/rest/v1/projects.locations.instances)
+     * Required. An [instance resource][google.cloud.filestore.v1.Instance]
      * 
* * @@ -1048,8 +1039,7 @@ public Builder clearInstance() { * * *
-     * Required. A [instance resource]
-     * (/cloud-filestore/reference/rest/v1/projects.locations.instances)
+     * Required. An [instance resource][google.cloud.filestore.v1.Instance]
      * 
* * @@ -1065,8 +1055,7 @@ public com.google.cloud.filestore.v1.Instance.Builder getInstanceBuilder() { * * *
-     * Required. A [instance resource]
-     * (/cloud-filestore/reference/rest/v1/projects.locations.instances)
+     * Required. An [instance resource][google.cloud.filestore.v1.Instance]
      * 
* * @@ -1086,8 +1075,7 @@ public com.google.cloud.filestore.v1.InstanceOrBuilder getInstanceOrBuilder() { * * *
-     * Required. A [instance resource]
-     * (/cloud-filestore/reference/rest/v1/projects.locations.instances)
+     * Required. An [instance resource][google.cloud.filestore.v1.Instance]
      * 
* * diff --git a/proto-google-cloud-filestore-v1/src/main/java/com/google/cloud/filestore/v1/CreateInstanceRequestOrBuilder.java b/proto-google-cloud-filestore-v1/src/main/java/com/google/cloud/filestore/v1/CreateInstanceRequestOrBuilder.java index 021b05a9..0a7a2137 100644 --- a/proto-google-cloud-filestore-v1/src/main/java/com/google/cloud/filestore/v1/CreateInstanceRequestOrBuilder.java +++ b/proto-google-cloud-filestore-v1/src/main/java/com/google/cloud/filestore/v1/CreateInstanceRequestOrBuilder.java @@ -28,7 +28,7 @@ public interface CreateInstanceRequestOrBuilder * *
    * Required. The instance's project and location, in the format
-   * projects/{project_id}/locations/{location}. In Cloud Filestore,
+   * `projects/{project_id}/locations/{location}`. In Cloud Filestore,
    * locations map to GCP zones, for example **us-west1-b**.
    * 
* @@ -44,7 +44,7 @@ public interface CreateInstanceRequestOrBuilder * *
    * Required. The instance's project and location, in the format
-   * projects/{project_id}/locations/{location}. In Cloud Filestore,
+   * `projects/{project_id}/locations/{location}`. In Cloud Filestore,
    * locations map to GCP zones, for example **us-west1-b**.
    * 
* @@ -87,8 +87,7 @@ public interface CreateInstanceRequestOrBuilder * * *
-   * Required. A [instance resource]
-   * (/cloud-filestore/reference/rest/v1/projects.locations.instances)
+   * Required. An [instance resource][google.cloud.filestore.v1.Instance]
    * 
* * @@ -102,8 +101,7 @@ public interface CreateInstanceRequestOrBuilder * * *
-   * Required. A [instance resource]
-   * (/cloud-filestore/reference/rest/v1/projects.locations.instances)
+   * Required. An [instance resource][google.cloud.filestore.v1.Instance]
    * 
* * @@ -117,8 +115,7 @@ public interface CreateInstanceRequestOrBuilder * * *
-   * Required. A [instance resource]
-   * (/cloud-filestore/reference/rest/v1/projects.locations.instances)
+   * Required. An [instance resource][google.cloud.filestore.v1.Instance]
    * 
* * diff --git a/proto-google-cloud-filestore-v1/src/main/java/com/google/cloud/filestore/v1/DeleteBackupRequest.java b/proto-google-cloud-filestore-v1/src/main/java/com/google/cloud/filestore/v1/DeleteBackupRequest.java index c5d0c5e6..9019af40 100644 --- a/proto-google-cloud-filestore-v1/src/main/java/com/google/cloud/filestore/v1/DeleteBackupRequest.java +++ b/proto-google-cloud-filestore-v1/src/main/java/com/google/cloud/filestore/v1/DeleteBackupRequest.java @@ -118,7 +118,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * *
    * Required. The backup resource name, in the format
-   * projects/{project_number}/locations/{location}/backups/{backup_id}
+   * `projects/{project_number}/locations/{location}/backups/{backup_id}`
    * 
* * @@ -144,7 +144,7 @@ public java.lang.String getName() { * *
    * Required. The backup resource name, in the format
-   * projects/{project_number}/locations/{location}/backups/{backup_id}
+   * `projects/{project_number}/locations/{location}/backups/{backup_id}`
    * 
* * @@ -490,7 +490,7 @@ public Builder mergeFrom( * *
      * Required. The backup resource name, in the format
-     * projects/{project_number}/locations/{location}/backups/{backup_id}
+     * `projects/{project_number}/locations/{location}/backups/{backup_id}`
      * 
* * @@ -515,7 +515,7 @@ public java.lang.String getName() { * *
      * Required. The backup resource name, in the format
-     * projects/{project_number}/locations/{location}/backups/{backup_id}
+     * `projects/{project_number}/locations/{location}/backups/{backup_id}`
      * 
* * @@ -540,7 +540,7 @@ public com.google.protobuf.ByteString getNameBytes() { * *
      * Required. The backup resource name, in the format
-     * projects/{project_number}/locations/{location}/backups/{backup_id}
+     * `projects/{project_number}/locations/{location}/backups/{backup_id}`
      * 
* * @@ -564,7 +564,7 @@ public Builder setName(java.lang.String value) { * *
      * Required. The backup resource name, in the format
-     * projects/{project_number}/locations/{location}/backups/{backup_id}
+     * `projects/{project_number}/locations/{location}/backups/{backup_id}`
      * 
* * @@ -584,7 +584,7 @@ public Builder clearName() { * *
      * Required. The backup resource name, in the format
-     * projects/{project_number}/locations/{location}/backups/{backup_id}
+     * `projects/{project_number}/locations/{location}/backups/{backup_id}`
      * 
* * diff --git a/proto-google-cloud-filestore-v1/src/main/java/com/google/cloud/filestore/v1/DeleteBackupRequestOrBuilder.java b/proto-google-cloud-filestore-v1/src/main/java/com/google/cloud/filestore/v1/DeleteBackupRequestOrBuilder.java index 9752dcb9..1bb22b9f 100644 --- a/proto-google-cloud-filestore-v1/src/main/java/com/google/cloud/filestore/v1/DeleteBackupRequestOrBuilder.java +++ b/proto-google-cloud-filestore-v1/src/main/java/com/google/cloud/filestore/v1/DeleteBackupRequestOrBuilder.java @@ -28,7 +28,7 @@ public interface DeleteBackupRequestOrBuilder * *
    * Required. The backup resource name, in the format
-   * projects/{project_number}/locations/{location}/backups/{backup_id}
+   * `projects/{project_number}/locations/{location}/backups/{backup_id}`
    * 
* * @@ -43,7 +43,7 @@ public interface DeleteBackupRequestOrBuilder * *
    * Required. The backup resource name, in the format
-   * projects/{project_number}/locations/{location}/backups/{backup_id}
+   * `projects/{project_number}/locations/{location}/backups/{backup_id}`
    * 
* * diff --git a/proto-google-cloud-filestore-v1/src/main/java/com/google/cloud/filestore/v1/DeleteInstanceRequest.java b/proto-google-cloud-filestore-v1/src/main/java/com/google/cloud/filestore/v1/DeleteInstanceRequest.java index 7009d217..48e9ad63 100644 --- a/proto-google-cloud-filestore-v1/src/main/java/com/google/cloud/filestore/v1/DeleteInstanceRequest.java +++ b/proto-google-cloud-filestore-v1/src/main/java/com/google/cloud/filestore/v1/DeleteInstanceRequest.java @@ -118,7 +118,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * *
    * Required. The instance resource name, in the format
-   * projects/{project_id}/locations/{location}/instances/{instance_id}
+   * `projects/{project_id}/locations/{location}/instances/{instance_id}`
    * 
* * @@ -144,7 +144,7 @@ public java.lang.String getName() { * *
    * Required. The instance resource name, in the format
-   * projects/{project_id}/locations/{location}/instances/{instance_id}
+   * `projects/{project_id}/locations/{location}/instances/{instance_id}`
    * 
* * @@ -490,7 +490,7 @@ public Builder mergeFrom( * *
      * Required. The instance resource name, in the format
-     * projects/{project_id}/locations/{location}/instances/{instance_id}
+     * `projects/{project_id}/locations/{location}/instances/{instance_id}`
      * 
* * @@ -515,7 +515,7 @@ public java.lang.String getName() { * *
      * Required. The instance resource name, in the format
-     * projects/{project_id}/locations/{location}/instances/{instance_id}
+     * `projects/{project_id}/locations/{location}/instances/{instance_id}`
      * 
* * @@ -540,7 +540,7 @@ public com.google.protobuf.ByteString getNameBytes() { * *
      * Required. The instance resource name, in the format
-     * projects/{project_id}/locations/{location}/instances/{instance_id}
+     * `projects/{project_id}/locations/{location}/instances/{instance_id}`
      * 
* * @@ -564,7 +564,7 @@ public Builder setName(java.lang.String value) { * *
      * Required. The instance resource name, in the format
-     * projects/{project_id}/locations/{location}/instances/{instance_id}
+     * `projects/{project_id}/locations/{location}/instances/{instance_id}`
      * 
* * @@ -584,7 +584,7 @@ public Builder clearName() { * *
      * Required. The instance resource name, in the format
-     * projects/{project_id}/locations/{location}/instances/{instance_id}
+     * `projects/{project_id}/locations/{location}/instances/{instance_id}`
      * 
* * diff --git a/proto-google-cloud-filestore-v1/src/main/java/com/google/cloud/filestore/v1/DeleteInstanceRequestOrBuilder.java b/proto-google-cloud-filestore-v1/src/main/java/com/google/cloud/filestore/v1/DeleteInstanceRequestOrBuilder.java index 71b2eee6..27d695f8 100644 --- a/proto-google-cloud-filestore-v1/src/main/java/com/google/cloud/filestore/v1/DeleteInstanceRequestOrBuilder.java +++ b/proto-google-cloud-filestore-v1/src/main/java/com/google/cloud/filestore/v1/DeleteInstanceRequestOrBuilder.java @@ -28,7 +28,7 @@ public interface DeleteInstanceRequestOrBuilder * *
    * Required. The instance resource name, in the format
-   * projects/{project_id}/locations/{location}/instances/{instance_id}
+   * `projects/{project_id}/locations/{location}/instances/{instance_id}`
    * 
* * @@ -43,7 +43,7 @@ public interface DeleteInstanceRequestOrBuilder * *
    * Required. The instance resource name, in the format
-   * projects/{project_id}/locations/{location}/instances/{instance_id}
+   * `projects/{project_id}/locations/{location}/instances/{instance_id}`
    * 
* * diff --git a/proto-google-cloud-filestore-v1/src/main/java/com/google/cloud/filestore/v1/FileShareConfig.java b/proto-google-cloud-filestore-v1/src/main/java/com/google/cloud/filestore/v1/FileShareConfig.java index 66369f81..7f985441 100644 --- a/proto-google-cloud-filestore-v1/src/main/java/com/google/cloud/filestore/v1/FileShareConfig.java +++ b/proto-google-cloud-filestore-v1/src/main/java/com/google/cloud/filestore/v1/FileShareConfig.java @@ -258,7 +258,7 @@ public long getCapacityGb() { * *
    * The resource name of the backup, in the format
-   * projects/{project_number}/locations/{location_id}/backups/{backup_id},
+   * `projects/{project_number}/locations/{location_id}/backups/{backup_id}`,
    * that this file share has been restored from.
    * 
* @@ -274,7 +274,7 @@ public boolean hasSourceBackup() { * *
    * The resource name of the backup, in the format
-   * projects/{project_number}/locations/{location_id}/backups/{backup_id},
+   * `projects/{project_number}/locations/{location_id}/backups/{backup_id}`,
    * that this file share has been restored from.
    * 
* @@ -303,7 +303,7 @@ public java.lang.String getSourceBackup() { * *
    * The resource name of the backup, in the format
-   * projects/{project_number}/locations/{location_id}/backups/{backup_id},
+   * `projects/{project_number}/locations/{location_id}/backups/{backup_id}`,
    * that this file share has been restored from.
    * 
* @@ -1013,7 +1013,7 @@ public Builder clearCapacityGb() { * *
      * The resource name of the backup, in the format
-     * projects/{project_number}/locations/{location_id}/backups/{backup_id},
+     * `projects/{project_number}/locations/{location_id}/backups/{backup_id}`,
      * that this file share has been restored from.
      * 
* @@ -1030,7 +1030,7 @@ public boolean hasSourceBackup() { * *
      * The resource name of the backup, in the format
-     * projects/{project_number}/locations/{location_id}/backups/{backup_id},
+     * `projects/{project_number}/locations/{location_id}/backups/{backup_id}`,
      * that this file share has been restored from.
      * 
* @@ -1060,7 +1060,7 @@ public java.lang.String getSourceBackup() { * *
      * The resource name of the backup, in the format
-     * projects/{project_number}/locations/{location_id}/backups/{backup_id},
+     * `projects/{project_number}/locations/{location_id}/backups/{backup_id}`,
      * that this file share has been restored from.
      * 
* @@ -1090,7 +1090,7 @@ public com.google.protobuf.ByteString getSourceBackupBytes() { * *
      * The resource name of the backup, in the format
-     * projects/{project_number}/locations/{location_id}/backups/{backup_id},
+     * `projects/{project_number}/locations/{location_id}/backups/{backup_id}`,
      * that this file share has been restored from.
      * 
* @@ -1113,7 +1113,7 @@ public Builder setSourceBackup(java.lang.String value) { * *
      * The resource name of the backup, in the format
-     * projects/{project_number}/locations/{location_id}/backups/{backup_id},
+     * `projects/{project_number}/locations/{location_id}/backups/{backup_id}`,
      * that this file share has been restored from.
      * 
* @@ -1134,7 +1134,7 @@ public Builder clearSourceBackup() { * *
      * The resource name of the backup, in the format
-     * projects/{project_number}/locations/{location_id}/backups/{backup_id},
+     * `projects/{project_number}/locations/{location_id}/backups/{backup_id}`,
      * that this file share has been restored from.
      * 
* diff --git a/proto-google-cloud-filestore-v1/src/main/java/com/google/cloud/filestore/v1/FileShareConfigOrBuilder.java b/proto-google-cloud-filestore-v1/src/main/java/com/google/cloud/filestore/v1/FileShareConfigOrBuilder.java index 7de499a4..51e23b21 100644 --- a/proto-google-cloud-filestore-v1/src/main/java/com/google/cloud/filestore/v1/FileShareConfigOrBuilder.java +++ b/proto-google-cloud-filestore-v1/src/main/java/com/google/cloud/filestore/v1/FileShareConfigOrBuilder.java @@ -67,7 +67,7 @@ public interface FileShareConfigOrBuilder * *
    * The resource name of the backup, in the format
-   * projects/{project_number}/locations/{location_id}/backups/{backup_id},
+   * `projects/{project_number}/locations/{location_id}/backups/{backup_id}`,
    * that this file share has been restored from.
    * 
* @@ -81,7 +81,7 @@ public interface FileShareConfigOrBuilder * *
    * The resource name of the backup, in the format
-   * projects/{project_number}/locations/{location_id}/backups/{backup_id},
+   * `projects/{project_number}/locations/{location_id}/backups/{backup_id}`,
    * that this file share has been restored from.
    * 
* @@ -95,7 +95,7 @@ public interface FileShareConfigOrBuilder * *
    * The resource name of the backup, in the format
-   * projects/{project_number}/locations/{location_id}/backups/{backup_id},
+   * `projects/{project_number}/locations/{location_id}/backups/{backup_id}`,
    * that this file share has been restored from.
    * 
* diff --git a/proto-google-cloud-filestore-v1/src/main/java/com/google/cloud/filestore/v1/GetBackupRequest.java b/proto-google-cloud-filestore-v1/src/main/java/com/google/cloud/filestore/v1/GetBackupRequest.java index e32ae1c2..6c5f9477 100644 --- a/proto-google-cloud-filestore-v1/src/main/java/com/google/cloud/filestore/v1/GetBackupRequest.java +++ b/proto-google-cloud-filestore-v1/src/main/java/com/google/cloud/filestore/v1/GetBackupRequest.java @@ -118,7 +118,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * *
    * Required. The backup resource name, in the format
-   * projects/{project_number}/locations/{location}/backups/{backup_id}.
+   * `projects/{project_number}/locations/{location}/backups/{backup_id}`.
    * 
* * @@ -144,7 +144,7 @@ public java.lang.String getName() { * *
    * Required. The backup resource name, in the format
-   * projects/{project_number}/locations/{location}/backups/{backup_id}.
+   * `projects/{project_number}/locations/{location}/backups/{backup_id}`.
    * 
* * @@ -488,7 +488,7 @@ public Builder mergeFrom( * *
      * Required. The backup resource name, in the format
-     * projects/{project_number}/locations/{location}/backups/{backup_id}.
+     * `projects/{project_number}/locations/{location}/backups/{backup_id}`.
      * 
* * @@ -513,7 +513,7 @@ public java.lang.String getName() { * *
      * Required. The backup resource name, in the format
-     * projects/{project_number}/locations/{location}/backups/{backup_id}.
+     * `projects/{project_number}/locations/{location}/backups/{backup_id}`.
      * 
* * @@ -538,7 +538,7 @@ public com.google.protobuf.ByteString getNameBytes() { * *
      * Required. The backup resource name, in the format
-     * projects/{project_number}/locations/{location}/backups/{backup_id}.
+     * `projects/{project_number}/locations/{location}/backups/{backup_id}`.
      * 
* * @@ -562,7 +562,7 @@ public Builder setName(java.lang.String value) { * *
      * Required. The backup resource name, in the format
-     * projects/{project_number}/locations/{location}/backups/{backup_id}.
+     * `projects/{project_number}/locations/{location}/backups/{backup_id}`.
      * 
* * @@ -582,7 +582,7 @@ public Builder clearName() { * *
      * Required. The backup resource name, in the format
-     * projects/{project_number}/locations/{location}/backups/{backup_id}.
+     * `projects/{project_number}/locations/{location}/backups/{backup_id}`.
      * 
* * diff --git a/proto-google-cloud-filestore-v1/src/main/java/com/google/cloud/filestore/v1/GetBackupRequestOrBuilder.java b/proto-google-cloud-filestore-v1/src/main/java/com/google/cloud/filestore/v1/GetBackupRequestOrBuilder.java index d0107925..04888e42 100644 --- a/proto-google-cloud-filestore-v1/src/main/java/com/google/cloud/filestore/v1/GetBackupRequestOrBuilder.java +++ b/proto-google-cloud-filestore-v1/src/main/java/com/google/cloud/filestore/v1/GetBackupRequestOrBuilder.java @@ -28,7 +28,7 @@ public interface GetBackupRequestOrBuilder * *
    * Required. The backup resource name, in the format
-   * projects/{project_number}/locations/{location}/backups/{backup_id}.
+   * `projects/{project_number}/locations/{location}/backups/{backup_id}`.
    * 
* * @@ -43,7 +43,7 @@ public interface GetBackupRequestOrBuilder * *
    * Required. The backup resource name, in the format
-   * projects/{project_number}/locations/{location}/backups/{backup_id}.
+   * `projects/{project_number}/locations/{location}/backups/{backup_id}`.
    * 
* * diff --git a/proto-google-cloud-filestore-v1/src/main/java/com/google/cloud/filestore/v1/GetInstanceRequest.java b/proto-google-cloud-filestore-v1/src/main/java/com/google/cloud/filestore/v1/GetInstanceRequest.java index 6b000c2c..8464dd6a 100644 --- a/proto-google-cloud-filestore-v1/src/main/java/com/google/cloud/filestore/v1/GetInstanceRequest.java +++ b/proto-google-cloud-filestore-v1/src/main/java/com/google/cloud/filestore/v1/GetInstanceRequest.java @@ -118,7 +118,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * *
    * Required. The instance resource name, in the format
-   * projects/{project_id}/locations/{location}/instances/{instance_id}.
+   * `projects/{project_id}/locations/{location}/instances/{instance_id}`.
    * 
* * @@ -144,7 +144,7 @@ public java.lang.String getName() { * *
    * Required. The instance resource name, in the format
-   * projects/{project_id}/locations/{location}/instances/{instance_id}.
+   * `projects/{project_id}/locations/{location}/instances/{instance_id}`.
    * 
* * @@ -489,7 +489,7 @@ public Builder mergeFrom( * *
      * Required. The instance resource name, in the format
-     * projects/{project_id}/locations/{location}/instances/{instance_id}.
+     * `projects/{project_id}/locations/{location}/instances/{instance_id}`.
      * 
* * @@ -514,7 +514,7 @@ public java.lang.String getName() { * *
      * Required. The instance resource name, in the format
-     * projects/{project_id}/locations/{location}/instances/{instance_id}.
+     * `projects/{project_id}/locations/{location}/instances/{instance_id}`.
      * 
* * @@ -539,7 +539,7 @@ public com.google.protobuf.ByteString getNameBytes() { * *
      * Required. The instance resource name, in the format
-     * projects/{project_id}/locations/{location}/instances/{instance_id}.
+     * `projects/{project_id}/locations/{location}/instances/{instance_id}`.
      * 
* * @@ -563,7 +563,7 @@ public Builder setName(java.lang.String value) { * *
      * Required. The instance resource name, in the format
-     * projects/{project_id}/locations/{location}/instances/{instance_id}.
+     * `projects/{project_id}/locations/{location}/instances/{instance_id}`.
      * 
* * @@ -583,7 +583,7 @@ public Builder clearName() { * *
      * Required. The instance resource name, in the format
-     * projects/{project_id}/locations/{location}/instances/{instance_id}.
+     * `projects/{project_id}/locations/{location}/instances/{instance_id}`.
      * 
* * diff --git a/proto-google-cloud-filestore-v1/src/main/java/com/google/cloud/filestore/v1/GetInstanceRequestOrBuilder.java b/proto-google-cloud-filestore-v1/src/main/java/com/google/cloud/filestore/v1/GetInstanceRequestOrBuilder.java index c5a02e27..424aad60 100644 --- a/proto-google-cloud-filestore-v1/src/main/java/com/google/cloud/filestore/v1/GetInstanceRequestOrBuilder.java +++ b/proto-google-cloud-filestore-v1/src/main/java/com/google/cloud/filestore/v1/GetInstanceRequestOrBuilder.java @@ -28,7 +28,7 @@ public interface GetInstanceRequestOrBuilder * *
    * Required. The instance resource name, in the format
-   * projects/{project_id}/locations/{location}/instances/{instance_id}.
+   * `projects/{project_id}/locations/{location}/instances/{instance_id}`.
    * 
* * @@ -43,7 +43,7 @@ public interface GetInstanceRequestOrBuilder * *
    * Required. The instance resource name, in the format
-   * projects/{project_id}/locations/{location}/instances/{instance_id}.
+   * `projects/{project_id}/locations/{location}/instances/{instance_id}`.
    * 
* * diff --git a/proto-google-cloud-filestore-v1/src/main/java/com/google/cloud/filestore/v1/Instance.java b/proto-google-cloud-filestore-v1/src/main/java/com/google/cloud/filestore/v1/Instance.java index 6c099bd4..a00b6d0f 100644 --- a/proto-google-cloud-filestore-v1/src/main/java/com/google/cloud/filestore/v1/Instance.java +++ b/proto-google-cloud-filestore-v1/src/main/java/com/google/cloud/filestore/v1/Instance.java @@ -730,7 +730,7 @@ private Tier(int value) { * *
    * Output only. The resource name of the instance, in the format
-   * projects/{project}/locations/{location}/instances/{instance}.
+   * `projects/{project}/locations/{location}/instances/{instance}`.
    * 
* * string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -754,7 +754,7 @@ public java.lang.String getName() { * *
    * Output only. The resource name of the instance, in the format
-   * projects/{project}/locations/{location}/instances/{instance}.
+   * `projects/{project}/locations/{location}/instances/{instance}`.
    * 
* * string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -1956,7 +1956,7 @@ public Builder mergeFrom( * *
      * Output only. The resource name of the instance, in the format
-     * projects/{project}/locations/{location}/instances/{instance}.
+     * `projects/{project}/locations/{location}/instances/{instance}`.
      * 
* * string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -1979,7 +1979,7 @@ public java.lang.String getName() { * *
      * Output only. The resource name of the instance, in the format
-     * projects/{project}/locations/{location}/instances/{instance}.
+     * `projects/{project}/locations/{location}/instances/{instance}`.
      * 
* * string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -2002,7 +2002,7 @@ public com.google.protobuf.ByteString getNameBytes() { * *
      * Output only. The resource name of the instance, in the format
-     * projects/{project}/locations/{location}/instances/{instance}.
+     * `projects/{project}/locations/{location}/instances/{instance}`.
      * 
* * string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -2024,7 +2024,7 @@ public Builder setName(java.lang.String value) { * *
      * Output only. The resource name of the instance, in the format
-     * projects/{project}/locations/{location}/instances/{instance}.
+     * `projects/{project}/locations/{location}/instances/{instance}`.
      * 
* * string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -2042,7 +2042,7 @@ public Builder clearName() { * *
      * Output only. The resource name of the instance, in the format
-     * projects/{project}/locations/{location}/instances/{instance}.
+     * `projects/{project}/locations/{location}/instances/{instance}`.
      * 
* * string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; diff --git a/proto-google-cloud-filestore-v1/src/main/java/com/google/cloud/filestore/v1/InstanceOrBuilder.java b/proto-google-cloud-filestore-v1/src/main/java/com/google/cloud/filestore/v1/InstanceOrBuilder.java index f545c837..c8db8f09 100644 --- a/proto-google-cloud-filestore-v1/src/main/java/com/google/cloud/filestore/v1/InstanceOrBuilder.java +++ b/proto-google-cloud-filestore-v1/src/main/java/com/google/cloud/filestore/v1/InstanceOrBuilder.java @@ -28,7 +28,7 @@ public interface InstanceOrBuilder * *
    * Output only. The resource name of the instance, in the format
-   * projects/{project}/locations/{location}/instances/{instance}.
+   * `projects/{project}/locations/{location}/instances/{instance}`.
    * 
* * string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -41,7 +41,7 @@ public interface InstanceOrBuilder * *
    * Output only. The resource name of the instance, in the format
-   * projects/{project}/locations/{location}/instances/{instance}.
+   * `projects/{project}/locations/{location}/instances/{instance}`.
    * 
* * string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; diff --git a/proto-google-cloud-filestore-v1/src/main/java/com/google/cloud/filestore/v1/ListBackupsRequest.java b/proto-google-cloud-filestore-v1/src/main/java/com/google/cloud/filestore/v1/ListBackupsRequest.java index bdb382e7..d60f53cc 100644 --- a/proto-google-cloud-filestore-v1/src/main/java/com/google/cloud/filestore/v1/ListBackupsRequest.java +++ b/proto-google-cloud-filestore-v1/src/main/java/com/google/cloud/filestore/v1/ListBackupsRequest.java @@ -147,11 +147,11 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * *
    * Required. The project and location for which to retrieve backup information,
-   * in the format projects/{project_number}/locations/{location}.
+   * in the format `projects/{project_number}/locations/{location}`.
    * In Cloud Filestore, backup locations map to GCP regions,
    * for example **us-west1**.
    * To retrieve backup information for all locations, use "-" for the
-   * {location} value.
+   * `{location}` value.
    * 
* * @@ -177,11 +177,11 @@ public java.lang.String getParent() { * *
    * Required. The project and location for which to retrieve backup information,
-   * in the format projects/{project_number}/locations/{location}.
+   * in the format `projects/{project_number}/locations/{location}`.
    * In Cloud Filestore, backup locations map to GCP regions,
    * for example **us-west1**.
    * To retrieve backup information for all locations, use "-" for the
-   * {location} value.
+   * `{location}` value.
    * 
* * @@ -756,11 +756,11 @@ public Builder mergeFrom( * *
      * Required. The project and location for which to retrieve backup information,
-     * in the format projects/{project_number}/locations/{location}.
+     * in the format `projects/{project_number}/locations/{location}`.
      * In Cloud Filestore, backup locations map to GCP regions,
      * for example **us-west1**.
      * To retrieve backup information for all locations, use "-" for the
-     * {location} value.
+     * `{location}` value.
      * 
* * @@ -785,11 +785,11 @@ public java.lang.String getParent() { * *
      * Required. The project and location for which to retrieve backup information,
-     * in the format projects/{project_number}/locations/{location}.
+     * in the format `projects/{project_number}/locations/{location}`.
      * In Cloud Filestore, backup locations map to GCP regions,
      * for example **us-west1**.
      * To retrieve backup information for all locations, use "-" for the
-     * {location} value.
+     * `{location}` value.
      * 
* * @@ -814,11 +814,11 @@ public com.google.protobuf.ByteString getParentBytes() { * *
      * Required. The project and location for which to retrieve backup information,
-     * in the format projects/{project_number}/locations/{location}.
+     * in the format `projects/{project_number}/locations/{location}`.
      * In Cloud Filestore, backup locations map to GCP regions,
      * for example **us-west1**.
      * To retrieve backup information for all locations, use "-" for the
-     * {location} value.
+     * `{location}` value.
      * 
* * @@ -842,11 +842,11 @@ public Builder setParent(java.lang.String value) { * *
      * Required. The project and location for which to retrieve backup information,
-     * in the format projects/{project_number}/locations/{location}.
+     * in the format `projects/{project_number}/locations/{location}`.
      * In Cloud Filestore, backup locations map to GCP regions,
      * for example **us-west1**.
      * To retrieve backup information for all locations, use "-" for the
-     * {location} value.
+     * `{location}` value.
      * 
* * @@ -866,11 +866,11 @@ public Builder clearParent() { * *
      * Required. The project and location for which to retrieve backup information,
-     * in the format projects/{project_number}/locations/{location}.
+     * in the format `projects/{project_number}/locations/{location}`.
      * In Cloud Filestore, backup locations map to GCP regions,
      * for example **us-west1**.
      * To retrieve backup information for all locations, use "-" for the
-     * {location} value.
+     * `{location}` value.
      * 
* * diff --git a/proto-google-cloud-filestore-v1/src/main/java/com/google/cloud/filestore/v1/ListBackupsRequestOrBuilder.java b/proto-google-cloud-filestore-v1/src/main/java/com/google/cloud/filestore/v1/ListBackupsRequestOrBuilder.java index 338e40ff..0c9ed2a6 100644 --- a/proto-google-cloud-filestore-v1/src/main/java/com/google/cloud/filestore/v1/ListBackupsRequestOrBuilder.java +++ b/proto-google-cloud-filestore-v1/src/main/java/com/google/cloud/filestore/v1/ListBackupsRequestOrBuilder.java @@ -28,11 +28,11 @@ public interface ListBackupsRequestOrBuilder * *
    * Required. The project and location for which to retrieve backup information,
-   * in the format projects/{project_number}/locations/{location}.
+   * in the format `projects/{project_number}/locations/{location}`.
    * In Cloud Filestore, backup locations map to GCP regions,
    * for example **us-west1**.
    * To retrieve backup information for all locations, use "-" for the
-   * {location} value.
+   * `{location}` value.
    * 
* * @@ -47,11 +47,11 @@ public interface ListBackupsRequestOrBuilder * *
    * Required. The project and location for which to retrieve backup information,
-   * in the format projects/{project_number}/locations/{location}.
+   * in the format `projects/{project_number}/locations/{location}`.
    * In Cloud Filestore, backup locations map to GCP regions,
    * for example **us-west1**.
    * To retrieve backup information for all locations, use "-" for the
-   * {location} value.
+   * `{location}` value.
    * 
* * diff --git a/proto-google-cloud-filestore-v1/src/main/java/com/google/cloud/filestore/v1/ListBackupsResponse.java b/proto-google-cloud-filestore-v1/src/main/java/com/google/cloud/filestore/v1/ListBackupsResponse.java index d732a703..0eba95ac 100644 --- a/proto-google-cloud-filestore-v1/src/main/java/com/google/cloud/filestore/v1/ListBackupsResponse.java +++ b/proto-google-cloud-filestore-v1/src/main/java/com/google/cloud/filestore/v1/ListBackupsResponse.java @@ -148,8 +148,8 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * *
    * A list of backups in the project for the specified location.
-   * If the {location} value in the request is "-", the response contains a list
-   * of backups from all locations. If any location is unreachable, the
+   * If the `{location}` value in the request is "-", the response contains a
+   * list of backups from all locations. If any location is unreachable, the
    * response will only return backups in reachable locations and the
    * "unreachable" field will be populated with a list of unreachable
    * locations.
@@ -166,8 +166,8 @@ public java.util.List getBackupsList() {
    *
    * 
    * A list of backups in the project for the specified location.
-   * If the {location} value in the request is "-", the response contains a list
-   * of backups from all locations. If any location is unreachable, the
+   * If the `{location}` value in the request is "-", the response contains a
+   * list of backups from all locations. If any location is unreachable, the
    * response will only return backups in reachable locations and the
    * "unreachable" field will be populated with a list of unreachable
    * locations.
@@ -185,8 +185,8 @@ public java.util.List getBackupsList() {
    *
    * 
    * A list of backups in the project for the specified location.
-   * If the {location} value in the request is "-", the response contains a list
-   * of backups from all locations. If any location is unreachable, the
+   * If the `{location}` value in the request is "-", the response contains a
+   * list of backups from all locations. If any location is unreachable, the
    * response will only return backups in reachable locations and the
    * "unreachable" field will be populated with a list of unreachable
    * locations.
@@ -203,8 +203,8 @@ public int getBackupsCount() {
    *
    * 
    * A list of backups in the project for the specified location.
-   * If the {location} value in the request is "-", the response contains a list
-   * of backups from all locations. If any location is unreachable, the
+   * If the `{location}` value in the request is "-", the response contains a
+   * list of backups from all locations. If any location is unreachable, the
    * response will only return backups in reachable locations and the
    * "unreachable" field will be populated with a list of unreachable
    * locations.
@@ -221,8 +221,8 @@ public com.google.cloud.filestore.v1.Backup getBackups(int index) {
    *
    * 
    * A list of backups in the project for the specified location.
-   * If the {location} value in the request is "-", the response contains a list
-   * of backups from all locations. If any location is unreachable, the
+   * If the `{location}` value in the request is "-", the response contains a
+   * list of backups from all locations. If any location is unreachable, the
    * response will only return backups in reachable locations and the
    * "unreachable" field will be populated with a list of unreachable
    * locations.
@@ -777,8 +777,8 @@ private void ensureBackupsIsMutable() {
      *
      * 
      * A list of backups in the project for the specified location.
-     * If the {location} value in the request is "-", the response contains a list
-     * of backups from all locations. If any location is unreachable, the
+     * If the `{location}` value in the request is "-", the response contains a
+     * list of backups from all locations. If any location is unreachable, the
      * response will only return backups in reachable locations and the
      * "unreachable" field will be populated with a list of unreachable
      * locations.
@@ -798,8 +798,8 @@ public java.util.List getBackupsList() {
      *
      * 
      * A list of backups in the project for the specified location.
-     * If the {location} value in the request is "-", the response contains a list
-     * of backups from all locations. If any location is unreachable, the
+     * If the `{location}` value in the request is "-", the response contains a
+     * list of backups from all locations. If any location is unreachable, the
      * response will only return backups in reachable locations and the
      * "unreachable" field will be populated with a list of unreachable
      * locations.
@@ -819,8 +819,8 @@ public int getBackupsCount() {
      *
      * 
      * A list of backups in the project for the specified location.
-     * If the {location} value in the request is "-", the response contains a list
-     * of backups from all locations. If any location is unreachable, the
+     * If the `{location}` value in the request is "-", the response contains a
+     * list of backups from all locations. If any location is unreachable, the
      * response will only return backups in reachable locations and the
      * "unreachable" field will be populated with a list of unreachable
      * locations.
@@ -840,8 +840,8 @@ public com.google.cloud.filestore.v1.Backup getBackups(int index) {
      *
      * 
      * A list of backups in the project for the specified location.
-     * If the {location} value in the request is "-", the response contains a list
-     * of backups from all locations. If any location is unreachable, the
+     * If the `{location}` value in the request is "-", the response contains a
+     * list of backups from all locations. If any location is unreachable, the
      * response will only return backups in reachable locations and the
      * "unreachable" field will be populated with a list of unreachable
      * locations.
@@ -867,8 +867,8 @@ public Builder setBackups(int index, com.google.cloud.filestore.v1.Backup value)
      *
      * 
      * A list of backups in the project for the specified location.
-     * If the {location} value in the request is "-", the response contains a list
-     * of backups from all locations. If any location is unreachable, the
+     * If the `{location}` value in the request is "-", the response contains a
+     * list of backups from all locations. If any location is unreachable, the
      * response will only return backups in reachable locations and the
      * "unreachable" field will be populated with a list of unreachable
      * locations.
@@ -892,8 +892,8 @@ public Builder setBackups(
      *
      * 
      * A list of backups in the project for the specified location.
-     * If the {location} value in the request is "-", the response contains a list
-     * of backups from all locations. If any location is unreachable, the
+     * If the `{location}` value in the request is "-", the response contains a
+     * list of backups from all locations. If any location is unreachable, the
      * response will only return backups in reachable locations and the
      * "unreachable" field will be populated with a list of unreachable
      * locations.
@@ -919,8 +919,8 @@ public Builder addBackups(com.google.cloud.filestore.v1.Backup value) {
      *
      * 
      * A list of backups in the project for the specified location.
-     * If the {location} value in the request is "-", the response contains a list
-     * of backups from all locations. If any location is unreachable, the
+     * If the `{location}` value in the request is "-", the response contains a
+     * list of backups from all locations. If any location is unreachable, the
      * response will only return backups in reachable locations and the
      * "unreachable" field will be populated with a list of unreachable
      * locations.
@@ -946,8 +946,8 @@ public Builder addBackups(int index, com.google.cloud.filestore.v1.Backup value)
      *
      * 
      * A list of backups in the project for the specified location.
-     * If the {location} value in the request is "-", the response contains a list
-     * of backups from all locations. If any location is unreachable, the
+     * If the `{location}` value in the request is "-", the response contains a
+     * list of backups from all locations. If any location is unreachable, the
      * response will only return backups in reachable locations and the
      * "unreachable" field will be populated with a list of unreachable
      * locations.
@@ -970,8 +970,8 @@ public Builder addBackups(com.google.cloud.filestore.v1.Backup.Builder builderFo
      *
      * 
      * A list of backups in the project for the specified location.
-     * If the {location} value in the request is "-", the response contains a list
-     * of backups from all locations. If any location is unreachable, the
+     * If the `{location}` value in the request is "-", the response contains a
+     * list of backups from all locations. If any location is unreachable, the
      * response will only return backups in reachable locations and the
      * "unreachable" field will be populated with a list of unreachable
      * locations.
@@ -995,8 +995,8 @@ public Builder addBackups(
      *
      * 
      * A list of backups in the project for the specified location.
-     * If the {location} value in the request is "-", the response contains a list
-     * of backups from all locations. If any location is unreachable, the
+     * If the `{location}` value in the request is "-", the response contains a
+     * list of backups from all locations. If any location is unreachable, the
      * response will only return backups in reachable locations and the
      * "unreachable" field will be populated with a list of unreachable
      * locations.
@@ -1020,8 +1020,8 @@ public Builder addAllBackups(
      *
      * 
      * A list of backups in the project for the specified location.
-     * If the {location} value in the request is "-", the response contains a list
-     * of backups from all locations. If any location is unreachable, the
+     * If the `{location}` value in the request is "-", the response contains a
+     * list of backups from all locations. If any location is unreachable, the
      * response will only return backups in reachable locations and the
      * "unreachable" field will be populated with a list of unreachable
      * locations.
@@ -1044,8 +1044,8 @@ public Builder clearBackups() {
      *
      * 
      * A list of backups in the project for the specified location.
-     * If the {location} value in the request is "-", the response contains a list
-     * of backups from all locations. If any location is unreachable, the
+     * If the `{location}` value in the request is "-", the response contains a
+     * list of backups from all locations. If any location is unreachable, the
      * response will only return backups in reachable locations and the
      * "unreachable" field will be populated with a list of unreachable
      * locations.
@@ -1068,8 +1068,8 @@ public Builder removeBackups(int index) {
      *
      * 
      * A list of backups in the project for the specified location.
-     * If the {location} value in the request is "-", the response contains a list
-     * of backups from all locations. If any location is unreachable, the
+     * If the `{location}` value in the request is "-", the response contains a
+     * list of backups from all locations. If any location is unreachable, the
      * response will only return backups in reachable locations and the
      * "unreachable" field will be populated with a list of unreachable
      * locations.
@@ -1085,8 +1085,8 @@ public com.google.cloud.filestore.v1.Backup.Builder getBackupsBuilder(int index)
      *
      * 
      * A list of backups in the project for the specified location.
-     * If the {location} value in the request is "-", the response contains a list
-     * of backups from all locations. If any location is unreachable, the
+     * If the `{location}` value in the request is "-", the response contains a
+     * list of backups from all locations. If any location is unreachable, the
      * response will only return backups in reachable locations and the
      * "unreachable" field will be populated with a list of unreachable
      * locations.
@@ -1106,8 +1106,8 @@ public com.google.cloud.filestore.v1.BackupOrBuilder getBackupsOrBuilder(int ind
      *
      * 
      * A list of backups in the project for the specified location.
-     * If the {location} value in the request is "-", the response contains a list
-     * of backups from all locations. If any location is unreachable, the
+     * If the `{location}` value in the request is "-", the response contains a
+     * list of backups from all locations. If any location is unreachable, the
      * response will only return backups in reachable locations and the
      * "unreachable" field will be populated with a list of unreachable
      * locations.
@@ -1128,8 +1128,8 @@ public com.google.cloud.filestore.v1.BackupOrBuilder getBackupsOrBuilder(int ind
      *
      * 
      * A list of backups in the project for the specified location.
-     * If the {location} value in the request is "-", the response contains a list
-     * of backups from all locations. If any location is unreachable, the
+     * If the `{location}` value in the request is "-", the response contains a
+     * list of backups from all locations. If any location is unreachable, the
      * response will only return backups in reachable locations and the
      * "unreachable" field will be populated with a list of unreachable
      * locations.
@@ -1146,8 +1146,8 @@ public com.google.cloud.filestore.v1.Backup.Builder addBackupsBuilder() {
      *
      * 
      * A list of backups in the project for the specified location.
-     * If the {location} value in the request is "-", the response contains a list
-     * of backups from all locations. If any location is unreachable, the
+     * If the `{location}` value in the request is "-", the response contains a
+     * list of backups from all locations. If any location is unreachable, the
      * response will only return backups in reachable locations and the
      * "unreachable" field will be populated with a list of unreachable
      * locations.
@@ -1164,8 +1164,8 @@ public com.google.cloud.filestore.v1.Backup.Builder addBackupsBuilder(int index)
      *
      * 
      * A list of backups in the project for the specified location.
-     * If the {location} value in the request is "-", the response contains a list
-     * of backups from all locations. If any location is unreachable, the
+     * If the `{location}` value in the request is "-", the response contains a
+     * list of backups from all locations. If any location is unreachable, the
      * response will only return backups in reachable locations and the
      * "unreachable" field will be populated with a list of unreachable
      * locations.
diff --git a/proto-google-cloud-filestore-v1/src/main/java/com/google/cloud/filestore/v1/ListBackupsResponseOrBuilder.java b/proto-google-cloud-filestore-v1/src/main/java/com/google/cloud/filestore/v1/ListBackupsResponseOrBuilder.java
index 893ef68f..20008825 100644
--- a/proto-google-cloud-filestore-v1/src/main/java/com/google/cloud/filestore/v1/ListBackupsResponseOrBuilder.java
+++ b/proto-google-cloud-filestore-v1/src/main/java/com/google/cloud/filestore/v1/ListBackupsResponseOrBuilder.java
@@ -28,8 +28,8 @@ public interface ListBackupsResponseOrBuilder
    *
    * 
    * A list of backups in the project for the specified location.
-   * If the {location} value in the request is "-", the response contains a list
-   * of backups from all locations. If any location is unreachable, the
+   * If the `{location}` value in the request is "-", the response contains a
+   * list of backups from all locations. If any location is unreachable, the
    * response will only return backups in reachable locations and the
    * "unreachable" field will be populated with a list of unreachable
    * locations.
@@ -43,8 +43,8 @@ public interface ListBackupsResponseOrBuilder
    *
    * 
    * A list of backups in the project for the specified location.
-   * If the {location} value in the request is "-", the response contains a list
-   * of backups from all locations. If any location is unreachable, the
+   * If the `{location}` value in the request is "-", the response contains a
+   * list of backups from all locations. If any location is unreachable, the
    * response will only return backups in reachable locations and the
    * "unreachable" field will be populated with a list of unreachable
    * locations.
@@ -58,8 +58,8 @@ public interface ListBackupsResponseOrBuilder
    *
    * 
    * A list of backups in the project for the specified location.
-   * If the {location} value in the request is "-", the response contains a list
-   * of backups from all locations. If any location is unreachable, the
+   * If the `{location}` value in the request is "-", the response contains a
+   * list of backups from all locations. If any location is unreachable, the
    * response will only return backups in reachable locations and the
    * "unreachable" field will be populated with a list of unreachable
    * locations.
@@ -73,8 +73,8 @@ public interface ListBackupsResponseOrBuilder
    *
    * 
    * A list of backups in the project for the specified location.
-   * If the {location} value in the request is "-", the response contains a list
-   * of backups from all locations. If any location is unreachable, the
+   * If the `{location}` value in the request is "-", the response contains a
+   * list of backups from all locations. If any location is unreachable, the
    * response will only return backups in reachable locations and the
    * "unreachable" field will be populated with a list of unreachable
    * locations.
@@ -88,8 +88,8 @@ public interface ListBackupsResponseOrBuilder
    *
    * 
    * A list of backups in the project for the specified location.
-   * If the {location} value in the request is "-", the response contains a list
-   * of backups from all locations. If any location is unreachable, the
+   * If the `{location}` value in the request is "-", the response contains a
+   * list of backups from all locations. If any location is unreachable, the
    * response will only return backups in reachable locations and the
    * "unreachable" field will be populated with a list of unreachable
    * locations.
diff --git a/proto-google-cloud-filestore-v1/src/main/java/com/google/cloud/filestore/v1/ListInstancesRequest.java b/proto-google-cloud-filestore-v1/src/main/java/com/google/cloud/filestore/v1/ListInstancesRequest.java
index 1dcb6aae..042dec6b 100644
--- a/proto-google-cloud-filestore-v1/src/main/java/com/google/cloud/filestore/v1/ListInstancesRequest.java
+++ b/proto-google-cloud-filestore-v1/src/main/java/com/google/cloud/filestore/v1/ListInstancesRequest.java
@@ -147,10 +147,10 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
    *
    * 
    * Required. The project and location for which to retrieve instance information,
-   * in the format projects/{project_id}/locations/{location}. In Cloud
+   * in the format `projects/{project_id}/locations/{location}`. In Cloud
    * Filestore, locations map to GCP zones, for example **us-west1-b**. To
-   * retrieve instance information for all locations, use "-" for the {location}
-   * value.
+   * retrieve instance information for all locations, use "-" for the
+   * `{location}` value.
    * 
* * @@ -176,10 +176,10 @@ public java.lang.String getParent() { * *
    * Required. The project and location for which to retrieve instance information,
-   * in the format projects/{project_id}/locations/{location}. In Cloud
+   * in the format `projects/{project_id}/locations/{location}`. In Cloud
    * Filestore, locations map to GCP zones, for example **us-west1-b**. To
-   * retrieve instance information for all locations, use "-" for the {location}
-   * value.
+   * retrieve instance information for all locations, use "-" for the
+   * `{location}` value.
    * 
* * @@ -755,10 +755,10 @@ public Builder mergeFrom( * *
      * Required. The project and location for which to retrieve instance information,
-     * in the format projects/{project_id}/locations/{location}. In Cloud
+     * in the format `projects/{project_id}/locations/{location}`. In Cloud
      * Filestore, locations map to GCP zones, for example **us-west1-b**. To
-     * retrieve instance information for all locations, use "-" for the {location}
-     * value.
+     * retrieve instance information for all locations, use "-" for the
+     * `{location}` value.
      * 
* * @@ -783,10 +783,10 @@ public java.lang.String getParent() { * *
      * Required. The project and location for which to retrieve instance information,
-     * in the format projects/{project_id}/locations/{location}. In Cloud
+     * in the format `projects/{project_id}/locations/{location}`. In Cloud
      * Filestore, locations map to GCP zones, for example **us-west1-b**. To
-     * retrieve instance information for all locations, use "-" for the {location}
-     * value.
+     * retrieve instance information for all locations, use "-" for the
+     * `{location}` value.
      * 
* * @@ -811,10 +811,10 @@ public com.google.protobuf.ByteString getParentBytes() { * *
      * Required. The project and location for which to retrieve instance information,
-     * in the format projects/{project_id}/locations/{location}. In Cloud
+     * in the format `projects/{project_id}/locations/{location}`. In Cloud
      * Filestore, locations map to GCP zones, for example **us-west1-b**. To
-     * retrieve instance information for all locations, use "-" for the {location}
-     * value.
+     * retrieve instance information for all locations, use "-" for the
+     * `{location}` value.
      * 
* * @@ -838,10 +838,10 @@ public Builder setParent(java.lang.String value) { * *
      * Required. The project and location for which to retrieve instance information,
-     * in the format projects/{project_id}/locations/{location}. In Cloud
+     * in the format `projects/{project_id}/locations/{location}`. In Cloud
      * Filestore, locations map to GCP zones, for example **us-west1-b**. To
-     * retrieve instance information for all locations, use "-" for the {location}
-     * value.
+     * retrieve instance information for all locations, use "-" for the
+     * `{location}` value.
      * 
* * @@ -861,10 +861,10 @@ public Builder clearParent() { * *
      * Required. The project and location for which to retrieve instance information,
-     * in the format projects/{project_id}/locations/{location}. In Cloud
+     * in the format `projects/{project_id}/locations/{location}`. In Cloud
      * Filestore, locations map to GCP zones, for example **us-west1-b**. To
-     * retrieve instance information for all locations, use "-" for the {location}
-     * value.
+     * retrieve instance information for all locations, use "-" for the
+     * `{location}` value.
      * 
* * diff --git a/proto-google-cloud-filestore-v1/src/main/java/com/google/cloud/filestore/v1/ListInstancesRequestOrBuilder.java b/proto-google-cloud-filestore-v1/src/main/java/com/google/cloud/filestore/v1/ListInstancesRequestOrBuilder.java index 34c4e0b9..ddd5035c 100644 --- a/proto-google-cloud-filestore-v1/src/main/java/com/google/cloud/filestore/v1/ListInstancesRequestOrBuilder.java +++ b/proto-google-cloud-filestore-v1/src/main/java/com/google/cloud/filestore/v1/ListInstancesRequestOrBuilder.java @@ -28,10 +28,10 @@ public interface ListInstancesRequestOrBuilder * *
    * Required. The project and location for which to retrieve instance information,
-   * in the format projects/{project_id}/locations/{location}. In Cloud
+   * in the format `projects/{project_id}/locations/{location}`. In Cloud
    * Filestore, locations map to GCP zones, for example **us-west1-b**. To
-   * retrieve instance information for all locations, use "-" for the {location}
-   * value.
+   * retrieve instance information for all locations, use "-" for the
+   * `{location}` value.
    * 
* * @@ -46,10 +46,10 @@ public interface ListInstancesRequestOrBuilder * *
    * Required. The project and location for which to retrieve instance information,
-   * in the format projects/{project_id}/locations/{location}. In Cloud
+   * in the format `projects/{project_id}/locations/{location}`. In Cloud
    * Filestore, locations map to GCP zones, for example **us-west1-b**. To
-   * retrieve instance information for all locations, use "-" for the {location}
-   * value.
+   * retrieve instance information for all locations, use "-" for the
+   * `{location}` value.
    * 
* * diff --git a/proto-google-cloud-filestore-v1/src/main/java/com/google/cloud/filestore/v1/ListInstancesResponse.java b/proto-google-cloud-filestore-v1/src/main/java/com/google/cloud/filestore/v1/ListInstancesResponse.java index db0fd533..ac040ee7 100644 --- a/proto-google-cloud-filestore-v1/src/main/java/com/google/cloud/filestore/v1/ListInstancesResponse.java +++ b/proto-google-cloud-filestore-v1/src/main/java/com/google/cloud/filestore/v1/ListInstancesResponse.java @@ -148,8 +148,8 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * *
    * A list of instances in the project for the specified location.
-   * If the {location} value in the request is "-", the response contains a list
-   * of instances from all locations. If any location is unreachable, the
+   * If the `{location}` value in the request is "-", the response contains a
+   * list of instances from all locations. If any location is unreachable, the
    * response will only return instances in reachable locations and the
    * "unreachable" field will be populated with a list of unreachable locations.
    * 
@@ -165,8 +165,8 @@ public java.util.List getInstancesList() * *
    * A list of instances in the project for the specified location.
-   * If the {location} value in the request is "-", the response contains a list
-   * of instances from all locations. If any location is unreachable, the
+   * If the `{location}` value in the request is "-", the response contains a
+   * list of instances from all locations. If any location is unreachable, the
    * response will only return instances in reachable locations and the
    * "unreachable" field will be populated with a list of unreachable locations.
    * 
@@ -183,8 +183,8 @@ public java.util.List getInstancesList() * *
    * A list of instances in the project for the specified location.
-   * If the {location} value in the request is "-", the response contains a list
-   * of instances from all locations. If any location is unreachable, the
+   * If the `{location}` value in the request is "-", the response contains a
+   * list of instances from all locations. If any location is unreachable, the
    * response will only return instances in reachable locations and the
    * "unreachable" field will be populated with a list of unreachable locations.
    * 
@@ -200,8 +200,8 @@ public int getInstancesCount() { * *
    * A list of instances in the project for the specified location.
-   * If the {location} value in the request is "-", the response contains a list
-   * of instances from all locations. If any location is unreachable, the
+   * If the `{location}` value in the request is "-", the response contains a
+   * list of instances from all locations. If any location is unreachable, the
    * response will only return instances in reachable locations and the
    * "unreachable" field will be populated with a list of unreachable locations.
    * 
@@ -217,8 +217,8 @@ public com.google.cloud.filestore.v1.Instance getInstances(int index) { * *
    * A list of instances in the project for the specified location.
-   * If the {location} value in the request is "-", the response contains a list
-   * of instances from all locations. If any location is unreachable, the
+   * If the `{location}` value in the request is "-", the response contains a
+   * list of instances from all locations. If any location is unreachable, the
    * response will only return instances in reachable locations and the
    * "unreachable" field will be populated with a list of unreachable locations.
    * 
@@ -772,8 +772,8 @@ private void ensureInstancesIsMutable() { * *
      * A list of instances in the project for the specified location.
-     * If the {location} value in the request is "-", the response contains a list
-     * of instances from all locations. If any location is unreachable, the
+     * If the `{location}` value in the request is "-", the response contains a
+     * list of instances from all locations. If any location is unreachable, the
      * response will only return instances in reachable locations and the
      * "unreachable" field will be populated with a list of unreachable locations.
      * 
@@ -792,8 +792,8 @@ public java.util.List getInstancesList() * *
      * A list of instances in the project for the specified location.
-     * If the {location} value in the request is "-", the response contains a list
-     * of instances from all locations. If any location is unreachable, the
+     * If the `{location}` value in the request is "-", the response contains a
+     * list of instances from all locations. If any location is unreachable, the
      * response will only return instances in reachable locations and the
      * "unreachable" field will be populated with a list of unreachable locations.
      * 
@@ -812,8 +812,8 @@ public int getInstancesCount() { * *
      * A list of instances in the project for the specified location.
-     * If the {location} value in the request is "-", the response contains a list
-     * of instances from all locations. If any location is unreachable, the
+     * If the `{location}` value in the request is "-", the response contains a
+     * list of instances from all locations. If any location is unreachable, the
      * response will only return instances in reachable locations and the
      * "unreachable" field will be populated with a list of unreachable locations.
      * 
@@ -832,8 +832,8 @@ public com.google.cloud.filestore.v1.Instance getInstances(int index) { * *
      * A list of instances in the project for the specified location.
-     * If the {location} value in the request is "-", the response contains a list
-     * of instances from all locations. If any location is unreachable, the
+     * If the `{location}` value in the request is "-", the response contains a
+     * list of instances from all locations. If any location is unreachable, the
      * response will only return instances in reachable locations and the
      * "unreachable" field will be populated with a list of unreachable locations.
      * 
@@ -858,8 +858,8 @@ public Builder setInstances(int index, com.google.cloud.filestore.v1.Instance va * *
      * A list of instances in the project for the specified location.
-     * If the {location} value in the request is "-", the response contains a list
-     * of instances from all locations. If any location is unreachable, the
+     * If the `{location}` value in the request is "-", the response contains a
+     * list of instances from all locations. If any location is unreachable, the
      * response will only return instances in reachable locations and the
      * "unreachable" field will be populated with a list of unreachable locations.
      * 
@@ -882,8 +882,8 @@ public Builder setInstances( * *
      * A list of instances in the project for the specified location.
-     * If the {location} value in the request is "-", the response contains a list
-     * of instances from all locations. If any location is unreachable, the
+     * If the `{location}` value in the request is "-", the response contains a
+     * list of instances from all locations. If any location is unreachable, the
      * response will only return instances in reachable locations and the
      * "unreachable" field will be populated with a list of unreachable locations.
      * 
@@ -908,8 +908,8 @@ public Builder addInstances(com.google.cloud.filestore.v1.Instance value) { * *
      * A list of instances in the project for the specified location.
-     * If the {location} value in the request is "-", the response contains a list
-     * of instances from all locations. If any location is unreachable, the
+     * If the `{location}` value in the request is "-", the response contains a
+     * list of instances from all locations. If any location is unreachable, the
      * response will only return instances in reachable locations and the
      * "unreachable" field will be populated with a list of unreachable locations.
      * 
@@ -934,8 +934,8 @@ public Builder addInstances(int index, com.google.cloud.filestore.v1.Instance va * *
      * A list of instances in the project for the specified location.
-     * If the {location} value in the request is "-", the response contains a list
-     * of instances from all locations. If any location is unreachable, the
+     * If the `{location}` value in the request is "-", the response contains a
+     * list of instances from all locations. If any location is unreachable, the
      * response will only return instances in reachable locations and the
      * "unreachable" field will be populated with a list of unreachable locations.
      * 
@@ -957,8 +957,8 @@ public Builder addInstances(com.google.cloud.filestore.v1.Instance.Builder build * *
      * A list of instances in the project for the specified location.
-     * If the {location} value in the request is "-", the response contains a list
-     * of instances from all locations. If any location is unreachable, the
+     * If the `{location}` value in the request is "-", the response contains a
+     * list of instances from all locations. If any location is unreachable, the
      * response will only return instances in reachable locations and the
      * "unreachable" field will be populated with a list of unreachable locations.
      * 
@@ -981,8 +981,8 @@ public Builder addInstances( * *
      * A list of instances in the project for the specified location.
-     * If the {location} value in the request is "-", the response contains a list
-     * of instances from all locations. If any location is unreachable, the
+     * If the `{location}` value in the request is "-", the response contains a
+     * list of instances from all locations. If any location is unreachable, the
      * response will only return instances in reachable locations and the
      * "unreachable" field will be populated with a list of unreachable locations.
      * 
@@ -1005,8 +1005,8 @@ public Builder addAllInstances( * *
      * A list of instances in the project for the specified location.
-     * If the {location} value in the request is "-", the response contains a list
-     * of instances from all locations. If any location is unreachable, the
+     * If the `{location}` value in the request is "-", the response contains a
+     * list of instances from all locations. If any location is unreachable, the
      * response will only return instances in reachable locations and the
      * "unreachable" field will be populated with a list of unreachable locations.
      * 
@@ -1028,8 +1028,8 @@ public Builder clearInstances() { * *
      * A list of instances in the project for the specified location.
-     * If the {location} value in the request is "-", the response contains a list
-     * of instances from all locations. If any location is unreachable, the
+     * If the `{location}` value in the request is "-", the response contains a
+     * list of instances from all locations. If any location is unreachable, the
      * response will only return instances in reachable locations and the
      * "unreachable" field will be populated with a list of unreachable locations.
      * 
@@ -1051,8 +1051,8 @@ public Builder removeInstances(int index) { * *
      * A list of instances in the project for the specified location.
-     * If the {location} value in the request is "-", the response contains a list
-     * of instances from all locations. If any location is unreachable, the
+     * If the `{location}` value in the request is "-", the response contains a
+     * list of instances from all locations. If any location is unreachable, the
      * response will only return instances in reachable locations and the
      * "unreachable" field will be populated with a list of unreachable locations.
      * 
@@ -1067,8 +1067,8 @@ public com.google.cloud.filestore.v1.Instance.Builder getInstancesBuilder(int in * *
      * A list of instances in the project for the specified location.
-     * If the {location} value in the request is "-", the response contains a list
-     * of instances from all locations. If any location is unreachable, the
+     * If the `{location}` value in the request is "-", the response contains a
+     * list of instances from all locations. If any location is unreachable, the
      * response will only return instances in reachable locations and the
      * "unreachable" field will be populated with a list of unreachable locations.
      * 
@@ -1087,8 +1087,8 @@ public com.google.cloud.filestore.v1.InstanceOrBuilder getInstancesOrBuilder(int * *
      * A list of instances in the project for the specified location.
-     * If the {location} value in the request is "-", the response contains a list
-     * of instances from all locations. If any location is unreachable, the
+     * If the `{location}` value in the request is "-", the response contains a
+     * list of instances from all locations. If any location is unreachable, the
      * response will only return instances in reachable locations and the
      * "unreachable" field will be populated with a list of unreachable locations.
      * 
@@ -1108,8 +1108,8 @@ public com.google.cloud.filestore.v1.InstanceOrBuilder getInstancesOrBuilder(int * *
      * A list of instances in the project for the specified location.
-     * If the {location} value in the request is "-", the response contains a list
-     * of instances from all locations. If any location is unreachable, the
+     * If the `{location}` value in the request is "-", the response contains a
+     * list of instances from all locations. If any location is unreachable, the
      * response will only return instances in reachable locations and the
      * "unreachable" field will be populated with a list of unreachable locations.
      * 
@@ -1125,8 +1125,8 @@ public com.google.cloud.filestore.v1.Instance.Builder addInstancesBuilder() { * *
      * A list of instances in the project for the specified location.
-     * If the {location} value in the request is "-", the response contains a list
-     * of instances from all locations. If any location is unreachable, the
+     * If the `{location}` value in the request is "-", the response contains a
+     * list of instances from all locations. If any location is unreachable, the
      * response will only return instances in reachable locations and the
      * "unreachable" field will be populated with a list of unreachable locations.
      * 
@@ -1142,8 +1142,8 @@ public com.google.cloud.filestore.v1.Instance.Builder addInstancesBuilder(int in * *
      * A list of instances in the project for the specified location.
-     * If the {location} value in the request is "-", the response contains a list
-     * of instances from all locations. If any location is unreachable, the
+     * If the `{location}` value in the request is "-", the response contains a
+     * list of instances from all locations. If any location is unreachable, the
      * response will only return instances in reachable locations and the
      * "unreachable" field will be populated with a list of unreachable locations.
      * 
diff --git a/proto-google-cloud-filestore-v1/src/main/java/com/google/cloud/filestore/v1/ListInstancesResponseOrBuilder.java b/proto-google-cloud-filestore-v1/src/main/java/com/google/cloud/filestore/v1/ListInstancesResponseOrBuilder.java index 1126fd67..cea59d13 100644 --- a/proto-google-cloud-filestore-v1/src/main/java/com/google/cloud/filestore/v1/ListInstancesResponseOrBuilder.java +++ b/proto-google-cloud-filestore-v1/src/main/java/com/google/cloud/filestore/v1/ListInstancesResponseOrBuilder.java @@ -28,8 +28,8 @@ public interface ListInstancesResponseOrBuilder * *
    * A list of instances in the project for the specified location.
-   * If the {location} value in the request is "-", the response contains a list
-   * of instances from all locations. If any location is unreachable, the
+   * If the `{location}` value in the request is "-", the response contains a
+   * list of instances from all locations. If any location is unreachable, the
    * response will only return instances in reachable locations and the
    * "unreachable" field will be populated with a list of unreachable locations.
    * 
@@ -42,8 +42,8 @@ public interface ListInstancesResponseOrBuilder * *
    * A list of instances in the project for the specified location.
-   * If the {location} value in the request is "-", the response contains a list
-   * of instances from all locations. If any location is unreachable, the
+   * If the `{location}` value in the request is "-", the response contains a
+   * list of instances from all locations. If any location is unreachable, the
    * response will only return instances in reachable locations and the
    * "unreachable" field will be populated with a list of unreachable locations.
    * 
@@ -56,8 +56,8 @@ public interface ListInstancesResponseOrBuilder * *
    * A list of instances in the project for the specified location.
-   * If the {location} value in the request is "-", the response contains a list
-   * of instances from all locations. If any location is unreachable, the
+   * If the `{location}` value in the request is "-", the response contains a
+   * list of instances from all locations. If any location is unreachable, the
    * response will only return instances in reachable locations and the
    * "unreachable" field will be populated with a list of unreachable locations.
    * 
@@ -70,8 +70,8 @@ public interface ListInstancesResponseOrBuilder * *
    * A list of instances in the project for the specified location.
-   * If the {location} value in the request is "-", the response contains a list
-   * of instances from all locations. If any location is unreachable, the
+   * If the `{location}` value in the request is "-", the response contains a
+   * list of instances from all locations. If any location is unreachable, the
    * response will only return instances in reachable locations and the
    * "unreachable" field will be populated with a list of unreachable locations.
    * 
@@ -85,8 +85,8 @@ public interface ListInstancesResponseOrBuilder * *
    * A list of instances in the project for the specified location.
-   * If the {location} value in the request is "-", the response contains a list
-   * of instances from all locations. If any location is unreachable, the
+   * If the `{location}` value in the request is "-", the response contains a
+   * list of instances from all locations. If any location is unreachable, the
    * response will only return instances in reachable locations and the
    * "unreachable" field will be populated with a list of unreachable locations.
    * 
diff --git a/proto-google-cloud-filestore-v1/src/main/java/com/google/cloud/filestore/v1/NetworkConfig.java b/proto-google-cloud-filestore-v1/src/main/java/com/google/cloud/filestore/v1/NetworkConfig.java index 7d78b316..436bacc1 100644 --- a/proto-google-cloud-filestore-v1/src/main/java/com/google/cloud/filestore/v1/NetworkConfig.java +++ b/proto-google-cloud-filestore-v1/src/main/java/com/google/cloud/filestore/v1/NetworkConfig.java @@ -305,7 +305,7 @@ private AddressMode(int value) { * *
    * The name of the Google Compute Engine
-   * [VPC network](/compute/docs/networks-and-firewalls#networks) to which the
+   * [VPC network](https://cloud.google.com/vpc/docs/vpc) to which the
    * instance is connected.
    * 
* @@ -330,7 +330,7 @@ public java.lang.String getNetwork() { * *
    * The name of the Google Compute Engine
-   * [VPC network](/compute/docs/networks-and-firewalls#networks) to which the
+   * [VPC network](https://cloud.google.com/vpc/docs/vpc) to which the
    * instance is connected.
    * 
* @@ -463,8 +463,8 @@ public int getModesValue(int index) { *
    * A /29 CIDR block in one of the
    * [internal IP address
-   * ranges](https://www.arin.net/knowledge/address_filters.html) that
-   * identifies the range of IP addresses reserved for this instance. For
+   * ranges](https://www.arin.net/reference/research/statistics/address_filters/)
+   * that identifies the range of IP addresses reserved for this instance. For
    * example, 10.0.0.0/29 or 192.168.0.0/29. The range you specify can't overlap
    * with either existing subnets or assigned IP address ranges for other Cloud
    * Filestore instances in the selected VPC network.
@@ -492,8 +492,8 @@ public java.lang.String getReservedIpRange() {
    * 
    * A /29 CIDR block in one of the
    * [internal IP address
-   * ranges](https://www.arin.net/knowledge/address_filters.html) that
-   * identifies the range of IP addresses reserved for this instance. For
+   * ranges](https://www.arin.net/reference/research/statistics/address_filters/)
+   * that identifies the range of IP addresses reserved for this instance. For
    * example, 10.0.0.0/29 or 192.168.0.0/29. The range you specify can't overlap
    * with either existing subnets or assigned IP address ranges for other Cloud
    * Filestore instances in the selected VPC network.
@@ -523,9 +523,9 @@ public com.google.protobuf.ByteString getReservedIpRangeBytes() {
    *
    * 
    * Output only. IPv4 addresses in the format
-   * {octet 1}.{octet 2}.{octet 3}.{octet 4} or IPv6 addresses in the format
-   * {block 1}:{block 2}:{block 3}:{block 4}:{block 5}:{block 6}:{block
-   * 7}:{block 8}.
+   * IPv4 addresses in the format `{octet1}.{octet2}.{octet3}.{octet4}` or
+   * IPv6 addresses in the format
+   * `{block1}:{block2}:{block3}:{block4}:{block5}:{block6}:{block7}:{block8}`.
    * 
* * repeated string ip_addresses = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -540,9 +540,9 @@ public com.google.protobuf.ProtocolStringList getIpAddressesList() { * *
    * Output only. IPv4 addresses in the format
-   * {octet 1}.{octet 2}.{octet 3}.{octet 4} or IPv6 addresses in the format
-   * {block 1}:{block 2}:{block 3}:{block 4}:{block 5}:{block 6}:{block
-   * 7}:{block 8}.
+   * IPv4 addresses in the format `{octet1}.{octet2}.{octet3}.{octet4}` or
+   * IPv6 addresses in the format
+   * `{block1}:{block2}:{block3}:{block4}:{block5}:{block6}:{block7}:{block8}`.
    * 
* * repeated string ip_addresses = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -557,9 +557,9 @@ public int getIpAddressesCount() { * *
    * Output only. IPv4 addresses in the format
-   * {octet 1}.{octet 2}.{octet 3}.{octet 4} or IPv6 addresses in the format
-   * {block 1}:{block 2}:{block 3}:{block 4}:{block 5}:{block 6}:{block
-   * 7}:{block 8}.
+   * IPv4 addresses in the format `{octet1}.{octet2}.{octet3}.{octet4}` or
+   * IPv6 addresses in the format
+   * `{block1}:{block2}:{block3}:{block4}:{block5}:{block6}:{block7}:{block8}`.
    * 
* * repeated string ip_addresses = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -575,9 +575,9 @@ public java.lang.String getIpAddresses(int index) { * *
    * Output only. IPv4 addresses in the format
-   * {octet 1}.{octet 2}.{octet 3}.{octet 4} or IPv6 addresses in the format
-   * {block 1}:{block 2}:{block 3}:{block 4}:{block 5}:{block 6}:{block
-   * 7}:{block 8}.
+   * IPv4 addresses in the format `{octet1}.{octet2}.{octet3}.{octet4}` or
+   * IPv6 addresses in the format
+   * `{block1}:{block2}:{block3}:{block4}:{block5}:{block6}:{block7}:{block8}`.
    * 
* * repeated string ip_addresses = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -1005,7 +1005,7 @@ public Builder mergeFrom( * *
      * The name of the Google Compute Engine
-     * [VPC network](/compute/docs/networks-and-firewalls#networks) to which the
+     * [VPC network](https://cloud.google.com/vpc/docs/vpc) to which the
      * instance is connected.
      * 
* @@ -1029,7 +1029,7 @@ public java.lang.String getNetwork() { * *
      * The name of the Google Compute Engine
-     * [VPC network](/compute/docs/networks-and-firewalls#networks) to which the
+     * [VPC network](https://cloud.google.com/vpc/docs/vpc) to which the
      * instance is connected.
      * 
* @@ -1053,7 +1053,7 @@ public com.google.protobuf.ByteString getNetworkBytes() { * *
      * The name of the Google Compute Engine
-     * [VPC network](/compute/docs/networks-and-firewalls#networks) to which the
+     * [VPC network](https://cloud.google.com/vpc/docs/vpc) to which the
      * instance is connected.
      * 
* @@ -1076,7 +1076,7 @@ public Builder setNetwork(java.lang.String value) { * *
      * The name of the Google Compute Engine
-     * [VPC network](/compute/docs/networks-and-firewalls#networks) to which the
+     * [VPC network](https://cloud.google.com/vpc/docs/vpc) to which the
      * instance is connected.
      * 
* @@ -1095,7 +1095,7 @@ public Builder clearNetwork() { * *
      * The name of the Google Compute Engine
-     * [VPC network](/compute/docs/networks-and-firewalls#networks) to which the
+     * [VPC network](https://cloud.google.com/vpc/docs/vpc) to which the
      * instance is connected.
      * 
* @@ -1357,8 +1357,8 @@ public Builder addAllModesValue(java.lang.Iterable values) { *
      * A /29 CIDR block in one of the
      * [internal IP address
-     * ranges](https://www.arin.net/knowledge/address_filters.html) that
-     * identifies the range of IP addresses reserved for this instance. For
+     * ranges](https://www.arin.net/reference/research/statistics/address_filters/)
+     * that identifies the range of IP addresses reserved for this instance. For
      * example, 10.0.0.0/29 or 192.168.0.0/29. The range you specify can't overlap
      * with either existing subnets or assigned IP address ranges for other Cloud
      * Filestore instances in the selected VPC network.
@@ -1385,8 +1385,8 @@ public java.lang.String getReservedIpRange() {
      * 
      * A /29 CIDR block in one of the
      * [internal IP address
-     * ranges](https://www.arin.net/knowledge/address_filters.html) that
-     * identifies the range of IP addresses reserved for this instance. For
+     * ranges](https://www.arin.net/reference/research/statistics/address_filters/)
+     * that identifies the range of IP addresses reserved for this instance. For
      * example, 10.0.0.0/29 or 192.168.0.0/29. The range you specify can't overlap
      * with either existing subnets or assigned IP address ranges for other Cloud
      * Filestore instances in the selected VPC network.
@@ -1413,8 +1413,8 @@ public com.google.protobuf.ByteString getReservedIpRangeBytes() {
      * 
      * A /29 CIDR block in one of the
      * [internal IP address
-     * ranges](https://www.arin.net/knowledge/address_filters.html) that
-     * identifies the range of IP addresses reserved for this instance. For
+     * ranges](https://www.arin.net/reference/research/statistics/address_filters/)
+     * that identifies the range of IP addresses reserved for this instance. For
      * example, 10.0.0.0/29 or 192.168.0.0/29. The range you specify can't overlap
      * with either existing subnets or assigned IP address ranges for other Cloud
      * Filestore instances in the selected VPC network.
@@ -1440,8 +1440,8 @@ public Builder setReservedIpRange(java.lang.String value) {
      * 
      * A /29 CIDR block in one of the
      * [internal IP address
-     * ranges](https://www.arin.net/knowledge/address_filters.html) that
-     * identifies the range of IP addresses reserved for this instance. For
+     * ranges](https://www.arin.net/reference/research/statistics/address_filters/)
+     * that identifies the range of IP addresses reserved for this instance. For
      * example, 10.0.0.0/29 or 192.168.0.0/29. The range you specify can't overlap
      * with either existing subnets or assigned IP address ranges for other Cloud
      * Filestore instances in the selected VPC network.
@@ -1463,8 +1463,8 @@ public Builder clearReservedIpRange() {
      * 
      * A /29 CIDR block in one of the
      * [internal IP address
-     * ranges](https://www.arin.net/knowledge/address_filters.html) that
-     * identifies the range of IP addresses reserved for this instance. For
+     * ranges](https://www.arin.net/reference/research/statistics/address_filters/)
+     * that identifies the range of IP addresses reserved for this instance. For
      * example, 10.0.0.0/29 or 192.168.0.0/29. The range you specify can't overlap
      * with either existing subnets or assigned IP address ranges for other Cloud
      * Filestore instances in the selected VPC network.
@@ -1500,9 +1500,9 @@ private void ensureIpAddressesIsMutable() {
      *
      * 
      * Output only. IPv4 addresses in the format
-     * {octet 1}.{octet 2}.{octet 3}.{octet 4} or IPv6 addresses in the format
-     * {block 1}:{block 2}:{block 3}:{block 4}:{block 5}:{block 6}:{block
-     * 7}:{block 8}.
+     * IPv4 addresses in the format `{octet1}.{octet2}.{octet3}.{octet4}` or
+     * IPv6 addresses in the format
+     * `{block1}:{block2}:{block3}:{block4}:{block5}:{block6}:{block7}:{block8}`.
      * 
* * repeated string ip_addresses = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -1517,9 +1517,9 @@ public com.google.protobuf.ProtocolStringList getIpAddressesList() { * *
      * Output only. IPv4 addresses in the format
-     * {octet 1}.{octet 2}.{octet 3}.{octet 4} or IPv6 addresses in the format
-     * {block 1}:{block 2}:{block 3}:{block 4}:{block 5}:{block 6}:{block
-     * 7}:{block 8}.
+     * IPv4 addresses in the format `{octet1}.{octet2}.{octet3}.{octet4}` or
+     * IPv6 addresses in the format
+     * `{block1}:{block2}:{block3}:{block4}:{block5}:{block6}:{block7}:{block8}`.
      * 
* * repeated string ip_addresses = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -1534,9 +1534,9 @@ public int getIpAddressesCount() { * *
      * Output only. IPv4 addresses in the format
-     * {octet 1}.{octet 2}.{octet 3}.{octet 4} or IPv6 addresses in the format
-     * {block 1}:{block 2}:{block 3}:{block 4}:{block 5}:{block 6}:{block
-     * 7}:{block 8}.
+     * IPv4 addresses in the format `{octet1}.{octet2}.{octet3}.{octet4}` or
+     * IPv6 addresses in the format
+     * `{block1}:{block2}:{block3}:{block4}:{block5}:{block6}:{block7}:{block8}`.
      * 
* * repeated string ip_addresses = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -1552,9 +1552,9 @@ public java.lang.String getIpAddresses(int index) { * *
      * Output only. IPv4 addresses in the format
-     * {octet 1}.{octet 2}.{octet 3}.{octet 4} or IPv6 addresses in the format
-     * {block 1}:{block 2}:{block 3}:{block 4}:{block 5}:{block 6}:{block
-     * 7}:{block 8}.
+     * IPv4 addresses in the format `{octet1}.{octet2}.{octet3}.{octet4}` or
+     * IPv6 addresses in the format
+     * `{block1}:{block2}:{block3}:{block4}:{block5}:{block6}:{block7}:{block8}`.
      * 
* * repeated string ip_addresses = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -1570,9 +1570,9 @@ public com.google.protobuf.ByteString getIpAddressesBytes(int index) { * *
      * Output only. IPv4 addresses in the format
-     * {octet 1}.{octet 2}.{octet 3}.{octet 4} or IPv6 addresses in the format
-     * {block 1}:{block 2}:{block 3}:{block 4}:{block 5}:{block 6}:{block
-     * 7}:{block 8}.
+     * IPv4 addresses in the format `{octet1}.{octet2}.{octet3}.{octet4}` or
+     * IPv6 addresses in the format
+     * `{block1}:{block2}:{block3}:{block4}:{block5}:{block6}:{block7}:{block8}`.
      * 
* * repeated string ip_addresses = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -1595,9 +1595,9 @@ public Builder setIpAddresses(int index, java.lang.String value) { * *
      * Output only. IPv4 addresses in the format
-     * {octet 1}.{octet 2}.{octet 3}.{octet 4} or IPv6 addresses in the format
-     * {block 1}:{block 2}:{block 3}:{block 4}:{block 5}:{block 6}:{block
-     * 7}:{block 8}.
+     * IPv4 addresses in the format `{octet1}.{octet2}.{octet3}.{octet4}` or
+     * IPv6 addresses in the format
+     * `{block1}:{block2}:{block3}:{block4}:{block5}:{block6}:{block7}:{block8}`.
      * 
* * repeated string ip_addresses = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -1619,9 +1619,9 @@ public Builder addIpAddresses(java.lang.String value) { * *
      * Output only. IPv4 addresses in the format
-     * {octet 1}.{octet 2}.{octet 3}.{octet 4} or IPv6 addresses in the format
-     * {block 1}:{block 2}:{block 3}:{block 4}:{block 5}:{block 6}:{block
-     * 7}:{block 8}.
+     * IPv4 addresses in the format `{octet1}.{octet2}.{octet3}.{octet4}` or
+     * IPv6 addresses in the format
+     * `{block1}:{block2}:{block3}:{block4}:{block5}:{block6}:{block7}:{block8}`.
      * 
* * repeated string ip_addresses = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -1640,9 +1640,9 @@ public Builder addAllIpAddresses(java.lang.Iterable values) { * *
      * Output only. IPv4 addresses in the format
-     * {octet 1}.{octet 2}.{octet 3}.{octet 4} or IPv6 addresses in the format
-     * {block 1}:{block 2}:{block 3}:{block 4}:{block 5}:{block 6}:{block
-     * 7}:{block 8}.
+     * IPv4 addresses in the format `{octet1}.{octet2}.{octet3}.{octet4}` or
+     * IPv6 addresses in the format
+     * `{block1}:{block2}:{block3}:{block4}:{block5}:{block6}:{block7}:{block8}`.
      * 
* * repeated string ip_addresses = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -1660,9 +1660,9 @@ public Builder clearIpAddresses() { * *
      * Output only. IPv4 addresses in the format
-     * {octet 1}.{octet 2}.{octet 3}.{octet 4} or IPv6 addresses in the format
-     * {block 1}:{block 2}:{block 3}:{block 4}:{block 5}:{block 6}:{block
-     * 7}:{block 8}.
+     * IPv4 addresses in the format `{octet1}.{octet2}.{octet3}.{octet4}` or
+     * IPv6 addresses in the format
+     * `{block1}:{block2}:{block3}:{block4}:{block5}:{block6}:{block7}:{block8}`.
      * 
* * repeated string ip_addresses = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; diff --git a/proto-google-cloud-filestore-v1/src/main/java/com/google/cloud/filestore/v1/NetworkConfigOrBuilder.java b/proto-google-cloud-filestore-v1/src/main/java/com/google/cloud/filestore/v1/NetworkConfigOrBuilder.java index 8fd1f3a2..8ecfd24a 100644 --- a/proto-google-cloud-filestore-v1/src/main/java/com/google/cloud/filestore/v1/NetworkConfigOrBuilder.java +++ b/proto-google-cloud-filestore-v1/src/main/java/com/google/cloud/filestore/v1/NetworkConfigOrBuilder.java @@ -28,7 +28,7 @@ public interface NetworkConfigOrBuilder * *
    * The name of the Google Compute Engine
-   * [VPC network](/compute/docs/networks-and-firewalls#networks) to which the
+   * [VPC network](https://cloud.google.com/vpc/docs/vpc) to which the
    * instance is connected.
    * 
* @@ -42,7 +42,7 @@ public interface NetworkConfigOrBuilder * *
    * The name of the Google Compute Engine
-   * [VPC network](/compute/docs/networks-and-firewalls#networks) to which the
+   * [VPC network](https://cloud.google.com/vpc/docs/vpc) to which the
    * instance is connected.
    * 
* @@ -126,8 +126,8 @@ public interface NetworkConfigOrBuilder *
    * A /29 CIDR block in one of the
    * [internal IP address
-   * ranges](https://www.arin.net/knowledge/address_filters.html) that
-   * identifies the range of IP addresses reserved for this instance. For
+   * ranges](https://www.arin.net/reference/research/statistics/address_filters/)
+   * that identifies the range of IP addresses reserved for this instance. For
    * example, 10.0.0.0/29 or 192.168.0.0/29. The range you specify can't overlap
    * with either existing subnets or assigned IP address ranges for other Cloud
    * Filestore instances in the selected VPC network.
@@ -144,8 +144,8 @@ public interface NetworkConfigOrBuilder
    * 
    * A /29 CIDR block in one of the
    * [internal IP address
-   * ranges](https://www.arin.net/knowledge/address_filters.html) that
-   * identifies the range of IP addresses reserved for this instance. For
+   * ranges](https://www.arin.net/reference/research/statistics/address_filters/)
+   * that identifies the range of IP addresses reserved for this instance. For
    * example, 10.0.0.0/29 or 192.168.0.0/29. The range you specify can't overlap
    * with either existing subnets or assigned IP address ranges for other Cloud
    * Filestore instances in the selected VPC network.
@@ -162,9 +162,9 @@ public interface NetworkConfigOrBuilder
    *
    * 
    * Output only. IPv4 addresses in the format
-   * {octet 1}.{octet 2}.{octet 3}.{octet 4} or IPv6 addresses in the format
-   * {block 1}:{block 2}:{block 3}:{block 4}:{block 5}:{block 6}:{block
-   * 7}:{block 8}.
+   * IPv4 addresses in the format `{octet1}.{octet2}.{octet3}.{octet4}` or
+   * IPv6 addresses in the format
+   * `{block1}:{block2}:{block3}:{block4}:{block5}:{block6}:{block7}:{block8}`.
    * 
* * repeated string ip_addresses = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -177,9 +177,9 @@ public interface NetworkConfigOrBuilder * *
    * Output only. IPv4 addresses in the format
-   * {octet 1}.{octet 2}.{octet 3}.{octet 4} or IPv6 addresses in the format
-   * {block 1}:{block 2}:{block 3}:{block 4}:{block 5}:{block 6}:{block
-   * 7}:{block 8}.
+   * IPv4 addresses in the format `{octet1}.{octet2}.{octet3}.{octet4}` or
+   * IPv6 addresses in the format
+   * `{block1}:{block2}:{block3}:{block4}:{block5}:{block6}:{block7}:{block8}`.
    * 
* * repeated string ip_addresses = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -192,9 +192,9 @@ public interface NetworkConfigOrBuilder * *
    * Output only. IPv4 addresses in the format
-   * {octet 1}.{octet 2}.{octet 3}.{octet 4} or IPv6 addresses in the format
-   * {block 1}:{block 2}:{block 3}:{block 4}:{block 5}:{block 6}:{block
-   * 7}:{block 8}.
+   * IPv4 addresses in the format `{octet1}.{octet2}.{octet3}.{octet4}` or
+   * IPv6 addresses in the format
+   * `{block1}:{block2}:{block3}:{block4}:{block5}:{block6}:{block7}:{block8}`.
    * 
* * repeated string ip_addresses = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -208,9 +208,9 @@ public interface NetworkConfigOrBuilder * *
    * Output only. IPv4 addresses in the format
-   * {octet 1}.{octet 2}.{octet 3}.{octet 4} or IPv6 addresses in the format
-   * {block 1}:{block 2}:{block 3}:{block 4}:{block 5}:{block 6}:{block
-   * 7}:{block 8}.
+   * IPv4 addresses in the format `{octet1}.{octet2}.{octet3}.{octet4}` or
+   * IPv6 addresses in the format
+   * `{block1}:{block2}:{block3}:{block4}:{block5}:{block6}:{block7}:{block8}`.
    * 
* * repeated string ip_addresses = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; diff --git a/proto-google-cloud-filestore-v1/src/main/java/com/google/cloud/filestore/v1/NfsExportOptions.java b/proto-google-cloud-filestore-v1/src/main/java/com/google/cloud/filestore/v1/NfsExportOptions.java index 0f1ef0b0..9e96485c 100644 --- a/proto-google-cloud-filestore-v1/src/main/java/com/google/cloud/filestore/v1/NfsExportOptions.java +++ b/proto-google-cloud-filestore-v1/src/main/java/com/google/cloud/filestore/v1/NfsExportOptions.java @@ -465,8 +465,8 @@ private SquashMode(int value) { * *
    * List of either an IPv4 addresses in the format
-   * {octet 1}.{octet 2}.{octet 3}.{octet 4} or CIDR ranges in the format
-   * {octet 1}.{octet 2}.{octet 3}.{octet 4}/{mask size} which may mount the
+   * `{octet1}.{octet2}.{octet3}.{octet4}` or CIDR ranges in the format
+   * `{octet1}.{octet2}.{octet3}.{octet4}/{mask size}` which may mount the
    * file share.
    * Overlapping IP ranges are not allowed, both within and across
    * NfsExportOptions. An error will be returned.
@@ -486,8 +486,8 @@ public com.google.protobuf.ProtocolStringList getIpRangesList() {
    *
    * 
    * List of either an IPv4 addresses in the format
-   * {octet 1}.{octet 2}.{octet 3}.{octet 4} or CIDR ranges in the format
-   * {octet 1}.{octet 2}.{octet 3}.{octet 4}/{mask size} which may mount the
+   * `{octet1}.{octet2}.{octet3}.{octet4}` or CIDR ranges in the format
+   * `{octet1}.{octet2}.{octet3}.{octet4}/{mask size}` which may mount the
    * file share.
    * Overlapping IP ranges are not allowed, both within and across
    * NfsExportOptions. An error will be returned.
@@ -507,8 +507,8 @@ public int getIpRangesCount() {
    *
    * 
    * List of either an IPv4 addresses in the format
-   * {octet 1}.{octet 2}.{octet 3}.{octet 4} or CIDR ranges in the format
-   * {octet 1}.{octet 2}.{octet 3}.{octet 4}/{mask size} which may mount the
+   * `{octet1}.{octet2}.{octet3}.{octet4}` or CIDR ranges in the format
+   * `{octet1}.{octet2}.{octet3}.{octet4}/{mask size}` which may mount the
    * file share.
    * Overlapping IP ranges are not allowed, both within and across
    * NfsExportOptions. An error will be returned.
@@ -529,8 +529,8 @@ public java.lang.String getIpRanges(int index) {
    *
    * 
    * List of either an IPv4 addresses in the format
-   * {octet 1}.{octet 2}.{octet 3}.{octet 4} or CIDR ranges in the format
-   * {octet 1}.{octet 2}.{octet 3}.{octet 4}/{mask size} which may mount the
+   * `{octet1}.{octet2}.{octet3}.{octet4}` or CIDR ranges in the format
+   * `{octet1}.{octet2}.{octet3}.{octet4}/{mask size}` which may mount the
    * file share.
    * Overlapping IP ranges are not allowed, both within and across
    * NfsExportOptions. An error will be returned.
@@ -1091,8 +1091,8 @@ private void ensureIpRangesIsMutable() {
      *
      * 
      * List of either an IPv4 addresses in the format
-     * {octet 1}.{octet 2}.{octet 3}.{octet 4} or CIDR ranges in the format
-     * {octet 1}.{octet 2}.{octet 3}.{octet 4}/{mask size} which may mount the
+     * `{octet1}.{octet2}.{octet3}.{octet4}` or CIDR ranges in the format
+     * `{octet1}.{octet2}.{octet3}.{octet4}/{mask size}` which may mount the
      * file share.
      * Overlapping IP ranges are not allowed, both within and across
      * NfsExportOptions. An error will be returned.
@@ -1112,8 +1112,8 @@ public com.google.protobuf.ProtocolStringList getIpRangesList() {
      *
      * 
      * List of either an IPv4 addresses in the format
-     * {octet 1}.{octet 2}.{octet 3}.{octet 4} or CIDR ranges in the format
-     * {octet 1}.{octet 2}.{octet 3}.{octet 4}/{mask size} which may mount the
+     * `{octet1}.{octet2}.{octet3}.{octet4}` or CIDR ranges in the format
+     * `{octet1}.{octet2}.{octet3}.{octet4}/{mask size}` which may mount the
      * file share.
      * Overlapping IP ranges are not allowed, both within and across
      * NfsExportOptions. An error will be returned.
@@ -1133,8 +1133,8 @@ public int getIpRangesCount() {
      *
      * 
      * List of either an IPv4 addresses in the format
-     * {octet 1}.{octet 2}.{octet 3}.{octet 4} or CIDR ranges in the format
-     * {octet 1}.{octet 2}.{octet 3}.{octet 4}/{mask size} which may mount the
+     * `{octet1}.{octet2}.{octet3}.{octet4}` or CIDR ranges in the format
+     * `{octet1}.{octet2}.{octet3}.{octet4}/{mask size}` which may mount the
      * file share.
      * Overlapping IP ranges are not allowed, both within and across
      * NfsExportOptions. An error will be returned.
@@ -1155,8 +1155,8 @@ public java.lang.String getIpRanges(int index) {
      *
      * 
      * List of either an IPv4 addresses in the format
-     * {octet 1}.{octet 2}.{octet 3}.{octet 4} or CIDR ranges in the format
-     * {octet 1}.{octet 2}.{octet 3}.{octet 4}/{mask size} which may mount the
+     * `{octet1}.{octet2}.{octet3}.{octet4}` or CIDR ranges in the format
+     * `{octet1}.{octet2}.{octet3}.{octet4}/{mask size}` which may mount the
      * file share.
      * Overlapping IP ranges are not allowed, both within and across
      * NfsExportOptions. An error will be returned.
@@ -1177,8 +1177,8 @@ public com.google.protobuf.ByteString getIpRangesBytes(int index) {
      *
      * 
      * List of either an IPv4 addresses in the format
-     * {octet 1}.{octet 2}.{octet 3}.{octet 4} or CIDR ranges in the format
-     * {octet 1}.{octet 2}.{octet 3}.{octet 4}/{mask size} which may mount the
+     * `{octet1}.{octet2}.{octet3}.{octet4}` or CIDR ranges in the format
+     * `{octet1}.{octet2}.{octet3}.{octet4}/{mask size}` which may mount the
      * file share.
      * Overlapping IP ranges are not allowed, both within and across
      * NfsExportOptions. An error will be returned.
@@ -1206,8 +1206,8 @@ public Builder setIpRanges(int index, java.lang.String value) {
      *
      * 
      * List of either an IPv4 addresses in the format
-     * {octet 1}.{octet 2}.{octet 3}.{octet 4} or CIDR ranges in the format
-     * {octet 1}.{octet 2}.{octet 3}.{octet 4}/{mask size} which may mount the
+     * `{octet1}.{octet2}.{octet3}.{octet4}` or CIDR ranges in the format
+     * `{octet1}.{octet2}.{octet3}.{octet4}/{mask size}` which may mount the
      * file share.
      * Overlapping IP ranges are not allowed, both within and across
      * NfsExportOptions. An error will be returned.
@@ -1234,8 +1234,8 @@ public Builder addIpRanges(java.lang.String value) {
      *
      * 
      * List of either an IPv4 addresses in the format
-     * {octet 1}.{octet 2}.{octet 3}.{octet 4} or CIDR ranges in the format
-     * {octet 1}.{octet 2}.{octet 3}.{octet 4}/{mask size} which may mount the
+     * `{octet1}.{octet2}.{octet3}.{octet4}` or CIDR ranges in the format
+     * `{octet1}.{octet2}.{octet3}.{octet4}/{mask size}` which may mount the
      * file share.
      * Overlapping IP ranges are not allowed, both within and across
      * NfsExportOptions. An error will be returned.
@@ -1259,8 +1259,8 @@ public Builder addAllIpRanges(java.lang.Iterable values) {
      *
      * 
      * List of either an IPv4 addresses in the format
-     * {octet 1}.{octet 2}.{octet 3}.{octet 4} or CIDR ranges in the format
-     * {octet 1}.{octet 2}.{octet 3}.{octet 4}/{mask size} which may mount the
+     * `{octet1}.{octet2}.{octet3}.{octet4}` or CIDR ranges in the format
+     * `{octet1}.{octet2}.{octet3}.{octet4}/{mask size}` which may mount the
      * file share.
      * Overlapping IP ranges are not allowed, both within and across
      * NfsExportOptions. An error will be returned.
@@ -1283,8 +1283,8 @@ public Builder clearIpRanges() {
      *
      * 
      * List of either an IPv4 addresses in the format
-     * {octet 1}.{octet 2}.{octet 3}.{octet 4} or CIDR ranges in the format
-     * {octet 1}.{octet 2}.{octet 3}.{octet 4}/{mask size} which may mount the
+     * `{octet1}.{octet2}.{octet3}.{octet4}` or CIDR ranges in the format
+     * `{octet1}.{octet2}.{octet3}.{octet4}/{mask size}` which may mount the
      * file share.
      * Overlapping IP ranges are not allowed, both within and across
      * NfsExportOptions. An error will be returned.
diff --git a/proto-google-cloud-filestore-v1/src/main/java/com/google/cloud/filestore/v1/NfsExportOptionsOrBuilder.java b/proto-google-cloud-filestore-v1/src/main/java/com/google/cloud/filestore/v1/NfsExportOptionsOrBuilder.java
index 8075468f..c5af4aaa 100644
--- a/proto-google-cloud-filestore-v1/src/main/java/com/google/cloud/filestore/v1/NfsExportOptionsOrBuilder.java
+++ b/proto-google-cloud-filestore-v1/src/main/java/com/google/cloud/filestore/v1/NfsExportOptionsOrBuilder.java
@@ -28,8 +28,8 @@ public interface NfsExportOptionsOrBuilder
    *
    * 
    * List of either an IPv4 addresses in the format
-   * {octet 1}.{octet 2}.{octet 3}.{octet 4} or CIDR ranges in the format
-   * {octet 1}.{octet 2}.{octet 3}.{octet 4}/{mask size} which may mount the
+   * `{octet1}.{octet2}.{octet3}.{octet4}` or CIDR ranges in the format
+   * `{octet1}.{octet2}.{octet3}.{octet4}/{mask size}` which may mount the
    * file share.
    * Overlapping IP ranges are not allowed, both within and across
    * NfsExportOptions. An error will be returned.
@@ -47,8 +47,8 @@ public interface NfsExportOptionsOrBuilder
    *
    * 
    * List of either an IPv4 addresses in the format
-   * {octet 1}.{octet 2}.{octet 3}.{octet 4} or CIDR ranges in the format
-   * {octet 1}.{octet 2}.{octet 3}.{octet 4}/{mask size} which may mount the
+   * `{octet1}.{octet2}.{octet3}.{octet4}` or CIDR ranges in the format
+   * `{octet1}.{octet2}.{octet3}.{octet4}/{mask size}` which may mount the
    * file share.
    * Overlapping IP ranges are not allowed, both within and across
    * NfsExportOptions. An error will be returned.
@@ -66,8 +66,8 @@ public interface NfsExportOptionsOrBuilder
    *
    * 
    * List of either an IPv4 addresses in the format
-   * {octet 1}.{octet 2}.{octet 3}.{octet 4} or CIDR ranges in the format
-   * {octet 1}.{octet 2}.{octet 3}.{octet 4}/{mask size} which may mount the
+   * `{octet1}.{octet2}.{octet3}.{octet4}` or CIDR ranges in the format
+   * `{octet1}.{octet2}.{octet3}.{octet4}/{mask size}` which may mount the
    * file share.
    * Overlapping IP ranges are not allowed, both within and across
    * NfsExportOptions. An error will be returned.
@@ -86,8 +86,8 @@ public interface NfsExportOptionsOrBuilder
    *
    * 
    * List of either an IPv4 addresses in the format
-   * {octet 1}.{octet 2}.{octet 3}.{octet 4} or CIDR ranges in the format
-   * {octet 1}.{octet 2}.{octet 3}.{octet 4}/{mask size} which may mount the
+   * `{octet1}.{octet2}.{octet3}.{octet4}` or CIDR ranges in the format
+   * `{octet1}.{octet2}.{octet3}.{octet4}/{mask size}` which may mount the
    * file share.
    * Overlapping IP ranges are not allowed, both within and across
    * NfsExportOptions. An error will be returned.
diff --git a/proto-google-cloud-filestore-v1/src/main/java/com/google/cloud/filestore/v1/RestoreInstanceRequest.java b/proto-google-cloud-filestore-v1/src/main/java/com/google/cloud/filestore/v1/RestoreInstanceRequest.java
index fdeb3de8..d33a9e5c 100644
--- a/proto-google-cloud-filestore-v1/src/main/java/com/google/cloud/filestore/v1/RestoreInstanceRequest.java
+++ b/proto-google-cloud-filestore-v1/src/main/java/com/google/cloud/filestore/v1/RestoreInstanceRequest.java
@@ -178,7 +178,7 @@ public SourceCase getSourceCase() {
    *
    * 
    * Required. The resource name of the instance, in the format
-   * projects/{project_number}/locations/{location_id}/instances/{instance_id}.
+   * `projects/{project_number}/locations/{location_id}/instances/{instance_id}`.
    * 
* * @@ -204,7 +204,7 @@ public java.lang.String getName() { * *
    * Required. The resource name of the instance, in the format
-   * projects/{project_number}/locations/{location_id}/instances/{instance_id}.
+   * `projects/{project_number}/locations/{location_id}/instances/{instance_id}`.
    * 
* * @@ -283,7 +283,7 @@ public com.google.protobuf.ByteString getFileShareBytes() { * *
    * The resource name of the backup, in the format
-   * projects/{project_number}/locations/{location_id}/backups/{backup_id}.
+   * `projects/{project_number}/locations/{location_id}/backups/{backup_id}`.
    * 
* * string source_backup = 3 [(.google.api.resource_reference) = { ... } @@ -298,7 +298,7 @@ public boolean hasSourceBackup() { * *
    * The resource name of the backup, in the format
-   * projects/{project_number}/locations/{location_id}/backups/{backup_id}.
+   * `projects/{project_number}/locations/{location_id}/backups/{backup_id}`.
    * 
* * string source_backup = 3 [(.google.api.resource_reference) = { ... } @@ -326,7 +326,7 @@ public java.lang.String getSourceBackup() { * *
    * The resource name of the backup, in the format
-   * projects/{project_number}/locations/{location_id}/backups/{backup_id}.
+   * `projects/{project_number}/locations/{location_id}/backups/{backup_id}`.
    * 
* * string source_backup = 3 [(.google.api.resource_reference) = { ... } @@ -746,7 +746,7 @@ public Builder clearSource() { * *
      * Required. The resource name of the instance, in the format
-     * projects/{project_number}/locations/{location_id}/instances/{instance_id}.
+     * `projects/{project_number}/locations/{location_id}/instances/{instance_id}`.
      * 
* * @@ -771,7 +771,7 @@ public java.lang.String getName() { * *
      * Required. The resource name of the instance, in the format
-     * projects/{project_number}/locations/{location_id}/instances/{instance_id}.
+     * `projects/{project_number}/locations/{location_id}/instances/{instance_id}`.
      * 
* * @@ -796,7 +796,7 @@ public com.google.protobuf.ByteString getNameBytes() { * *
      * Required. The resource name of the instance, in the format
-     * projects/{project_number}/locations/{location_id}/instances/{instance_id}.
+     * `projects/{project_number}/locations/{location_id}/instances/{instance_id}`.
      * 
* * @@ -820,7 +820,7 @@ public Builder setName(java.lang.String value) { * *
      * Required. The resource name of the instance, in the format
-     * projects/{project_number}/locations/{location_id}/instances/{instance_id}.
+     * `projects/{project_number}/locations/{location_id}/instances/{instance_id}`.
      * 
* * @@ -840,7 +840,7 @@ public Builder clearName() { * *
      * Required. The resource name of the instance, in the format
-     * projects/{project_number}/locations/{location_id}/instances/{instance_id}.
+     * `projects/{project_number}/locations/{location_id}/instances/{instance_id}`.
      * 
* * @@ -977,7 +977,7 @@ public Builder setFileShareBytes(com.google.protobuf.ByteString value) { * *
      * The resource name of the backup, in the format
-     * projects/{project_number}/locations/{location_id}/backups/{backup_id}.
+     * `projects/{project_number}/locations/{location_id}/backups/{backup_id}`.
      * 
* * string source_backup = 3 [(.google.api.resource_reference) = { ... } @@ -993,7 +993,7 @@ public boolean hasSourceBackup() { * *
      * The resource name of the backup, in the format
-     * projects/{project_number}/locations/{location_id}/backups/{backup_id}.
+     * `projects/{project_number}/locations/{location_id}/backups/{backup_id}`.
      * 
* * string source_backup = 3 [(.google.api.resource_reference) = { ... } @@ -1022,7 +1022,7 @@ public java.lang.String getSourceBackup() { * *
      * The resource name of the backup, in the format
-     * projects/{project_number}/locations/{location_id}/backups/{backup_id}.
+     * `projects/{project_number}/locations/{location_id}/backups/{backup_id}`.
      * 
* * string source_backup = 3 [(.google.api.resource_reference) = { ... } @@ -1051,7 +1051,7 @@ public com.google.protobuf.ByteString getSourceBackupBytes() { * *
      * The resource name of the backup, in the format
-     * projects/{project_number}/locations/{location_id}/backups/{backup_id}.
+     * `projects/{project_number}/locations/{location_id}/backups/{backup_id}`.
      * 
* * string source_backup = 3 [(.google.api.resource_reference) = { ... } @@ -1073,7 +1073,7 @@ public Builder setSourceBackup(java.lang.String value) { * *
      * The resource name of the backup, in the format
-     * projects/{project_number}/locations/{location_id}/backups/{backup_id}.
+     * `projects/{project_number}/locations/{location_id}/backups/{backup_id}`.
      * 
* * string source_backup = 3 [(.google.api.resource_reference) = { ... } @@ -1093,7 +1093,7 @@ public Builder clearSourceBackup() { * *
      * The resource name of the backup, in the format
-     * projects/{project_number}/locations/{location_id}/backups/{backup_id}.
+     * `projects/{project_number}/locations/{location_id}/backups/{backup_id}`.
      * 
* * string source_backup = 3 [(.google.api.resource_reference) = { ... } diff --git a/proto-google-cloud-filestore-v1/src/main/java/com/google/cloud/filestore/v1/RestoreInstanceRequestOrBuilder.java b/proto-google-cloud-filestore-v1/src/main/java/com/google/cloud/filestore/v1/RestoreInstanceRequestOrBuilder.java index 138f4dad..a81d9a92 100644 --- a/proto-google-cloud-filestore-v1/src/main/java/com/google/cloud/filestore/v1/RestoreInstanceRequestOrBuilder.java +++ b/proto-google-cloud-filestore-v1/src/main/java/com/google/cloud/filestore/v1/RestoreInstanceRequestOrBuilder.java @@ -28,7 +28,7 @@ public interface RestoreInstanceRequestOrBuilder * *
    * Required. The resource name of the instance, in the format
-   * projects/{project_number}/locations/{location_id}/instances/{instance_id}.
+   * `projects/{project_number}/locations/{location_id}/instances/{instance_id}`.
    * 
* * @@ -43,7 +43,7 @@ public interface RestoreInstanceRequestOrBuilder * *
    * Required. The resource name of the instance, in the format
-   * projects/{project_number}/locations/{location_id}/instances/{instance_id}.
+   * `projects/{project_number}/locations/{location_id}/instances/{instance_id}`.
    * 
* * @@ -86,7 +86,7 @@ public interface RestoreInstanceRequestOrBuilder * *
    * The resource name of the backup, in the format
-   * projects/{project_number}/locations/{location_id}/backups/{backup_id}.
+   * `projects/{project_number}/locations/{location_id}/backups/{backup_id}`.
    * 
* * string source_backup = 3 [(.google.api.resource_reference) = { ... } @@ -99,7 +99,7 @@ public interface RestoreInstanceRequestOrBuilder * *
    * The resource name of the backup, in the format
-   * projects/{project_number}/locations/{location_id}/backups/{backup_id}.
+   * `projects/{project_number}/locations/{location_id}/backups/{backup_id}`.
    * 
* * string source_backup = 3 [(.google.api.resource_reference) = { ... } @@ -112,7 +112,7 @@ public interface RestoreInstanceRequestOrBuilder * *
    * The resource name of the backup, in the format
-   * projects/{project_number}/locations/{location_id}/backups/{backup_id}.
+   * `projects/{project_number}/locations/{location_id}/backups/{backup_id}`.
    * 
* * string source_backup = 3 [(.google.api.resource_reference) = { ... } diff --git a/proto-google-cloud-filestore-v1/src/main/java/com/google/cloud/filestore/v1/UpdateBackupRequest.java b/proto-google-cloud-filestore-v1/src/main/java/com/google/cloud/filestore/v1/UpdateBackupRequest.java index 9151b914..5954ef11 100644 --- a/proto-google-cloud-filestore-v1/src/main/java/com/google/cloud/filestore/v1/UpdateBackupRequest.java +++ b/proto-google-cloud-filestore-v1/src/main/java/com/google/cloud/filestore/v1/UpdateBackupRequest.java @@ -139,8 +139,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * * *
-   * Required. A [backup resource]
-   * (/cloud-filestore/reference/rest/v1/projects.locations.backups)
+   * Required. A [backup resource][google.cloud.filestore.v1.Backup]
    * 
* * .google.cloud.filestore.v1.Backup backup = 1 [(.google.api.field_behavior) = REQUIRED]; @@ -156,8 +155,7 @@ public boolean hasBackup() { * * *
-   * Required. A [backup resource]
-   * (/cloud-filestore/reference/rest/v1/projects.locations.backups)
+   * Required. A [backup resource][google.cloud.filestore.v1.Backup]
    * 
* * .google.cloud.filestore.v1.Backup backup = 1 [(.google.api.field_behavior) = REQUIRED]; @@ -173,8 +171,7 @@ public com.google.cloud.filestore.v1.Backup getBackup() { * * *
-   * Required. A [backup resource]
-   * (/cloud-filestore/reference/rest/v1/projects.locations.backups)
+   * Required. A [backup resource][google.cloud.filestore.v1.Backup]
    * 
* * .google.cloud.filestore.v1.Backup backup = 1 [(.google.api.field_behavior) = REQUIRED]; @@ -605,8 +602,7 @@ public Builder mergeFrom( * * *
-     * Required. A [backup resource]
-     * (/cloud-filestore/reference/rest/v1/projects.locations.backups)
+     * Required. A [backup resource][google.cloud.filestore.v1.Backup]
      * 
* * .google.cloud.filestore.v1.Backup backup = 1 [(.google.api.field_behavior) = REQUIRED]; @@ -621,8 +617,7 @@ public boolean hasBackup() { * * *
-     * Required. A [backup resource]
-     * (/cloud-filestore/reference/rest/v1/projects.locations.backups)
+     * Required. A [backup resource][google.cloud.filestore.v1.Backup]
      * 
* * .google.cloud.filestore.v1.Backup backup = 1 [(.google.api.field_behavior) = REQUIRED]; @@ -643,8 +638,7 @@ public com.google.cloud.filestore.v1.Backup getBackup() { * * *
-     * Required. A [backup resource]
-     * (/cloud-filestore/reference/rest/v1/projects.locations.backups)
+     * Required. A [backup resource][google.cloud.filestore.v1.Backup]
      * 
* * .google.cloud.filestore.v1.Backup backup = 1 [(.google.api.field_behavior) = REQUIRED]; @@ -667,8 +661,7 @@ public Builder setBackup(com.google.cloud.filestore.v1.Backup value) { * * *
-     * Required. A [backup resource]
-     * (/cloud-filestore/reference/rest/v1/projects.locations.backups)
+     * Required. A [backup resource][google.cloud.filestore.v1.Backup]
      * 
* * .google.cloud.filestore.v1.Backup backup = 1 [(.google.api.field_behavior) = REQUIRED]; @@ -688,8 +681,7 @@ public Builder setBackup(com.google.cloud.filestore.v1.Backup.Builder builderFor * * *
-     * Required. A [backup resource]
-     * (/cloud-filestore/reference/rest/v1/projects.locations.backups)
+     * Required. A [backup resource][google.cloud.filestore.v1.Backup]
      * 
* * .google.cloud.filestore.v1.Backup backup = 1 [(.google.api.field_behavior) = REQUIRED]; @@ -716,8 +708,7 @@ public Builder mergeBackup(com.google.cloud.filestore.v1.Backup value) { * * *
-     * Required. A [backup resource]
-     * (/cloud-filestore/reference/rest/v1/projects.locations.backups)
+     * Required. A [backup resource][google.cloud.filestore.v1.Backup]
      * 
* * .google.cloud.filestore.v1.Backup backup = 1 [(.google.api.field_behavior) = REQUIRED]; @@ -738,8 +729,7 @@ public Builder clearBackup() { * * *
-     * Required. A [backup resource]
-     * (/cloud-filestore/reference/rest/v1/projects.locations.backups)
+     * Required. A [backup resource][google.cloud.filestore.v1.Backup]
      * 
* * .google.cloud.filestore.v1.Backup backup = 1 [(.google.api.field_behavior) = REQUIRED]; @@ -754,8 +744,7 @@ public com.google.cloud.filestore.v1.Backup.Builder getBackupBuilder() { * * *
-     * Required. A [backup resource]
-     * (/cloud-filestore/reference/rest/v1/projects.locations.backups)
+     * Required. A [backup resource][google.cloud.filestore.v1.Backup]
      * 
* * .google.cloud.filestore.v1.Backup backup = 1 [(.google.api.field_behavior) = REQUIRED]; @@ -774,8 +763,7 @@ public com.google.cloud.filestore.v1.BackupOrBuilder getBackupOrBuilder() { * * *
-     * Required. A [backup resource]
-     * (/cloud-filestore/reference/rest/v1/projects.locations.backups)
+     * Required. A [backup resource][google.cloud.filestore.v1.Backup]
      * 
* * .google.cloud.filestore.v1.Backup backup = 1 [(.google.api.field_behavior) = REQUIRED]; diff --git a/proto-google-cloud-filestore-v1/src/main/java/com/google/cloud/filestore/v1/UpdateBackupRequestOrBuilder.java b/proto-google-cloud-filestore-v1/src/main/java/com/google/cloud/filestore/v1/UpdateBackupRequestOrBuilder.java index b6b44a89..34ffeeb6 100644 --- a/proto-google-cloud-filestore-v1/src/main/java/com/google/cloud/filestore/v1/UpdateBackupRequestOrBuilder.java +++ b/proto-google-cloud-filestore-v1/src/main/java/com/google/cloud/filestore/v1/UpdateBackupRequestOrBuilder.java @@ -27,8 +27,7 @@ public interface UpdateBackupRequestOrBuilder * * *
-   * Required. A [backup resource]
-   * (/cloud-filestore/reference/rest/v1/projects.locations.backups)
+   * Required. A [backup resource][google.cloud.filestore.v1.Backup]
    * 
* * .google.cloud.filestore.v1.Backup backup = 1 [(.google.api.field_behavior) = REQUIRED]; @@ -41,8 +40,7 @@ public interface UpdateBackupRequestOrBuilder * * *
-   * Required. A [backup resource]
-   * (/cloud-filestore/reference/rest/v1/projects.locations.backups)
+   * Required. A [backup resource][google.cloud.filestore.v1.Backup]
    * 
* * .google.cloud.filestore.v1.Backup backup = 1 [(.google.api.field_behavior) = REQUIRED]; @@ -55,8 +53,7 @@ public interface UpdateBackupRequestOrBuilder * * *
-   * Required. A [backup resource]
-   * (/cloud-filestore/reference/rest/v1/projects.locations.backups)
+   * Required. A [backup resource][google.cloud.filestore.v1.Backup]
    * 
* * .google.cloud.filestore.v1.Backup backup = 1 [(.google.api.field_behavior) = REQUIRED]; diff --git a/proto-google-cloud-filestore-v1/src/main/proto/google/cloud/filestore/v1/cloud_filestore_service.proto b/proto-google-cloud-filestore-v1/src/main/proto/google/cloud/filestore/v1/cloud_filestore_service.proto index 7959abf0..3afd7e45 100644 --- a/proto-google-cloud-filestore-v1/src/main/proto/google/cloud/filestore/v1/cloud_filestore_service.proto +++ b/proto-google-cloud-filestore-v1/src/main/proto/google/cloud/filestore/v1/cloud_filestore_service.proto @@ -197,7 +197,7 @@ message NetworkConfig { } // The name of the Google Compute Engine - // [VPC network](/compute/docs/networks-and-firewalls#networks) to which the + // [VPC network](https://cloud.google.com/vpc/docs/vpc) to which the // instance is connected. string network = 1; @@ -207,17 +207,17 @@ message NetworkConfig { // A /29 CIDR block in one of the // [internal IP address - // ranges](https://www.arin.net/knowledge/address_filters.html) that - // identifies the range of IP addresses reserved for this instance. For + // ranges](https://www.arin.net/reference/research/statistics/address_filters/) + // that identifies the range of IP addresses reserved for this instance. For // example, 10.0.0.0/29 or 192.168.0.0/29. The range you specify can't overlap // with either existing subnets or assigned IP address ranges for other Cloud // Filestore instances in the selected VPC network. string reserved_ip_range = 4; // Output only. IPv4 addresses in the format - // {octet 1}.{octet 2}.{octet 3}.{octet 4} or IPv6 addresses in the format - // {block 1}:{block 2}:{block 3}:{block 4}:{block 5}:{block 6}:{block - // 7}:{block 8}. + // IPv4 addresses in the format `{octet1}.{octet2}.{octet3}.{octet4}` or + // IPv6 addresses in the format + // `{block1}:{block2}:{block3}:{block4}:{block5}:{block6}:{block7}:{block8}`. repeated string ip_addresses = 5 [(google.api.field_behavior) = OUTPUT_ONLY]; } @@ -234,7 +234,7 @@ message FileShareConfig { // share is created from scratch. oneof source { // The resource name of the backup, in the format - // projects/{project_number}/locations/{location_id}/backups/{backup_id}, + // `projects/{project_number}/locations/{location_id}/backups/{backup_id}`, // that this file share has been restored from. string source_backup = 8 [(google.api.resource_reference) = { type: "file.googleapis.com/Backup" @@ -273,8 +273,8 @@ message NfsExportOptions { } // List of either an IPv4 addresses in the format - // {octet 1}.{octet 2}.{octet 3}.{octet 4} or CIDR ranges in the format - // {octet 1}.{octet 2}.{octet 3}.{octet 4}/{mask size} which may mount the + // `{octet1}.{octet2}.{octet3}.{octet4}` or CIDR ranges in the format + // `{octet1}.{octet2}.{octet3}.{octet4}/{mask size}` which may mount the // file share. // Overlapping IP ranges are not allowed, both within and across // NfsExportOptions. An error will be returned. @@ -367,7 +367,7 @@ message Instance { } // Output only. The resource name of the instance, in the format - // projects/{project}/locations/{location}/instances/{instance}. + // `projects/{project}/locations/{location}/instances/{instance}`. string name = 1 [(google.api.field_behavior) = OUTPUT_ONLY]; // The description of the instance (2048 characters or less). @@ -407,7 +407,7 @@ message Instance { // CreateInstanceRequest creates an instance. message CreateInstanceRequest { // Required. The instance's project and location, in the format - // projects/{project_id}/locations/{location}. In Cloud Filestore, + // `projects/{project_id}/locations/{location}`. In Cloud Filestore, // locations map to GCP zones, for example **us-west1-b**. string parent = 1 [ (google.api.field_behavior) = REQUIRED, @@ -420,15 +420,14 @@ message CreateInstanceRequest { // The name must be unique for the specified project and location. string instance_id = 2 [(google.api.field_behavior) = REQUIRED]; - // Required. A [instance resource] - // (/cloud-filestore/reference/rest/v1/projects.locations.instances) + // Required. An [instance resource][google.cloud.filestore.v1.Instance] Instance instance = 3 [(google.api.field_behavior) = REQUIRED]; } // GetInstanceRequest gets the state of an instance. message GetInstanceRequest { // Required. The instance resource name, in the format - // projects/{project_id}/locations/{location}/instances/{instance_id}. + // `projects/{project_id}/locations/{location}/instances/{instance_id}`. string name = 1 [ (google.api.field_behavior) = REQUIRED, (google.api.resource_reference) = { @@ -456,7 +455,7 @@ message UpdateInstanceRequest { // backup. message RestoreInstanceRequest { // Required. The resource name of the instance, in the format - // projects/{project_number}/locations/{location_id}/instances/{instance_id}. + // `projects/{project_number}/locations/{location_id}/instances/{instance_id}`. string name = 1 [ (google.api.field_behavior) = REQUIRED, (google.api.resource_reference) = { @@ -470,7 +469,7 @@ message RestoreInstanceRequest { oneof source { // The resource name of the backup, in the format - // projects/{project_number}/locations/{location_id}/backups/{backup_id}. + // `projects/{project_number}/locations/{location_id}/backups/{backup_id}`. string source_backup = 3 [(google.api.resource_reference) = { type: "file.googleapis.com/Backup" }]; @@ -480,7 +479,7 @@ message RestoreInstanceRequest { // DeleteInstanceRequest deletes an instance. message DeleteInstanceRequest { // Required. The instance resource name, in the format - // projects/{project_id}/locations/{location}/instances/{instance_id} + // `projects/{project_id}/locations/{location}/instances/{instance_id}` string name = 1 [ (google.api.field_behavior) = REQUIRED, (google.api.resource_reference) = { @@ -492,10 +491,10 @@ message DeleteInstanceRequest { // ListInstancesRequest lists instances. message ListInstancesRequest { // Required. The project and location for which to retrieve instance information, - // in the format projects/{project_id}/locations/{location}. In Cloud + // in the format `projects/{project_id}/locations/{location}`. In Cloud // Filestore, locations map to GCP zones, for example **us-west1-b**. To - // retrieve instance information for all locations, use "-" for the {location} - // value. + // retrieve instance information for all locations, use "-" for the + // `{location}` value. string parent = 1 [ (google.api.field_behavior) = REQUIRED, (google.api.resource_reference) = { @@ -521,8 +520,8 @@ message ListInstancesRequest { message ListInstancesResponse { // A list of instances in the project for the specified location. // - // If the {location} value in the request is "-", the response contains a list - // of instances from all locations. If any location is unreachable, the + // If the `{location}` value in the request is "-", the response contains a + // list of instances from all locations. If any location is unreachable, the // response will only return instances in reachable locations and the // "unreachable" field will be populated with a list of unreachable locations. repeated Instance instances = 1; @@ -562,7 +561,7 @@ message Backup { } // Output only. The resource name of the backup, in the format - // projects/{project_number}/locations/{location_id}/backups/{backup_id}. + // `projects/{project_number}/locations/{location_id}/backups/{backup_id}`. string name = 1 [(google.api.field_behavior) = OUTPUT_ONLY]; // A description of the backup with 2048 characters or less. @@ -586,7 +585,7 @@ message Backup { int64 storage_bytes = 7 [(google.api.field_behavior) = OUTPUT_ONLY]; // The resource name of the source Cloud Filestore instance, in the format - // projects/{project_number}/locations/{location_id}/instances/{instance_id}, + // `projects/{project_number}/locations/{location_id}/instances/{instance_id}`, // used to create this backup. string source_instance = 8 [(google.api.resource_reference) = { type: "file.googleapis.com/Instance" @@ -612,7 +611,7 @@ message Backup { // CreateBackupRequest creates a backup. message CreateBackupRequest { // Required. The backup's project and location, in the format - // projects/{project_number}/locations/{location}. In Cloud Filestore, + // `projects/{project_number}/locations/{location}`. In Cloud Filestore, // backup locations map to GCP regions, for example **us-west1**. string parent = 1 [ (google.api.field_behavior) = REQUIRED, @@ -621,8 +620,7 @@ message CreateBackupRequest { } ]; - // Required. A [backup resource] - // (/cloud-filestore/reference/rest/v1/projects.locations.backups) + // Required. A [backup resource][google.cloud.filestore.v1.Backup] Backup backup = 2 [(google.api.field_behavior) = REQUIRED]; // Required. The ID to use for the backup. @@ -638,7 +636,7 @@ message CreateBackupRequest { // DeleteBackupRequest deletes a backup. message DeleteBackupRequest { // Required. The backup resource name, in the format - // projects/{project_number}/locations/{location}/backups/{backup_id} + // `projects/{project_number}/locations/{location}/backups/{backup_id}` string name = 1 [ (google.api.field_behavior) = REQUIRED, (google.api.resource_reference) = { @@ -649,8 +647,7 @@ message DeleteBackupRequest { // UpdateBackupRequest updates description and/or labels for a backup. message UpdateBackupRequest { - // Required. A [backup resource] - // (/cloud-filestore/reference/rest/v1/projects.locations.backups) + // Required. A [backup resource][google.cloud.filestore.v1.Backup] Backup backup = 1 [(google.api.field_behavior) = REQUIRED]; // Required. Mask of fields to update. At least one path must be supplied in this @@ -661,7 +658,7 @@ message UpdateBackupRequest { // GetBackupRequest gets the state of a backup. message GetBackupRequest { // Required. The backup resource name, in the format - // projects/{project_number}/locations/{location}/backups/{backup_id}. + // `projects/{project_number}/locations/{location}/backups/{backup_id}`. string name = 1 [ (google.api.field_behavior) = REQUIRED, (google.api.resource_reference) = { @@ -673,11 +670,11 @@ message GetBackupRequest { // ListBackupsRequest lists backups. message ListBackupsRequest { // Required. The project and location for which to retrieve backup information, - // in the format projects/{project_number}/locations/{location}. + // in the format `projects/{project_number}/locations/{location}`. // In Cloud Filestore, backup locations map to GCP regions, // for example **us-west1**. // To retrieve backup information for all locations, use "-" for the - // {location} value. + // `{location}` value. string parent = 1 [ (google.api.field_behavior) = REQUIRED, (google.api.resource_reference) = { @@ -703,8 +700,8 @@ message ListBackupsRequest { message ListBackupsResponse { // A list of backups in the project for the specified location. // - // If the {location} value in the request is "-", the response contains a list - // of backups from all locations. If any location is unreachable, the + // If the `{location}` value in the request is "-", the response contains a + // list of backups from all locations. If any location is unreachable, the // response will only return backups in reachable locations and the // "unreachable" field will be populated with a list of unreachable // locations. diff --git a/proto-google-cloud-filestore-v1beta1/src/main/java/com/google/cloud/filestore/v1beta1/Backup.java b/proto-google-cloud-filestore-v1beta1/src/main/java/com/google/cloud/filestore/v1beta1/Backup.java index 5bae8dec..57efc35a 100644 --- a/proto-google-cloud-filestore-v1beta1/src/main/java/com/google/cloud/filestore/v1beta1/Backup.java +++ b/proto-google-cloud-filestore-v1beta1/src/main/java/com/google/cloud/filestore/v1beta1/Backup.java @@ -431,7 +431,7 @@ private State(int value) { * *
    * Output only. The resource name of the backup, in the format
-   * projects/{project_id}/locations/{location_id}/backups/{backup_id}.
+   * `projects/{project_id}/locations/{location_id}/backups/{backup_id}`.
    * 
* * string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -455,7 +455,7 @@ public java.lang.String getName() { * *
    * Output only. The resource name of the backup, in the format
-   * projects/{project_id}/locations/{location_id}/backups/{backup_id}.
+   * `projects/{project_id}/locations/{location_id}/backups/{backup_id}`.
    * 
* * string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -757,7 +757,7 @@ public long getStorageBytes() { * *
    * The resource name of the source Cloud Filestore instance, in the format
-   * projects/{project_id}/locations/{location_id}/instances/{instance_id},
+   * `projects/{project_id}/locations/{location_id}/instances/{instance_id}`,
    * used to create this backup.
    * 
* @@ -782,7 +782,7 @@ public java.lang.String getSourceInstance() { * *
    * The resource name of the source Cloud Filestore instance, in the format
-   * projects/{project_id}/locations/{location_id}/instances/{instance_id},
+   * `projects/{project_id}/locations/{location_id}/instances/{instance_id}`,
    * used to create this backup.
    * 
* @@ -1515,7 +1515,7 @@ public Builder mergeFrom( * *
      * Output only. The resource name of the backup, in the format
-     * projects/{project_id}/locations/{location_id}/backups/{backup_id}.
+     * `projects/{project_id}/locations/{location_id}/backups/{backup_id}`.
      * 
* * string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -1538,7 +1538,7 @@ public java.lang.String getName() { * *
      * Output only. The resource name of the backup, in the format
-     * projects/{project_id}/locations/{location_id}/backups/{backup_id}.
+     * `projects/{project_id}/locations/{location_id}/backups/{backup_id}`.
      * 
* * string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -1561,7 +1561,7 @@ public com.google.protobuf.ByteString getNameBytes() { * *
      * Output only. The resource name of the backup, in the format
-     * projects/{project_id}/locations/{location_id}/backups/{backup_id}.
+     * `projects/{project_id}/locations/{location_id}/backups/{backup_id}`.
      * 
* * string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -1583,7 +1583,7 @@ public Builder setName(java.lang.String value) { * *
      * Output only. The resource name of the backup, in the format
-     * projects/{project_id}/locations/{location_id}/backups/{backup_id}.
+     * `projects/{project_id}/locations/{location_id}/backups/{backup_id}`.
      * 
* * string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -1601,7 +1601,7 @@ public Builder clearName() { * *
      * Output only. The resource name of the backup, in the format
-     * projects/{project_id}/locations/{location_id}/backups/{backup_id}.
+     * `projects/{project_id}/locations/{location_id}/backups/{backup_id}`.
      * 
* * string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -2303,7 +2303,7 @@ public Builder clearStorageBytes() { * *
      * The resource name of the source Cloud Filestore instance, in the format
-     * projects/{project_id}/locations/{location_id}/instances/{instance_id},
+     * `projects/{project_id}/locations/{location_id}/instances/{instance_id}`,
      * used to create this backup.
      * 
* @@ -2327,7 +2327,7 @@ public java.lang.String getSourceInstance() { * *
      * The resource name of the source Cloud Filestore instance, in the format
-     * projects/{project_id}/locations/{location_id}/instances/{instance_id},
+     * `projects/{project_id}/locations/{location_id}/instances/{instance_id}`,
      * used to create this backup.
      * 
* @@ -2351,7 +2351,7 @@ public com.google.protobuf.ByteString getSourceInstanceBytes() { * *
      * The resource name of the source Cloud Filestore instance, in the format
-     * projects/{project_id}/locations/{location_id}/instances/{instance_id},
+     * `projects/{project_id}/locations/{location_id}/instances/{instance_id}`,
      * used to create this backup.
      * 
* @@ -2374,7 +2374,7 @@ public Builder setSourceInstance(java.lang.String value) { * *
      * The resource name of the source Cloud Filestore instance, in the format
-     * projects/{project_id}/locations/{location_id}/instances/{instance_id},
+     * `projects/{project_id}/locations/{location_id}/instances/{instance_id}`,
      * used to create this backup.
      * 
* @@ -2393,7 +2393,7 @@ public Builder clearSourceInstance() { * *
      * The resource name of the source Cloud Filestore instance, in the format
-     * projects/{project_id}/locations/{location_id}/instances/{instance_id},
+     * `projects/{project_id}/locations/{location_id}/instances/{instance_id}`,
      * used to create this backup.
      * 
* diff --git a/proto-google-cloud-filestore-v1beta1/src/main/java/com/google/cloud/filestore/v1beta1/BackupOrBuilder.java b/proto-google-cloud-filestore-v1beta1/src/main/java/com/google/cloud/filestore/v1beta1/BackupOrBuilder.java index f569b8ef..2552f0f1 100644 --- a/proto-google-cloud-filestore-v1beta1/src/main/java/com/google/cloud/filestore/v1beta1/BackupOrBuilder.java +++ b/proto-google-cloud-filestore-v1beta1/src/main/java/com/google/cloud/filestore/v1beta1/BackupOrBuilder.java @@ -28,7 +28,7 @@ public interface BackupOrBuilder * *
    * Output only. The resource name of the backup, in the format
-   * projects/{project_id}/locations/{location_id}/backups/{backup_id}.
+   * `projects/{project_id}/locations/{location_id}/backups/{backup_id}`.
    * 
* * string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -41,7 +41,7 @@ public interface BackupOrBuilder * *
    * Output only. The resource name of the backup, in the format
-   * projects/{project_id}/locations/{location_id}/backups/{backup_id}.
+   * `projects/{project_id}/locations/{location_id}/backups/{backup_id}`.
    * 
* * string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -230,7 +230,7 @@ public interface BackupOrBuilder * *
    * The resource name of the source Cloud Filestore instance, in the format
-   * projects/{project_id}/locations/{location_id}/instances/{instance_id},
+   * `projects/{project_id}/locations/{location_id}/instances/{instance_id}`,
    * used to create this backup.
    * 
* @@ -244,7 +244,7 @@ public interface BackupOrBuilder * *
    * The resource name of the source Cloud Filestore instance, in the format
-   * projects/{project_id}/locations/{location_id}/instances/{instance_id},
+   * `projects/{project_id}/locations/{location_id}/instances/{instance_id}`,
    * used to create this backup.
    * 
* diff --git a/proto-google-cloud-filestore-v1beta1/src/main/java/com/google/cloud/filestore/v1beta1/CreateBackupRequest.java b/proto-google-cloud-filestore-v1beta1/src/main/java/com/google/cloud/filestore/v1beta1/CreateBackupRequest.java index fe5da145..d9ad7a34 100644 --- a/proto-google-cloud-filestore-v1beta1/src/main/java/com/google/cloud/filestore/v1beta1/CreateBackupRequest.java +++ b/proto-google-cloud-filestore-v1beta1/src/main/java/com/google/cloud/filestore/v1beta1/CreateBackupRequest.java @@ -142,7 +142,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * *
    * Required. The backup's project and location, in the format
-   * projects/{project_id}/locations/{location}. In Cloud Filestore,
+   * `projects/{project_id}/locations/{location}`. In Cloud Filestore,
    * backup locations map to GCP regions, for example **us-west1**.
    * 
* @@ -169,7 +169,7 @@ public java.lang.String getParent() { * *
    * Required. The backup's project and location, in the format
-   * projects/{project_id}/locations/{location}. In Cloud Filestore,
+   * `projects/{project_id}/locations/{location}`. In Cloud Filestore,
    * backup locations map to GCP regions, for example **us-west1**.
    * 
* @@ -198,8 +198,7 @@ public com.google.protobuf.ByteString getParentBytes() { * * *
-   * Required. A [backup resource]
-   * (/cloud-filestore/reference/rest/v1beta1/projects.locations.backups)
+   * Required. A [backup resource][google.cloud.filestore.v1beta1.Backup]
    * 
* * @@ -216,8 +215,7 @@ public boolean hasBackup() { * * *
-   * Required. A [backup resource]
-   * (/cloud-filestore/reference/rest/v1beta1/projects.locations.backups)
+   * Required. A [backup resource][google.cloud.filestore.v1beta1.Backup]
    * 
* * @@ -236,8 +234,7 @@ public com.google.cloud.filestore.v1beta1.Backup getBackup() { * * *
-   * Required. A [backup resource]
-   * (/cloud-filestore/reference/rest/v1beta1/projects.locations.backups)
+   * Required. A [backup resource][google.cloud.filestore.v1beta1.Backup]
    * 
* * @@ -673,7 +670,7 @@ public Builder mergeFrom( * *
      * Required. The backup's project and location, in the format
-     * projects/{project_id}/locations/{location}. In Cloud Filestore,
+     * `projects/{project_id}/locations/{location}`. In Cloud Filestore,
      * backup locations map to GCP regions, for example **us-west1**.
      * 
* @@ -699,7 +696,7 @@ public java.lang.String getParent() { * *
      * Required. The backup's project and location, in the format
-     * projects/{project_id}/locations/{location}. In Cloud Filestore,
+     * `projects/{project_id}/locations/{location}`. In Cloud Filestore,
      * backup locations map to GCP regions, for example **us-west1**.
      * 
* @@ -725,7 +722,7 @@ public com.google.protobuf.ByteString getParentBytes() { * *
      * Required. The backup's project and location, in the format
-     * projects/{project_id}/locations/{location}. In Cloud Filestore,
+     * `projects/{project_id}/locations/{location}`. In Cloud Filestore,
      * backup locations map to GCP regions, for example **us-west1**.
      * 
* @@ -750,7 +747,7 @@ public Builder setParent(java.lang.String value) { * *
      * Required. The backup's project and location, in the format
-     * projects/{project_id}/locations/{location}. In Cloud Filestore,
+     * `projects/{project_id}/locations/{location}`. In Cloud Filestore,
      * backup locations map to GCP regions, for example **us-west1**.
      * 
* @@ -771,7 +768,7 @@ public Builder clearParent() { * *
      * Required. The backup's project and location, in the format
-     * projects/{project_id}/locations/{location}. In Cloud Filestore,
+     * `projects/{project_id}/locations/{location}`. In Cloud Filestore,
      * backup locations map to GCP regions, for example **us-west1**.
      * 
* @@ -803,8 +800,7 @@ public Builder setParentBytes(com.google.protobuf.ByteString value) { * * *
-     * Required. A [backup resource]
-     * (/cloud-filestore/reference/rest/v1beta1/projects.locations.backups)
+     * Required. A [backup resource][google.cloud.filestore.v1beta1.Backup]
      * 
* * @@ -820,8 +816,7 @@ public boolean hasBackup() { * * *
-     * Required. A [backup resource]
-     * (/cloud-filestore/reference/rest/v1beta1/projects.locations.backups)
+     * Required. A [backup resource][google.cloud.filestore.v1beta1.Backup]
      * 
* * @@ -843,8 +838,7 @@ public com.google.cloud.filestore.v1beta1.Backup getBackup() { * * *
-     * Required. A [backup resource]
-     * (/cloud-filestore/reference/rest/v1beta1/projects.locations.backups)
+     * Required. A [backup resource][google.cloud.filestore.v1beta1.Backup]
      * 
* * @@ -868,8 +862,7 @@ public Builder setBackup(com.google.cloud.filestore.v1beta1.Backup value) { * * *
-     * Required. A [backup resource]
-     * (/cloud-filestore/reference/rest/v1beta1/projects.locations.backups)
+     * Required. A [backup resource][google.cloud.filestore.v1beta1.Backup]
      * 
* * @@ -890,8 +883,7 @@ public Builder setBackup(com.google.cloud.filestore.v1beta1.Backup.Builder build * * *
-     * Required. A [backup resource]
-     * (/cloud-filestore/reference/rest/v1beta1/projects.locations.backups)
+     * Required. A [backup resource][google.cloud.filestore.v1beta1.Backup]
      * 
* * @@ -919,8 +911,7 @@ public Builder mergeBackup(com.google.cloud.filestore.v1beta1.Backup value) { * * *
-     * Required. A [backup resource]
-     * (/cloud-filestore/reference/rest/v1beta1/projects.locations.backups)
+     * Required. A [backup resource][google.cloud.filestore.v1beta1.Backup]
      * 
* * @@ -942,8 +933,7 @@ public Builder clearBackup() { * * *
-     * Required. A [backup resource]
-     * (/cloud-filestore/reference/rest/v1beta1/projects.locations.backups)
+     * Required. A [backup resource][google.cloud.filestore.v1beta1.Backup]
      * 
* * @@ -959,8 +949,7 @@ public com.google.cloud.filestore.v1beta1.Backup.Builder getBackupBuilder() { * * *
-     * Required. A [backup resource]
-     * (/cloud-filestore/reference/rest/v1beta1/projects.locations.backups)
+     * Required. A [backup resource][google.cloud.filestore.v1beta1.Backup]
      * 
* * @@ -980,8 +969,7 @@ public com.google.cloud.filestore.v1beta1.BackupOrBuilder getBackupOrBuilder() { * * *
-     * Required. A [backup resource]
-     * (/cloud-filestore/reference/rest/v1beta1/projects.locations.backups)
+     * Required. A [backup resource][google.cloud.filestore.v1beta1.Backup]
      * 
* * diff --git a/proto-google-cloud-filestore-v1beta1/src/main/java/com/google/cloud/filestore/v1beta1/CreateBackupRequestOrBuilder.java b/proto-google-cloud-filestore-v1beta1/src/main/java/com/google/cloud/filestore/v1beta1/CreateBackupRequestOrBuilder.java index 58083f87..fcb6f4a8 100644 --- a/proto-google-cloud-filestore-v1beta1/src/main/java/com/google/cloud/filestore/v1beta1/CreateBackupRequestOrBuilder.java +++ b/proto-google-cloud-filestore-v1beta1/src/main/java/com/google/cloud/filestore/v1beta1/CreateBackupRequestOrBuilder.java @@ -28,7 +28,7 @@ public interface CreateBackupRequestOrBuilder * *
    * Required. The backup's project and location, in the format
-   * projects/{project_id}/locations/{location}. In Cloud Filestore,
+   * `projects/{project_id}/locations/{location}`. In Cloud Filestore,
    * backup locations map to GCP regions, for example **us-west1**.
    * 
* @@ -44,7 +44,7 @@ public interface CreateBackupRequestOrBuilder * *
    * Required. The backup's project and location, in the format
-   * projects/{project_id}/locations/{location}. In Cloud Filestore,
+   * `projects/{project_id}/locations/{location}`. In Cloud Filestore,
    * backup locations map to GCP regions, for example **us-west1**.
    * 
* @@ -60,8 +60,7 @@ public interface CreateBackupRequestOrBuilder * * *
-   * Required. A [backup resource]
-   * (/cloud-filestore/reference/rest/v1beta1/projects.locations.backups)
+   * Required. A [backup resource][google.cloud.filestore.v1beta1.Backup]
    * 
* * @@ -75,8 +74,7 @@ public interface CreateBackupRequestOrBuilder * * *
-   * Required. A [backup resource]
-   * (/cloud-filestore/reference/rest/v1beta1/projects.locations.backups)
+   * Required. A [backup resource][google.cloud.filestore.v1beta1.Backup]
    * 
* * @@ -90,8 +88,7 @@ public interface CreateBackupRequestOrBuilder * * *
-   * Required. A [backup resource]
-   * (/cloud-filestore/reference/rest/v1beta1/projects.locations.backups)
+   * Required. A [backup resource][google.cloud.filestore.v1beta1.Backup]
    * 
* * diff --git a/proto-google-cloud-filestore-v1beta1/src/main/java/com/google/cloud/filestore/v1beta1/CreateInstanceRequest.java b/proto-google-cloud-filestore-v1beta1/src/main/java/com/google/cloud/filestore/v1beta1/CreateInstanceRequest.java index db094d32..f9018181 100644 --- a/proto-google-cloud-filestore-v1beta1/src/main/java/com/google/cloud/filestore/v1beta1/CreateInstanceRequest.java +++ b/proto-google-cloud-filestore-v1beta1/src/main/java/com/google/cloud/filestore/v1beta1/CreateInstanceRequest.java @@ -142,7 +142,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * *
    * Required. The instance's project and location, in the format
-   * projects/{project_id}/locations/{location}. In Cloud Filestore,
+   * `projects/{project_id}/locations/{location}`. In Cloud Filestore,
    * locations map to GCP zones, for example **us-west1-b**.
    * 
* @@ -169,7 +169,7 @@ public java.lang.String getParent() { * *
    * Required. The instance's project and location, in the format
-   * projects/{project_id}/locations/{location}. In Cloud Filestore,
+   * `projects/{project_id}/locations/{location}`. In Cloud Filestore,
    * locations map to GCP zones, for example **us-west1-b**.
    * 
* @@ -253,8 +253,7 @@ public com.google.protobuf.ByteString getInstanceIdBytes() { * * *
-   * Required. A [instance resource]
-   * (/cloud-filestore/reference/rest/v1beta1/projects.locations.instances)
+   * Required. An [instance resource][google.cloud.filestore.v1beta1.Instance]
    * 
* * @@ -271,8 +270,7 @@ public boolean hasInstance() { * * *
-   * Required. A [instance resource]
-   * (/cloud-filestore/reference/rest/v1beta1/projects.locations.instances)
+   * Required. An [instance resource][google.cloud.filestore.v1beta1.Instance]
    * 
* * @@ -291,8 +289,7 @@ public com.google.cloud.filestore.v1beta1.Instance getInstance() { * * *
-   * Required. A [instance resource]
-   * (/cloud-filestore/reference/rest/v1beta1/projects.locations.instances)
+   * Required. An [instance resource][google.cloud.filestore.v1beta1.Instance]
    * 
* * @@ -673,7 +670,7 @@ public Builder mergeFrom( * *
      * Required. The instance's project and location, in the format
-     * projects/{project_id}/locations/{location}. In Cloud Filestore,
+     * `projects/{project_id}/locations/{location}`. In Cloud Filestore,
      * locations map to GCP zones, for example **us-west1-b**.
      * 
* @@ -699,7 +696,7 @@ public java.lang.String getParent() { * *
      * Required. The instance's project and location, in the format
-     * projects/{project_id}/locations/{location}. In Cloud Filestore,
+     * `projects/{project_id}/locations/{location}`. In Cloud Filestore,
      * locations map to GCP zones, for example **us-west1-b**.
      * 
* @@ -725,7 +722,7 @@ public com.google.protobuf.ByteString getParentBytes() { * *
      * Required. The instance's project and location, in the format
-     * projects/{project_id}/locations/{location}. In Cloud Filestore,
+     * `projects/{project_id}/locations/{location}`. In Cloud Filestore,
      * locations map to GCP zones, for example **us-west1-b**.
      * 
* @@ -750,7 +747,7 @@ public Builder setParent(java.lang.String value) { * *
      * Required. The instance's project and location, in the format
-     * projects/{project_id}/locations/{location}. In Cloud Filestore,
+     * `projects/{project_id}/locations/{location}`. In Cloud Filestore,
      * locations map to GCP zones, for example **us-west1-b**.
      * 
* @@ -771,7 +768,7 @@ public Builder clearParent() { * *
      * Required. The instance's project and location, in the format
-     * projects/{project_id}/locations/{location}. In Cloud Filestore,
+     * `projects/{project_id}/locations/{location}`. In Cloud Filestore,
      * locations map to GCP zones, for example **us-west1-b**.
      * 
* @@ -924,8 +921,7 @@ public Builder setInstanceIdBytes(com.google.protobuf.ByteString value) { * * *
-     * Required. A [instance resource]
-     * (/cloud-filestore/reference/rest/v1beta1/projects.locations.instances)
+     * Required. An [instance resource][google.cloud.filestore.v1beta1.Instance]
      * 
* * @@ -941,8 +937,7 @@ public boolean hasInstance() { * * *
-     * Required. A [instance resource]
-     * (/cloud-filestore/reference/rest/v1beta1/projects.locations.instances)
+     * Required. An [instance resource][google.cloud.filestore.v1beta1.Instance]
      * 
* * @@ -964,8 +959,7 @@ public com.google.cloud.filestore.v1beta1.Instance getInstance() { * * *
-     * Required. A [instance resource]
-     * (/cloud-filestore/reference/rest/v1beta1/projects.locations.instances)
+     * Required. An [instance resource][google.cloud.filestore.v1beta1.Instance]
      * 
* * @@ -989,8 +983,7 @@ public Builder setInstance(com.google.cloud.filestore.v1beta1.Instance value) { * * *
-     * Required. A [instance resource]
-     * (/cloud-filestore/reference/rest/v1beta1/projects.locations.instances)
+     * Required. An [instance resource][google.cloud.filestore.v1beta1.Instance]
      * 
* * @@ -1012,8 +1005,7 @@ public Builder setInstance( * * *
-     * Required. A [instance resource]
-     * (/cloud-filestore/reference/rest/v1beta1/projects.locations.instances)
+     * Required. An [instance resource][google.cloud.filestore.v1beta1.Instance]
      * 
* * @@ -1041,8 +1033,7 @@ public Builder mergeInstance(com.google.cloud.filestore.v1beta1.Instance value) * * *
-     * Required. A [instance resource]
-     * (/cloud-filestore/reference/rest/v1beta1/projects.locations.instances)
+     * Required. An [instance resource][google.cloud.filestore.v1beta1.Instance]
      * 
* * @@ -1064,8 +1055,7 @@ public Builder clearInstance() { * * *
-     * Required. A [instance resource]
-     * (/cloud-filestore/reference/rest/v1beta1/projects.locations.instances)
+     * Required. An [instance resource][google.cloud.filestore.v1beta1.Instance]
      * 
* * @@ -1081,8 +1071,7 @@ public com.google.cloud.filestore.v1beta1.Instance.Builder getInstanceBuilder() * * *
-     * Required. A [instance resource]
-     * (/cloud-filestore/reference/rest/v1beta1/projects.locations.instances)
+     * Required. An [instance resource][google.cloud.filestore.v1beta1.Instance]
      * 
* * @@ -1102,8 +1091,7 @@ public com.google.cloud.filestore.v1beta1.InstanceOrBuilder getInstanceOrBuilder * * *
-     * Required. A [instance resource]
-     * (/cloud-filestore/reference/rest/v1beta1/projects.locations.instances)
+     * Required. An [instance resource][google.cloud.filestore.v1beta1.Instance]
      * 
* * diff --git a/proto-google-cloud-filestore-v1beta1/src/main/java/com/google/cloud/filestore/v1beta1/CreateInstanceRequestOrBuilder.java b/proto-google-cloud-filestore-v1beta1/src/main/java/com/google/cloud/filestore/v1beta1/CreateInstanceRequestOrBuilder.java index 607d9413..4460055d 100644 --- a/proto-google-cloud-filestore-v1beta1/src/main/java/com/google/cloud/filestore/v1beta1/CreateInstanceRequestOrBuilder.java +++ b/proto-google-cloud-filestore-v1beta1/src/main/java/com/google/cloud/filestore/v1beta1/CreateInstanceRequestOrBuilder.java @@ -28,7 +28,7 @@ public interface CreateInstanceRequestOrBuilder * *
    * Required. The instance's project and location, in the format
-   * projects/{project_id}/locations/{location}. In Cloud Filestore,
+   * `projects/{project_id}/locations/{location}`. In Cloud Filestore,
    * locations map to GCP zones, for example **us-west1-b**.
    * 
* @@ -44,7 +44,7 @@ public interface CreateInstanceRequestOrBuilder * *
    * Required. The instance's project and location, in the format
-   * projects/{project_id}/locations/{location}. In Cloud Filestore,
+   * `projects/{project_id}/locations/{location}`. In Cloud Filestore,
    * locations map to GCP zones, for example **us-west1-b**.
    * 
* @@ -91,8 +91,7 @@ public interface CreateInstanceRequestOrBuilder * * *
-   * Required. A [instance resource]
-   * (/cloud-filestore/reference/rest/v1beta1/projects.locations.instances)
+   * Required. An [instance resource][google.cloud.filestore.v1beta1.Instance]
    * 
* * @@ -106,8 +105,7 @@ public interface CreateInstanceRequestOrBuilder * * *
-   * Required. A [instance resource]
-   * (/cloud-filestore/reference/rest/v1beta1/projects.locations.instances)
+   * Required. An [instance resource][google.cloud.filestore.v1beta1.Instance]
    * 
* * @@ -121,8 +119,7 @@ public interface CreateInstanceRequestOrBuilder * * *
-   * Required. A [instance resource]
-   * (/cloud-filestore/reference/rest/v1beta1/projects.locations.instances)
+   * Required. An [instance resource][google.cloud.filestore.v1beta1.Instance]
    * 
* * diff --git a/proto-google-cloud-filestore-v1beta1/src/main/java/com/google/cloud/filestore/v1beta1/DeleteBackupRequest.java b/proto-google-cloud-filestore-v1beta1/src/main/java/com/google/cloud/filestore/v1beta1/DeleteBackupRequest.java index b565e700..e3cb32a6 100644 --- a/proto-google-cloud-filestore-v1beta1/src/main/java/com/google/cloud/filestore/v1beta1/DeleteBackupRequest.java +++ b/proto-google-cloud-filestore-v1beta1/src/main/java/com/google/cloud/filestore/v1beta1/DeleteBackupRequest.java @@ -118,7 +118,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * *
    * Required. The backup resource name, in the format
-   * projects/{project_id}/locations/{location}/backups/{backup_id}
+   * `projects/{project_id}/locations/{location}/backups/{backup_id}`
    * 
* * @@ -144,7 +144,7 @@ public java.lang.String getName() { * *
    * Required. The backup resource name, in the format
-   * projects/{project_id}/locations/{location}/backups/{backup_id}
+   * `projects/{project_id}/locations/{location}/backups/{backup_id}`
    * 
* * @@ -491,7 +491,7 @@ public Builder mergeFrom( * *
      * Required. The backup resource name, in the format
-     * projects/{project_id}/locations/{location}/backups/{backup_id}
+     * `projects/{project_id}/locations/{location}/backups/{backup_id}`
      * 
* * @@ -516,7 +516,7 @@ public java.lang.String getName() { * *
      * Required. The backup resource name, in the format
-     * projects/{project_id}/locations/{location}/backups/{backup_id}
+     * `projects/{project_id}/locations/{location}/backups/{backup_id}`
      * 
* * @@ -541,7 +541,7 @@ public com.google.protobuf.ByteString getNameBytes() { * *
      * Required. The backup resource name, in the format
-     * projects/{project_id}/locations/{location}/backups/{backup_id}
+     * `projects/{project_id}/locations/{location}/backups/{backup_id}`
      * 
* * @@ -565,7 +565,7 @@ public Builder setName(java.lang.String value) { * *
      * Required. The backup resource name, in the format
-     * projects/{project_id}/locations/{location}/backups/{backup_id}
+     * `projects/{project_id}/locations/{location}/backups/{backup_id}`
      * 
* * @@ -585,7 +585,7 @@ public Builder clearName() { * *
      * Required. The backup resource name, in the format
-     * projects/{project_id}/locations/{location}/backups/{backup_id}
+     * `projects/{project_id}/locations/{location}/backups/{backup_id}`
      * 
* * diff --git a/proto-google-cloud-filestore-v1beta1/src/main/java/com/google/cloud/filestore/v1beta1/DeleteBackupRequestOrBuilder.java b/proto-google-cloud-filestore-v1beta1/src/main/java/com/google/cloud/filestore/v1beta1/DeleteBackupRequestOrBuilder.java index ed793215..fae4deaa 100644 --- a/proto-google-cloud-filestore-v1beta1/src/main/java/com/google/cloud/filestore/v1beta1/DeleteBackupRequestOrBuilder.java +++ b/proto-google-cloud-filestore-v1beta1/src/main/java/com/google/cloud/filestore/v1beta1/DeleteBackupRequestOrBuilder.java @@ -28,7 +28,7 @@ public interface DeleteBackupRequestOrBuilder * *
    * Required. The backup resource name, in the format
-   * projects/{project_id}/locations/{location}/backups/{backup_id}
+   * `projects/{project_id}/locations/{location}/backups/{backup_id}`
    * 
* * @@ -43,7 +43,7 @@ public interface DeleteBackupRequestOrBuilder * *
    * Required. The backup resource name, in the format
-   * projects/{project_id}/locations/{location}/backups/{backup_id}
+   * `projects/{project_id}/locations/{location}/backups/{backup_id}`
    * 
* * diff --git a/proto-google-cloud-filestore-v1beta1/src/main/java/com/google/cloud/filestore/v1beta1/DeleteInstanceRequest.java b/proto-google-cloud-filestore-v1beta1/src/main/java/com/google/cloud/filestore/v1beta1/DeleteInstanceRequest.java index d11f5e6e..0bc8e2dd 100644 --- a/proto-google-cloud-filestore-v1beta1/src/main/java/com/google/cloud/filestore/v1beta1/DeleteInstanceRequest.java +++ b/proto-google-cloud-filestore-v1beta1/src/main/java/com/google/cloud/filestore/v1beta1/DeleteInstanceRequest.java @@ -118,7 +118,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * *
    * Required. The instance resource name, in the format
-   * projects/{project_id}/locations/{location}/instances/{instance_id}
+   * `projects/{project_id}/locations/{location}/instances/{instance_id}`
    * 
* * @@ -144,7 +144,7 @@ public java.lang.String getName() { * *
    * Required. The instance resource name, in the format
-   * projects/{project_id}/locations/{location}/instances/{instance_id}
+   * `projects/{project_id}/locations/{location}/instances/{instance_id}`
    * 
* * @@ -491,7 +491,7 @@ public Builder mergeFrom( * *
      * Required. The instance resource name, in the format
-     * projects/{project_id}/locations/{location}/instances/{instance_id}
+     * `projects/{project_id}/locations/{location}/instances/{instance_id}`
      * 
* * @@ -516,7 +516,7 @@ public java.lang.String getName() { * *
      * Required. The instance resource name, in the format
-     * projects/{project_id}/locations/{location}/instances/{instance_id}
+     * `projects/{project_id}/locations/{location}/instances/{instance_id}`
      * 
* * @@ -541,7 +541,7 @@ public com.google.protobuf.ByteString getNameBytes() { * *
      * Required. The instance resource name, in the format
-     * projects/{project_id}/locations/{location}/instances/{instance_id}
+     * `projects/{project_id}/locations/{location}/instances/{instance_id}`
      * 
* * @@ -565,7 +565,7 @@ public Builder setName(java.lang.String value) { * *
      * Required. The instance resource name, in the format
-     * projects/{project_id}/locations/{location}/instances/{instance_id}
+     * `projects/{project_id}/locations/{location}/instances/{instance_id}`
      * 
* * @@ -585,7 +585,7 @@ public Builder clearName() { * *
      * Required. The instance resource name, in the format
-     * projects/{project_id}/locations/{location}/instances/{instance_id}
+     * `projects/{project_id}/locations/{location}/instances/{instance_id}`
      * 
* * diff --git a/proto-google-cloud-filestore-v1beta1/src/main/java/com/google/cloud/filestore/v1beta1/DeleteInstanceRequestOrBuilder.java b/proto-google-cloud-filestore-v1beta1/src/main/java/com/google/cloud/filestore/v1beta1/DeleteInstanceRequestOrBuilder.java index 9bfb71c1..be30f190 100644 --- a/proto-google-cloud-filestore-v1beta1/src/main/java/com/google/cloud/filestore/v1beta1/DeleteInstanceRequestOrBuilder.java +++ b/proto-google-cloud-filestore-v1beta1/src/main/java/com/google/cloud/filestore/v1beta1/DeleteInstanceRequestOrBuilder.java @@ -28,7 +28,7 @@ public interface DeleteInstanceRequestOrBuilder * *
    * Required. The instance resource name, in the format
-   * projects/{project_id}/locations/{location}/instances/{instance_id}
+   * `projects/{project_id}/locations/{location}/instances/{instance_id}`
    * 
* * @@ -43,7 +43,7 @@ public interface DeleteInstanceRequestOrBuilder * *
    * Required. The instance resource name, in the format
-   * projects/{project_id}/locations/{location}/instances/{instance_id}
+   * `projects/{project_id}/locations/{location}/instances/{instance_id}`
    * 
* * diff --git a/proto-google-cloud-filestore-v1beta1/src/main/java/com/google/cloud/filestore/v1beta1/FileShareConfig.java b/proto-google-cloud-filestore-v1beta1/src/main/java/com/google/cloud/filestore/v1beta1/FileShareConfig.java index 88caa2e6..e538d621 100644 --- a/proto-google-cloud-filestore-v1beta1/src/main/java/com/google/cloud/filestore/v1beta1/FileShareConfig.java +++ b/proto-google-cloud-filestore-v1beta1/src/main/java/com/google/cloud/filestore/v1beta1/FileShareConfig.java @@ -259,7 +259,7 @@ public long getCapacityGb() { * *
    * The resource name of the backup, in the format
-   * projects/{project_id}/locations/{location_id}/backups/{backup_id}, that
+   * `projects/{project_id}/locations/{location_id}/backups/{backup_id}`, that
    * this file share has been restored from.
    * 
* @@ -275,7 +275,7 @@ public boolean hasSourceBackup() { * *
    * The resource name of the backup, in the format
-   * projects/{project_id}/locations/{location_id}/backups/{backup_id}, that
+   * `projects/{project_id}/locations/{location_id}/backups/{backup_id}`, that
    * this file share has been restored from.
    * 
* @@ -304,7 +304,7 @@ public java.lang.String getSourceBackup() { * *
    * The resource name of the backup, in the format
-   * projects/{project_id}/locations/{location_id}/backups/{backup_id}, that
+   * `projects/{project_id}/locations/{location_id}/backups/{backup_id}`, that
    * this file share has been restored from.
    * 
* @@ -1017,7 +1017,7 @@ public Builder clearCapacityGb() { * *
      * The resource name of the backup, in the format
-     * projects/{project_id}/locations/{location_id}/backups/{backup_id}, that
+     * `projects/{project_id}/locations/{location_id}/backups/{backup_id}`, that
      * this file share has been restored from.
      * 
* @@ -1034,7 +1034,7 @@ public boolean hasSourceBackup() { * *
      * The resource name of the backup, in the format
-     * projects/{project_id}/locations/{location_id}/backups/{backup_id}, that
+     * `projects/{project_id}/locations/{location_id}/backups/{backup_id}`, that
      * this file share has been restored from.
      * 
* @@ -1064,7 +1064,7 @@ public java.lang.String getSourceBackup() { * *
      * The resource name of the backup, in the format
-     * projects/{project_id}/locations/{location_id}/backups/{backup_id}, that
+     * `projects/{project_id}/locations/{location_id}/backups/{backup_id}`, that
      * this file share has been restored from.
      * 
* @@ -1094,7 +1094,7 @@ public com.google.protobuf.ByteString getSourceBackupBytes() { * *
      * The resource name of the backup, in the format
-     * projects/{project_id}/locations/{location_id}/backups/{backup_id}, that
+     * `projects/{project_id}/locations/{location_id}/backups/{backup_id}`, that
      * this file share has been restored from.
      * 
* @@ -1117,7 +1117,7 @@ public Builder setSourceBackup(java.lang.String value) { * *
      * The resource name of the backup, in the format
-     * projects/{project_id}/locations/{location_id}/backups/{backup_id}, that
+     * `projects/{project_id}/locations/{location_id}/backups/{backup_id}`, that
      * this file share has been restored from.
      * 
* @@ -1138,7 +1138,7 @@ public Builder clearSourceBackup() { * *
      * The resource name of the backup, in the format
-     * projects/{project_id}/locations/{location_id}/backups/{backup_id}, that
+     * `projects/{project_id}/locations/{location_id}/backups/{backup_id}`, that
      * this file share has been restored from.
      * 
* diff --git a/proto-google-cloud-filestore-v1beta1/src/main/java/com/google/cloud/filestore/v1beta1/FileShareConfigOrBuilder.java b/proto-google-cloud-filestore-v1beta1/src/main/java/com/google/cloud/filestore/v1beta1/FileShareConfigOrBuilder.java index 14ae00fb..f5fe4625 100644 --- a/proto-google-cloud-filestore-v1beta1/src/main/java/com/google/cloud/filestore/v1beta1/FileShareConfigOrBuilder.java +++ b/proto-google-cloud-filestore-v1beta1/src/main/java/com/google/cloud/filestore/v1beta1/FileShareConfigOrBuilder.java @@ -67,7 +67,7 @@ public interface FileShareConfigOrBuilder * *
    * The resource name of the backup, in the format
-   * projects/{project_id}/locations/{location_id}/backups/{backup_id}, that
+   * `projects/{project_id}/locations/{location_id}/backups/{backup_id}`, that
    * this file share has been restored from.
    * 
* @@ -81,7 +81,7 @@ public interface FileShareConfigOrBuilder * *
    * The resource name of the backup, in the format
-   * projects/{project_id}/locations/{location_id}/backups/{backup_id}, that
+   * `projects/{project_id}/locations/{location_id}/backups/{backup_id}`, that
    * this file share has been restored from.
    * 
* @@ -95,7 +95,7 @@ public interface FileShareConfigOrBuilder * *
    * The resource name of the backup, in the format
-   * projects/{project_id}/locations/{location_id}/backups/{backup_id}, that
+   * `projects/{project_id}/locations/{location_id}/backups/{backup_id}`, that
    * this file share has been restored from.
    * 
* diff --git a/proto-google-cloud-filestore-v1beta1/src/main/java/com/google/cloud/filestore/v1beta1/GetBackupRequest.java b/proto-google-cloud-filestore-v1beta1/src/main/java/com/google/cloud/filestore/v1beta1/GetBackupRequest.java index e0f423a8..4ec1dd4e 100644 --- a/proto-google-cloud-filestore-v1beta1/src/main/java/com/google/cloud/filestore/v1beta1/GetBackupRequest.java +++ b/proto-google-cloud-filestore-v1beta1/src/main/java/com/google/cloud/filestore/v1beta1/GetBackupRequest.java @@ -118,7 +118,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * *
    * Required. The backup resource name, in the format
-   * projects/{project_id}/locations/{location}/backups/{backup_id}.
+   * `projects/{project_id}/locations/{location}/backups/{backup_id}`.
    * 
* * @@ -144,7 +144,7 @@ public java.lang.String getName() { * *
    * Required. The backup resource name, in the format
-   * projects/{project_id}/locations/{location}/backups/{backup_id}.
+   * `projects/{project_id}/locations/{location}/backups/{backup_id}`.
    * 
* * @@ -490,7 +490,7 @@ public Builder mergeFrom( * *
      * Required. The backup resource name, in the format
-     * projects/{project_id}/locations/{location}/backups/{backup_id}.
+     * `projects/{project_id}/locations/{location}/backups/{backup_id}`.
      * 
* * @@ -515,7 +515,7 @@ public java.lang.String getName() { * *
      * Required. The backup resource name, in the format
-     * projects/{project_id}/locations/{location}/backups/{backup_id}.
+     * `projects/{project_id}/locations/{location}/backups/{backup_id}`.
      * 
* * @@ -540,7 +540,7 @@ public com.google.protobuf.ByteString getNameBytes() { * *
      * Required. The backup resource name, in the format
-     * projects/{project_id}/locations/{location}/backups/{backup_id}.
+     * `projects/{project_id}/locations/{location}/backups/{backup_id}`.
      * 
* * @@ -564,7 +564,7 @@ public Builder setName(java.lang.String value) { * *
      * Required. The backup resource name, in the format
-     * projects/{project_id}/locations/{location}/backups/{backup_id}.
+     * `projects/{project_id}/locations/{location}/backups/{backup_id}`.
      * 
* * @@ -584,7 +584,7 @@ public Builder clearName() { * *
      * Required. The backup resource name, in the format
-     * projects/{project_id}/locations/{location}/backups/{backup_id}.
+     * `projects/{project_id}/locations/{location}/backups/{backup_id}`.
      * 
* * diff --git a/proto-google-cloud-filestore-v1beta1/src/main/java/com/google/cloud/filestore/v1beta1/GetBackupRequestOrBuilder.java b/proto-google-cloud-filestore-v1beta1/src/main/java/com/google/cloud/filestore/v1beta1/GetBackupRequestOrBuilder.java index 4b085544..f3dee8ca 100644 --- a/proto-google-cloud-filestore-v1beta1/src/main/java/com/google/cloud/filestore/v1beta1/GetBackupRequestOrBuilder.java +++ b/proto-google-cloud-filestore-v1beta1/src/main/java/com/google/cloud/filestore/v1beta1/GetBackupRequestOrBuilder.java @@ -28,7 +28,7 @@ public interface GetBackupRequestOrBuilder * *
    * Required. The backup resource name, in the format
-   * projects/{project_id}/locations/{location}/backups/{backup_id}.
+   * `projects/{project_id}/locations/{location}/backups/{backup_id}`.
    * 
* * @@ -43,7 +43,7 @@ public interface GetBackupRequestOrBuilder * *
    * Required. The backup resource name, in the format
-   * projects/{project_id}/locations/{location}/backups/{backup_id}.
+   * `projects/{project_id}/locations/{location}/backups/{backup_id}`.
    * 
* * diff --git a/proto-google-cloud-filestore-v1beta1/src/main/java/com/google/cloud/filestore/v1beta1/GetInstanceRequest.java b/proto-google-cloud-filestore-v1beta1/src/main/java/com/google/cloud/filestore/v1beta1/GetInstanceRequest.java index ea8aa160..2640cc7e 100644 --- a/proto-google-cloud-filestore-v1beta1/src/main/java/com/google/cloud/filestore/v1beta1/GetInstanceRequest.java +++ b/proto-google-cloud-filestore-v1beta1/src/main/java/com/google/cloud/filestore/v1beta1/GetInstanceRequest.java @@ -118,7 +118,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * *
    * Required. The instance resource name, in the format
-   * projects/{project_id}/locations/{location}/instances/{instance_id}.
+   * `projects/{project_id}/locations/{location}/instances/{instance_id}`.
    * 
* * @@ -144,7 +144,7 @@ public java.lang.String getName() { * *
    * Required. The instance resource name, in the format
-   * projects/{project_id}/locations/{location}/instances/{instance_id}.
+   * `projects/{project_id}/locations/{location}/instances/{instance_id}`.
    * 
* * @@ -491,7 +491,7 @@ public Builder mergeFrom( * *
      * Required. The instance resource name, in the format
-     * projects/{project_id}/locations/{location}/instances/{instance_id}.
+     * `projects/{project_id}/locations/{location}/instances/{instance_id}`.
      * 
* * @@ -516,7 +516,7 @@ public java.lang.String getName() { * *
      * Required. The instance resource name, in the format
-     * projects/{project_id}/locations/{location}/instances/{instance_id}.
+     * `projects/{project_id}/locations/{location}/instances/{instance_id}`.
      * 
* * @@ -541,7 +541,7 @@ public com.google.protobuf.ByteString getNameBytes() { * *
      * Required. The instance resource name, in the format
-     * projects/{project_id}/locations/{location}/instances/{instance_id}.
+     * `projects/{project_id}/locations/{location}/instances/{instance_id}`.
      * 
* * @@ -565,7 +565,7 @@ public Builder setName(java.lang.String value) { * *
      * Required. The instance resource name, in the format
-     * projects/{project_id}/locations/{location}/instances/{instance_id}.
+     * `projects/{project_id}/locations/{location}/instances/{instance_id}`.
      * 
* * @@ -585,7 +585,7 @@ public Builder clearName() { * *
      * Required. The instance resource name, in the format
-     * projects/{project_id}/locations/{location}/instances/{instance_id}.
+     * `projects/{project_id}/locations/{location}/instances/{instance_id}`.
      * 
* * diff --git a/proto-google-cloud-filestore-v1beta1/src/main/java/com/google/cloud/filestore/v1beta1/GetInstanceRequestOrBuilder.java b/proto-google-cloud-filestore-v1beta1/src/main/java/com/google/cloud/filestore/v1beta1/GetInstanceRequestOrBuilder.java index 5db5208e..0e9ef0cd 100644 --- a/proto-google-cloud-filestore-v1beta1/src/main/java/com/google/cloud/filestore/v1beta1/GetInstanceRequestOrBuilder.java +++ b/proto-google-cloud-filestore-v1beta1/src/main/java/com/google/cloud/filestore/v1beta1/GetInstanceRequestOrBuilder.java @@ -28,7 +28,7 @@ public interface GetInstanceRequestOrBuilder * *
    * Required. The instance resource name, in the format
-   * projects/{project_id}/locations/{location}/instances/{instance_id}.
+   * `projects/{project_id}/locations/{location}/instances/{instance_id}`.
    * 
* * @@ -43,7 +43,7 @@ public interface GetInstanceRequestOrBuilder * *
    * Required. The instance resource name, in the format
-   * projects/{project_id}/locations/{location}/instances/{instance_id}.
+   * `projects/{project_id}/locations/{location}/instances/{instance_id}`.
    * 
* * diff --git a/proto-google-cloud-filestore-v1beta1/src/main/java/com/google/cloud/filestore/v1beta1/Instance.java b/proto-google-cloud-filestore-v1beta1/src/main/java/com/google/cloud/filestore/v1beta1/Instance.java index 6594a23d..1127d62c 100644 --- a/proto-google-cloud-filestore-v1beta1/src/main/java/com/google/cloud/filestore/v1beta1/Instance.java +++ b/proto-google-cloud-filestore-v1beta1/src/main/java/com/google/cloud/filestore/v1beta1/Instance.java @@ -733,7 +733,7 @@ private Tier(int value) { * *
    * Output only. The resource name of the instance, in the format
-   * projects/{project_id}/locations/{location_id}/instances/{instance_id}.
+   * `projects/{project_id}/locations/{location_id}/instances/{instance_id}`.
    * 
* * string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -757,7 +757,7 @@ public java.lang.String getName() { * *
    * Output only. The resource name of the instance, in the format
-   * projects/{project_id}/locations/{location_id}/instances/{instance_id}.
+   * `projects/{project_id}/locations/{location_id}/instances/{instance_id}`.
    * 
* * string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -1961,7 +1961,7 @@ public Builder mergeFrom( * *
      * Output only. The resource name of the instance, in the format
-     * projects/{project_id}/locations/{location_id}/instances/{instance_id}.
+     * `projects/{project_id}/locations/{location_id}/instances/{instance_id}`.
      * 
* * string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -1984,7 +1984,7 @@ public java.lang.String getName() { * *
      * Output only. The resource name of the instance, in the format
-     * projects/{project_id}/locations/{location_id}/instances/{instance_id}.
+     * `projects/{project_id}/locations/{location_id}/instances/{instance_id}`.
      * 
* * string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -2007,7 +2007,7 @@ public com.google.protobuf.ByteString getNameBytes() { * *
      * Output only. The resource name of the instance, in the format
-     * projects/{project_id}/locations/{location_id}/instances/{instance_id}.
+     * `projects/{project_id}/locations/{location_id}/instances/{instance_id}`.
      * 
* * string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -2029,7 +2029,7 @@ public Builder setName(java.lang.String value) { * *
      * Output only. The resource name of the instance, in the format
-     * projects/{project_id}/locations/{location_id}/instances/{instance_id}.
+     * `projects/{project_id}/locations/{location_id}/instances/{instance_id}`.
      * 
* * string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -2047,7 +2047,7 @@ public Builder clearName() { * *
      * Output only. The resource name of the instance, in the format
-     * projects/{project_id}/locations/{location_id}/instances/{instance_id}.
+     * `projects/{project_id}/locations/{location_id}/instances/{instance_id}`.
      * 
* * string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; diff --git a/proto-google-cloud-filestore-v1beta1/src/main/java/com/google/cloud/filestore/v1beta1/InstanceOrBuilder.java b/proto-google-cloud-filestore-v1beta1/src/main/java/com/google/cloud/filestore/v1beta1/InstanceOrBuilder.java index 5efb7a0e..3f055219 100644 --- a/proto-google-cloud-filestore-v1beta1/src/main/java/com/google/cloud/filestore/v1beta1/InstanceOrBuilder.java +++ b/proto-google-cloud-filestore-v1beta1/src/main/java/com/google/cloud/filestore/v1beta1/InstanceOrBuilder.java @@ -28,7 +28,7 @@ public interface InstanceOrBuilder * *
    * Output only. The resource name of the instance, in the format
-   * projects/{project_id}/locations/{location_id}/instances/{instance_id}.
+   * `projects/{project_id}/locations/{location_id}/instances/{instance_id}`.
    * 
* * string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -41,7 +41,7 @@ public interface InstanceOrBuilder * *
    * Output only. The resource name of the instance, in the format
-   * projects/{project_id}/locations/{location_id}/instances/{instance_id}.
+   * `projects/{project_id}/locations/{location_id}/instances/{instance_id}`.
    * 
* * string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; diff --git a/proto-google-cloud-filestore-v1beta1/src/main/java/com/google/cloud/filestore/v1beta1/ListBackupsRequest.java b/proto-google-cloud-filestore-v1beta1/src/main/java/com/google/cloud/filestore/v1beta1/ListBackupsRequest.java index 618f0e58..66eed80c 100644 --- a/proto-google-cloud-filestore-v1beta1/src/main/java/com/google/cloud/filestore/v1beta1/ListBackupsRequest.java +++ b/proto-google-cloud-filestore-v1beta1/src/main/java/com/google/cloud/filestore/v1beta1/ListBackupsRequest.java @@ -147,11 +147,11 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * *
    * Required. The project and location for which to retrieve backup information,
-   * in the format projects/{project_id}/locations/{location}.
+   * in the format `projects/{project_id}/locations/{location}`.
    * In Cloud Filestore, backup locations map to GCP regions,
    * for example **us-west1**.
    * To retrieve backup information for all locations, use "-" for the
-   * {location} value.
+   * `{location}` value.
    * 
* * @@ -177,11 +177,11 @@ public java.lang.String getParent() { * *
    * Required. The project and location for which to retrieve backup information,
-   * in the format projects/{project_id}/locations/{location}.
+   * in the format `projects/{project_id}/locations/{location}`.
    * In Cloud Filestore, backup locations map to GCP regions,
    * for example **us-west1**.
    * To retrieve backup information for all locations, use "-" for the
-   * {location} value.
+   * `{location}` value.
    * 
* * @@ -758,11 +758,11 @@ public Builder mergeFrom( * *
      * Required. The project and location for which to retrieve backup information,
-     * in the format projects/{project_id}/locations/{location}.
+     * in the format `projects/{project_id}/locations/{location}`.
      * In Cloud Filestore, backup locations map to GCP regions,
      * for example **us-west1**.
      * To retrieve backup information for all locations, use "-" for the
-     * {location} value.
+     * `{location}` value.
      * 
* * @@ -787,11 +787,11 @@ public java.lang.String getParent() { * *
      * Required. The project and location for which to retrieve backup information,
-     * in the format projects/{project_id}/locations/{location}.
+     * in the format `projects/{project_id}/locations/{location}`.
      * In Cloud Filestore, backup locations map to GCP regions,
      * for example **us-west1**.
      * To retrieve backup information for all locations, use "-" for the
-     * {location} value.
+     * `{location}` value.
      * 
* * @@ -816,11 +816,11 @@ public com.google.protobuf.ByteString getParentBytes() { * *
      * Required. The project and location for which to retrieve backup information,
-     * in the format projects/{project_id}/locations/{location}.
+     * in the format `projects/{project_id}/locations/{location}`.
      * In Cloud Filestore, backup locations map to GCP regions,
      * for example **us-west1**.
      * To retrieve backup information for all locations, use "-" for the
-     * {location} value.
+     * `{location}` value.
      * 
* * @@ -844,11 +844,11 @@ public Builder setParent(java.lang.String value) { * *
      * Required. The project and location for which to retrieve backup information,
-     * in the format projects/{project_id}/locations/{location}.
+     * in the format `projects/{project_id}/locations/{location}`.
      * In Cloud Filestore, backup locations map to GCP regions,
      * for example **us-west1**.
      * To retrieve backup information for all locations, use "-" for the
-     * {location} value.
+     * `{location}` value.
      * 
* * @@ -868,11 +868,11 @@ public Builder clearParent() { * *
      * Required. The project and location for which to retrieve backup information,
-     * in the format projects/{project_id}/locations/{location}.
+     * in the format `projects/{project_id}/locations/{location}`.
      * In Cloud Filestore, backup locations map to GCP regions,
      * for example **us-west1**.
      * To retrieve backup information for all locations, use "-" for the
-     * {location} value.
+     * `{location}` value.
      * 
* * diff --git a/proto-google-cloud-filestore-v1beta1/src/main/java/com/google/cloud/filestore/v1beta1/ListBackupsRequestOrBuilder.java b/proto-google-cloud-filestore-v1beta1/src/main/java/com/google/cloud/filestore/v1beta1/ListBackupsRequestOrBuilder.java index ab086f15..bcce4ab3 100644 --- a/proto-google-cloud-filestore-v1beta1/src/main/java/com/google/cloud/filestore/v1beta1/ListBackupsRequestOrBuilder.java +++ b/proto-google-cloud-filestore-v1beta1/src/main/java/com/google/cloud/filestore/v1beta1/ListBackupsRequestOrBuilder.java @@ -28,11 +28,11 @@ public interface ListBackupsRequestOrBuilder * *
    * Required. The project and location for which to retrieve backup information,
-   * in the format projects/{project_id}/locations/{location}.
+   * in the format `projects/{project_id}/locations/{location}`.
    * In Cloud Filestore, backup locations map to GCP regions,
    * for example **us-west1**.
    * To retrieve backup information for all locations, use "-" for the
-   * {location} value.
+   * `{location}` value.
    * 
* * @@ -47,11 +47,11 @@ public interface ListBackupsRequestOrBuilder * *
    * Required. The project and location for which to retrieve backup information,
-   * in the format projects/{project_id}/locations/{location}.
+   * in the format `projects/{project_id}/locations/{location}`.
    * In Cloud Filestore, backup locations map to GCP regions,
    * for example **us-west1**.
    * To retrieve backup information for all locations, use "-" for the
-   * {location} value.
+   * `{location}` value.
    * 
* * diff --git a/proto-google-cloud-filestore-v1beta1/src/main/java/com/google/cloud/filestore/v1beta1/ListBackupsResponse.java b/proto-google-cloud-filestore-v1beta1/src/main/java/com/google/cloud/filestore/v1beta1/ListBackupsResponse.java index 60862ea1..7521de23 100644 --- a/proto-google-cloud-filestore-v1beta1/src/main/java/com/google/cloud/filestore/v1beta1/ListBackupsResponse.java +++ b/proto-google-cloud-filestore-v1beta1/src/main/java/com/google/cloud/filestore/v1beta1/ListBackupsResponse.java @@ -148,8 +148,8 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * *
    * A list of backups in the project for the specified location.
-   * If the {location} value in the request is "-", the response contains a list
-   * of backups from all locations. If any location is unreachable, the
+   * If the `{location}` value in the request is "-", the response contains a
+   * list of backups from all locations. If any location is unreachable, the
    * response will only return backups in reachable locations and the
    * "unreachable" field will be populated with a list of unreachable
    * locations.
@@ -166,8 +166,8 @@ public java.util.List getBackupsList(
    *
    * 
    * A list of backups in the project for the specified location.
-   * If the {location} value in the request is "-", the response contains a list
-   * of backups from all locations. If any location is unreachable, the
+   * If the `{location}` value in the request is "-", the response contains a
+   * list of backups from all locations. If any location is unreachable, the
    * response will only return backups in reachable locations and the
    * "unreachable" field will be populated with a list of unreachable
    * locations.
@@ -185,8 +185,8 @@ public java.util.List getBackupsList(
    *
    * 
    * A list of backups in the project for the specified location.
-   * If the {location} value in the request is "-", the response contains a list
-   * of backups from all locations. If any location is unreachable, the
+   * If the `{location}` value in the request is "-", the response contains a
+   * list of backups from all locations. If any location is unreachable, the
    * response will only return backups in reachable locations and the
    * "unreachable" field will be populated with a list of unreachable
    * locations.
@@ -203,8 +203,8 @@ public int getBackupsCount() {
    *
    * 
    * A list of backups in the project for the specified location.
-   * If the {location} value in the request is "-", the response contains a list
-   * of backups from all locations. If any location is unreachable, the
+   * If the `{location}` value in the request is "-", the response contains a
+   * list of backups from all locations. If any location is unreachable, the
    * response will only return backups in reachable locations and the
    * "unreachable" field will be populated with a list of unreachable
    * locations.
@@ -221,8 +221,8 @@ public com.google.cloud.filestore.v1beta1.Backup getBackups(int index) {
    *
    * 
    * A list of backups in the project for the specified location.
-   * If the {location} value in the request is "-", the response contains a list
-   * of backups from all locations. If any location is unreachable, the
+   * If the `{location}` value in the request is "-", the response contains a
+   * list of backups from all locations. If any location is unreachable, the
    * response will only return backups in reachable locations and the
    * "unreachable" field will be populated with a list of unreachable
    * locations.
@@ -778,8 +778,8 @@ private void ensureBackupsIsMutable() {
      *
      * 
      * A list of backups in the project for the specified location.
-     * If the {location} value in the request is "-", the response contains a list
-     * of backups from all locations. If any location is unreachable, the
+     * If the `{location}` value in the request is "-", the response contains a
+     * list of backups from all locations. If any location is unreachable, the
      * response will only return backups in reachable locations and the
      * "unreachable" field will be populated with a list of unreachable
      * locations.
@@ -799,8 +799,8 @@ public java.util.List getBackupsList(
      *
      * 
      * A list of backups in the project for the specified location.
-     * If the {location} value in the request is "-", the response contains a list
-     * of backups from all locations. If any location is unreachable, the
+     * If the `{location}` value in the request is "-", the response contains a
+     * list of backups from all locations. If any location is unreachable, the
      * response will only return backups in reachable locations and the
      * "unreachable" field will be populated with a list of unreachable
      * locations.
@@ -820,8 +820,8 @@ public int getBackupsCount() {
      *
      * 
      * A list of backups in the project for the specified location.
-     * If the {location} value in the request is "-", the response contains a list
-     * of backups from all locations. If any location is unreachable, the
+     * If the `{location}` value in the request is "-", the response contains a
+     * list of backups from all locations. If any location is unreachable, the
      * response will only return backups in reachable locations and the
      * "unreachable" field will be populated with a list of unreachable
      * locations.
@@ -841,8 +841,8 @@ public com.google.cloud.filestore.v1beta1.Backup getBackups(int index) {
      *
      * 
      * A list of backups in the project for the specified location.
-     * If the {location} value in the request is "-", the response contains a list
-     * of backups from all locations. If any location is unreachable, the
+     * If the `{location}` value in the request is "-", the response contains a
+     * list of backups from all locations. If any location is unreachable, the
      * response will only return backups in reachable locations and the
      * "unreachable" field will be populated with a list of unreachable
      * locations.
@@ -868,8 +868,8 @@ public Builder setBackups(int index, com.google.cloud.filestore.v1beta1.Backup v
      *
      * 
      * A list of backups in the project for the specified location.
-     * If the {location} value in the request is "-", the response contains a list
-     * of backups from all locations. If any location is unreachable, the
+     * If the `{location}` value in the request is "-", the response contains a
+     * list of backups from all locations. If any location is unreachable, the
      * response will only return backups in reachable locations and the
      * "unreachable" field will be populated with a list of unreachable
      * locations.
@@ -893,8 +893,8 @@ public Builder setBackups(
      *
      * 
      * A list of backups in the project for the specified location.
-     * If the {location} value in the request is "-", the response contains a list
-     * of backups from all locations. If any location is unreachable, the
+     * If the `{location}` value in the request is "-", the response contains a
+     * list of backups from all locations. If any location is unreachable, the
      * response will only return backups in reachable locations and the
      * "unreachable" field will be populated with a list of unreachable
      * locations.
@@ -920,8 +920,8 @@ public Builder addBackups(com.google.cloud.filestore.v1beta1.Backup value) {
      *
      * 
      * A list of backups in the project for the specified location.
-     * If the {location} value in the request is "-", the response contains a list
-     * of backups from all locations. If any location is unreachable, the
+     * If the `{location}` value in the request is "-", the response contains a
+     * list of backups from all locations. If any location is unreachable, the
      * response will only return backups in reachable locations and the
      * "unreachable" field will be populated with a list of unreachable
      * locations.
@@ -947,8 +947,8 @@ public Builder addBackups(int index, com.google.cloud.filestore.v1beta1.Backup v
      *
      * 
      * A list of backups in the project for the specified location.
-     * If the {location} value in the request is "-", the response contains a list
-     * of backups from all locations. If any location is unreachable, the
+     * If the `{location}` value in the request is "-", the response contains a
+     * list of backups from all locations. If any location is unreachable, the
      * response will only return backups in reachable locations and the
      * "unreachable" field will be populated with a list of unreachable
      * locations.
@@ -971,8 +971,8 @@ public Builder addBackups(com.google.cloud.filestore.v1beta1.Backup.Builder buil
      *
      * 
      * A list of backups in the project for the specified location.
-     * If the {location} value in the request is "-", the response contains a list
-     * of backups from all locations. If any location is unreachable, the
+     * If the `{location}` value in the request is "-", the response contains a
+     * list of backups from all locations. If any location is unreachable, the
      * response will only return backups in reachable locations and the
      * "unreachable" field will be populated with a list of unreachable
      * locations.
@@ -996,8 +996,8 @@ public Builder addBackups(
      *
      * 
      * A list of backups in the project for the specified location.
-     * If the {location} value in the request is "-", the response contains a list
-     * of backups from all locations. If any location is unreachable, the
+     * If the `{location}` value in the request is "-", the response contains a
+     * list of backups from all locations. If any location is unreachable, the
      * response will only return backups in reachable locations and the
      * "unreachable" field will be populated with a list of unreachable
      * locations.
@@ -1021,8 +1021,8 @@ public Builder addAllBackups(
      *
      * 
      * A list of backups in the project for the specified location.
-     * If the {location} value in the request is "-", the response contains a list
-     * of backups from all locations. If any location is unreachable, the
+     * If the `{location}` value in the request is "-", the response contains a
+     * list of backups from all locations. If any location is unreachable, the
      * response will only return backups in reachable locations and the
      * "unreachable" field will be populated with a list of unreachable
      * locations.
@@ -1045,8 +1045,8 @@ public Builder clearBackups() {
      *
      * 
      * A list of backups in the project for the specified location.
-     * If the {location} value in the request is "-", the response contains a list
-     * of backups from all locations. If any location is unreachable, the
+     * If the `{location}` value in the request is "-", the response contains a
+     * list of backups from all locations. If any location is unreachable, the
      * response will only return backups in reachable locations and the
      * "unreachable" field will be populated with a list of unreachable
      * locations.
@@ -1069,8 +1069,8 @@ public Builder removeBackups(int index) {
      *
      * 
      * A list of backups in the project for the specified location.
-     * If the {location} value in the request is "-", the response contains a list
-     * of backups from all locations. If any location is unreachable, the
+     * If the `{location}` value in the request is "-", the response contains a
+     * list of backups from all locations. If any location is unreachable, the
      * response will only return backups in reachable locations and the
      * "unreachable" field will be populated with a list of unreachable
      * locations.
@@ -1086,8 +1086,8 @@ public com.google.cloud.filestore.v1beta1.Backup.Builder getBackupsBuilder(int i
      *
      * 
      * A list of backups in the project for the specified location.
-     * If the {location} value in the request is "-", the response contains a list
-     * of backups from all locations. If any location is unreachable, the
+     * If the `{location}` value in the request is "-", the response contains a
+     * list of backups from all locations. If any location is unreachable, the
      * response will only return backups in reachable locations and the
      * "unreachable" field will be populated with a list of unreachable
      * locations.
@@ -1107,8 +1107,8 @@ public com.google.cloud.filestore.v1beta1.BackupOrBuilder getBackupsOrBuilder(in
      *
      * 
      * A list of backups in the project for the specified location.
-     * If the {location} value in the request is "-", the response contains a list
-     * of backups from all locations. If any location is unreachable, the
+     * If the `{location}` value in the request is "-", the response contains a
+     * list of backups from all locations. If any location is unreachable, the
      * response will only return backups in reachable locations and the
      * "unreachable" field will be populated with a list of unreachable
      * locations.
@@ -1129,8 +1129,8 @@ public com.google.cloud.filestore.v1beta1.BackupOrBuilder getBackupsOrBuilder(in
      *
      * 
      * A list of backups in the project for the specified location.
-     * If the {location} value in the request is "-", the response contains a list
-     * of backups from all locations. If any location is unreachable, the
+     * If the `{location}` value in the request is "-", the response contains a
+     * list of backups from all locations. If any location is unreachable, the
      * response will only return backups in reachable locations and the
      * "unreachable" field will be populated with a list of unreachable
      * locations.
@@ -1147,8 +1147,8 @@ public com.google.cloud.filestore.v1beta1.Backup.Builder addBackupsBuilder() {
      *
      * 
      * A list of backups in the project for the specified location.
-     * If the {location} value in the request is "-", the response contains a list
-     * of backups from all locations. If any location is unreachable, the
+     * If the `{location}` value in the request is "-", the response contains a
+     * list of backups from all locations. If any location is unreachable, the
      * response will only return backups in reachable locations and the
      * "unreachable" field will be populated with a list of unreachable
      * locations.
@@ -1165,8 +1165,8 @@ public com.google.cloud.filestore.v1beta1.Backup.Builder addBackupsBuilder(int i
      *
      * 
      * A list of backups in the project for the specified location.
-     * If the {location} value in the request is "-", the response contains a list
-     * of backups from all locations. If any location is unreachable, the
+     * If the `{location}` value in the request is "-", the response contains a
+     * list of backups from all locations. If any location is unreachable, the
      * response will only return backups in reachable locations and the
      * "unreachable" field will be populated with a list of unreachable
      * locations.
diff --git a/proto-google-cloud-filestore-v1beta1/src/main/java/com/google/cloud/filestore/v1beta1/ListBackupsResponseOrBuilder.java b/proto-google-cloud-filestore-v1beta1/src/main/java/com/google/cloud/filestore/v1beta1/ListBackupsResponseOrBuilder.java
index bc44d488..4dee374e 100644
--- a/proto-google-cloud-filestore-v1beta1/src/main/java/com/google/cloud/filestore/v1beta1/ListBackupsResponseOrBuilder.java
+++ b/proto-google-cloud-filestore-v1beta1/src/main/java/com/google/cloud/filestore/v1beta1/ListBackupsResponseOrBuilder.java
@@ -28,8 +28,8 @@ public interface ListBackupsResponseOrBuilder
    *
    * 
    * A list of backups in the project for the specified location.
-   * If the {location} value in the request is "-", the response contains a list
-   * of backups from all locations. If any location is unreachable, the
+   * If the `{location}` value in the request is "-", the response contains a
+   * list of backups from all locations. If any location is unreachable, the
    * response will only return backups in reachable locations and the
    * "unreachable" field will be populated with a list of unreachable
    * locations.
@@ -43,8 +43,8 @@ public interface ListBackupsResponseOrBuilder
    *
    * 
    * A list of backups in the project for the specified location.
-   * If the {location} value in the request is "-", the response contains a list
-   * of backups from all locations. If any location is unreachable, the
+   * If the `{location}` value in the request is "-", the response contains a
+   * list of backups from all locations. If any location is unreachable, the
    * response will only return backups in reachable locations and the
    * "unreachable" field will be populated with a list of unreachable
    * locations.
@@ -58,8 +58,8 @@ public interface ListBackupsResponseOrBuilder
    *
    * 
    * A list of backups in the project for the specified location.
-   * If the {location} value in the request is "-", the response contains a list
-   * of backups from all locations. If any location is unreachable, the
+   * If the `{location}` value in the request is "-", the response contains a
+   * list of backups from all locations. If any location is unreachable, the
    * response will only return backups in reachable locations and the
    * "unreachable" field will be populated with a list of unreachable
    * locations.
@@ -73,8 +73,8 @@ public interface ListBackupsResponseOrBuilder
    *
    * 
    * A list of backups in the project for the specified location.
-   * If the {location} value in the request is "-", the response contains a list
-   * of backups from all locations. If any location is unreachable, the
+   * If the `{location}` value in the request is "-", the response contains a
+   * list of backups from all locations. If any location is unreachable, the
    * response will only return backups in reachable locations and the
    * "unreachable" field will be populated with a list of unreachable
    * locations.
@@ -89,8 +89,8 @@ public interface ListBackupsResponseOrBuilder
    *
    * 
    * A list of backups in the project for the specified location.
-   * If the {location} value in the request is "-", the response contains a list
-   * of backups from all locations. If any location is unreachable, the
+   * If the `{location}` value in the request is "-", the response contains a
+   * list of backups from all locations. If any location is unreachable, the
    * response will only return backups in reachable locations and the
    * "unreachable" field will be populated with a list of unreachable
    * locations.
diff --git a/proto-google-cloud-filestore-v1beta1/src/main/java/com/google/cloud/filestore/v1beta1/ListInstancesRequest.java b/proto-google-cloud-filestore-v1beta1/src/main/java/com/google/cloud/filestore/v1beta1/ListInstancesRequest.java
index f237c954..43d710f8 100644
--- a/proto-google-cloud-filestore-v1beta1/src/main/java/com/google/cloud/filestore/v1beta1/ListInstancesRequest.java
+++ b/proto-google-cloud-filestore-v1beta1/src/main/java/com/google/cloud/filestore/v1beta1/ListInstancesRequest.java
@@ -147,10 +147,10 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
    *
    * 
    * Required. The project and location for which to retrieve instance information,
-   * in the format projects/{project_id}/locations/{location}. In Cloud
+   * in the format `projects/{project_id}/locations/{location}`. In Cloud
    * Filestore, locations map to GCP zones, for example **us-west1-b**. To
-   * retrieve instance information for all locations, use "-" for the {location}
-   * value.
+   * retrieve instance information for all locations, use "-" for the
+   * `{location}` value.
    * 
* * @@ -176,10 +176,10 @@ public java.lang.String getParent() { * *
    * Required. The project and location for which to retrieve instance information,
-   * in the format projects/{project_id}/locations/{location}. In Cloud
+   * in the format `projects/{project_id}/locations/{location}`. In Cloud
    * Filestore, locations map to GCP zones, for example **us-west1-b**. To
-   * retrieve instance information for all locations, use "-" for the {location}
-   * value.
+   * retrieve instance information for all locations, use "-" for the
+   * `{location}` value.
    * 
* * @@ -756,10 +756,10 @@ public Builder mergeFrom( * *
      * Required. The project and location for which to retrieve instance information,
-     * in the format projects/{project_id}/locations/{location}. In Cloud
+     * in the format `projects/{project_id}/locations/{location}`. In Cloud
      * Filestore, locations map to GCP zones, for example **us-west1-b**. To
-     * retrieve instance information for all locations, use "-" for the {location}
-     * value.
+     * retrieve instance information for all locations, use "-" for the
+     * `{location}` value.
      * 
* * @@ -784,10 +784,10 @@ public java.lang.String getParent() { * *
      * Required. The project and location for which to retrieve instance information,
-     * in the format projects/{project_id}/locations/{location}. In Cloud
+     * in the format `projects/{project_id}/locations/{location}`. In Cloud
      * Filestore, locations map to GCP zones, for example **us-west1-b**. To
-     * retrieve instance information for all locations, use "-" for the {location}
-     * value.
+     * retrieve instance information for all locations, use "-" for the
+     * `{location}` value.
      * 
* * @@ -812,10 +812,10 @@ public com.google.protobuf.ByteString getParentBytes() { * *
      * Required. The project and location for which to retrieve instance information,
-     * in the format projects/{project_id}/locations/{location}. In Cloud
+     * in the format `projects/{project_id}/locations/{location}`. In Cloud
      * Filestore, locations map to GCP zones, for example **us-west1-b**. To
-     * retrieve instance information for all locations, use "-" for the {location}
-     * value.
+     * retrieve instance information for all locations, use "-" for the
+     * `{location}` value.
      * 
* * @@ -839,10 +839,10 @@ public Builder setParent(java.lang.String value) { * *
      * Required. The project and location for which to retrieve instance information,
-     * in the format projects/{project_id}/locations/{location}. In Cloud
+     * in the format `projects/{project_id}/locations/{location}`. In Cloud
      * Filestore, locations map to GCP zones, for example **us-west1-b**. To
-     * retrieve instance information for all locations, use "-" for the {location}
-     * value.
+     * retrieve instance information for all locations, use "-" for the
+     * `{location}` value.
      * 
* * @@ -862,10 +862,10 @@ public Builder clearParent() { * *
      * Required. The project and location for which to retrieve instance information,
-     * in the format projects/{project_id}/locations/{location}. In Cloud
+     * in the format `projects/{project_id}/locations/{location}`. In Cloud
      * Filestore, locations map to GCP zones, for example **us-west1-b**. To
-     * retrieve instance information for all locations, use "-" for the {location}
-     * value.
+     * retrieve instance information for all locations, use "-" for the
+     * `{location}` value.
      * 
* * diff --git a/proto-google-cloud-filestore-v1beta1/src/main/java/com/google/cloud/filestore/v1beta1/ListInstancesRequestOrBuilder.java b/proto-google-cloud-filestore-v1beta1/src/main/java/com/google/cloud/filestore/v1beta1/ListInstancesRequestOrBuilder.java index ba3a4c3b..648d4ecc 100644 --- a/proto-google-cloud-filestore-v1beta1/src/main/java/com/google/cloud/filestore/v1beta1/ListInstancesRequestOrBuilder.java +++ b/proto-google-cloud-filestore-v1beta1/src/main/java/com/google/cloud/filestore/v1beta1/ListInstancesRequestOrBuilder.java @@ -28,10 +28,10 @@ public interface ListInstancesRequestOrBuilder * *
    * Required. The project and location for which to retrieve instance information,
-   * in the format projects/{project_id}/locations/{location}. In Cloud
+   * in the format `projects/{project_id}/locations/{location}`. In Cloud
    * Filestore, locations map to GCP zones, for example **us-west1-b**. To
-   * retrieve instance information for all locations, use "-" for the {location}
-   * value.
+   * retrieve instance information for all locations, use "-" for the
+   * `{location}` value.
    * 
* * @@ -46,10 +46,10 @@ public interface ListInstancesRequestOrBuilder * *
    * Required. The project and location for which to retrieve instance information,
-   * in the format projects/{project_id}/locations/{location}. In Cloud
+   * in the format `projects/{project_id}/locations/{location}`. In Cloud
    * Filestore, locations map to GCP zones, for example **us-west1-b**. To
-   * retrieve instance information for all locations, use "-" for the {location}
-   * value.
+   * retrieve instance information for all locations, use "-" for the
+   * `{location}` value.
    * 
* * diff --git a/proto-google-cloud-filestore-v1beta1/src/main/java/com/google/cloud/filestore/v1beta1/ListInstancesResponse.java b/proto-google-cloud-filestore-v1beta1/src/main/java/com/google/cloud/filestore/v1beta1/ListInstancesResponse.java index fed6d616..d7a3bd44 100644 --- a/proto-google-cloud-filestore-v1beta1/src/main/java/com/google/cloud/filestore/v1beta1/ListInstancesResponse.java +++ b/proto-google-cloud-filestore-v1beta1/src/main/java/com/google/cloud/filestore/v1beta1/ListInstancesResponse.java @@ -148,8 +148,8 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * *
    * A list of instances in the project for the specified location.
-   * If the {location} value in the request is "-", the response contains a list
-   * of instances from all locations. If any location is unreachable, the
+   * If the `{location}` value in the request is "-", the response contains a
+   * list of instances from all locations. If any location is unreachable, the
    * response will only return instances in reachable locations and the
    * "unreachable" field will be populated with a list of unreachable locations.
    * 
@@ -165,8 +165,8 @@ public java.util.List getInstancesL * *
    * A list of instances in the project for the specified location.
-   * If the {location} value in the request is "-", the response contains a list
-   * of instances from all locations. If any location is unreachable, the
+   * If the `{location}` value in the request is "-", the response contains a
+   * list of instances from all locations. If any location is unreachable, the
    * response will only return instances in reachable locations and the
    * "unreachable" field will be populated with a list of unreachable locations.
    * 
@@ -183,8 +183,8 @@ public java.util.List getInstancesL * *
    * A list of instances in the project for the specified location.
-   * If the {location} value in the request is "-", the response contains a list
-   * of instances from all locations. If any location is unreachable, the
+   * If the `{location}` value in the request is "-", the response contains a
+   * list of instances from all locations. If any location is unreachable, the
    * response will only return instances in reachable locations and the
    * "unreachable" field will be populated with a list of unreachable locations.
    * 
@@ -200,8 +200,8 @@ public int getInstancesCount() { * *
    * A list of instances in the project for the specified location.
-   * If the {location} value in the request is "-", the response contains a list
-   * of instances from all locations. If any location is unreachable, the
+   * If the `{location}` value in the request is "-", the response contains a
+   * list of instances from all locations. If any location is unreachable, the
    * response will only return instances in reachable locations and the
    * "unreachable" field will be populated with a list of unreachable locations.
    * 
@@ -217,8 +217,8 @@ public com.google.cloud.filestore.v1beta1.Instance getInstances(int index) { * *
    * A list of instances in the project for the specified location.
-   * If the {location} value in the request is "-", the response contains a list
-   * of instances from all locations. If any location is unreachable, the
+   * If the `{location}` value in the request is "-", the response contains a
+   * list of instances from all locations. If any location is unreachable, the
    * response will only return instances in reachable locations and the
    * "unreachable" field will be populated with a list of unreachable locations.
    * 
@@ -774,8 +774,8 @@ private void ensureInstancesIsMutable() { * *
      * A list of instances in the project for the specified location.
-     * If the {location} value in the request is "-", the response contains a list
-     * of instances from all locations. If any location is unreachable, the
+     * If the `{location}` value in the request is "-", the response contains a
+     * list of instances from all locations. If any location is unreachable, the
      * response will only return instances in reachable locations and the
      * "unreachable" field will be populated with a list of unreachable locations.
      * 
@@ -794,8 +794,8 @@ public java.util.List getInstancesL * *
      * A list of instances in the project for the specified location.
-     * If the {location} value in the request is "-", the response contains a list
-     * of instances from all locations. If any location is unreachable, the
+     * If the `{location}` value in the request is "-", the response contains a
+     * list of instances from all locations. If any location is unreachable, the
      * response will only return instances in reachable locations and the
      * "unreachable" field will be populated with a list of unreachable locations.
      * 
@@ -814,8 +814,8 @@ public int getInstancesCount() { * *
      * A list of instances in the project for the specified location.
-     * If the {location} value in the request is "-", the response contains a list
-     * of instances from all locations. If any location is unreachable, the
+     * If the `{location}` value in the request is "-", the response contains a
+     * list of instances from all locations. If any location is unreachable, the
      * response will only return instances in reachable locations and the
      * "unreachable" field will be populated with a list of unreachable locations.
      * 
@@ -834,8 +834,8 @@ public com.google.cloud.filestore.v1beta1.Instance getInstances(int index) { * *
      * A list of instances in the project for the specified location.
-     * If the {location} value in the request is "-", the response contains a list
-     * of instances from all locations. If any location is unreachable, the
+     * If the `{location}` value in the request is "-", the response contains a
+     * list of instances from all locations. If any location is unreachable, the
      * response will only return instances in reachable locations and the
      * "unreachable" field will be populated with a list of unreachable locations.
      * 
@@ -860,8 +860,8 @@ public Builder setInstances(int index, com.google.cloud.filestore.v1beta1.Instan * *
      * A list of instances in the project for the specified location.
-     * If the {location} value in the request is "-", the response contains a list
-     * of instances from all locations. If any location is unreachable, the
+     * If the `{location}` value in the request is "-", the response contains a
+     * list of instances from all locations. If any location is unreachable, the
      * response will only return instances in reachable locations and the
      * "unreachable" field will be populated with a list of unreachable locations.
      * 
@@ -884,8 +884,8 @@ public Builder setInstances( * *
      * A list of instances in the project for the specified location.
-     * If the {location} value in the request is "-", the response contains a list
-     * of instances from all locations. If any location is unreachable, the
+     * If the `{location}` value in the request is "-", the response contains a
+     * list of instances from all locations. If any location is unreachable, the
      * response will only return instances in reachable locations and the
      * "unreachable" field will be populated with a list of unreachable locations.
      * 
@@ -910,8 +910,8 @@ public Builder addInstances(com.google.cloud.filestore.v1beta1.Instance value) { * *
      * A list of instances in the project for the specified location.
-     * If the {location} value in the request is "-", the response contains a list
-     * of instances from all locations. If any location is unreachable, the
+     * If the `{location}` value in the request is "-", the response contains a
+     * list of instances from all locations. If any location is unreachable, the
      * response will only return instances in reachable locations and the
      * "unreachable" field will be populated with a list of unreachable locations.
      * 
@@ -936,8 +936,8 @@ public Builder addInstances(int index, com.google.cloud.filestore.v1beta1.Instan * *
      * A list of instances in the project for the specified location.
-     * If the {location} value in the request is "-", the response contains a list
-     * of instances from all locations. If any location is unreachable, the
+     * If the `{location}` value in the request is "-", the response contains a
+     * list of instances from all locations. If any location is unreachable, the
      * response will only return instances in reachable locations and the
      * "unreachable" field will be populated with a list of unreachable locations.
      * 
@@ -960,8 +960,8 @@ public Builder addInstances( * *
      * A list of instances in the project for the specified location.
-     * If the {location} value in the request is "-", the response contains a list
-     * of instances from all locations. If any location is unreachable, the
+     * If the `{location}` value in the request is "-", the response contains a
+     * list of instances from all locations. If any location is unreachable, the
      * response will only return instances in reachable locations and the
      * "unreachable" field will be populated with a list of unreachable locations.
      * 
@@ -984,8 +984,8 @@ public Builder addInstances( * *
      * A list of instances in the project for the specified location.
-     * If the {location} value in the request is "-", the response contains a list
-     * of instances from all locations. If any location is unreachable, the
+     * If the `{location}` value in the request is "-", the response contains a
+     * list of instances from all locations. If any location is unreachable, the
      * response will only return instances in reachable locations and the
      * "unreachable" field will be populated with a list of unreachable locations.
      * 
@@ -1008,8 +1008,8 @@ public Builder addAllInstances( * *
      * A list of instances in the project for the specified location.
-     * If the {location} value in the request is "-", the response contains a list
-     * of instances from all locations. If any location is unreachable, the
+     * If the `{location}` value in the request is "-", the response contains a
+     * list of instances from all locations. If any location is unreachable, the
      * response will only return instances in reachable locations and the
      * "unreachable" field will be populated with a list of unreachable locations.
      * 
@@ -1031,8 +1031,8 @@ public Builder clearInstances() { * *
      * A list of instances in the project for the specified location.
-     * If the {location} value in the request is "-", the response contains a list
-     * of instances from all locations. If any location is unreachable, the
+     * If the `{location}` value in the request is "-", the response contains a
+     * list of instances from all locations. If any location is unreachable, the
      * response will only return instances in reachable locations and the
      * "unreachable" field will be populated with a list of unreachable locations.
      * 
@@ -1054,8 +1054,8 @@ public Builder removeInstances(int index) { * *
      * A list of instances in the project for the specified location.
-     * If the {location} value in the request is "-", the response contains a list
-     * of instances from all locations. If any location is unreachable, the
+     * If the `{location}` value in the request is "-", the response contains a
+     * list of instances from all locations. If any location is unreachable, the
      * response will only return instances in reachable locations and the
      * "unreachable" field will be populated with a list of unreachable locations.
      * 
@@ -1070,8 +1070,8 @@ public com.google.cloud.filestore.v1beta1.Instance.Builder getInstancesBuilder(i * *
      * A list of instances in the project for the specified location.
-     * If the {location} value in the request is "-", the response contains a list
-     * of instances from all locations. If any location is unreachable, the
+     * If the `{location}` value in the request is "-", the response contains a
+     * list of instances from all locations. If any location is unreachable, the
      * response will only return instances in reachable locations and the
      * "unreachable" field will be populated with a list of unreachable locations.
      * 
@@ -1090,8 +1090,8 @@ public com.google.cloud.filestore.v1beta1.InstanceOrBuilder getInstancesOrBuilde * *
      * A list of instances in the project for the specified location.
-     * If the {location} value in the request is "-", the response contains a list
-     * of instances from all locations. If any location is unreachable, the
+     * If the `{location}` value in the request is "-", the response contains a
+     * list of instances from all locations. If any location is unreachable, the
      * response will only return instances in reachable locations and the
      * "unreachable" field will be populated with a list of unreachable locations.
      * 
@@ -1111,8 +1111,8 @@ public com.google.cloud.filestore.v1beta1.InstanceOrBuilder getInstancesOrBuilde * *
      * A list of instances in the project for the specified location.
-     * If the {location} value in the request is "-", the response contains a list
-     * of instances from all locations. If any location is unreachable, the
+     * If the `{location}` value in the request is "-", the response contains a
+     * list of instances from all locations. If any location is unreachable, the
      * response will only return instances in reachable locations and the
      * "unreachable" field will be populated with a list of unreachable locations.
      * 
@@ -1128,8 +1128,8 @@ public com.google.cloud.filestore.v1beta1.Instance.Builder addInstancesBuilder() * *
      * A list of instances in the project for the specified location.
-     * If the {location} value in the request is "-", the response contains a list
-     * of instances from all locations. If any location is unreachable, the
+     * If the `{location}` value in the request is "-", the response contains a
+     * list of instances from all locations. If any location is unreachable, the
      * response will only return instances in reachable locations and the
      * "unreachable" field will be populated with a list of unreachable locations.
      * 
@@ -1145,8 +1145,8 @@ public com.google.cloud.filestore.v1beta1.Instance.Builder addInstancesBuilder(i * *
      * A list of instances in the project for the specified location.
-     * If the {location} value in the request is "-", the response contains a list
-     * of instances from all locations. If any location is unreachable, the
+     * If the `{location}` value in the request is "-", the response contains a
+     * list of instances from all locations. If any location is unreachable, the
      * response will only return instances in reachable locations and the
      * "unreachable" field will be populated with a list of unreachable locations.
      * 
diff --git a/proto-google-cloud-filestore-v1beta1/src/main/java/com/google/cloud/filestore/v1beta1/ListInstancesResponseOrBuilder.java b/proto-google-cloud-filestore-v1beta1/src/main/java/com/google/cloud/filestore/v1beta1/ListInstancesResponseOrBuilder.java index 9dcd17ae..0d245132 100644 --- a/proto-google-cloud-filestore-v1beta1/src/main/java/com/google/cloud/filestore/v1beta1/ListInstancesResponseOrBuilder.java +++ b/proto-google-cloud-filestore-v1beta1/src/main/java/com/google/cloud/filestore/v1beta1/ListInstancesResponseOrBuilder.java @@ -28,8 +28,8 @@ public interface ListInstancesResponseOrBuilder * *
    * A list of instances in the project for the specified location.
-   * If the {location} value in the request is "-", the response contains a list
-   * of instances from all locations. If any location is unreachable, the
+   * If the `{location}` value in the request is "-", the response contains a
+   * list of instances from all locations. If any location is unreachable, the
    * response will only return instances in reachable locations and the
    * "unreachable" field will be populated with a list of unreachable locations.
    * 
@@ -42,8 +42,8 @@ public interface ListInstancesResponseOrBuilder * *
    * A list of instances in the project for the specified location.
-   * If the {location} value in the request is "-", the response contains a list
-   * of instances from all locations. If any location is unreachable, the
+   * If the `{location}` value in the request is "-", the response contains a
+   * list of instances from all locations. If any location is unreachable, the
    * response will only return instances in reachable locations and the
    * "unreachable" field will be populated with a list of unreachable locations.
    * 
@@ -56,8 +56,8 @@ public interface ListInstancesResponseOrBuilder * *
    * A list of instances in the project for the specified location.
-   * If the {location} value in the request is "-", the response contains a list
-   * of instances from all locations. If any location is unreachable, the
+   * If the `{location}` value in the request is "-", the response contains a
+   * list of instances from all locations. If any location is unreachable, the
    * response will only return instances in reachable locations and the
    * "unreachable" field will be populated with a list of unreachable locations.
    * 
@@ -70,8 +70,8 @@ public interface ListInstancesResponseOrBuilder * *
    * A list of instances in the project for the specified location.
-   * If the {location} value in the request is "-", the response contains a list
-   * of instances from all locations. If any location is unreachable, the
+   * If the `{location}` value in the request is "-", the response contains a
+   * list of instances from all locations. If any location is unreachable, the
    * response will only return instances in reachable locations and the
    * "unreachable" field will be populated with a list of unreachable locations.
    * 
@@ -85,8 +85,8 @@ public interface ListInstancesResponseOrBuilder * *
    * A list of instances in the project for the specified location.
-   * If the {location} value in the request is "-", the response contains a list
-   * of instances from all locations. If any location is unreachable, the
+   * If the `{location}` value in the request is "-", the response contains a
+   * list of instances from all locations. If any location is unreachable, the
    * response will only return instances in reachable locations and the
    * "unreachable" field will be populated with a list of unreachable locations.
    * 
diff --git a/proto-google-cloud-filestore-v1beta1/src/main/java/com/google/cloud/filestore/v1beta1/NetworkConfig.java b/proto-google-cloud-filestore-v1beta1/src/main/java/com/google/cloud/filestore/v1beta1/NetworkConfig.java index 706973a4..bfb043e3 100644 --- a/proto-google-cloud-filestore-v1beta1/src/main/java/com/google/cloud/filestore/v1beta1/NetworkConfig.java +++ b/proto-google-cloud-filestore-v1beta1/src/main/java/com/google/cloud/filestore/v1beta1/NetworkConfig.java @@ -305,7 +305,7 @@ private AddressMode(int value) { * *
    * The name of the Google Compute Engine
-   * [VPC network](/compute/docs/networks-and-firewalls#networks) to which the
+   * [VPC network](https://cloud.google.com/vpc/docs/vpc) to which the
    * instance is connected.
    * 
* @@ -330,7 +330,7 @@ public java.lang.String getNetwork() { * *
    * The name of the Google Compute Engine
-   * [VPC network](/compute/docs/networks-and-firewalls#networks) to which the
+   * [VPC network](https://cloud.google.com/vpc/docs/vpc) to which the
    * instance is connected.
    * 
* @@ -464,8 +464,8 @@ public int getModesValue(int index) { *
    * A /29 CIDR block for Basic or a /23 CIDR block for High Scale in one of the
    * [internal IP address
-   * ranges](https://www.arin.net/knowledge/address_filters.html) that
-   * identifies the range of IP addresses reserved for this instance. For
+   * ranges](https://www.arin.net/reference/research/statistics/address_filters/)
+   * that identifies the range of IP addresses reserved for this instance. For
    * example, 10.0.0.0/29 or 192.168.0.0/23. The range you specify can't overlap
    * with either existing subnets or assigned IP address ranges for other Cloud
    * Filestore instances in the selected VPC network.
@@ -493,8 +493,8 @@ public java.lang.String getReservedIpRange() {
    * 
    * A /29 CIDR block for Basic or a /23 CIDR block for High Scale in one of the
    * [internal IP address
-   * ranges](https://www.arin.net/knowledge/address_filters.html) that
-   * identifies the range of IP addresses reserved for this instance. For
+   * ranges](https://www.arin.net/reference/research/statistics/address_filters/)
+   * that identifies the range of IP addresses reserved for this instance. For
    * example, 10.0.0.0/29 or 192.168.0.0/23. The range you specify can't overlap
    * with either existing subnets or assigned IP address ranges for other Cloud
    * Filestore instances in the selected VPC network.
@@ -524,9 +524,8 @@ public com.google.protobuf.ByteString getReservedIpRangeBytes() {
    *
    * 
    * Output only. IPv4 addresses in the format
-   * {octet 1}.{octet 2}.{octet 3}.{octet 4} or IPv6 addresses in the format
-   * {block 1}:{block 2}:{block 3}:{block 4}:{block 5}:{block 6}:{block
-   * 7}:{block 8}.
+   * `{octet1}.{octet2}.{octet3}.{octet4}` or IPv6 addresses in the format
+   * `{block1}:{block2}:{block3}:{block4}:{block5}:{block6}:{block7}:{block8}`.
    * 
* * repeated string ip_addresses = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -541,9 +540,8 @@ public com.google.protobuf.ProtocolStringList getIpAddressesList() { * *
    * Output only. IPv4 addresses in the format
-   * {octet 1}.{octet 2}.{octet 3}.{octet 4} or IPv6 addresses in the format
-   * {block 1}:{block 2}:{block 3}:{block 4}:{block 5}:{block 6}:{block
-   * 7}:{block 8}.
+   * `{octet1}.{octet2}.{octet3}.{octet4}` or IPv6 addresses in the format
+   * `{block1}:{block2}:{block3}:{block4}:{block5}:{block6}:{block7}:{block8}`.
    * 
* * repeated string ip_addresses = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -558,9 +556,8 @@ public int getIpAddressesCount() { * *
    * Output only. IPv4 addresses in the format
-   * {octet 1}.{octet 2}.{octet 3}.{octet 4} or IPv6 addresses in the format
-   * {block 1}:{block 2}:{block 3}:{block 4}:{block 5}:{block 6}:{block
-   * 7}:{block 8}.
+   * `{octet1}.{octet2}.{octet3}.{octet4}` or IPv6 addresses in the format
+   * `{block1}:{block2}:{block3}:{block4}:{block5}:{block6}:{block7}:{block8}`.
    * 
* * repeated string ip_addresses = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -576,9 +573,8 @@ public java.lang.String getIpAddresses(int index) { * *
    * Output only. IPv4 addresses in the format
-   * {octet 1}.{octet 2}.{octet 3}.{octet 4} or IPv6 addresses in the format
-   * {block 1}:{block 2}:{block 3}:{block 4}:{block 5}:{block 6}:{block
-   * 7}:{block 8}.
+   * `{octet1}.{octet2}.{octet3}.{octet4}` or IPv6 addresses in the format
+   * `{block1}:{block2}:{block3}:{block4}:{block5}:{block6}:{block7}:{block8}`.
    * 
* * repeated string ip_addresses = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -1007,7 +1003,7 @@ public Builder mergeFrom( * *
      * The name of the Google Compute Engine
-     * [VPC network](/compute/docs/networks-and-firewalls#networks) to which the
+     * [VPC network](https://cloud.google.com/vpc/docs/vpc) to which the
      * instance is connected.
      * 
* @@ -1031,7 +1027,7 @@ public java.lang.String getNetwork() { * *
      * The name of the Google Compute Engine
-     * [VPC network](/compute/docs/networks-and-firewalls#networks) to which the
+     * [VPC network](https://cloud.google.com/vpc/docs/vpc) to which the
      * instance is connected.
      * 
* @@ -1055,7 +1051,7 @@ public com.google.protobuf.ByteString getNetworkBytes() { * *
      * The name of the Google Compute Engine
-     * [VPC network](/compute/docs/networks-and-firewalls#networks) to which the
+     * [VPC network](https://cloud.google.com/vpc/docs/vpc) to which the
      * instance is connected.
      * 
* @@ -1078,7 +1074,7 @@ public Builder setNetwork(java.lang.String value) { * *
      * The name of the Google Compute Engine
-     * [VPC network](/compute/docs/networks-and-firewalls#networks) to which the
+     * [VPC network](https://cloud.google.com/vpc/docs/vpc) to which the
      * instance is connected.
      * 
* @@ -1097,7 +1093,7 @@ public Builder clearNetwork() { * *
      * The name of the Google Compute Engine
-     * [VPC network](/compute/docs/networks-and-firewalls#networks) to which the
+     * [VPC network](https://cloud.google.com/vpc/docs/vpc) to which the
      * instance is connected.
      * 
* @@ -1360,8 +1356,8 @@ public Builder addAllModesValue(java.lang.Iterable values) { *
      * A /29 CIDR block for Basic or a /23 CIDR block for High Scale in one of the
      * [internal IP address
-     * ranges](https://www.arin.net/knowledge/address_filters.html) that
-     * identifies the range of IP addresses reserved for this instance. For
+     * ranges](https://www.arin.net/reference/research/statistics/address_filters/)
+     * that identifies the range of IP addresses reserved for this instance. For
      * example, 10.0.0.0/29 or 192.168.0.0/23. The range you specify can't overlap
      * with either existing subnets or assigned IP address ranges for other Cloud
      * Filestore instances in the selected VPC network.
@@ -1388,8 +1384,8 @@ public java.lang.String getReservedIpRange() {
      * 
      * A /29 CIDR block for Basic or a /23 CIDR block for High Scale in one of the
      * [internal IP address
-     * ranges](https://www.arin.net/knowledge/address_filters.html) that
-     * identifies the range of IP addresses reserved for this instance. For
+     * ranges](https://www.arin.net/reference/research/statistics/address_filters/)
+     * that identifies the range of IP addresses reserved for this instance. For
      * example, 10.0.0.0/29 or 192.168.0.0/23. The range you specify can't overlap
      * with either existing subnets or assigned IP address ranges for other Cloud
      * Filestore instances in the selected VPC network.
@@ -1416,8 +1412,8 @@ public com.google.protobuf.ByteString getReservedIpRangeBytes() {
      * 
      * A /29 CIDR block for Basic or a /23 CIDR block for High Scale in one of the
      * [internal IP address
-     * ranges](https://www.arin.net/knowledge/address_filters.html) that
-     * identifies the range of IP addresses reserved for this instance. For
+     * ranges](https://www.arin.net/reference/research/statistics/address_filters/)
+     * that identifies the range of IP addresses reserved for this instance. For
      * example, 10.0.0.0/29 or 192.168.0.0/23. The range you specify can't overlap
      * with either existing subnets or assigned IP address ranges for other Cloud
      * Filestore instances in the selected VPC network.
@@ -1443,8 +1439,8 @@ public Builder setReservedIpRange(java.lang.String value) {
      * 
      * A /29 CIDR block for Basic or a /23 CIDR block for High Scale in one of the
      * [internal IP address
-     * ranges](https://www.arin.net/knowledge/address_filters.html) that
-     * identifies the range of IP addresses reserved for this instance. For
+     * ranges](https://www.arin.net/reference/research/statistics/address_filters/)
+     * that identifies the range of IP addresses reserved for this instance. For
      * example, 10.0.0.0/29 or 192.168.0.0/23. The range you specify can't overlap
      * with either existing subnets or assigned IP address ranges for other Cloud
      * Filestore instances in the selected VPC network.
@@ -1466,8 +1462,8 @@ public Builder clearReservedIpRange() {
      * 
      * A /29 CIDR block for Basic or a /23 CIDR block for High Scale in one of the
      * [internal IP address
-     * ranges](https://www.arin.net/knowledge/address_filters.html) that
-     * identifies the range of IP addresses reserved for this instance. For
+     * ranges](https://www.arin.net/reference/research/statistics/address_filters/)
+     * that identifies the range of IP addresses reserved for this instance. For
      * example, 10.0.0.0/29 or 192.168.0.0/23. The range you specify can't overlap
      * with either existing subnets or assigned IP address ranges for other Cloud
      * Filestore instances in the selected VPC network.
@@ -1503,9 +1499,8 @@ private void ensureIpAddressesIsMutable() {
      *
      * 
      * Output only. IPv4 addresses in the format
-     * {octet 1}.{octet 2}.{octet 3}.{octet 4} or IPv6 addresses in the format
-     * {block 1}:{block 2}:{block 3}:{block 4}:{block 5}:{block 6}:{block
-     * 7}:{block 8}.
+     * `{octet1}.{octet2}.{octet3}.{octet4}` or IPv6 addresses in the format
+     * `{block1}:{block2}:{block3}:{block4}:{block5}:{block6}:{block7}:{block8}`.
      * 
* * repeated string ip_addresses = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -1520,9 +1515,8 @@ public com.google.protobuf.ProtocolStringList getIpAddressesList() { * *
      * Output only. IPv4 addresses in the format
-     * {octet 1}.{octet 2}.{octet 3}.{octet 4} or IPv6 addresses in the format
-     * {block 1}:{block 2}:{block 3}:{block 4}:{block 5}:{block 6}:{block
-     * 7}:{block 8}.
+     * `{octet1}.{octet2}.{octet3}.{octet4}` or IPv6 addresses in the format
+     * `{block1}:{block2}:{block3}:{block4}:{block5}:{block6}:{block7}:{block8}`.
      * 
* * repeated string ip_addresses = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -1537,9 +1531,8 @@ public int getIpAddressesCount() { * *
      * Output only. IPv4 addresses in the format
-     * {octet 1}.{octet 2}.{octet 3}.{octet 4} or IPv6 addresses in the format
-     * {block 1}:{block 2}:{block 3}:{block 4}:{block 5}:{block 6}:{block
-     * 7}:{block 8}.
+     * `{octet1}.{octet2}.{octet3}.{octet4}` or IPv6 addresses in the format
+     * `{block1}:{block2}:{block3}:{block4}:{block5}:{block6}:{block7}:{block8}`.
      * 
* * repeated string ip_addresses = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -1555,9 +1548,8 @@ public java.lang.String getIpAddresses(int index) { * *
      * Output only. IPv4 addresses in the format
-     * {octet 1}.{octet 2}.{octet 3}.{octet 4} or IPv6 addresses in the format
-     * {block 1}:{block 2}:{block 3}:{block 4}:{block 5}:{block 6}:{block
-     * 7}:{block 8}.
+     * `{octet1}.{octet2}.{octet3}.{octet4}` or IPv6 addresses in the format
+     * `{block1}:{block2}:{block3}:{block4}:{block5}:{block6}:{block7}:{block8}`.
      * 
* * repeated string ip_addresses = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -1573,9 +1565,8 @@ public com.google.protobuf.ByteString getIpAddressesBytes(int index) { * *
      * Output only. IPv4 addresses in the format
-     * {octet 1}.{octet 2}.{octet 3}.{octet 4} or IPv6 addresses in the format
-     * {block 1}:{block 2}:{block 3}:{block 4}:{block 5}:{block 6}:{block
-     * 7}:{block 8}.
+     * `{octet1}.{octet2}.{octet3}.{octet4}` or IPv6 addresses in the format
+     * `{block1}:{block2}:{block3}:{block4}:{block5}:{block6}:{block7}:{block8}`.
      * 
* * repeated string ip_addresses = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -1598,9 +1589,8 @@ public Builder setIpAddresses(int index, java.lang.String value) { * *
      * Output only. IPv4 addresses in the format
-     * {octet 1}.{octet 2}.{octet 3}.{octet 4} or IPv6 addresses in the format
-     * {block 1}:{block 2}:{block 3}:{block 4}:{block 5}:{block 6}:{block
-     * 7}:{block 8}.
+     * `{octet1}.{octet2}.{octet3}.{octet4}` or IPv6 addresses in the format
+     * `{block1}:{block2}:{block3}:{block4}:{block5}:{block6}:{block7}:{block8}`.
      * 
* * repeated string ip_addresses = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -1622,9 +1612,8 @@ public Builder addIpAddresses(java.lang.String value) { * *
      * Output only. IPv4 addresses in the format
-     * {octet 1}.{octet 2}.{octet 3}.{octet 4} or IPv6 addresses in the format
-     * {block 1}:{block 2}:{block 3}:{block 4}:{block 5}:{block 6}:{block
-     * 7}:{block 8}.
+     * `{octet1}.{octet2}.{octet3}.{octet4}` or IPv6 addresses in the format
+     * `{block1}:{block2}:{block3}:{block4}:{block5}:{block6}:{block7}:{block8}`.
      * 
* * repeated string ip_addresses = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -1643,9 +1632,8 @@ public Builder addAllIpAddresses(java.lang.Iterable values) { * *
      * Output only. IPv4 addresses in the format
-     * {octet 1}.{octet 2}.{octet 3}.{octet 4} or IPv6 addresses in the format
-     * {block 1}:{block 2}:{block 3}:{block 4}:{block 5}:{block 6}:{block
-     * 7}:{block 8}.
+     * `{octet1}.{octet2}.{octet3}.{octet4}` or IPv6 addresses in the format
+     * `{block1}:{block2}:{block3}:{block4}:{block5}:{block6}:{block7}:{block8}`.
      * 
* * repeated string ip_addresses = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -1663,9 +1651,8 @@ public Builder clearIpAddresses() { * *
      * Output only. IPv4 addresses in the format
-     * {octet 1}.{octet 2}.{octet 3}.{octet 4} or IPv6 addresses in the format
-     * {block 1}:{block 2}:{block 3}:{block 4}:{block 5}:{block 6}:{block
-     * 7}:{block 8}.
+     * `{octet1}.{octet2}.{octet3}.{octet4}` or IPv6 addresses in the format
+     * `{block1}:{block2}:{block3}:{block4}:{block5}:{block6}:{block7}:{block8}`.
      * 
* * repeated string ip_addresses = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; diff --git a/proto-google-cloud-filestore-v1beta1/src/main/java/com/google/cloud/filestore/v1beta1/NetworkConfigOrBuilder.java b/proto-google-cloud-filestore-v1beta1/src/main/java/com/google/cloud/filestore/v1beta1/NetworkConfigOrBuilder.java index d651f55e..5956bb86 100644 --- a/proto-google-cloud-filestore-v1beta1/src/main/java/com/google/cloud/filestore/v1beta1/NetworkConfigOrBuilder.java +++ b/proto-google-cloud-filestore-v1beta1/src/main/java/com/google/cloud/filestore/v1beta1/NetworkConfigOrBuilder.java @@ -28,7 +28,7 @@ public interface NetworkConfigOrBuilder * *
    * The name of the Google Compute Engine
-   * [VPC network](/compute/docs/networks-and-firewalls#networks) to which the
+   * [VPC network](https://cloud.google.com/vpc/docs/vpc) to which the
    * instance is connected.
    * 
* @@ -42,7 +42,7 @@ public interface NetworkConfigOrBuilder * *
    * The name of the Google Compute Engine
-   * [VPC network](/compute/docs/networks-and-firewalls#networks) to which the
+   * [VPC network](https://cloud.google.com/vpc/docs/vpc) to which the
    * instance is connected.
    * 
* @@ -126,8 +126,8 @@ public interface NetworkConfigOrBuilder *
    * A /29 CIDR block for Basic or a /23 CIDR block for High Scale in one of the
    * [internal IP address
-   * ranges](https://www.arin.net/knowledge/address_filters.html) that
-   * identifies the range of IP addresses reserved for this instance. For
+   * ranges](https://www.arin.net/reference/research/statistics/address_filters/)
+   * that identifies the range of IP addresses reserved for this instance. For
    * example, 10.0.0.0/29 or 192.168.0.0/23. The range you specify can't overlap
    * with either existing subnets or assigned IP address ranges for other Cloud
    * Filestore instances in the selected VPC network.
@@ -144,8 +144,8 @@ public interface NetworkConfigOrBuilder
    * 
    * A /29 CIDR block for Basic or a /23 CIDR block for High Scale in one of the
    * [internal IP address
-   * ranges](https://www.arin.net/knowledge/address_filters.html) that
-   * identifies the range of IP addresses reserved for this instance. For
+   * ranges](https://www.arin.net/reference/research/statistics/address_filters/)
+   * that identifies the range of IP addresses reserved for this instance. For
    * example, 10.0.0.0/29 or 192.168.0.0/23. The range you specify can't overlap
    * with either existing subnets or assigned IP address ranges for other Cloud
    * Filestore instances in the selected VPC network.
@@ -162,9 +162,8 @@ public interface NetworkConfigOrBuilder
    *
    * 
    * Output only. IPv4 addresses in the format
-   * {octet 1}.{octet 2}.{octet 3}.{octet 4} or IPv6 addresses in the format
-   * {block 1}:{block 2}:{block 3}:{block 4}:{block 5}:{block 6}:{block
-   * 7}:{block 8}.
+   * `{octet1}.{octet2}.{octet3}.{octet4}` or IPv6 addresses in the format
+   * `{block1}:{block2}:{block3}:{block4}:{block5}:{block6}:{block7}:{block8}`.
    * 
* * repeated string ip_addresses = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -177,9 +176,8 @@ public interface NetworkConfigOrBuilder * *
    * Output only. IPv4 addresses in the format
-   * {octet 1}.{octet 2}.{octet 3}.{octet 4} or IPv6 addresses in the format
-   * {block 1}:{block 2}:{block 3}:{block 4}:{block 5}:{block 6}:{block
-   * 7}:{block 8}.
+   * `{octet1}.{octet2}.{octet3}.{octet4}` or IPv6 addresses in the format
+   * `{block1}:{block2}:{block3}:{block4}:{block5}:{block6}:{block7}:{block8}`.
    * 
* * repeated string ip_addresses = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -192,9 +190,8 @@ public interface NetworkConfigOrBuilder * *
    * Output only. IPv4 addresses in the format
-   * {octet 1}.{octet 2}.{octet 3}.{octet 4} or IPv6 addresses in the format
-   * {block 1}:{block 2}:{block 3}:{block 4}:{block 5}:{block 6}:{block
-   * 7}:{block 8}.
+   * `{octet1}.{octet2}.{octet3}.{octet4}` or IPv6 addresses in the format
+   * `{block1}:{block2}:{block3}:{block4}:{block5}:{block6}:{block7}:{block8}`.
    * 
* * repeated string ip_addresses = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -208,9 +205,8 @@ public interface NetworkConfigOrBuilder * *
    * Output only. IPv4 addresses in the format
-   * {octet 1}.{octet 2}.{octet 3}.{octet 4} or IPv6 addresses in the format
-   * {block 1}:{block 2}:{block 3}:{block 4}:{block 5}:{block 6}:{block
-   * 7}:{block 8}.
+   * `{octet1}.{octet2}.{octet3}.{octet4}` or IPv6 addresses in the format
+   * `{block1}:{block2}:{block3}:{block4}:{block5}:{block6}:{block7}:{block8}`.
    * 
* * repeated string ip_addresses = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; diff --git a/proto-google-cloud-filestore-v1beta1/src/main/java/com/google/cloud/filestore/v1beta1/NfsExportOptions.java b/proto-google-cloud-filestore-v1beta1/src/main/java/com/google/cloud/filestore/v1beta1/NfsExportOptions.java index ce4b8114..7a0fc82f 100644 --- a/proto-google-cloud-filestore-v1beta1/src/main/java/com/google/cloud/filestore/v1beta1/NfsExportOptions.java +++ b/proto-google-cloud-filestore-v1beta1/src/main/java/com/google/cloud/filestore/v1beta1/NfsExportOptions.java @@ -469,8 +469,8 @@ private SquashMode(int value) { * *
    * List of either an IPv4 addresses in the format
-   * {octet 1}.{octet 2}.{octet 3}.{octet 4} or CIDR ranges in the format
-   * {octet 1}.{octet 2}.{octet 3}.{octet 4}/{mask size} which may mount the
+   * `{octet1}.{octet2}.{octet3}.{octet4}` or CIDR ranges in the format
+   * `{octet1}.{octet2}.{octet3}.{octet4}/{mask size}` which may mount the
    * file share.
    * Overlapping IP ranges are not allowed, both within and across
    * NfsExportOptions. An error will be returned.
@@ -490,8 +490,8 @@ public com.google.protobuf.ProtocolStringList getIpRangesList() {
    *
    * 
    * List of either an IPv4 addresses in the format
-   * {octet 1}.{octet 2}.{octet 3}.{octet 4} or CIDR ranges in the format
-   * {octet 1}.{octet 2}.{octet 3}.{octet 4}/{mask size} which may mount the
+   * `{octet1}.{octet2}.{octet3}.{octet4}` or CIDR ranges in the format
+   * `{octet1}.{octet2}.{octet3}.{octet4}/{mask size}` which may mount the
    * file share.
    * Overlapping IP ranges are not allowed, both within and across
    * NfsExportOptions. An error will be returned.
@@ -511,8 +511,8 @@ public int getIpRangesCount() {
    *
    * 
    * List of either an IPv4 addresses in the format
-   * {octet 1}.{octet 2}.{octet 3}.{octet 4} or CIDR ranges in the format
-   * {octet 1}.{octet 2}.{octet 3}.{octet 4}/{mask size} which may mount the
+   * `{octet1}.{octet2}.{octet3}.{octet4}` or CIDR ranges in the format
+   * `{octet1}.{octet2}.{octet3}.{octet4}/{mask size}` which may mount the
    * file share.
    * Overlapping IP ranges are not allowed, both within and across
    * NfsExportOptions. An error will be returned.
@@ -533,8 +533,8 @@ public java.lang.String getIpRanges(int index) {
    *
    * 
    * List of either an IPv4 addresses in the format
-   * {octet 1}.{octet 2}.{octet 3}.{octet 4} or CIDR ranges in the format
-   * {octet 1}.{octet 2}.{octet 3}.{octet 4}/{mask size} which may mount the
+   * `{octet1}.{octet2}.{octet3}.{octet4}` or CIDR ranges in the format
+   * `{octet1}.{octet2}.{octet3}.{octet4}/{mask size}` which may mount the
    * file share.
    * Overlapping IP ranges are not allowed, both within and across
    * NfsExportOptions. An error will be returned.
@@ -1097,8 +1097,8 @@ private void ensureIpRangesIsMutable() {
      *
      * 
      * List of either an IPv4 addresses in the format
-     * {octet 1}.{octet 2}.{octet 3}.{octet 4} or CIDR ranges in the format
-     * {octet 1}.{octet 2}.{octet 3}.{octet 4}/{mask size} which may mount the
+     * `{octet1}.{octet2}.{octet3}.{octet4}` or CIDR ranges in the format
+     * `{octet1}.{octet2}.{octet3}.{octet4}/{mask size}` which may mount the
      * file share.
      * Overlapping IP ranges are not allowed, both within and across
      * NfsExportOptions. An error will be returned.
@@ -1118,8 +1118,8 @@ public com.google.protobuf.ProtocolStringList getIpRangesList() {
      *
      * 
      * List of either an IPv4 addresses in the format
-     * {octet 1}.{octet 2}.{octet 3}.{octet 4} or CIDR ranges in the format
-     * {octet 1}.{octet 2}.{octet 3}.{octet 4}/{mask size} which may mount the
+     * `{octet1}.{octet2}.{octet3}.{octet4}` or CIDR ranges in the format
+     * `{octet1}.{octet2}.{octet3}.{octet4}/{mask size}` which may mount the
      * file share.
      * Overlapping IP ranges are not allowed, both within and across
      * NfsExportOptions. An error will be returned.
@@ -1139,8 +1139,8 @@ public int getIpRangesCount() {
      *
      * 
      * List of either an IPv4 addresses in the format
-     * {octet 1}.{octet 2}.{octet 3}.{octet 4} or CIDR ranges in the format
-     * {octet 1}.{octet 2}.{octet 3}.{octet 4}/{mask size} which may mount the
+     * `{octet1}.{octet2}.{octet3}.{octet4}` or CIDR ranges in the format
+     * `{octet1}.{octet2}.{octet3}.{octet4}/{mask size}` which may mount the
      * file share.
      * Overlapping IP ranges are not allowed, both within and across
      * NfsExportOptions. An error will be returned.
@@ -1161,8 +1161,8 @@ public java.lang.String getIpRanges(int index) {
      *
      * 
      * List of either an IPv4 addresses in the format
-     * {octet 1}.{octet 2}.{octet 3}.{octet 4} or CIDR ranges in the format
-     * {octet 1}.{octet 2}.{octet 3}.{octet 4}/{mask size} which may mount the
+     * `{octet1}.{octet2}.{octet3}.{octet4}` or CIDR ranges in the format
+     * `{octet1}.{octet2}.{octet3}.{octet4}/{mask size}` which may mount the
      * file share.
      * Overlapping IP ranges are not allowed, both within and across
      * NfsExportOptions. An error will be returned.
@@ -1183,8 +1183,8 @@ public com.google.protobuf.ByteString getIpRangesBytes(int index) {
      *
      * 
      * List of either an IPv4 addresses in the format
-     * {octet 1}.{octet 2}.{octet 3}.{octet 4} or CIDR ranges in the format
-     * {octet 1}.{octet 2}.{octet 3}.{octet 4}/{mask size} which may mount the
+     * `{octet1}.{octet2}.{octet3}.{octet4}` or CIDR ranges in the format
+     * `{octet1}.{octet2}.{octet3}.{octet4}/{mask size}` which may mount the
      * file share.
      * Overlapping IP ranges are not allowed, both within and across
      * NfsExportOptions. An error will be returned.
@@ -1212,8 +1212,8 @@ public Builder setIpRanges(int index, java.lang.String value) {
      *
      * 
      * List of either an IPv4 addresses in the format
-     * {octet 1}.{octet 2}.{octet 3}.{octet 4} or CIDR ranges in the format
-     * {octet 1}.{octet 2}.{octet 3}.{octet 4}/{mask size} which may mount the
+     * `{octet1}.{octet2}.{octet3}.{octet4}` or CIDR ranges in the format
+     * `{octet1}.{octet2}.{octet3}.{octet4}/{mask size}` which may mount the
      * file share.
      * Overlapping IP ranges are not allowed, both within and across
      * NfsExportOptions. An error will be returned.
@@ -1240,8 +1240,8 @@ public Builder addIpRanges(java.lang.String value) {
      *
      * 
      * List of either an IPv4 addresses in the format
-     * {octet 1}.{octet 2}.{octet 3}.{octet 4} or CIDR ranges in the format
-     * {octet 1}.{octet 2}.{octet 3}.{octet 4}/{mask size} which may mount the
+     * `{octet1}.{octet2}.{octet3}.{octet4}` or CIDR ranges in the format
+     * `{octet1}.{octet2}.{octet3}.{octet4}/{mask size}` which may mount the
      * file share.
      * Overlapping IP ranges are not allowed, both within and across
      * NfsExportOptions. An error will be returned.
@@ -1265,8 +1265,8 @@ public Builder addAllIpRanges(java.lang.Iterable values) {
      *
      * 
      * List of either an IPv4 addresses in the format
-     * {octet 1}.{octet 2}.{octet 3}.{octet 4} or CIDR ranges in the format
-     * {octet 1}.{octet 2}.{octet 3}.{octet 4}/{mask size} which may mount the
+     * `{octet1}.{octet2}.{octet3}.{octet4}` or CIDR ranges in the format
+     * `{octet1}.{octet2}.{octet3}.{octet4}/{mask size}` which may mount the
      * file share.
      * Overlapping IP ranges are not allowed, both within and across
      * NfsExportOptions. An error will be returned.
@@ -1289,8 +1289,8 @@ public Builder clearIpRanges() {
      *
      * 
      * List of either an IPv4 addresses in the format
-     * {octet 1}.{octet 2}.{octet 3}.{octet 4} or CIDR ranges in the format
-     * {octet 1}.{octet 2}.{octet 3}.{octet 4}/{mask size} which may mount the
+     * `{octet1}.{octet2}.{octet3}.{octet4}` or CIDR ranges in the format
+     * `{octet1}.{octet2}.{octet3}.{octet4}/{mask size}` which may mount the
      * file share.
      * Overlapping IP ranges are not allowed, both within and across
      * NfsExportOptions. An error will be returned.
diff --git a/proto-google-cloud-filestore-v1beta1/src/main/java/com/google/cloud/filestore/v1beta1/NfsExportOptionsOrBuilder.java b/proto-google-cloud-filestore-v1beta1/src/main/java/com/google/cloud/filestore/v1beta1/NfsExportOptionsOrBuilder.java
index 9159dd3d..26e0487d 100644
--- a/proto-google-cloud-filestore-v1beta1/src/main/java/com/google/cloud/filestore/v1beta1/NfsExportOptionsOrBuilder.java
+++ b/proto-google-cloud-filestore-v1beta1/src/main/java/com/google/cloud/filestore/v1beta1/NfsExportOptionsOrBuilder.java
@@ -28,8 +28,8 @@ public interface NfsExportOptionsOrBuilder
    *
    * 
    * List of either an IPv4 addresses in the format
-   * {octet 1}.{octet 2}.{octet 3}.{octet 4} or CIDR ranges in the format
-   * {octet 1}.{octet 2}.{octet 3}.{octet 4}/{mask size} which may mount the
+   * `{octet1}.{octet2}.{octet3}.{octet4}` or CIDR ranges in the format
+   * `{octet1}.{octet2}.{octet3}.{octet4}/{mask size}` which may mount the
    * file share.
    * Overlapping IP ranges are not allowed, both within and across
    * NfsExportOptions. An error will be returned.
@@ -47,8 +47,8 @@ public interface NfsExportOptionsOrBuilder
    *
    * 
    * List of either an IPv4 addresses in the format
-   * {octet 1}.{octet 2}.{octet 3}.{octet 4} or CIDR ranges in the format
-   * {octet 1}.{octet 2}.{octet 3}.{octet 4}/{mask size} which may mount the
+   * `{octet1}.{octet2}.{octet3}.{octet4}` or CIDR ranges in the format
+   * `{octet1}.{octet2}.{octet3}.{octet4}/{mask size}` which may mount the
    * file share.
    * Overlapping IP ranges are not allowed, both within and across
    * NfsExportOptions. An error will be returned.
@@ -66,8 +66,8 @@ public interface NfsExportOptionsOrBuilder
    *
    * 
    * List of either an IPv4 addresses in the format
-   * {octet 1}.{octet 2}.{octet 3}.{octet 4} or CIDR ranges in the format
-   * {octet 1}.{octet 2}.{octet 3}.{octet 4}/{mask size} which may mount the
+   * `{octet1}.{octet2}.{octet3}.{octet4}` or CIDR ranges in the format
+   * `{octet1}.{octet2}.{octet3}.{octet4}/{mask size}` which may mount the
    * file share.
    * Overlapping IP ranges are not allowed, both within and across
    * NfsExportOptions. An error will be returned.
@@ -86,8 +86,8 @@ public interface NfsExportOptionsOrBuilder
    *
    * 
    * List of either an IPv4 addresses in the format
-   * {octet 1}.{octet 2}.{octet 3}.{octet 4} or CIDR ranges in the format
-   * {octet 1}.{octet 2}.{octet 3}.{octet 4}/{mask size} which may mount the
+   * `{octet1}.{octet2}.{octet3}.{octet4}` or CIDR ranges in the format
+   * `{octet1}.{octet2}.{octet3}.{octet4}/{mask size}` which may mount the
    * file share.
    * Overlapping IP ranges are not allowed, both within and across
    * NfsExportOptions. An error will be returned.
diff --git a/proto-google-cloud-filestore-v1beta1/src/main/java/com/google/cloud/filestore/v1beta1/RestoreInstanceRequest.java b/proto-google-cloud-filestore-v1beta1/src/main/java/com/google/cloud/filestore/v1beta1/RestoreInstanceRequest.java
index 254cfd21..7af4eb1f 100644
--- a/proto-google-cloud-filestore-v1beta1/src/main/java/com/google/cloud/filestore/v1beta1/RestoreInstanceRequest.java
+++ b/proto-google-cloud-filestore-v1beta1/src/main/java/com/google/cloud/filestore/v1beta1/RestoreInstanceRequest.java
@@ -188,7 +188,7 @@ public SourceCase getSourceCase() {
    *
    * 
    * Required. The resource name of the instance, in the format
-   * projects/{project_id}/locations/{location_id}/instances/{instance_id}.
+   * `projects/{project_id}/locations/{location_id}/instances/{instance_id}`.
    * 
* * @@ -214,7 +214,7 @@ public java.lang.String getName() { * *
    * Required. The resource name of the instance, in the format
-   * projects/{project_id}/locations/{location_id}/instances/{instance_id}.
+   * `projects/{project_id}/locations/{location_id}/instances/{instance_id}`.
    * 
* * @@ -293,7 +293,7 @@ public com.google.protobuf.ByteString getFileShareBytes() { * *
    * The resource name of the snapshot, in the format
-   * projects/{project_id}/locations/{location_id}/snapshots/{snapshot_id}.
+   * `projects/{project_id}/locations/{location_id}/snapshots/{snapshot_id}`.
    * 
* * string source_snapshot = 3 [(.google.api.resource_reference) = { ... } @@ -308,7 +308,7 @@ public boolean hasSourceSnapshot() { * *
    * The resource name of the snapshot, in the format
-   * projects/{project_id}/locations/{location_id}/snapshots/{snapshot_id}.
+   * `projects/{project_id}/locations/{location_id}/snapshots/{snapshot_id}`.
    * 
* * string source_snapshot = 3 [(.google.api.resource_reference) = { ... } @@ -336,7 +336,7 @@ public java.lang.String getSourceSnapshot() { * *
    * The resource name of the snapshot, in the format
-   * projects/{project_id}/locations/{location_id}/snapshots/{snapshot_id}.
+   * `projects/{project_id}/locations/{location_id}/snapshots/{snapshot_id}`.
    * 
* * string source_snapshot = 3 [(.google.api.resource_reference) = { ... } @@ -366,7 +366,7 @@ public com.google.protobuf.ByteString getSourceSnapshotBytes() { * *
    * The resource name of the backup, in the format
-   * projects/{project_id}/locations/{location_id}/backups/{backup_id}.
+   * `projects/{project_id}/locations/{location_id}/backups/{backup_id}`.
    * 
* * string source_backup = 4 [(.google.api.resource_reference) = { ... } @@ -381,7 +381,7 @@ public boolean hasSourceBackup() { * *
    * The resource name of the backup, in the format
-   * projects/{project_id}/locations/{location_id}/backups/{backup_id}.
+   * `projects/{project_id}/locations/{location_id}/backups/{backup_id}`.
    * 
* * string source_backup = 4 [(.google.api.resource_reference) = { ... } @@ -409,7 +409,7 @@ public java.lang.String getSourceBackup() { * *
    * The resource name of the backup, in the format
-   * projects/{project_id}/locations/{location_id}/backups/{backup_id}.
+   * `projects/{project_id}/locations/{location_id}/backups/{backup_id}`.
    * 
* * string source_backup = 4 [(.google.api.resource_reference) = { ... } @@ -853,7 +853,7 @@ public Builder clearSource() { * *
      * Required. The resource name of the instance, in the format
-     * projects/{project_id}/locations/{location_id}/instances/{instance_id}.
+     * `projects/{project_id}/locations/{location_id}/instances/{instance_id}`.
      * 
* * @@ -878,7 +878,7 @@ public java.lang.String getName() { * *
      * Required. The resource name of the instance, in the format
-     * projects/{project_id}/locations/{location_id}/instances/{instance_id}.
+     * `projects/{project_id}/locations/{location_id}/instances/{instance_id}`.
      * 
* * @@ -903,7 +903,7 @@ public com.google.protobuf.ByteString getNameBytes() { * *
      * Required. The resource name of the instance, in the format
-     * projects/{project_id}/locations/{location_id}/instances/{instance_id}.
+     * `projects/{project_id}/locations/{location_id}/instances/{instance_id}`.
      * 
* * @@ -927,7 +927,7 @@ public Builder setName(java.lang.String value) { * *
      * Required. The resource name of the instance, in the format
-     * projects/{project_id}/locations/{location_id}/instances/{instance_id}.
+     * `projects/{project_id}/locations/{location_id}/instances/{instance_id}`.
      * 
* * @@ -947,7 +947,7 @@ public Builder clearName() { * *
      * Required. The resource name of the instance, in the format
-     * projects/{project_id}/locations/{location_id}/instances/{instance_id}.
+     * `projects/{project_id}/locations/{location_id}/instances/{instance_id}`.
      * 
* * @@ -1084,7 +1084,7 @@ public Builder setFileShareBytes(com.google.protobuf.ByteString value) { * *
      * The resource name of the snapshot, in the format
-     * projects/{project_id}/locations/{location_id}/snapshots/{snapshot_id}.
+     * `projects/{project_id}/locations/{location_id}/snapshots/{snapshot_id}`.
      * 
* * string source_snapshot = 3 [(.google.api.resource_reference) = { ... } @@ -1100,7 +1100,7 @@ public boolean hasSourceSnapshot() { * *
      * The resource name of the snapshot, in the format
-     * projects/{project_id}/locations/{location_id}/snapshots/{snapshot_id}.
+     * `projects/{project_id}/locations/{location_id}/snapshots/{snapshot_id}`.
      * 
* * string source_snapshot = 3 [(.google.api.resource_reference) = { ... } @@ -1129,7 +1129,7 @@ public java.lang.String getSourceSnapshot() { * *
      * The resource name of the snapshot, in the format
-     * projects/{project_id}/locations/{location_id}/snapshots/{snapshot_id}.
+     * `projects/{project_id}/locations/{location_id}/snapshots/{snapshot_id}`.
      * 
* * string source_snapshot = 3 [(.google.api.resource_reference) = { ... } @@ -1158,7 +1158,7 @@ public com.google.protobuf.ByteString getSourceSnapshotBytes() { * *
      * The resource name of the snapshot, in the format
-     * projects/{project_id}/locations/{location_id}/snapshots/{snapshot_id}.
+     * `projects/{project_id}/locations/{location_id}/snapshots/{snapshot_id}`.
      * 
* * string source_snapshot = 3 [(.google.api.resource_reference) = { ... } @@ -1180,7 +1180,7 @@ public Builder setSourceSnapshot(java.lang.String value) { * *
      * The resource name of the snapshot, in the format
-     * projects/{project_id}/locations/{location_id}/snapshots/{snapshot_id}.
+     * `projects/{project_id}/locations/{location_id}/snapshots/{snapshot_id}`.
      * 
* * string source_snapshot = 3 [(.google.api.resource_reference) = { ... } @@ -1200,7 +1200,7 @@ public Builder clearSourceSnapshot() { * *
      * The resource name of the snapshot, in the format
-     * projects/{project_id}/locations/{location_id}/snapshots/{snapshot_id}.
+     * `projects/{project_id}/locations/{location_id}/snapshots/{snapshot_id}`.
      * 
* * string source_snapshot = 3 [(.google.api.resource_reference) = { ... } @@ -1224,7 +1224,7 @@ public Builder setSourceSnapshotBytes(com.google.protobuf.ByteString value) { * *
      * The resource name of the backup, in the format
-     * projects/{project_id}/locations/{location_id}/backups/{backup_id}.
+     * `projects/{project_id}/locations/{location_id}/backups/{backup_id}`.
      * 
* * string source_backup = 4 [(.google.api.resource_reference) = { ... } @@ -1240,7 +1240,7 @@ public boolean hasSourceBackup() { * *
      * The resource name of the backup, in the format
-     * projects/{project_id}/locations/{location_id}/backups/{backup_id}.
+     * `projects/{project_id}/locations/{location_id}/backups/{backup_id}`.
      * 
* * string source_backup = 4 [(.google.api.resource_reference) = { ... } @@ -1269,7 +1269,7 @@ public java.lang.String getSourceBackup() { * *
      * The resource name of the backup, in the format
-     * projects/{project_id}/locations/{location_id}/backups/{backup_id}.
+     * `projects/{project_id}/locations/{location_id}/backups/{backup_id}`.
      * 
* * string source_backup = 4 [(.google.api.resource_reference) = { ... } @@ -1298,7 +1298,7 @@ public com.google.protobuf.ByteString getSourceBackupBytes() { * *
      * The resource name of the backup, in the format
-     * projects/{project_id}/locations/{location_id}/backups/{backup_id}.
+     * `projects/{project_id}/locations/{location_id}/backups/{backup_id}`.
      * 
* * string source_backup = 4 [(.google.api.resource_reference) = { ... } @@ -1320,7 +1320,7 @@ public Builder setSourceBackup(java.lang.String value) { * *
      * The resource name of the backup, in the format
-     * projects/{project_id}/locations/{location_id}/backups/{backup_id}.
+     * `projects/{project_id}/locations/{location_id}/backups/{backup_id}`.
      * 
* * string source_backup = 4 [(.google.api.resource_reference) = { ... } @@ -1340,7 +1340,7 @@ public Builder clearSourceBackup() { * *
      * The resource name of the backup, in the format
-     * projects/{project_id}/locations/{location_id}/backups/{backup_id}.
+     * `projects/{project_id}/locations/{location_id}/backups/{backup_id}`.
      * 
* * string source_backup = 4 [(.google.api.resource_reference) = { ... } diff --git a/proto-google-cloud-filestore-v1beta1/src/main/java/com/google/cloud/filestore/v1beta1/RestoreInstanceRequestOrBuilder.java b/proto-google-cloud-filestore-v1beta1/src/main/java/com/google/cloud/filestore/v1beta1/RestoreInstanceRequestOrBuilder.java index ba194cb0..7170db12 100644 --- a/proto-google-cloud-filestore-v1beta1/src/main/java/com/google/cloud/filestore/v1beta1/RestoreInstanceRequestOrBuilder.java +++ b/proto-google-cloud-filestore-v1beta1/src/main/java/com/google/cloud/filestore/v1beta1/RestoreInstanceRequestOrBuilder.java @@ -28,7 +28,7 @@ public interface RestoreInstanceRequestOrBuilder * *
    * Required. The resource name of the instance, in the format
-   * projects/{project_id}/locations/{location_id}/instances/{instance_id}.
+   * `projects/{project_id}/locations/{location_id}/instances/{instance_id}`.
    * 
* * @@ -43,7 +43,7 @@ public interface RestoreInstanceRequestOrBuilder * *
    * Required. The resource name of the instance, in the format
-   * projects/{project_id}/locations/{location_id}/instances/{instance_id}.
+   * `projects/{project_id}/locations/{location_id}/instances/{instance_id}`.
    * 
* * @@ -86,7 +86,7 @@ public interface RestoreInstanceRequestOrBuilder * *
    * The resource name of the snapshot, in the format
-   * projects/{project_id}/locations/{location_id}/snapshots/{snapshot_id}.
+   * `projects/{project_id}/locations/{location_id}/snapshots/{snapshot_id}`.
    * 
* * string source_snapshot = 3 [(.google.api.resource_reference) = { ... } @@ -99,7 +99,7 @@ public interface RestoreInstanceRequestOrBuilder * *
    * The resource name of the snapshot, in the format
-   * projects/{project_id}/locations/{location_id}/snapshots/{snapshot_id}.
+   * `projects/{project_id}/locations/{location_id}/snapshots/{snapshot_id}`.
    * 
* * string source_snapshot = 3 [(.google.api.resource_reference) = { ... } @@ -112,7 +112,7 @@ public interface RestoreInstanceRequestOrBuilder * *
    * The resource name of the snapshot, in the format
-   * projects/{project_id}/locations/{location_id}/snapshots/{snapshot_id}.
+   * `projects/{project_id}/locations/{location_id}/snapshots/{snapshot_id}`.
    * 
* * string source_snapshot = 3 [(.google.api.resource_reference) = { ... } @@ -126,7 +126,7 @@ public interface RestoreInstanceRequestOrBuilder * *
    * The resource name of the backup, in the format
-   * projects/{project_id}/locations/{location_id}/backups/{backup_id}.
+   * `projects/{project_id}/locations/{location_id}/backups/{backup_id}`.
    * 
* * string source_backup = 4 [(.google.api.resource_reference) = { ... } @@ -139,7 +139,7 @@ public interface RestoreInstanceRequestOrBuilder * *
    * The resource name of the backup, in the format
-   * projects/{project_id}/locations/{location_id}/backups/{backup_id}.
+   * `projects/{project_id}/locations/{location_id}/backups/{backup_id}`.
    * 
* * string source_backup = 4 [(.google.api.resource_reference) = { ... } @@ -152,7 +152,7 @@ public interface RestoreInstanceRequestOrBuilder * *
    * The resource name of the backup, in the format
-   * projects/{project_id}/locations/{location_id}/backups/{backup_id}.
+   * `projects/{project_id}/locations/{location_id}/backups/{backup_id}`.
    * 
* * string source_backup = 4 [(.google.api.resource_reference) = { ... } diff --git a/proto-google-cloud-filestore-v1beta1/src/main/java/com/google/cloud/filestore/v1beta1/UpdateBackupRequest.java b/proto-google-cloud-filestore-v1beta1/src/main/java/com/google/cloud/filestore/v1beta1/UpdateBackupRequest.java index a8c4d064..d1c1f691 100644 --- a/proto-google-cloud-filestore-v1beta1/src/main/java/com/google/cloud/filestore/v1beta1/UpdateBackupRequest.java +++ b/proto-google-cloud-filestore-v1beta1/src/main/java/com/google/cloud/filestore/v1beta1/UpdateBackupRequest.java @@ -139,8 +139,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * * *
-   * Required. A [backup resource]
-   * (/cloud-filestore/reference/rest/v1beta1/projects.locations.backups)
+   * Required. A [backup resource][google.cloud.filestore.v1beta1.Backup]
    * 
* * @@ -157,8 +156,7 @@ public boolean hasBackup() { * * *
-   * Required. A [backup resource]
-   * (/cloud-filestore/reference/rest/v1beta1/projects.locations.backups)
+   * Required. A [backup resource][google.cloud.filestore.v1beta1.Backup]
    * 
* * @@ -177,8 +175,7 @@ public com.google.cloud.filestore.v1beta1.Backup getBackup() { * * *
-   * Required. A [backup resource]
-   * (/cloud-filestore/reference/rest/v1beta1/projects.locations.backups)
+   * Required. A [backup resource][google.cloud.filestore.v1beta1.Backup]
    * 
* * @@ -611,8 +608,7 @@ public Builder mergeFrom( * * *
-     * Required. A [backup resource]
-     * (/cloud-filestore/reference/rest/v1beta1/projects.locations.backups)
+     * Required. A [backup resource][google.cloud.filestore.v1beta1.Backup]
      * 
* * @@ -628,8 +624,7 @@ public boolean hasBackup() { * * *
-     * Required. A [backup resource]
-     * (/cloud-filestore/reference/rest/v1beta1/projects.locations.backups)
+     * Required. A [backup resource][google.cloud.filestore.v1beta1.Backup]
      * 
* * @@ -651,8 +646,7 @@ public com.google.cloud.filestore.v1beta1.Backup getBackup() { * * *
-     * Required. A [backup resource]
-     * (/cloud-filestore/reference/rest/v1beta1/projects.locations.backups)
+     * Required. A [backup resource][google.cloud.filestore.v1beta1.Backup]
      * 
* * @@ -676,8 +670,7 @@ public Builder setBackup(com.google.cloud.filestore.v1beta1.Backup value) { * * *
-     * Required. A [backup resource]
-     * (/cloud-filestore/reference/rest/v1beta1/projects.locations.backups)
+     * Required. A [backup resource][google.cloud.filestore.v1beta1.Backup]
      * 
* * @@ -698,8 +691,7 @@ public Builder setBackup(com.google.cloud.filestore.v1beta1.Backup.Builder build * * *
-     * Required. A [backup resource]
-     * (/cloud-filestore/reference/rest/v1beta1/projects.locations.backups)
+     * Required. A [backup resource][google.cloud.filestore.v1beta1.Backup]
      * 
* * @@ -727,8 +719,7 @@ public Builder mergeBackup(com.google.cloud.filestore.v1beta1.Backup value) { * * *
-     * Required. A [backup resource]
-     * (/cloud-filestore/reference/rest/v1beta1/projects.locations.backups)
+     * Required. A [backup resource][google.cloud.filestore.v1beta1.Backup]
      * 
* * @@ -750,8 +741,7 @@ public Builder clearBackup() { * * *
-     * Required. A [backup resource]
-     * (/cloud-filestore/reference/rest/v1beta1/projects.locations.backups)
+     * Required. A [backup resource][google.cloud.filestore.v1beta1.Backup]
      * 
* * @@ -767,8 +757,7 @@ public com.google.cloud.filestore.v1beta1.Backup.Builder getBackupBuilder() { * * *
-     * Required. A [backup resource]
-     * (/cloud-filestore/reference/rest/v1beta1/projects.locations.backups)
+     * Required. A [backup resource][google.cloud.filestore.v1beta1.Backup]
      * 
* * @@ -788,8 +777,7 @@ public com.google.cloud.filestore.v1beta1.BackupOrBuilder getBackupOrBuilder() { * * *
-     * Required. A [backup resource]
-     * (/cloud-filestore/reference/rest/v1beta1/projects.locations.backups)
+     * Required. A [backup resource][google.cloud.filestore.v1beta1.Backup]
      * 
* * diff --git a/proto-google-cloud-filestore-v1beta1/src/main/java/com/google/cloud/filestore/v1beta1/UpdateBackupRequestOrBuilder.java b/proto-google-cloud-filestore-v1beta1/src/main/java/com/google/cloud/filestore/v1beta1/UpdateBackupRequestOrBuilder.java index 4821390e..dd5cc071 100644 --- a/proto-google-cloud-filestore-v1beta1/src/main/java/com/google/cloud/filestore/v1beta1/UpdateBackupRequestOrBuilder.java +++ b/proto-google-cloud-filestore-v1beta1/src/main/java/com/google/cloud/filestore/v1beta1/UpdateBackupRequestOrBuilder.java @@ -27,8 +27,7 @@ public interface UpdateBackupRequestOrBuilder * * *
-   * Required. A [backup resource]
-   * (/cloud-filestore/reference/rest/v1beta1/projects.locations.backups)
+   * Required. A [backup resource][google.cloud.filestore.v1beta1.Backup]
    * 
* * @@ -42,8 +41,7 @@ public interface UpdateBackupRequestOrBuilder * * *
-   * Required. A [backup resource]
-   * (/cloud-filestore/reference/rest/v1beta1/projects.locations.backups)
+   * Required. A [backup resource][google.cloud.filestore.v1beta1.Backup]
    * 
* * @@ -57,8 +55,7 @@ public interface UpdateBackupRequestOrBuilder * * *
-   * Required. A [backup resource]
-   * (/cloud-filestore/reference/rest/v1beta1/projects.locations.backups)
+   * Required. A [backup resource][google.cloud.filestore.v1beta1.Backup]
    * 
* * diff --git a/proto-google-cloud-filestore-v1beta1/src/main/proto/google/cloud/filestore/v1beta1/cloud_filestore_service.proto b/proto-google-cloud-filestore-v1beta1/src/main/proto/google/cloud/filestore/v1beta1/cloud_filestore_service.proto index 77b246c7..8fd09e6b 100644 --- a/proto-google-cloud-filestore-v1beta1/src/main/proto/google/cloud/filestore/v1beta1/cloud_filestore_service.proto +++ b/proto-google-cloud-filestore-v1beta1/src/main/proto/google/cloud/filestore/v1beta1/cloud_filestore_service.proto @@ -205,7 +205,7 @@ message NetworkConfig { } // The name of the Google Compute Engine - // [VPC network](/compute/docs/networks-and-firewalls#networks) to which the + // [VPC network](https://cloud.google.com/vpc/docs/vpc) to which the // instance is connected. string network = 1; @@ -215,17 +215,16 @@ message NetworkConfig { // A /29 CIDR block for Basic or a /23 CIDR block for High Scale in one of the // [internal IP address - // ranges](https://www.arin.net/knowledge/address_filters.html) that - // identifies the range of IP addresses reserved for this instance. For + // ranges](https://www.arin.net/reference/research/statistics/address_filters/) + // that identifies the range of IP addresses reserved for this instance. For // example, 10.0.0.0/29 or 192.168.0.0/23. The range you specify can't overlap // with either existing subnets or assigned IP address ranges for other Cloud // Filestore instances in the selected VPC network. string reserved_ip_range = 4; // Output only. IPv4 addresses in the format - // {octet 1}.{octet 2}.{octet 3}.{octet 4} or IPv6 addresses in the format - // {block 1}:{block 2}:{block 3}:{block 4}:{block 5}:{block 6}:{block - // 7}:{block 8}. + // `{octet1}.{octet2}.{octet3}.{octet4}` or IPv6 addresses in the format + // `{block1}:{block2}:{block3}:{block4}:{block5}:{block6}:{block7}:{block8}`. repeated string ip_addresses = 5 [(google.api.field_behavior) = OUTPUT_ONLY]; } @@ -242,7 +241,7 @@ message FileShareConfig { // share is created from scratch. oneof source { // The resource name of the backup, in the format - // projects/{project_id}/locations/{location_id}/backups/{backup_id}, that + // `projects/{project_id}/locations/{location_id}/backups/{backup_id}`, that // this file share has been restored from. string source_backup = 9 [(google.api.resource_reference) = { type: "file.googleapis.com/Backup" @@ -281,8 +280,8 @@ message NfsExportOptions { } // List of either an IPv4 addresses in the format - // {octet 1}.{octet 2}.{octet 3}.{octet 4} or CIDR ranges in the format - // {octet 1}.{octet 2}.{octet 3}.{octet 4}/{mask size} which may mount the + // `{octet1}.{octet2}.{octet3}.{octet4}` or CIDR ranges in the format + // `{octet1}.{octet2}.{octet3}.{octet4}/{mask size}` which may mount the // file share. // Overlapping IP ranges are not allowed, both within and across // NfsExportOptions. An error will be returned. @@ -375,7 +374,7 @@ message Instance { } // Output only. The resource name of the instance, in the format - // projects/{project_id}/locations/{location_id}/instances/{instance_id}. + // `projects/{project_id}/locations/{location_id}/instances/{instance_id}`. string name = 1 [(google.api.field_behavior) = OUTPUT_ONLY]; // The description of the instance (2048 characters or less). @@ -415,7 +414,7 @@ message Instance { // CreateInstanceRequest creates an instance. message CreateInstanceRequest { // Required. The instance's project and location, in the format - // projects/{project_id}/locations/{location}. In Cloud Filestore, + // `projects/{project_id}/locations/{location}`. In Cloud Filestore, // locations map to GCP zones, for example **us-west1-b**. string parent = 1 [ (google.api.field_behavior) = REQUIRED, @@ -431,15 +430,14 @@ message CreateInstanceRequest { // lowercase letters, numbers, or hyphens, and cannot end with a hyphen. string instance_id = 2 [(google.api.field_behavior) = REQUIRED]; - // Required. A [instance resource] - // (/cloud-filestore/reference/rest/v1beta1/projects.locations.instances) + // Required. An [instance resource][google.cloud.filestore.v1beta1.Instance] Instance instance = 3 [(google.api.field_behavior) = REQUIRED]; } // GetInstanceRequest gets the state of an instance. message GetInstanceRequest { // Required. The instance resource name, in the format - // projects/{project_id}/locations/{location}/instances/{instance_id}. + // `projects/{project_id}/locations/{location}/instances/{instance_id}`. string name = 1 [ (google.api.field_behavior) = REQUIRED, (google.api.resource_reference) = { @@ -467,7 +465,7 @@ message UpdateInstanceRequest { // snapshot or backup. message RestoreInstanceRequest { // Required. The resource name of the instance, in the format - // projects/{project_id}/locations/{location_id}/instances/{instance_id}. + // `projects/{project_id}/locations/{location_id}/instances/{instance_id}`. string name = 1 [ (google.api.field_behavior) = REQUIRED, (google.api.resource_reference) = { @@ -481,13 +479,13 @@ message RestoreInstanceRequest { oneof source { // The resource name of the snapshot, in the format - // projects/{project_id}/locations/{location_id}/snapshots/{snapshot_id}. + // `projects/{project_id}/locations/{location_id}/snapshots/{snapshot_id}`. string source_snapshot = 3 [(google.api.resource_reference) = { type: "file.googleapis.com/Snapshot" }]; // The resource name of the backup, in the format - // projects/{project_id}/locations/{location_id}/backups/{backup_id}. + // `projects/{project_id}/locations/{location_id}/backups/{backup_id}`. string source_backup = 4 [(google.api.resource_reference) = { type: "file.googleapis.com/Backup" }]; @@ -497,7 +495,7 @@ message RestoreInstanceRequest { // DeleteInstanceRequest deletes an instance. message DeleteInstanceRequest { // Required. The instance resource name, in the format - // projects/{project_id}/locations/{location}/instances/{instance_id} + // `projects/{project_id}/locations/{location}/instances/{instance_id}` string name = 1 [ (google.api.field_behavior) = REQUIRED, (google.api.resource_reference) = { @@ -509,10 +507,10 @@ message DeleteInstanceRequest { // ListInstancesRequest lists instances. message ListInstancesRequest { // Required. The project and location for which to retrieve instance information, - // in the format projects/{project_id}/locations/{location}. In Cloud + // in the format `projects/{project_id}/locations/{location}`. In Cloud // Filestore, locations map to GCP zones, for example **us-west1-b**. To - // retrieve instance information for all locations, use "-" for the {location} - // value. + // retrieve instance information for all locations, use "-" for the + // `{location}` value. string parent = 1 [ (google.api.field_behavior) = REQUIRED, (google.api.resource_reference) = { @@ -538,8 +536,8 @@ message ListInstancesRequest { message ListInstancesResponse { // A list of instances in the project for the specified location. // - // If the {location} value in the request is "-", the response contains a list - // of instances from all locations. If any location is unreachable, the + // If the `{location}` value in the request is "-", the response contains a + // list of instances from all locations. If any location is unreachable, the // response will only return instances in reachable locations and the // "unreachable" field will be populated with a list of unreachable locations. repeated Instance instances = 1; @@ -579,7 +577,7 @@ message Backup { } // Output only. The resource name of the backup, in the format - // projects/{project_id}/locations/{location_id}/backups/{backup_id}. + // `projects/{project_id}/locations/{location_id}/backups/{backup_id}`. string name = 1 [(google.api.field_behavior) = OUTPUT_ONLY]; // A description of the backup with 2048 characters or less. @@ -603,7 +601,7 @@ message Backup { int64 storage_bytes = 7 [(google.api.field_behavior) = OUTPUT_ONLY]; // The resource name of the source Cloud Filestore instance, in the format - // projects/{project_id}/locations/{location_id}/instances/{instance_id}, + // `projects/{project_id}/locations/{location_id}/instances/{instance_id}`, // used to create this backup. string source_instance = 8 [(google.api.resource_reference) = { type: "file.googleapis.com/Instance" @@ -627,7 +625,7 @@ message Backup { // CreateBackupRequest creates a backup. message CreateBackupRequest { // Required. The backup's project and location, in the format - // projects/{project_id}/locations/{location}. In Cloud Filestore, + // `projects/{project_id}/locations/{location}`. In Cloud Filestore, // backup locations map to GCP regions, for example **us-west1**. string parent = 1 [ (google.api.field_behavior) = REQUIRED, @@ -636,8 +634,7 @@ message CreateBackupRequest { } ]; - // Required. A [backup resource] - // (/cloud-filestore/reference/rest/v1beta1/projects.locations.backups) + // Required. A [backup resource][google.cloud.filestore.v1beta1.Backup] Backup backup = 2 [(google.api.field_behavior) = REQUIRED]; // Required. The ID to use for the backup. @@ -651,7 +648,7 @@ message CreateBackupRequest { // DeleteBackupRequest deletes a backup. message DeleteBackupRequest { // Required. The backup resource name, in the format - // projects/{project_id}/locations/{location}/backups/{backup_id} + // `projects/{project_id}/locations/{location}/backups/{backup_id}` string name = 1 [ (google.api.field_behavior) = REQUIRED, (google.api.resource_reference) = { @@ -662,8 +659,7 @@ message DeleteBackupRequest { // UpdateBackupRequest updates description and/or labels for a backup. message UpdateBackupRequest { - // Required. A [backup resource] - // (/cloud-filestore/reference/rest/v1beta1/projects.locations.backups) + // Required. A [backup resource][google.cloud.filestore.v1beta1.Backup] Backup backup = 1 [(google.api.field_behavior) = REQUIRED]; // Required. Mask of fields to update. At least one path must be supplied in this @@ -674,7 +670,7 @@ message UpdateBackupRequest { // GetBackupRequest gets the state of a backup. message GetBackupRequest { // Required. The backup resource name, in the format - // projects/{project_id}/locations/{location}/backups/{backup_id}. + // `projects/{project_id}/locations/{location}/backups/{backup_id}`. string name = 1 [ (google.api.field_behavior) = REQUIRED, (google.api.resource_reference) = { @@ -686,11 +682,11 @@ message GetBackupRequest { // ListBackupsRequest lists backups. message ListBackupsRequest { // Required. The project and location for which to retrieve backup information, - // in the format projects/{project_id}/locations/{location}. + // in the format `projects/{project_id}/locations/{location}`. // In Cloud Filestore, backup locations map to GCP regions, // for example **us-west1**. // To retrieve backup information for all locations, use "-" for the - // {location} value. + // `{location}` value. string parent = 1 [ (google.api.field_behavior) = REQUIRED, (google.api.resource_reference) = { @@ -716,8 +712,8 @@ message ListBackupsRequest { message ListBackupsResponse { // A list of backups in the project for the specified location. // - // If the {location} value in the request is "-", the response contains a list - // of backups from all locations. If any location is unreachable, the + // If the `{location}` value in the request is "-", the response contains a + // list of backups from all locations. If any location is unreachable, the // response will only return backups in reachable locations and the // "unreachable" field will be populated with a list of unreachable // locations.