docs: update docs (#916)
* fix: re-run script
* test: fix noxfile
diff --git a/docs/dyn/runtimeconfig_v1beta1.projects.configs.variables.html b/docs/dyn/runtimeconfig_v1beta1.projects.configs.variables.html
index 680a0e2..14b6207 100644
--- a/docs/dyn/runtimeconfig_v1beta1.projects.configs.variables.html
+++ b/docs/dyn/runtimeconfig_v1beta1.projects.configs.variables.html
@@ -84,7 +84,7 @@
<code><a href="#get">get(name, x__xgafv=None)</a></code></p>
<p class="firstline">Gets information about a single variable.</p>
<p class="toc_element">
- <code><a href="#list">list(parent, filter=None, pageToken=None, returnValues=None, pageSize=None, x__xgafv=None)</a></code></p>
+ <code><a href="#list">list(parent, pageToken=None, returnValues=None, pageSize=None, filter=None, x__xgafv=None)</a></code></p>
<p class="firstline">Lists variables within given a configuration, matching any provided</p>
<p class="toc_element">
<code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
@@ -119,41 +119,41 @@
The object takes the form of:
{ # Describes a single variable within a RuntimeConfig resource.
- # The name denotes the hierarchical variable name. For example,
- # `ports/serving_port` is a valid variable name. The variable value is an
- # opaque string and only leaf variables can have values (that is, variables
- # that do not have any child variables).
- "value": "A String", # The binary value of the variable. The length of the value must be less
- # than 4096 bytes. Empty values are also accepted. The value must be
- # base64 encoded, and must comply with IETF RFC4648
- # (https://www.ietf.org/rfc/rfc4648.txt). Only one of `value` or `text`
- # can be set.
- "updateTime": "A String", # Output only. The time of the last variable update.
- # Timestamp will be UTC timestamp.
- "state": "A String", # Output only. The current state of the variable. The variable state
- # indicates the outcome of the `variables().watch` call and is visible
- # through the `get` and `list` calls.
- "name": "A String", # The name of the variable resource, in the format:
- #
- # projects/[PROJECT_ID]/configs/[CONFIG_NAME]/variables/[VARIABLE_NAME]
- #
- # The `[PROJECT_ID]` must be a valid project ID, `[CONFIG_NAME]` must be a
- # valid RuntimeConfig resource and `[VARIABLE_NAME]` follows Unix file system
- # file path naming.
- #
- # The `[VARIABLE_NAME]` can contain ASCII letters, numbers, slashes and
- # dashes. Slashes are used as path element separators and are not part of the
- # `[VARIABLE_NAME]` itself, so `[VARIABLE_NAME]` must contain at least one
- # non-slash character. Multiple slashes are coalesced into single slash
- # character. Each path segment should match
- # [0-9A-Za-z](?:[_.A-Za-z0-9-]{0,62}[_.A-Za-z0-9])? regular expression.
- # The length of a `[VARIABLE_NAME]` must be less than 256 characters.
- #
- # Once you create a variable, you cannot change the variable name.
- "text": "A String", # The string value of the variable. The length of the value must be less
- # than 4096 bytes. Empty values are also accepted. For example,
- # `text: "my text value"`. The string must be valid UTF-8.
- }
+ # The name denotes the hierarchical variable name. For example,
+ # `ports/serving_port` is a valid variable name. The variable value is an
+ # opaque string and only leaf variables can have values (that is, variables
+ # that do not have any child variables).
+ "updateTime": "A String", # Output only. The time of the last variable update.
+ # Timestamp will be UTC timestamp.
+ "state": "A String", # Output only. The current state of the variable. The variable state
+ # indicates the outcome of the `variables().watch` call and is visible
+ # through the `get` and `list` calls.
+ "name": "A String", # The name of the variable resource, in the format:
+ #
+ # projects/[PROJECT_ID]/configs/[CONFIG_NAME]/variables/[VARIABLE_NAME]
+ #
+ # The `[PROJECT_ID]` must be a valid project ID, `[CONFIG_NAME]` must be a
+ # valid RuntimeConfig resource and `[VARIABLE_NAME]` follows Unix file system
+ # file path naming.
+ #
+ # The `[VARIABLE_NAME]` can contain ASCII letters, numbers, slashes and
+ # dashes. Slashes are used as path element separators and are not part of the
+ # `[VARIABLE_NAME]` itself, so `[VARIABLE_NAME]` must contain at least one
+ # non-slash character. Multiple slashes are coalesced into single slash
+ # character. Each path segment should match
+ # [0-9A-Za-z](?:[_.A-Za-z0-9-]{0,62}[_.A-Za-z0-9])? regular expression.
+ # The length of a `[VARIABLE_NAME]` must be less than 256 characters.
+ #
+ # Once you create a variable, you cannot change the variable name.
+ "text": "A String", # The string value of the variable. The length of the value must be less
+ # than 4096 bytes. Empty values are also accepted. For example,
+ # `text: "my text value"`. The string must be valid UTF-8.
+ "value": "A String", # The binary value of the variable. The length of the value must be less
+ # than 4096 bytes. Empty values are also accepted. The value must be
+ # base64 encoded, and must comply with IETF RFC4648
+ # (https://www.ietf.org/rfc/rfc4648.txt). Only one of `value` or `text`
+ # can be set.
+}
requestId: string, An optional but recommended unique `request_id`. If the server
receives two `create()` requests with the same
@@ -174,41 +174,41 @@
An object of the form:
{ # Describes a single variable within a RuntimeConfig resource.
- # The name denotes the hierarchical variable name. For example,
- # `ports/serving_port` is a valid variable name. The variable value is an
- # opaque string and only leaf variables can have values (that is, variables
- # that do not have any child variables).
- "value": "A String", # The binary value of the variable. The length of the value must be less
- # than 4096 bytes. Empty values are also accepted. The value must be
- # base64 encoded, and must comply with IETF RFC4648
- # (https://www.ietf.org/rfc/rfc4648.txt). Only one of `value` or `text`
- # can be set.
- "updateTime": "A String", # Output only. The time of the last variable update.
- # Timestamp will be UTC timestamp.
- "state": "A String", # Output only. The current state of the variable. The variable state
- # indicates the outcome of the `variables().watch` call and is visible
- # through the `get` and `list` calls.
- "name": "A String", # The name of the variable resource, in the format:
- #
- # projects/[PROJECT_ID]/configs/[CONFIG_NAME]/variables/[VARIABLE_NAME]
- #
- # The `[PROJECT_ID]` must be a valid project ID, `[CONFIG_NAME]` must be a
- # valid RuntimeConfig resource and `[VARIABLE_NAME]` follows Unix file system
- # file path naming.
- #
- # The `[VARIABLE_NAME]` can contain ASCII letters, numbers, slashes and
- # dashes. Slashes are used as path element separators and are not part of the
- # `[VARIABLE_NAME]` itself, so `[VARIABLE_NAME]` must contain at least one
- # non-slash character. Multiple slashes are coalesced into single slash
- # character. Each path segment should match
- # [0-9A-Za-z](?:[_.A-Za-z0-9-]{0,62}[_.A-Za-z0-9])? regular expression.
- # The length of a `[VARIABLE_NAME]` must be less than 256 characters.
- #
- # Once you create a variable, you cannot change the variable name.
- "text": "A String", # The string value of the variable. The length of the value must be less
- # than 4096 bytes. Empty values are also accepted. For example,
- # `text: "my text value"`. The string must be valid UTF-8.
- }</pre>
+ # The name denotes the hierarchical variable name. For example,
+ # `ports/serving_port` is a valid variable name. The variable value is an
+ # opaque string and only leaf variables can have values (that is, variables
+ # that do not have any child variables).
+ "updateTime": "A String", # Output only. The time of the last variable update.
+ # Timestamp will be UTC timestamp.
+ "state": "A String", # Output only. The current state of the variable. The variable state
+ # indicates the outcome of the `variables().watch` call and is visible
+ # through the `get` and `list` calls.
+ "name": "A String", # The name of the variable resource, in the format:
+ #
+ # projects/[PROJECT_ID]/configs/[CONFIG_NAME]/variables/[VARIABLE_NAME]
+ #
+ # The `[PROJECT_ID]` must be a valid project ID, `[CONFIG_NAME]` must be a
+ # valid RuntimeConfig resource and `[VARIABLE_NAME]` follows Unix file system
+ # file path naming.
+ #
+ # The `[VARIABLE_NAME]` can contain ASCII letters, numbers, slashes and
+ # dashes. Slashes are used as path element separators and are not part of the
+ # `[VARIABLE_NAME]` itself, so `[VARIABLE_NAME]` must contain at least one
+ # non-slash character. Multiple slashes are coalesced into single slash
+ # character. Each path segment should match
+ # [0-9A-Za-z](?:[_.A-Za-z0-9-]{0,62}[_.A-Za-z0-9])? regular expression.
+ # The length of a `[VARIABLE_NAME]` must be less than 256 characters.
+ #
+ # Once you create a variable, you cannot change the variable name.
+ "text": "A String", # The string value of the variable. The length of the value must be less
+ # than 4096 bytes. Empty values are also accepted. For example,
+ # `text: "my text value"`. The string must be valid UTF-8.
+ "value": "A String", # The binary value of the variable. The length of the value must be less
+ # than 4096 bytes. Empty values are also accepted. The value must be
+ # base64 encoded, and must comply with IETF RFC4648
+ # (https://www.ietf.org/rfc/rfc4648.txt). Only one of `value` or `text`
+ # can be set.
+ }</pre>
</div>
<div class="method">
@@ -263,45 +263,45 @@
An object of the form:
{ # Describes a single variable within a RuntimeConfig resource.
- # The name denotes the hierarchical variable name. For example,
- # `ports/serving_port` is a valid variable name. The variable value is an
- # opaque string and only leaf variables can have values (that is, variables
- # that do not have any child variables).
- "value": "A String", # The binary value of the variable. The length of the value must be less
- # than 4096 bytes. Empty values are also accepted. The value must be
- # base64 encoded, and must comply with IETF RFC4648
- # (https://www.ietf.org/rfc/rfc4648.txt). Only one of `value` or `text`
- # can be set.
- "updateTime": "A String", # Output only. The time of the last variable update.
- # Timestamp will be UTC timestamp.
- "state": "A String", # Output only. The current state of the variable. The variable state
- # indicates the outcome of the `variables().watch` call and is visible
- # through the `get` and `list` calls.
- "name": "A String", # The name of the variable resource, in the format:
- #
- # projects/[PROJECT_ID]/configs/[CONFIG_NAME]/variables/[VARIABLE_NAME]
- #
- # The `[PROJECT_ID]` must be a valid project ID, `[CONFIG_NAME]` must be a
- # valid RuntimeConfig resource and `[VARIABLE_NAME]` follows Unix file system
- # file path naming.
- #
- # The `[VARIABLE_NAME]` can contain ASCII letters, numbers, slashes and
- # dashes. Slashes are used as path element separators and are not part of the
- # `[VARIABLE_NAME]` itself, so `[VARIABLE_NAME]` must contain at least one
- # non-slash character. Multiple slashes are coalesced into single slash
- # character. Each path segment should match
- # [0-9A-Za-z](?:[_.A-Za-z0-9-]{0,62}[_.A-Za-z0-9])? regular expression.
- # The length of a `[VARIABLE_NAME]` must be less than 256 characters.
- #
- # Once you create a variable, you cannot change the variable name.
- "text": "A String", # The string value of the variable. The length of the value must be less
- # than 4096 bytes. Empty values are also accepted. For example,
- # `text: "my text value"`. The string must be valid UTF-8.
- }</pre>
+ # The name denotes the hierarchical variable name. For example,
+ # `ports/serving_port` is a valid variable name. The variable value is an
+ # opaque string and only leaf variables can have values (that is, variables
+ # that do not have any child variables).
+ "updateTime": "A String", # Output only. The time of the last variable update.
+ # Timestamp will be UTC timestamp.
+ "state": "A String", # Output only. The current state of the variable. The variable state
+ # indicates the outcome of the `variables().watch` call and is visible
+ # through the `get` and `list` calls.
+ "name": "A String", # The name of the variable resource, in the format:
+ #
+ # projects/[PROJECT_ID]/configs/[CONFIG_NAME]/variables/[VARIABLE_NAME]
+ #
+ # The `[PROJECT_ID]` must be a valid project ID, `[CONFIG_NAME]` must be a
+ # valid RuntimeConfig resource and `[VARIABLE_NAME]` follows Unix file system
+ # file path naming.
+ #
+ # The `[VARIABLE_NAME]` can contain ASCII letters, numbers, slashes and
+ # dashes. Slashes are used as path element separators and are not part of the
+ # `[VARIABLE_NAME]` itself, so `[VARIABLE_NAME]` must contain at least one
+ # non-slash character. Multiple slashes are coalesced into single slash
+ # character. Each path segment should match
+ # [0-9A-Za-z](?:[_.A-Za-z0-9-]{0,62}[_.A-Za-z0-9])? regular expression.
+ # The length of a `[VARIABLE_NAME]` must be less than 256 characters.
+ #
+ # Once you create a variable, you cannot change the variable name.
+ "text": "A String", # The string value of the variable. The length of the value must be less
+ # than 4096 bytes. Empty values are also accepted. For example,
+ # `text: "my text value"`. The string must be valid UTF-8.
+ "value": "A String", # The binary value of the variable. The length of the value must be less
+ # than 4096 bytes. Empty values are also accepted. The value must be
+ # base64 encoded, and must comply with IETF RFC4648
+ # (https://www.ietf.org/rfc/rfc4648.txt). Only one of `value` or `text`
+ # can be set.
+ }</pre>
</div>
<div class="method">
- <code class="details" id="list">list(parent, filter=None, pageToken=None, returnValues=None, pageSize=None, x__xgafv=None)</code>
+ <code class="details" id="list">list(parent, pageToken=None, returnValues=None, pageSize=None, filter=None, x__xgafv=None)</code>
<pre>Lists variables within given a configuration, matching any provided
filters. This only lists variable names, not the values, unless
`return_values` is true, in which case only variables that user has IAM
@@ -313,9 +313,6 @@
format:
`projects/[PROJECT_ID]/configs/[CONFIG_NAME]` (required)
- filter: string, Filters variables by matching the specified filter. For example:
-
-`projects/example-project/config/[CONFIG_NAME]/variables/example-variable`.
pageToken: string, Specifies a page token to use. Set `pageToken` to a `nextPageToken`
returned by a previous list request to get the next page of results.
returnValues: boolean, The flag indicates whether the user wants to return values of variables.
@@ -323,6 +320,9 @@
will be returned along with their values.
pageSize: integer, Specifies the number of results to return per page. If there are fewer
elements than the specified number, returns all elements.
+ filter: string, Filters variables by matching the specified filter. For example:
+
+`projects/example-project/config/[CONFIG_NAME]/variables/example-variable`.
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
@@ -335,41 +335,41 @@
"variables": [ # A list of variables and their values. The order of returned variable
# objects is arbitrary.
{ # Describes a single variable within a RuntimeConfig resource.
- # The name denotes the hierarchical variable name. For example,
- # `ports/serving_port` is a valid variable name. The variable value is an
- # opaque string and only leaf variables can have values (that is, variables
- # that do not have any child variables).
- "value": "A String", # The binary value of the variable. The length of the value must be less
- # than 4096 bytes. Empty values are also accepted. The value must be
- # base64 encoded, and must comply with IETF RFC4648
- # (https://www.ietf.org/rfc/rfc4648.txt). Only one of `value` or `text`
- # can be set.
- "updateTime": "A String", # Output only. The time of the last variable update.
- # Timestamp will be UTC timestamp.
- "state": "A String", # Output only. The current state of the variable. The variable state
- # indicates the outcome of the `variables().watch` call and is visible
- # through the `get` and `list` calls.
- "name": "A String", # The name of the variable resource, in the format:
- #
- # projects/[PROJECT_ID]/configs/[CONFIG_NAME]/variables/[VARIABLE_NAME]
- #
- # The `[PROJECT_ID]` must be a valid project ID, `[CONFIG_NAME]` must be a
- # valid RuntimeConfig resource and `[VARIABLE_NAME]` follows Unix file system
- # file path naming.
- #
- # The `[VARIABLE_NAME]` can contain ASCII letters, numbers, slashes and
- # dashes. Slashes are used as path element separators and are not part of the
- # `[VARIABLE_NAME]` itself, so `[VARIABLE_NAME]` must contain at least one
- # non-slash character. Multiple slashes are coalesced into single slash
- # character. Each path segment should match
- # [0-9A-Za-z](?:[_.A-Za-z0-9-]{0,62}[_.A-Za-z0-9])? regular expression.
- # The length of a `[VARIABLE_NAME]` must be less than 256 characters.
- #
- # Once you create a variable, you cannot change the variable name.
- "text": "A String", # The string value of the variable. The length of the value must be less
- # than 4096 bytes. Empty values are also accepted. For example,
- # `text: "my text value"`. The string must be valid UTF-8.
- },
+ # The name denotes the hierarchical variable name. For example,
+ # `ports/serving_port` is a valid variable name. The variable value is an
+ # opaque string and only leaf variables can have values (that is, variables
+ # that do not have any child variables).
+ "updateTime": "A String", # Output only. The time of the last variable update.
+ # Timestamp will be UTC timestamp.
+ "state": "A String", # Output only. The current state of the variable. The variable state
+ # indicates the outcome of the `variables().watch` call and is visible
+ # through the `get` and `list` calls.
+ "name": "A String", # The name of the variable resource, in the format:
+ #
+ # projects/[PROJECT_ID]/configs/[CONFIG_NAME]/variables/[VARIABLE_NAME]
+ #
+ # The `[PROJECT_ID]` must be a valid project ID, `[CONFIG_NAME]` must be a
+ # valid RuntimeConfig resource and `[VARIABLE_NAME]` follows Unix file system
+ # file path naming.
+ #
+ # The `[VARIABLE_NAME]` can contain ASCII letters, numbers, slashes and
+ # dashes. Slashes are used as path element separators and are not part of the
+ # `[VARIABLE_NAME]` itself, so `[VARIABLE_NAME]` must contain at least one
+ # non-slash character. Multiple slashes are coalesced into single slash
+ # character. Each path segment should match
+ # [0-9A-Za-z](?:[_.A-Za-z0-9-]{0,62}[_.A-Za-z0-9])? regular expression.
+ # The length of a `[VARIABLE_NAME]` must be less than 256 characters.
+ #
+ # Once you create a variable, you cannot change the variable name.
+ "text": "A String", # The string value of the variable. The length of the value must be less
+ # than 4096 bytes. Empty values are also accepted. For example,
+ # `text: "my text value"`. The string must be valid UTF-8.
+ "value": "A String", # The binary value of the variable. The length of the value must be less
+ # than 4096 bytes. Empty values are also accepted. The value must be
+ # base64 encoded, and must comply with IETF RFC4648
+ # (https://www.ietf.org/rfc/rfc4648.txt). Only one of `value` or `text`
+ # can be set.
+ },
],
"nextPageToken": "A String", # This token allows you to get the next page of results for list requests.
# If the number of results is larger than `pageSize`, use the `nextPageToken`
@@ -446,41 +446,41 @@
The object takes the form of:
{ # Describes a single variable within a RuntimeConfig resource.
- # The name denotes the hierarchical variable name. For example,
- # `ports/serving_port` is a valid variable name. The variable value is an
- # opaque string and only leaf variables can have values (that is, variables
- # that do not have any child variables).
- "value": "A String", # The binary value of the variable. The length of the value must be less
- # than 4096 bytes. Empty values are also accepted. The value must be
- # base64 encoded, and must comply with IETF RFC4648
- # (https://www.ietf.org/rfc/rfc4648.txt). Only one of `value` or `text`
- # can be set.
- "updateTime": "A String", # Output only. The time of the last variable update.
- # Timestamp will be UTC timestamp.
- "state": "A String", # Output only. The current state of the variable. The variable state
- # indicates the outcome of the `variables().watch` call and is visible
- # through the `get` and `list` calls.
- "name": "A String", # The name of the variable resource, in the format:
- #
- # projects/[PROJECT_ID]/configs/[CONFIG_NAME]/variables/[VARIABLE_NAME]
- #
- # The `[PROJECT_ID]` must be a valid project ID, `[CONFIG_NAME]` must be a
- # valid RuntimeConfig resource and `[VARIABLE_NAME]` follows Unix file system
- # file path naming.
- #
- # The `[VARIABLE_NAME]` can contain ASCII letters, numbers, slashes and
- # dashes. Slashes are used as path element separators and are not part of the
- # `[VARIABLE_NAME]` itself, so `[VARIABLE_NAME]` must contain at least one
- # non-slash character. Multiple slashes are coalesced into single slash
- # character. Each path segment should match
- # [0-9A-Za-z](?:[_.A-Za-z0-9-]{0,62}[_.A-Za-z0-9])? regular expression.
- # The length of a `[VARIABLE_NAME]` must be less than 256 characters.
- #
- # Once you create a variable, you cannot change the variable name.
- "text": "A String", # The string value of the variable. The length of the value must be less
- # than 4096 bytes. Empty values are also accepted. For example,
- # `text: "my text value"`. The string must be valid UTF-8.
- }
+ # The name denotes the hierarchical variable name. For example,
+ # `ports/serving_port` is a valid variable name. The variable value is an
+ # opaque string and only leaf variables can have values (that is, variables
+ # that do not have any child variables).
+ "updateTime": "A String", # Output only. The time of the last variable update.
+ # Timestamp will be UTC timestamp.
+ "state": "A String", # Output only. The current state of the variable. The variable state
+ # indicates the outcome of the `variables().watch` call and is visible
+ # through the `get` and `list` calls.
+ "name": "A String", # The name of the variable resource, in the format:
+ #
+ # projects/[PROJECT_ID]/configs/[CONFIG_NAME]/variables/[VARIABLE_NAME]
+ #
+ # The `[PROJECT_ID]` must be a valid project ID, `[CONFIG_NAME]` must be a
+ # valid RuntimeConfig resource and `[VARIABLE_NAME]` follows Unix file system
+ # file path naming.
+ #
+ # The `[VARIABLE_NAME]` can contain ASCII letters, numbers, slashes and
+ # dashes. Slashes are used as path element separators and are not part of the
+ # `[VARIABLE_NAME]` itself, so `[VARIABLE_NAME]` must contain at least one
+ # non-slash character. Multiple slashes are coalesced into single slash
+ # character. Each path segment should match
+ # [0-9A-Za-z](?:[_.A-Za-z0-9-]{0,62}[_.A-Za-z0-9])? regular expression.
+ # The length of a `[VARIABLE_NAME]` must be less than 256 characters.
+ #
+ # Once you create a variable, you cannot change the variable name.
+ "text": "A String", # The string value of the variable. The length of the value must be less
+ # than 4096 bytes. Empty values are also accepted. For example,
+ # `text: "my text value"`. The string must be valid UTF-8.
+ "value": "A String", # The binary value of the variable. The length of the value must be less
+ # than 4096 bytes. Empty values are also accepted. The value must be
+ # base64 encoded, and must comply with IETF RFC4648
+ # (https://www.ietf.org/rfc/rfc4648.txt). Only one of `value` or `text`
+ # can be set.
+}
x__xgafv: string, V1 error format.
Allowed values
@@ -491,41 +491,41 @@
An object of the form:
{ # Describes a single variable within a RuntimeConfig resource.
- # The name denotes the hierarchical variable name. For example,
- # `ports/serving_port` is a valid variable name. The variable value is an
- # opaque string and only leaf variables can have values (that is, variables
- # that do not have any child variables).
- "value": "A String", # The binary value of the variable. The length of the value must be less
- # than 4096 bytes. Empty values are also accepted. The value must be
- # base64 encoded, and must comply with IETF RFC4648
- # (https://www.ietf.org/rfc/rfc4648.txt). Only one of `value` or `text`
- # can be set.
- "updateTime": "A String", # Output only. The time of the last variable update.
- # Timestamp will be UTC timestamp.
- "state": "A String", # Output only. The current state of the variable. The variable state
- # indicates the outcome of the `variables().watch` call and is visible
- # through the `get` and `list` calls.
- "name": "A String", # The name of the variable resource, in the format:
- #
- # projects/[PROJECT_ID]/configs/[CONFIG_NAME]/variables/[VARIABLE_NAME]
- #
- # The `[PROJECT_ID]` must be a valid project ID, `[CONFIG_NAME]` must be a
- # valid RuntimeConfig resource and `[VARIABLE_NAME]` follows Unix file system
- # file path naming.
- #
- # The `[VARIABLE_NAME]` can contain ASCII letters, numbers, slashes and
- # dashes. Slashes are used as path element separators and are not part of the
- # `[VARIABLE_NAME]` itself, so `[VARIABLE_NAME]` must contain at least one
- # non-slash character. Multiple slashes are coalesced into single slash
- # character. Each path segment should match
- # [0-9A-Za-z](?:[_.A-Za-z0-9-]{0,62}[_.A-Za-z0-9])? regular expression.
- # The length of a `[VARIABLE_NAME]` must be less than 256 characters.
- #
- # Once you create a variable, you cannot change the variable name.
- "text": "A String", # The string value of the variable. The length of the value must be less
- # than 4096 bytes. Empty values are also accepted. For example,
- # `text: "my text value"`. The string must be valid UTF-8.
- }</pre>
+ # The name denotes the hierarchical variable name. For example,
+ # `ports/serving_port` is a valid variable name. The variable value is an
+ # opaque string and only leaf variables can have values (that is, variables
+ # that do not have any child variables).
+ "updateTime": "A String", # Output only. The time of the last variable update.
+ # Timestamp will be UTC timestamp.
+ "state": "A String", # Output only. The current state of the variable. The variable state
+ # indicates the outcome of the `variables().watch` call and is visible
+ # through the `get` and `list` calls.
+ "name": "A String", # The name of the variable resource, in the format:
+ #
+ # projects/[PROJECT_ID]/configs/[CONFIG_NAME]/variables/[VARIABLE_NAME]
+ #
+ # The `[PROJECT_ID]` must be a valid project ID, `[CONFIG_NAME]` must be a
+ # valid RuntimeConfig resource and `[VARIABLE_NAME]` follows Unix file system
+ # file path naming.
+ #
+ # The `[VARIABLE_NAME]` can contain ASCII letters, numbers, slashes and
+ # dashes. Slashes are used as path element separators and are not part of the
+ # `[VARIABLE_NAME]` itself, so `[VARIABLE_NAME]` must contain at least one
+ # non-slash character. Multiple slashes are coalesced into single slash
+ # character. Each path segment should match
+ # [0-9A-Za-z](?:[_.A-Za-z0-9-]{0,62}[_.A-Za-z0-9])? regular expression.
+ # The length of a `[VARIABLE_NAME]` must be less than 256 characters.
+ #
+ # Once you create a variable, you cannot change the variable name.
+ "text": "A String", # The string value of the variable. The length of the value must be less
+ # than 4096 bytes. Empty values are also accepted. For example,
+ # `text: "my text value"`. The string must be valid UTF-8.
+ "value": "A String", # The binary value of the variable. The length of the value must be less
+ # than 4096 bytes. Empty values are also accepted. The value must be
+ # base64 encoded, and must comply with IETF RFC4648
+ # (https://www.ietf.org/rfc/rfc4648.txt). Only one of `value` or `text`
+ # can be set.
+ }</pre>
</div>
<div class="method">
@@ -570,41 +570,41 @@
An object of the form:
{ # Describes a single variable within a RuntimeConfig resource.
- # The name denotes the hierarchical variable name. For example,
- # `ports/serving_port` is a valid variable name. The variable value is an
- # opaque string and only leaf variables can have values (that is, variables
- # that do not have any child variables).
- "value": "A String", # The binary value of the variable. The length of the value must be less
- # than 4096 bytes. Empty values are also accepted. The value must be
- # base64 encoded, and must comply with IETF RFC4648
- # (https://www.ietf.org/rfc/rfc4648.txt). Only one of `value` or `text`
- # can be set.
- "updateTime": "A String", # Output only. The time of the last variable update.
- # Timestamp will be UTC timestamp.
- "state": "A String", # Output only. The current state of the variable. The variable state
- # indicates the outcome of the `variables().watch` call and is visible
- # through the `get` and `list` calls.
- "name": "A String", # The name of the variable resource, in the format:
- #
- # projects/[PROJECT_ID]/configs/[CONFIG_NAME]/variables/[VARIABLE_NAME]
- #
- # The `[PROJECT_ID]` must be a valid project ID, `[CONFIG_NAME]` must be a
- # valid RuntimeConfig resource and `[VARIABLE_NAME]` follows Unix file system
- # file path naming.
- #
- # The `[VARIABLE_NAME]` can contain ASCII letters, numbers, slashes and
- # dashes. Slashes are used as path element separators and are not part of the
- # `[VARIABLE_NAME]` itself, so `[VARIABLE_NAME]` must contain at least one
- # non-slash character. Multiple slashes are coalesced into single slash
- # character. Each path segment should match
- # [0-9A-Za-z](?:[_.A-Za-z0-9-]{0,62}[_.A-Za-z0-9])? regular expression.
- # The length of a `[VARIABLE_NAME]` must be less than 256 characters.
- #
- # Once you create a variable, you cannot change the variable name.
- "text": "A String", # The string value of the variable. The length of the value must be less
- # than 4096 bytes. Empty values are also accepted. For example,
- # `text: "my text value"`. The string must be valid UTF-8.
- }</pre>
+ # The name denotes the hierarchical variable name. For example,
+ # `ports/serving_port` is a valid variable name. The variable value is an
+ # opaque string and only leaf variables can have values (that is, variables
+ # that do not have any child variables).
+ "updateTime": "A String", # Output only. The time of the last variable update.
+ # Timestamp will be UTC timestamp.
+ "state": "A String", # Output only. The current state of the variable. The variable state
+ # indicates the outcome of the `variables().watch` call and is visible
+ # through the `get` and `list` calls.
+ "name": "A String", # The name of the variable resource, in the format:
+ #
+ # projects/[PROJECT_ID]/configs/[CONFIG_NAME]/variables/[VARIABLE_NAME]
+ #
+ # The `[PROJECT_ID]` must be a valid project ID, `[CONFIG_NAME]` must be a
+ # valid RuntimeConfig resource and `[VARIABLE_NAME]` follows Unix file system
+ # file path naming.
+ #
+ # The `[VARIABLE_NAME]` can contain ASCII letters, numbers, slashes and
+ # dashes. Slashes are used as path element separators and are not part of the
+ # `[VARIABLE_NAME]` itself, so `[VARIABLE_NAME]` must contain at least one
+ # non-slash character. Multiple slashes are coalesced into single slash
+ # character. Each path segment should match
+ # [0-9A-Za-z](?:[_.A-Za-z0-9-]{0,62}[_.A-Za-z0-9])? regular expression.
+ # The length of a `[VARIABLE_NAME]` must be less than 256 characters.
+ #
+ # Once you create a variable, you cannot change the variable name.
+ "text": "A String", # The string value of the variable. The length of the value must be less
+ # than 4096 bytes. Empty values are also accepted. For example,
+ # `text: "my text value"`. The string must be valid UTF-8.
+ "value": "A String", # The binary value of the variable. The length of the value must be less
+ # than 4096 bytes. Empty values are also accepted. The value must be
+ # base64 encoded, and must comply with IETF RFC4648
+ # (https://www.ietf.org/rfc/rfc4648.txt). Only one of `value` or `text`
+ # can be set.
+ }</pre>
</div>
</body></html>
\ No newline at end of file