Skip to content
This repository was archived by the owner on Sep 16, 2023. It is now read-only.

docs: minor formatting fixes to Cloud Functions reference docs #272

Merged
merged 2 commits into from
Aug 25, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -894,7 +894,7 @@ public com.google.protobuf.ByteString getDescriptionBytes() {
*
*
* <pre>
* 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.
* </pre>
*
Expand All @@ -909,7 +909,7 @@ public boolean hasSourceArchiveUrl() {
*
*
* <pre>
* 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.
* </pre>
*
Expand Down Expand Up @@ -937,7 +937,7 @@ public java.lang.String getSourceArchiveUrl() {
*
*
* <pre>
* 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.
* </pre>
*
Expand Down Expand Up @@ -1023,9 +1023,9 @@ public com.google.cloud.functions.v1.SourceRepositoryOrBuilder getSourceReposito
* <pre>
* 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)
* </pre>
*
* <code>string source_upload_url = 16;</code>
Expand All @@ -1041,9 +1041,9 @@ public boolean hasSourceUploadUrl() {
* <pre>
* 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)
* </pre>
*
* <code>string source_upload_url = 16;</code>
Expand Down Expand Up @@ -1072,9 +1072,9 @@ public java.lang.String getSourceUploadUrl() {
* <pre>
* 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)
* </pre>
*
* <code>string source_upload_url = 16;</code>
Expand Down Expand Up @@ -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).
* </pre>
*
* <code>string runtime = 19;</code>
Expand All @@ -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).
* </pre>
*
* <code>string runtime = 19;</code>
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -3112,7 +3112,7 @@ public Builder setDescriptionBytes(com.google.protobuf.ByteString value) {
*
*
* <pre>
* 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.
* </pre>
*
Expand All @@ -3128,7 +3128,7 @@ public boolean hasSourceArchiveUrl() {
*
*
* <pre>
* 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.
* </pre>
*
Expand Down Expand Up @@ -3157,7 +3157,7 @@ public java.lang.String getSourceArchiveUrl() {
*
*
* <pre>
* 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.
* </pre>
*
Expand Down Expand Up @@ -3186,7 +3186,7 @@ public com.google.protobuf.ByteString getSourceArchiveUrlBytes() {
*
*
* <pre>
* 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.
* </pre>
*
Expand All @@ -3208,7 +3208,7 @@ public Builder setSourceArchiveUrl(java.lang.String value) {
*
*
* <pre>
* 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.
* </pre>
*
Expand All @@ -3228,7 +3228,7 @@ public Builder clearSourceArchiveUrl() {
*
*
* <pre>
* 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.
* </pre>
*
Expand Down Expand Up @@ -3472,9 +3472,9 @@ public com.google.cloud.functions.v1.SourceRepositoryOrBuilder getSourceReposito
* <pre>
* 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)
* </pre>
*
* <code>string source_upload_url = 16;</code>
Expand All @@ -3491,9 +3491,9 @@ public boolean hasSourceUploadUrl() {
* <pre>
* 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)
* </pre>
*
* <code>string source_upload_url = 16;</code>
Expand Down Expand Up @@ -3523,9 +3523,9 @@ public java.lang.String getSourceUploadUrl() {
* <pre>
* 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)
* </pre>
*
* <code>string source_upload_url = 16;</code>
Expand Down Expand Up @@ -3555,9 +3555,9 @@ public com.google.protobuf.ByteString getSourceUploadUrlBytes() {
* <pre>
* 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)
* </pre>
*
* <code>string source_upload_url = 16;</code>
Expand All @@ -3580,9 +3580,9 @@ public Builder setSourceUploadUrl(java.lang.String value) {
* <pre>
* 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)
* </pre>
*
* <code>string source_upload_url = 16;</code>
Expand All @@ -3603,9 +3603,9 @@ public Builder clearSourceUploadUrl() {
* <pre>
* 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)
* </pre>
*
* <code>string source_upload_url = 16;</code>
Expand Down Expand Up @@ -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).
* </pre>
*
* <code>string runtime = 19;</code>
Expand All @@ -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).
* </pre>
*
* <code>string runtime = 19;</code>
Expand All @@ -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).
* </pre>
*
* <code>string runtime = 19;</code>
Expand All @@ -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).
* </pre>
*
* <code>string runtime = 19;</code>
Expand All @@ -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).
* </pre>
*
* <code>string runtime = 19;</code>
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down
Loading