@@ -68,9 +68,8 @@ class CloudFunction(proto.Message):
68
68
description (str):
69
69
User-provided description of a function.
70
70
source_archive_url (str):
71
- The Google Cloud Storage URL, starting with
72
- gs://, pointing to the zip archive which
73
- contains the function.
71
+ The Google Cloud Storage URL, starting with ``gs://``,
72
+ pointing to the zip archive which contains the function.
74
73
source_repository (google.cloud.functions_v1.types.SourceRepository):
75
74
**Beta Feature**
76
75
@@ -80,9 +79,9 @@ class CloudFunction(proto.Message):
80
79
uploading, generated by calling
81
80
[google.cloud.functions.v1.GenerateUploadUrl].
82
81
83
- The signature is validated on write methods { Create, Update}
82
+ The signature is validated on write methods ( Create, Update)
84
83
The signature is stripped from the Function object on read
85
- methods { Get, List}
84
+ methods ( Get, List)
86
85
https_trigger (google.cloud.functions_v1.types.HttpsTrigger):
87
86
An HTTPS endpoint type of source that can be
88
87
triggered via URL.
@@ -105,7 +104,7 @@ class CloudFunction(proto.Message):
105
104
deploying a new function, optional when updating an existing
106
105
function. For a complete list of possible choices, see the
107
106
```gcloud`` command
108
- reference </sdk/gcloud/reference/functions/deploy#--runtime>`__.
107
+ reference <https://cloud.google.com /sdk/gcloud/reference/functions/deploy#--runtime>`__.
109
108
timeout (google.protobuf.duration_pb2.Duration):
110
109
The function execution timeout. Execution is
111
110
considered failed and can be terminated if the
@@ -137,9 +136,9 @@ class CloudFunction(proto.Message):
137
136
belong to a project within the same organization. The format
138
137
of this field is either
139
138
``projects/{project}/global/networks/{network}`` or
140
- ``{network}``, where {project} is a project id where the
141
- network is defined, and {network} is the short name of the
142
- network.
139
+ ``{network}``, where `` {project}`` is a project id where the
140
+ network is defined, and `` {network}`` is the short name of
141
+ the network.
143
142
144
143
This field is mutually exclusive with ``vpc_connector`` and
145
144
will be replaced by it.
0 commit comments