diff --git a/proto-google-cloud-functions-v1/src/main/java/com/google/cloud/functions/v1/CloudFunction.java b/proto-google-cloud-functions-v1/src/main/java/com/google/cloud/functions/v1/CloudFunction.java
index 824f91d5..03700e1c 100644
--- a/proto-google-cloud-functions-v1/src/main/java/com/google/cloud/functions/v1/CloudFunction.java
+++ b/proto-google-cloud-functions-v1/src/main/java/com/google/cloud/functions/v1/CloudFunction.java
@@ -894,7 +894,7 @@ public com.google.protobuf.ByteString getDescriptionBytes() {
*
*
*
- * The Google Cloud Storage URL, starting with gs://, pointing to the zip
+ * The Google Cloud Storage URL, starting with `gs://`, pointing to the zip
* archive which contains the function.
*
*
@@ -909,7 +909,7 @@ public boolean hasSourceArchiveUrl() {
*
*
*
- * The Google Cloud Storage URL, starting with gs://, pointing to the zip
+ * The Google Cloud Storage URL, starting with `gs://`, pointing to the zip
* archive which contains the function.
*
*
@@ -937,7 +937,7 @@ public java.lang.String getSourceArchiveUrl() {
*
*
*
- * The Google Cloud Storage URL, starting with gs://, pointing to the zip
+ * The Google Cloud Storage URL, starting with `gs://`, pointing to the zip
* archive which contains the function.
*
*
@@ -1023,9 +1023,9 @@ public com.google.cloud.functions.v1.SourceRepositoryOrBuilder getSourceReposito
*
* The Google Cloud Storage signed URL used for source uploading, generated
* by calling [google.cloud.functions.v1.GenerateUploadUrl].
- * The signature is validated on write methods {Create, Update}
- * The signature is stripped from the Function object on read methods {Get,
- * List}
+ * The signature is validated on write methods (Create, Update)
+ * The signature is stripped from the Function object on read methods (Get,
+ * List)
*
*
* string source_upload_url = 16;
@@ -1041,9 +1041,9 @@ public boolean hasSourceUploadUrl() {
*
* The Google Cloud Storage signed URL used for source uploading, generated
* by calling [google.cloud.functions.v1.GenerateUploadUrl].
- * The signature is validated on write methods {Create, Update}
- * The signature is stripped from the Function object on read methods {Get,
- * List}
+ * The signature is validated on write methods (Create, Update)
+ * The signature is stripped from the Function object on read methods (Get,
+ * List)
*
*
* string source_upload_url = 16;
@@ -1072,9 +1072,9 @@ public java.lang.String getSourceUploadUrl() {
*
* The Google Cloud Storage signed URL used for source uploading, generated
* by calling [google.cloud.functions.v1.GenerateUploadUrl].
- * The signature is validated on write methods {Create, Update}
- * The signature is stripped from the Function object on read methods {Get,
- * List}
+ * The signature is validated on write methods (Create, Update)
+ * The signature is stripped from the Function object on read methods (Get,
+ * List)
*
*
* string source_upload_url = 16;
@@ -1309,7 +1309,7 @@ public com.google.protobuf.ByteString getEntryPointBytes() {
* function, optional when updating an existing function. For a complete
* list of possible choices, see the
* [`gcloud` command
- * reference](/sdk/gcloud/reference/functions/deploy#--runtime).
+ * reference](https://cloud.google.com/sdk/gcloud/reference/functions/deploy#--runtime).
*
*
* string runtime = 19;
@@ -1336,7 +1336,7 @@ public java.lang.String getRuntime() {
* function, optional when updating an existing function. For a complete
* list of possible choices, see the
* [`gcloud` command
- * reference](/sdk/gcloud/reference/functions/deploy#--runtime).
+ * reference](https://cloud.google.com/sdk/gcloud/reference/functions/deploy#--runtime).
*
*
* string runtime = 19;
@@ -1759,8 +1759,8 @@ public java.lang.String getEnvironmentVariablesOrThrow(java.lang.String key) {
* project. Otherwise, it must belong to a project within the same
* organization. The format of this field is either
* `projects/{project}/global/networks/{network}` or `{network}`, where
- * {project} is a project id where the network is defined, and {network} is
- * the short name of the network.
+ * `{project}` is a project id where the network is defined, and `{network}`
+ * is the short name of the network.
* This field is mutually exclusive with `vpc_connector` and will be replaced
* by it.
* See [the VPC documentation](https://cloud.google.com/compute/docs/vpc) for
@@ -1793,8 +1793,8 @@ public java.lang.String getNetwork() {
* project. Otherwise, it must belong to a project within the same
* organization. The format of this field is either
* `projects/{project}/global/networks/{network}` or `{network}`, where
- * {project} is a project id where the network is defined, and {network} is
- * the short name of the network.
+ * `{project}` is a project id where the network is defined, and `{network}`
+ * is the short name of the network.
* This field is mutually exclusive with `vpc_connector` and will be replaced
* by it.
* See [the VPC documentation](https://cloud.google.com/compute/docs/vpc) for
@@ -3112,7 +3112,7 @@ public Builder setDescriptionBytes(com.google.protobuf.ByteString value) {
*
*
*
- * The Google Cloud Storage URL, starting with gs://, pointing to the zip
+ * The Google Cloud Storage URL, starting with `gs://`, pointing to the zip
* archive which contains the function.
*
*
@@ -3128,7 +3128,7 @@ public boolean hasSourceArchiveUrl() {
*
*
*
- * The Google Cloud Storage URL, starting with gs://, pointing to the zip
+ * The Google Cloud Storage URL, starting with `gs://`, pointing to the zip
* archive which contains the function.
*
*
@@ -3157,7 +3157,7 @@ public java.lang.String getSourceArchiveUrl() {
*
*
*
- * The Google Cloud Storage URL, starting with gs://, pointing to the zip
+ * The Google Cloud Storage URL, starting with `gs://`, pointing to the zip
* archive which contains the function.
*
*
@@ -3186,7 +3186,7 @@ public com.google.protobuf.ByteString getSourceArchiveUrlBytes() {
*
*
*
- * The Google Cloud Storage URL, starting with gs://, pointing to the zip
+ * The Google Cloud Storage URL, starting with `gs://`, pointing to the zip
* archive which contains the function.
*
*
@@ -3208,7 +3208,7 @@ public Builder setSourceArchiveUrl(java.lang.String value) {
*
*
*
- * The Google Cloud Storage URL, starting with gs://, pointing to the zip
+ * The Google Cloud Storage URL, starting with `gs://`, pointing to the zip
* archive which contains the function.
*
*
@@ -3228,7 +3228,7 @@ public Builder clearSourceArchiveUrl() {
*
*
*
- * The Google Cloud Storage URL, starting with gs://, pointing to the zip
+ * The Google Cloud Storage URL, starting with `gs://`, pointing to the zip
* archive which contains the function.
*
*
@@ -3472,9 +3472,9 @@ public com.google.cloud.functions.v1.SourceRepositoryOrBuilder getSourceReposito
*
* The Google Cloud Storage signed URL used for source uploading, generated
* by calling [google.cloud.functions.v1.GenerateUploadUrl].
- * The signature is validated on write methods {Create, Update}
- * The signature is stripped from the Function object on read methods {Get,
- * List}
+ * The signature is validated on write methods (Create, Update)
+ * The signature is stripped from the Function object on read methods (Get,
+ * List)
*
*
* string source_upload_url = 16;
@@ -3491,9 +3491,9 @@ public boolean hasSourceUploadUrl() {
*
* The Google Cloud Storage signed URL used for source uploading, generated
* by calling [google.cloud.functions.v1.GenerateUploadUrl].
- * The signature is validated on write methods {Create, Update}
- * The signature is stripped from the Function object on read methods {Get,
- * List}
+ * The signature is validated on write methods (Create, Update)
+ * The signature is stripped from the Function object on read methods (Get,
+ * List)
*
*
* string source_upload_url = 16;
@@ -3523,9 +3523,9 @@ public java.lang.String getSourceUploadUrl() {
*
* The Google Cloud Storage signed URL used for source uploading, generated
* by calling [google.cloud.functions.v1.GenerateUploadUrl].
- * The signature is validated on write methods {Create, Update}
- * The signature is stripped from the Function object on read methods {Get,
- * List}
+ * The signature is validated on write methods (Create, Update)
+ * The signature is stripped from the Function object on read methods (Get,
+ * List)
*
*
* string source_upload_url = 16;
@@ -3555,9 +3555,9 @@ public com.google.protobuf.ByteString getSourceUploadUrlBytes() {
*
* The Google Cloud Storage signed URL used for source uploading, generated
* by calling [google.cloud.functions.v1.GenerateUploadUrl].
- * The signature is validated on write methods {Create, Update}
- * The signature is stripped from the Function object on read methods {Get,
- * List}
+ * The signature is validated on write methods (Create, Update)
+ * The signature is stripped from the Function object on read methods (Get,
+ * List)
*
*
* string source_upload_url = 16;
@@ -3580,9 +3580,9 @@ public Builder setSourceUploadUrl(java.lang.String value) {
*
* The Google Cloud Storage signed URL used for source uploading, generated
* by calling [google.cloud.functions.v1.GenerateUploadUrl].
- * The signature is validated on write methods {Create, Update}
- * The signature is stripped from the Function object on read methods {Get,
- * List}
+ * The signature is validated on write methods (Create, Update)
+ * The signature is stripped from the Function object on read methods (Get,
+ * List)
*
*
* string source_upload_url = 16;
@@ -3603,9 +3603,9 @@ public Builder clearSourceUploadUrl() {
*
* The Google Cloud Storage signed URL used for source uploading, generated
* by calling [google.cloud.functions.v1.GenerateUploadUrl].
- * The signature is validated on write methods {Create, Update}
- * The signature is stripped from the Function object on read methods {Get,
- * List}
+ * The signature is validated on write methods (Create, Update)
+ * The signature is stripped from the Function object on read methods (Get,
+ * List)
*
*
* string source_upload_url = 16;
@@ -4285,7 +4285,7 @@ public Builder setEntryPointBytes(com.google.protobuf.ByteString value) {
* function, optional when updating an existing function. For a complete
* list of possible choices, see the
* [`gcloud` command
- * reference](/sdk/gcloud/reference/functions/deploy#--runtime).
+ * reference](https://cloud.google.com/sdk/gcloud/reference/functions/deploy#--runtime).
*
*
* string runtime = 19;
@@ -4311,7 +4311,7 @@ public java.lang.String getRuntime() {
* function, optional when updating an existing function. For a complete
* list of possible choices, see the
* [`gcloud` command
- * reference](/sdk/gcloud/reference/functions/deploy#--runtime).
+ * reference](https://cloud.google.com/sdk/gcloud/reference/functions/deploy#--runtime).
*
*
* string runtime = 19;
@@ -4337,7 +4337,7 @@ public com.google.protobuf.ByteString getRuntimeBytes() {
* function, optional when updating an existing function. For a complete
* list of possible choices, see the
* [`gcloud` command
- * reference](/sdk/gcloud/reference/functions/deploy#--runtime).
+ * reference](https://cloud.google.com/sdk/gcloud/reference/functions/deploy#--runtime).
*
*
* string runtime = 19;
@@ -4362,7 +4362,7 @@ public Builder setRuntime(java.lang.String value) {
* function, optional when updating an existing function. For a complete
* list of possible choices, see the
* [`gcloud` command
- * reference](/sdk/gcloud/reference/functions/deploy#--runtime).
+ * reference](https://cloud.google.com/sdk/gcloud/reference/functions/deploy#--runtime).
*
*
* string runtime = 19;
@@ -4383,7 +4383,7 @@ public Builder clearRuntime() {
* function, optional when updating an existing function. For a complete
* list of possible choices, see the
* [`gcloud` command
- * reference](/sdk/gcloud/reference/functions/deploy#--runtime).
+ * reference](https://cloud.google.com/sdk/gcloud/reference/functions/deploy#--runtime).
*
*
* string runtime = 19;
@@ -5353,8 +5353,8 @@ public Builder putAllEnvironmentVariables(
* project. Otherwise, it must belong to a project within the same
* organization. The format of this field is either
* `projects/{project}/global/networks/{network}` or `{network}`, where
- * {project} is a project id where the network is defined, and {network} is
- * the short name of the network.
+ * `{project}` is a project id where the network is defined, and `{network}`
+ * is the short name of the network.
* This field is mutually exclusive with `vpc_connector` and will be replaced
* by it.
* See [the VPC documentation](https://cloud.google.com/compute/docs/vpc) for
@@ -5386,8 +5386,8 @@ public java.lang.String getNetwork() {
* project. Otherwise, it must belong to a project within the same
* organization. The format of this field is either
* `projects/{project}/global/networks/{network}` or `{network}`, where
- * {project} is a project id where the network is defined, and {network} is
- * the short name of the network.
+ * `{project}` is a project id where the network is defined, and `{network}`
+ * is the short name of the network.
* This field is mutually exclusive with `vpc_connector` and will be replaced
* by it.
* See [the VPC documentation](https://cloud.google.com/compute/docs/vpc) for
@@ -5419,8 +5419,8 @@ public com.google.protobuf.ByteString getNetworkBytes() {
* project. Otherwise, it must belong to a project within the same
* organization. The format of this field is either
* `projects/{project}/global/networks/{network}` or `{network}`, where
- * {project} is a project id where the network is defined, and {network} is
- * the short name of the network.
+ * `{project}` is a project id where the network is defined, and `{network}`
+ * is the short name of the network.
* This field is mutually exclusive with `vpc_connector` and will be replaced
* by it.
* See [the VPC documentation](https://cloud.google.com/compute/docs/vpc) for
@@ -5451,8 +5451,8 @@ public Builder setNetwork(java.lang.String value) {
* project. Otherwise, it must belong to a project within the same
* organization. The format of this field is either
* `projects/{project}/global/networks/{network}` or `{network}`, where
- * {project} is a project id where the network is defined, and {network} is
- * the short name of the network.
+ * `{project}` is a project id where the network is defined, and `{network}`
+ * is the short name of the network.
* This field is mutually exclusive with `vpc_connector` and will be replaced
* by it.
* See [the VPC documentation](https://cloud.google.com/compute/docs/vpc) for
@@ -5479,8 +5479,8 @@ public Builder clearNetwork() {
* project. Otherwise, it must belong to a project within the same
* organization. The format of this field is either
* `projects/{project}/global/networks/{network}` or `{network}`, where
- * {project} is a project id where the network is defined, and {network} is
- * the short name of the network.
+ * `{project}` is a project id where the network is defined, and `{network}`
+ * is the short name of the network.
* This field is mutually exclusive with `vpc_connector` and will be replaced
* by it.
* See [the VPC documentation](https://cloud.google.com/compute/docs/vpc) for
diff --git a/proto-google-cloud-functions-v1/src/main/java/com/google/cloud/functions/v1/CloudFunctionOrBuilder.java b/proto-google-cloud-functions-v1/src/main/java/com/google/cloud/functions/v1/CloudFunctionOrBuilder.java
index 58a80df7..5129f736 100644
--- a/proto-google-cloud-functions-v1/src/main/java/com/google/cloud/functions/v1/CloudFunctionOrBuilder.java
+++ b/proto-google-cloud-functions-v1/src/main/java/com/google/cloud/functions/v1/CloudFunctionOrBuilder.java
@@ -79,7 +79,7 @@ public interface CloudFunctionOrBuilder
*
*
*
- * The Google Cloud Storage URL, starting with gs://, pointing to the zip
+ * The Google Cloud Storage URL, starting with `gs://`, pointing to the zip
* archive which contains the function.
*
*
@@ -92,7 +92,7 @@ public interface CloudFunctionOrBuilder
*
*
*
- * The Google Cloud Storage URL, starting with gs://, pointing to the zip
+ * The Google Cloud Storage URL, starting with `gs://`, pointing to the zip
* archive which contains the function.
*
*
@@ -105,7 +105,7 @@ public interface CloudFunctionOrBuilder
*
*
*
- * The Google Cloud Storage URL, starting with gs://, pointing to the zip
+ * The Google Cloud Storage URL, starting with `gs://`, pointing to the zip
* archive which contains the function.
*
*
@@ -159,9 +159,9 @@ public interface CloudFunctionOrBuilder
*
* The Google Cloud Storage signed URL used for source uploading, generated
* by calling [google.cloud.functions.v1.GenerateUploadUrl].
- * The signature is validated on write methods {Create, Update}
- * The signature is stripped from the Function object on read methods {Get,
- * List}
+ * The signature is validated on write methods (Create, Update)
+ * The signature is stripped from the Function object on read methods (Get,
+ * List)
*
*
* string source_upload_url = 16;
@@ -175,9 +175,9 @@ public interface CloudFunctionOrBuilder
*
* The Google Cloud Storage signed URL used for source uploading, generated
* by calling [google.cloud.functions.v1.GenerateUploadUrl].
- * The signature is validated on write methods {Create, Update}
- * The signature is stripped from the Function object on read methods {Get,
- * List}
+ * The signature is validated on write methods (Create, Update)
+ * The signature is stripped from the Function object on read methods (Get,
+ * List)
*
*
* string source_upload_url = 16;
@@ -191,9 +191,9 @@ public interface CloudFunctionOrBuilder
*
* The Google Cloud Storage signed URL used for source uploading, generated
* by calling [google.cloud.functions.v1.GenerateUploadUrl].
- * The signature is validated on write methods {Create, Update}
- * The signature is stripped from the Function object on read methods {Get,
- * List}
+ * The signature is validated on write methods (Create, Update)
+ * The signature is stripped from the Function object on read methods (Get,
+ * List)
*
*
* string source_upload_url = 16;
@@ -344,7 +344,7 @@ public interface CloudFunctionOrBuilder
* function, optional when updating an existing function. For a complete
* list of possible choices, see the
* [`gcloud` command
- * reference](/sdk/gcloud/reference/functions/deploy#--runtime).
+ * reference](https://cloud.google.com/sdk/gcloud/reference/functions/deploy#--runtime).
*
*
* string runtime = 19;
@@ -360,7 +360,7 @@ public interface CloudFunctionOrBuilder
* function, optional when updating an existing function. For a complete
* list of possible choices, see the
* [`gcloud` command
- * reference](/sdk/gcloud/reference/functions/deploy#--runtime).
+ * reference](https://cloud.google.com/sdk/gcloud/reference/functions/deploy#--runtime).
*
*
* string runtime = 19;
@@ -622,8 +622,8 @@ java.lang.String getEnvironmentVariablesOrDefault(
* project. Otherwise, it must belong to a project within the same
* organization. The format of this field is either
* `projects/{project}/global/networks/{network}` or `{network}`, where
- * {project} is a project id where the network is defined, and {network} is
- * the short name of the network.
+ * `{project}` is a project id where the network is defined, and `{network}`
+ * is the short name of the network.
* This field is mutually exclusive with `vpc_connector` and will be replaced
* by it.
* See [the VPC documentation](https://cloud.google.com/compute/docs/vpc) for
@@ -645,8 +645,8 @@ java.lang.String getEnvironmentVariablesOrDefault(
* project. Otherwise, it must belong to a project within the same
* organization. The format of this field is either
* `projects/{project}/global/networks/{network}` or `{network}`, where
- * {project} is a project id where the network is defined, and {network} is
- * the short name of the network.
+ * `{project}` is a project id where the network is defined, and `{network}`
+ * is the short name of the network.
* This field is mutually exclusive with `vpc_connector` and will be replaced
* by it.
* See [the VPC documentation](https://cloud.google.com/compute/docs/vpc) for
diff --git a/proto-google-cloud-functions-v1/src/main/java/com/google/cloud/functions/v1/OperationMetadataV1.java b/proto-google-cloud-functions-v1/src/main/java/com/google/cloud/functions/v1/OperationMetadataV1.java
index ae7eb1fb..252be479 100644
--- a/proto-google-cloud-functions-v1/src/main/java/com/google/cloud/functions/v1/OperationMetadataV1.java
+++ b/proto-google-cloud-functions-v1/src/main/java/com/google/cloud/functions/v1/OperationMetadataV1.java
@@ -168,7 +168,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
*
*
* Target of the operation - for example
- * projects/project-1/locations/region-1/functions/function-1
+ * `projects/project-1/locations/region-1/functions/function-1`
*
*
* string target = 1;
@@ -192,7 +192,7 @@ public java.lang.String getTarget() {
*
*
* Target of the operation - for example
- * projects/project-1/locations/region-1/functions/function-1
+ * `projects/project-1/locations/region-1/functions/function-1`
*
*
* string target = 1;
@@ -836,7 +836,7 @@ public Builder mergeFrom(
*
*
* Target of the operation - for example
- * projects/project-1/locations/region-1/functions/function-1
+ * `projects/project-1/locations/region-1/functions/function-1`
*
*
* string target = 1;
@@ -859,7 +859,7 @@ public java.lang.String getTarget() {
*
*
* Target of the operation - for example
- * projects/project-1/locations/region-1/functions/function-1
+ * `projects/project-1/locations/region-1/functions/function-1`
*
*
* string target = 1;
@@ -882,7 +882,7 @@ public com.google.protobuf.ByteString getTargetBytes() {
*
*
* Target of the operation - for example
- * projects/project-1/locations/region-1/functions/function-1
+ * `projects/project-1/locations/region-1/functions/function-1`
*
*
* string target = 1;
@@ -904,7 +904,7 @@ public Builder setTarget(java.lang.String value) {
*
*
* Target of the operation - for example
- * projects/project-1/locations/region-1/functions/function-1
+ * `projects/project-1/locations/region-1/functions/function-1`
*
*
* string target = 1;
@@ -922,7 +922,7 @@ public Builder clearTarget() {
*
*
* Target of the operation - for example
- * projects/project-1/locations/region-1/functions/function-1
+ * `projects/project-1/locations/region-1/functions/function-1`
*
*
* string target = 1;
diff --git a/proto-google-cloud-functions-v1/src/main/java/com/google/cloud/functions/v1/OperationMetadataV1OrBuilder.java b/proto-google-cloud-functions-v1/src/main/java/com/google/cloud/functions/v1/OperationMetadataV1OrBuilder.java
index b14c24d4..982f3ce4 100644
--- a/proto-google-cloud-functions-v1/src/main/java/com/google/cloud/functions/v1/OperationMetadataV1OrBuilder.java
+++ b/proto-google-cloud-functions-v1/src/main/java/com/google/cloud/functions/v1/OperationMetadataV1OrBuilder.java
@@ -28,7 +28,7 @@ public interface OperationMetadataV1OrBuilder
*
*
* Target of the operation - for example
- * projects/project-1/locations/region-1/functions/function-1
+ * `projects/project-1/locations/region-1/functions/function-1`
*
*
* string target = 1;
@@ -41,7 +41,7 @@ public interface OperationMetadataV1OrBuilder
*
*
* Target of the operation - for example
- * projects/project-1/locations/region-1/functions/function-1
+ * `projects/project-1/locations/region-1/functions/function-1`
*
*
* string target = 1;
diff --git a/proto-google-cloud-functions-v1/src/main/proto/google/cloud/functions/v1/functions.proto b/proto-google-cloud-functions-v1/src/main/proto/google/cloud/functions/v1/functions.proto
index 6523c7db..98a6d536 100644
--- a/proto-google-cloud-functions-v1/src/main/proto/google/cloud/functions/v1/functions.proto
+++ b/proto-google-cloud-functions-v1/src/main/proto/google/cloud/functions/v1/functions.proto
@@ -233,7 +233,7 @@ message CloudFunction {
// The location of the function source code.
oneof source_code {
- // The Google Cloud Storage URL, starting with gs://, pointing to the zip
+ // The Google Cloud Storage URL, starting with `gs://`, pointing to the zip
// archive which contains the function.
string source_archive_url = 3;
@@ -245,9 +245,9 @@ message CloudFunction {
// The Google Cloud Storage signed URL used for source uploading, generated
// by calling [google.cloud.functions.v1.GenerateUploadUrl].
//
- // The signature is validated on write methods {Create, Update}
- // The signature is stripped from the Function object on read methods {Get,
- // List}
+ // The signature is validated on write methods (Create, Update)
+ // The signature is stripped from the Function object on read methods (Get,
+ // List)
string source_upload_url = 16;
}
@@ -275,7 +275,7 @@ message CloudFunction {
// function, optional when updating an existing function. For a complete
// list of possible choices, see the
// [`gcloud` command
- // reference](/sdk/gcloud/reference/functions/deploy#--runtime).
+ // reference](https://cloud.google.com/sdk/gcloud/reference/functions/deploy#--runtime).
string runtime = 19;
// The function execution timeout. Execution is considered failed and
@@ -310,8 +310,8 @@ message CloudFunction {
// project. Otherwise, it must belong to a project within the same
// organization. The format of this field is either
// `projects/{project}/global/networks/{network}` or `{network}`, where
- // {project} is a project id where the network is defined, and {network} is
- // the short name of the network.
+ // `{project}` is a project id where the network is defined, and `{network}`
+ // is the short name of the network.
//
// This field is mutually exclusive with `vpc_connector` and will be replaced
// by it.
diff --git a/proto-google-cloud-functions-v1/src/main/proto/google/cloud/functions/v1/operations.proto b/proto-google-cloud-functions-v1/src/main/proto/google/cloud/functions/v1/operations.proto
index 053ee013..961cd0b5 100644
--- a/proto-google-cloud-functions-v1/src/main/proto/google/cloud/functions/v1/operations.proto
+++ b/proto-google-cloud-functions-v1/src/main/proto/google/cloud/functions/v1/operations.proto
@@ -43,7 +43,7 @@ enum OperationType {
// Metadata describing an [Operation][google.longrunning.Operation]
message OperationMetadataV1 {
// Target of the operation - for example
- // projects/project-1/locations/region-1/functions/function-1
+ // `projects/project-1/locations/region-1/functions/function-1`
string target = 1;
// Type of operation.
diff --git a/versions.txt b/versions.txt
index 2b8476af..24a2a2e0 100644
--- a/versions.txt
+++ b/versions.txt
@@ -1,6 +1,6 @@
# Format:
# module:released-version:current-version
-google-cloud-functions:2.0.2:2.0.2
-grpc-google-cloud-functions-v1:2.0.2:2.0.2
-proto-google-cloud-functions-v1:2.0.2:2.0.2
+google-cloud-functions:2.0.3:2.0.3
+grpc-google-cloud-functions-v1:2.0.3:2.0.3
+proto-google-cloud-functions-v1:2.0.3:2.0.3