docs: update generated docs (#981)
diff --git a/docs/dyn/runtimeconfig_v1beta1.projects.configs.waiters.html b/docs/dyn/runtimeconfig_v1beta1.projects.configs.waiters.html
index ea9f410..f14f7b6 100644
--- a/docs/dyn/runtimeconfig_v1beta1.projects.configs.waiters.html
+++ b/docs/dyn/runtimeconfig_v1beta1.projects.configs.waiters.html
@@ -125,6 +125,16 @@
# [Creating a
# Waiter](/deployment-manager/runtime-configurator/creating-a-waiter)
# documentation.
+ "name": "A String", # The name of the Waiter resource, in the format:
+ #
+ # projects/[PROJECT_ID]/configs/[CONFIG_NAME]/waiters/[WAITER_NAME]
+ #
+ # The `[PROJECT_ID]` must be a valid Google Cloud project ID,
+ # the `[CONFIG_NAME]` must be a valid RuntimeConfig resource, the
+ # `[WAITER_NAME]` must match RFC 1035 segment specification, and the length
+ # of `[WAITER_NAME]` must be less than 64 bytes.
+ #
+ # After you create a Waiter resource, you cannot change the resource name.
"error": { # The `Status` type defines a logical error model that is suitable for # Output only. If the waiter ended due to a failure or timeout, this value
# will be set.
# different programming environments, including REST APIs and RPC APIs. It is
@@ -133,17 +143,25 @@
#
# You can find out more about this error model and how to work with it in the
# [API Design Guide](https://cloud.google.com/apis/design/errors).
+ "code": 42, # The status code, which should be an enum value of google.rpc.Code.
+ "message": "A String", # A developer-facing error message, which should be in English. Any
+ # user-facing error message should be localized and sent in the
+ # google.rpc.Status.details field, or localized by the client.
"details": [ # A list of messages that carry the error details. There is a common set of
# message types for APIs to use.
{
"a_key": "", # Properties of the object. Contains field @type with type URL.
},
],
- "code": 42, # The status code, which should be an enum value of google.rpc.Code.
- "message": "A String", # A developer-facing error message, which should be in English. Any
- # user-facing error message should be localized and sent in the
- # google.rpc.Status.details field, or localized by the client.
},
+ "done": True or False, # Output only. If the value is `false`, it means the waiter is still waiting
+ # for one of its conditions to be met.
+ #
+ # If true, the waiter has finished. If the waiter finished due to a timeout
+ # or failure, `error` will be set.
+ "createTime": "A String", # Output only. The instant at which this Waiter resource was created. Adding
+ # the value of `timeout` to this instant yields the timeout deadline for the
+ # waiter.
"failure": { # The condition that a Waiter resource is waiting for. # [Optional] The failure condition of this waiter. If this condition is met,
# `done` will be set to `true` and the `error` code will be set to `ABORTED`.
# The failure condition takes precedence over the success condition. If both
@@ -163,11 +181,15 @@
# `3`, however, because there is only 2 paths that start with `/foo`.
# Cardinality conditions are recursive; all subtrees under the specific
# path prefix are counted.
- "path": "A String", # The root of the variable subtree to monitor. For example, `/foo`.
"number": 42, # The number variables under the `path` that must exist to meet this
# condition. Defaults to 1 if not specified.
+ "path": "A String", # The root of the variable subtree to monitor. For example, `/foo`.
},
},
+ "timeout": "A String", # [Required] Specifies the timeout of the waiter in seconds, beginning from
+ # the instant that `waiters().create` method is called. If this time elapses
+ # before the success or failure conditions are met, the waiter fails and sets
+ # the `error` code to `DEADLINE_EXCEEDED`.
"success": { # The condition that a Waiter resource is waiting for. # [Required] The success condition. If this condition is met, `done` will be
# set to `true` and the `error` value will remain unset. The failure
# condition takes precedence over the success condition. If both conditions
@@ -186,33 +208,11 @@
# `3`, however, because there is only 2 paths that start with `/foo`.
# Cardinality conditions are recursive; all subtrees under the specific
# path prefix are counted.
- "path": "A String", # The root of the variable subtree to monitor. For example, `/foo`.
"number": 42, # The number variables under the `path` that must exist to meet this
# condition. Defaults to 1 if not specified.
+ "path": "A String", # The root of the variable subtree to monitor. For example, `/foo`.
},
},
- "done": True or False, # Output only. If the value is `false`, it means the waiter is still waiting
- # for one of its conditions to be met.
- #
- # If true, the waiter has finished. If the waiter finished due to a timeout
- # or failure, `error` will be set.
- "createTime": "A String", # Output only. The instant at which this Waiter resource was created. Adding
- # the value of `timeout` to this instant yields the timeout deadline for the
- # waiter.
- "timeout": "A String", # [Required] Specifies the timeout of the waiter in seconds, beginning from
- # the instant that `waiters().create` method is called. If this time elapses
- # before the success or failure conditions are met, the waiter fails and sets
- # the `error` code to `DEADLINE_EXCEEDED`.
- "name": "A String", # The name of the Waiter resource, in the format:
- #
- # projects/[PROJECT_ID]/configs/[CONFIG_NAME]/waiters/[WAITER_NAME]
- #
- # The `[PROJECT_ID]` must be a valid Google Cloud project ID,
- # the `[CONFIG_NAME]` must be a valid RuntimeConfig resource, the
- # `[WAITER_NAME]` must match RFC 1035 segment specification, and the length
- # of `[WAITER_NAME]` must be less than 64 bytes.
- #
- # After you create a Waiter resource, you cannot change the resource name.
}
requestId: string, An optional but recommended unique `request_id`. If the server
@@ -235,15 +235,18 @@
{ # This resource represents a long-running operation that is the result of a
# network API call.
+ "done": True or False, # If the value is `false`, it means the operation is still in progress.
+ # If `true`, the operation is completed, and either `error` or `response` is
+ # available.
+ "name": "A String", # The server-assigned name, which is only unique within the same service that
+ # originally returns it. If you use the default HTTP mapping, the
+ # `name` should be a resource name ending with `operations/{unique_id}`.
"metadata": { # Service-specific metadata associated with the operation. It typically
# contains progress information and common metadata such as create time.
# Some services might not provide such metadata. Any method that returns a
# long-running operation should document the metadata type, if any.
"a_key": "", # Properties of the object. Contains field @type with type URL.
},
- "done": True or False, # If the value is `false`, it means the operation is still in progress.
- # If `true`, the operation is completed, and either `error` or `response` is
- # available.
"response": { # The normal response of the operation in case of success. If the original
# method returns no data on success, such as `Delete`, the response is
# `google.protobuf.Empty`. If the original method is standard
@@ -254,9 +257,6 @@
# `TakeSnapshotResponse`.
"a_key": "", # Properties of the object. Contains field @type with type URL.
},
- "name": "A String", # The server-assigned name, which is only unique within the same service that
- # originally returns it. If you use the default HTTP mapping, the
- # `name` should be a resource name ending with `operations/{unique_id}`.
"error": { # The `Status` type defines a logical error model that is suitable for # The error result of the operation in case of failure or cancellation.
# different programming environments, including REST APIs and RPC APIs. It is
# used by [gRPC](https://github.com/grpc). Each `Status` message contains
@@ -264,16 +264,16 @@
#
# You can find out more about this error model and how to work with it in the
# [API Design Guide](https://cloud.google.com/apis/design/errors).
+ "code": 42, # The status code, which should be an enum value of google.rpc.Code.
+ "message": "A String", # A developer-facing error message, which should be in English. Any
+ # user-facing error message should be localized and sent in the
+ # google.rpc.Status.details field, or localized by the client.
"details": [ # A list of messages that carry the error details. There is a common set of
# message types for APIs to use.
{
"a_key": "", # Properties of the object. Contains field @type with type URL.
},
],
- "code": 42, # The status code, which should be an enum value of google.rpc.Code.
- "message": "A String", # A developer-facing error message, which should be in English. Any
- # user-facing error message should be localized and sent in the
- # google.rpc.Status.details field, or localized by the client.
},
}</pre>
</div>
@@ -339,6 +339,16 @@
# [Creating a
# Waiter](/deployment-manager/runtime-configurator/creating-a-waiter)
# documentation.
+ "name": "A String", # The name of the Waiter resource, in the format:
+ #
+ # projects/[PROJECT_ID]/configs/[CONFIG_NAME]/waiters/[WAITER_NAME]
+ #
+ # The `[PROJECT_ID]` must be a valid Google Cloud project ID,
+ # the `[CONFIG_NAME]` must be a valid RuntimeConfig resource, the
+ # `[WAITER_NAME]` must match RFC 1035 segment specification, and the length
+ # of `[WAITER_NAME]` must be less than 64 bytes.
+ #
+ # After you create a Waiter resource, you cannot change the resource name.
"error": { # The `Status` type defines a logical error model that is suitable for # Output only. If the waiter ended due to a failure or timeout, this value
# will be set.
# different programming environments, including REST APIs and RPC APIs. It is
@@ -347,17 +357,25 @@
#
# You can find out more about this error model and how to work with it in the
# [API Design Guide](https://cloud.google.com/apis/design/errors).
+ "code": 42, # The status code, which should be an enum value of google.rpc.Code.
+ "message": "A String", # A developer-facing error message, which should be in English. Any
+ # user-facing error message should be localized and sent in the
+ # google.rpc.Status.details field, or localized by the client.
"details": [ # A list of messages that carry the error details. There is a common set of
# message types for APIs to use.
{
"a_key": "", # Properties of the object. Contains field @type with type URL.
},
],
- "code": 42, # The status code, which should be an enum value of google.rpc.Code.
- "message": "A String", # A developer-facing error message, which should be in English. Any
- # user-facing error message should be localized and sent in the
- # google.rpc.Status.details field, or localized by the client.
},
+ "done": True or False, # Output only. If the value is `false`, it means the waiter is still waiting
+ # for one of its conditions to be met.
+ #
+ # If true, the waiter has finished. If the waiter finished due to a timeout
+ # or failure, `error` will be set.
+ "createTime": "A String", # Output only. The instant at which this Waiter resource was created. Adding
+ # the value of `timeout` to this instant yields the timeout deadline for the
+ # waiter.
"failure": { # The condition that a Waiter resource is waiting for. # [Optional] The failure condition of this waiter. If this condition is met,
# `done` will be set to `true` and the `error` code will be set to `ABORTED`.
# The failure condition takes precedence over the success condition. If both
@@ -377,11 +395,15 @@
# `3`, however, because there is only 2 paths that start with `/foo`.
# Cardinality conditions are recursive; all subtrees under the specific
# path prefix are counted.
- "path": "A String", # The root of the variable subtree to monitor. For example, `/foo`.
"number": 42, # The number variables under the `path` that must exist to meet this
# condition. Defaults to 1 if not specified.
+ "path": "A String", # The root of the variable subtree to monitor. For example, `/foo`.
},
},
+ "timeout": "A String", # [Required] Specifies the timeout of the waiter in seconds, beginning from
+ # the instant that `waiters().create` method is called. If this time elapses
+ # before the success or failure conditions are met, the waiter fails and sets
+ # the `error` code to `DEADLINE_EXCEEDED`.
"success": { # The condition that a Waiter resource is waiting for. # [Required] The success condition. If this condition is met, `done` will be
# set to `true` and the `error` value will remain unset. The failure
# condition takes precedence over the success condition. If both conditions
@@ -400,33 +422,11 @@
# `3`, however, because there is only 2 paths that start with `/foo`.
# Cardinality conditions are recursive; all subtrees under the specific
# path prefix are counted.
- "path": "A String", # The root of the variable subtree to monitor. For example, `/foo`.
"number": 42, # The number variables under the `path` that must exist to meet this
# condition. Defaults to 1 if not specified.
+ "path": "A String", # The root of the variable subtree to monitor. For example, `/foo`.
},
},
- "done": True or False, # Output only. If the value is `false`, it means the waiter is still waiting
- # for one of its conditions to be met.
- #
- # If true, the waiter has finished. If the waiter finished due to a timeout
- # or failure, `error` will be set.
- "createTime": "A String", # Output only. The instant at which this Waiter resource was created. Adding
- # the value of `timeout` to this instant yields the timeout deadline for the
- # waiter.
- "timeout": "A String", # [Required] Specifies the timeout of the waiter in seconds, beginning from
- # the instant that `waiters().create` method is called. If this time elapses
- # before the success or failure conditions are met, the waiter fails and sets
- # the `error` code to `DEADLINE_EXCEEDED`.
- "name": "A String", # The name of the Waiter resource, in the format:
- #
- # projects/[PROJECT_ID]/configs/[CONFIG_NAME]/waiters/[WAITER_NAME]
- #
- # The `[PROJECT_ID]` must be a valid Google Cloud project ID,
- # the `[CONFIG_NAME]` must be a valid RuntimeConfig resource, the
- # `[WAITER_NAME]` must match RFC 1035 segment specification, and the length
- # of `[WAITER_NAME]` must be less than 64 bytes.
- #
- # After you create a Waiter resource, you cannot change the resource name.
}</pre>
</div>
@@ -453,11 +453,6 @@
{ # Response for the `ListWaiters()` method.
# Order of returned waiter objects is arbitrary.
- "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`
- # as a value for the query parameter `pageToken` in the next list request.
- # Subsequent list requests will have their own `nextPageToken` to continue
- # paging through the results
"waiters": [ # Found waiters in the project.
{ # A Waiter resource waits for some end condition within a RuntimeConfig
# resource to be met before it returns. For example, assume you have a
@@ -475,6 +470,16 @@
# [Creating a
# Waiter](/deployment-manager/runtime-configurator/creating-a-waiter)
# documentation.
+ "name": "A String", # The name of the Waiter resource, in the format:
+ #
+ # projects/[PROJECT_ID]/configs/[CONFIG_NAME]/waiters/[WAITER_NAME]
+ #
+ # The `[PROJECT_ID]` must be a valid Google Cloud project ID,
+ # the `[CONFIG_NAME]` must be a valid RuntimeConfig resource, the
+ # `[WAITER_NAME]` must match RFC 1035 segment specification, and the length
+ # of `[WAITER_NAME]` must be less than 64 bytes.
+ #
+ # After you create a Waiter resource, you cannot change the resource name.
"error": { # The `Status` type defines a logical error model that is suitable for # Output only. If the waiter ended due to a failure or timeout, this value
# will be set.
# different programming environments, including REST APIs and RPC APIs. It is
@@ -483,17 +488,25 @@
#
# You can find out more about this error model and how to work with it in the
# [API Design Guide](https://cloud.google.com/apis/design/errors).
+ "code": 42, # The status code, which should be an enum value of google.rpc.Code.
+ "message": "A String", # A developer-facing error message, which should be in English. Any
+ # user-facing error message should be localized and sent in the
+ # google.rpc.Status.details field, or localized by the client.
"details": [ # A list of messages that carry the error details. There is a common set of
# message types for APIs to use.
{
"a_key": "", # Properties of the object. Contains field @type with type URL.
},
],
- "code": 42, # The status code, which should be an enum value of google.rpc.Code.
- "message": "A String", # A developer-facing error message, which should be in English. Any
- # user-facing error message should be localized and sent in the
- # google.rpc.Status.details field, or localized by the client.
},
+ "done": True or False, # Output only. If the value is `false`, it means the waiter is still waiting
+ # for one of its conditions to be met.
+ #
+ # If true, the waiter has finished. If the waiter finished due to a timeout
+ # or failure, `error` will be set.
+ "createTime": "A String", # Output only. The instant at which this Waiter resource was created. Adding
+ # the value of `timeout` to this instant yields the timeout deadline for the
+ # waiter.
"failure": { # The condition that a Waiter resource is waiting for. # [Optional] The failure condition of this waiter. If this condition is met,
# `done` will be set to `true` and the `error` code will be set to `ABORTED`.
# The failure condition takes precedence over the success condition. If both
@@ -513,11 +526,15 @@
# `3`, however, because there is only 2 paths that start with `/foo`.
# Cardinality conditions are recursive; all subtrees under the specific
# path prefix are counted.
- "path": "A String", # The root of the variable subtree to monitor. For example, `/foo`.
"number": 42, # The number variables under the `path` that must exist to meet this
# condition. Defaults to 1 if not specified.
+ "path": "A String", # The root of the variable subtree to monitor. For example, `/foo`.
},
},
+ "timeout": "A String", # [Required] Specifies the timeout of the waiter in seconds, beginning from
+ # the instant that `waiters().create` method is called. If this time elapses
+ # before the success or failure conditions are met, the waiter fails and sets
+ # the `error` code to `DEADLINE_EXCEEDED`.
"success": { # The condition that a Waiter resource is waiting for. # [Required] The success condition. If this condition is met, `done` will be
# set to `true` and the `error` value will remain unset. The failure
# condition takes precedence over the success condition. If both conditions
@@ -536,35 +553,18 @@
# `3`, however, because there is only 2 paths that start with `/foo`.
# Cardinality conditions are recursive; all subtrees under the specific
# path prefix are counted.
- "path": "A String", # The root of the variable subtree to monitor. For example, `/foo`.
"number": 42, # The number variables under the `path` that must exist to meet this
# condition. Defaults to 1 if not specified.
+ "path": "A String", # The root of the variable subtree to monitor. For example, `/foo`.
},
},
- "done": True or False, # Output only. If the value is `false`, it means the waiter is still waiting
- # for one of its conditions to be met.
- #
- # If true, the waiter has finished. If the waiter finished due to a timeout
- # or failure, `error` will be set.
- "createTime": "A String", # Output only. The instant at which this Waiter resource was created. Adding
- # the value of `timeout` to this instant yields the timeout deadline for the
- # waiter.
- "timeout": "A String", # [Required] Specifies the timeout of the waiter in seconds, beginning from
- # the instant that `waiters().create` method is called. If this time elapses
- # before the success or failure conditions are met, the waiter fails and sets
- # the `error` code to `DEADLINE_EXCEEDED`.
- "name": "A String", # The name of the Waiter resource, in the format:
- #
- # projects/[PROJECT_ID]/configs/[CONFIG_NAME]/waiters/[WAITER_NAME]
- #
- # The `[PROJECT_ID]` must be a valid Google Cloud project ID,
- # the `[CONFIG_NAME]` must be a valid RuntimeConfig resource, the
- # `[WAITER_NAME]` must match RFC 1035 segment specification, and the length
- # of `[WAITER_NAME]` must be less than 64 bytes.
- #
- # After you create a Waiter resource, you cannot change the resource name.
},
],
+ "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`
+ # as a value for the query parameter `pageToken` in the next list request.
+ # Subsequent list requests will have their own `nextPageToken` to continue
+ # paging through the results
}</pre>
</div>