docs: update docs (#916)
* fix: re-run script
* test: fix noxfile
diff --git a/docs/dyn/redis_v1beta1.projects.locations.instances.html b/docs/dyn/redis_v1beta1.projects.locations.instances.html
index 795a170..eb5d733 100644
--- a/docs/dyn/redis_v1beta1.projects.locations.instances.html
+++ b/docs/dyn/redis_v1beta1.projects.locations.instances.html
@@ -128,86 +128,86 @@
The object takes the form of:
{ # A Google Cloud Redis instance.
- "authorizedNetwork": "A String", # Optional. The full name of the Google Compute Engine
- # [network](/compute/docs/networks-and-firewalls#networks) to which the
- # instance is connected. If left unspecified, the `default` network
- # will be used.
- "state": "A String", # Output only. The current state of this instance.
- "name": "A String", # Required. Unique name of the resource in this scope including project and
- # location using the form:
- # `projects/{project_id}/locations/{location_id}/instances/{instance_id}`
- #
- # Note: Redis instances are managed and addressed at regional level so
- # location_id here refers to a GCP region; however, users may choose which
- # specific zone (or collection of zones for cross-zone instances) an instance
- # should be provisioned in. Refer to location_id and
- # alternative_location_id fields for more details.
- "connectMode": "A String", # Optional. The network connect mode of the Redis instance.
- # If not provided, the connect mode defaults to DIRECT_PEERING.
- "persistenceIamIdentity": "A String", # Output only. Cloud IAM identity used by import / export operations to
- # transfer data to/from Cloud Storage. Format is
- # "serviceAccount:<service_account_email>". The value may change over time
- # for a given instance so should be checked before each import/export
- # operation.
- "port": 42, # Output only. The port number of the exposed Redis endpoint.
- "redisConfigs": { # Optional. Redis configuration parameters, according to
- # http://redis.io/topics/config. Currently, the only supported parameters
- # are:
- #
- # Redis version 3.2 and newer:
- #
- # * maxmemory-policy
- # * notify-keyspace-events
- #
- # Redis version 4.0 and newer:
- #
- # * activedefrag
- # * lfu-decay-time
- # * lfu-log-factor
- # * maxmemory-gb
- #
- # Redis version 5.0 and newer:
- #
- # * stream-node-max-bytes
- # * stream-node-max-entries
- "a_key": "A String",
- },
- "host": "A String", # Output only. Hostname or IP address of the exposed Redis endpoint used by
- # clients to connect to the service.
- "redisVersion": "A String", # Optional. The version of Redis software.
- # If not provided, latest supported version will be used. Currently, the
- # supported values are:
- #
- # * `REDIS_3_2` for Redis 3.2 compatibility
- # * `REDIS_4_0` for Redis 4.0 compatibility (default)
- # * `REDIS_5_0` for Redis 5.0 compatibility
- "tier": "A String", # Required. The service tier of the instance.
- "memorySizeGb": 42, # Required. Redis memory size in GiB.
- "locationId": "A String", # Optional. The zone where the instance will be provisioned. If not provided,
- # the service will choose a zone for the instance. For STANDARD_HA tier,
- # instances will be created across two zones for protection against zonal
- # failures. If alternative_location_id is also provided, it must be
- # different from location_id.
- "displayName": "A String", # An arbitrary and optional user-provided name for the instance.
- "reservedIpRange": "A String", # Optional. The CIDR range of internal addresses that are reserved for this
- # instance. If not provided, the service will choose an unused /29 block,
- # for example, 10.0.0.0/29 or 192.168.0.0/29. Ranges must be unique
- # and non-overlapping with existing subnets in an authorized network.
- "alternativeLocationId": "A String", # Optional. Only applicable to STANDARD_HA tier which protects the instance
- # against zonal failures by provisioning it across two zones. If provided, it
- # must be a different zone from the one provided in location_id.
- "currentLocationId": "A String", # Output only. The current zone where the Redis endpoint is placed. For Basic
- # Tier instances, this will always be the same as the location_id
- # provided by the user at creation time. For Standard Tier instances,
- # this can be either location_id or alternative_location_id and can
- # change after a failover event.
- "labels": { # Resource labels to represent user provided metadata
- "a_key": "A String",
- },
- "createTime": "A String", # Output only. The time the instance was created.
- "statusMessage": "A String", # Output only. Additional information about the current status of this
- # instance, if available.
-}
+ "authorizedNetwork": "A String", # Optional. The full name of the Google Compute Engine
+ # [network](/compute/docs/networks-and-firewalls#networks) to which the
+ # instance is connected. If left unspecified, the `default` network
+ # will be used.
+ "state": "A String", # Output only. The current state of this instance.
+ "name": "A String", # Required. Unique name of the resource in this scope including project and
+ # location using the form:
+ # `projects/{project_id}/locations/{location_id}/instances/{instance_id}`
+ #
+ # Note: Redis instances are managed and addressed at regional level so
+ # location_id here refers to a GCP region; however, users may choose which
+ # specific zone (or collection of zones for cross-zone instances) an instance
+ # should be provisioned in. Refer to location_id and
+ # alternative_location_id fields for more details.
+ "connectMode": "A String", # Optional. The network connect mode of the Redis instance.
+ # If not provided, the connect mode defaults to DIRECT_PEERING.
+ "persistenceIamIdentity": "A String", # Output only. Cloud IAM identity used by import / export operations to
+ # transfer data to/from Cloud Storage. Format is
+ # "serviceAccount:<service_account_email>". The value may change over time
+ # for a given instance so should be checked before each import/export
+ # operation.
+ "redisConfigs": { # Optional. Redis configuration parameters, according to
+ # http://redis.io/topics/config. Currently, the only supported parameters
+ # are:
+ #
+ # Redis version 3.2 and newer:
+ #
+ # * maxmemory-policy
+ # * notify-keyspace-events
+ #
+ # Redis version 4.0 and newer:
+ #
+ # * activedefrag
+ # * lfu-decay-time
+ # * lfu-log-factor
+ # * maxmemory-gb
+ #
+ # Redis version 5.0 and newer:
+ #
+ # * stream-node-max-bytes
+ # * stream-node-max-entries
+ "a_key": "A String",
+ },
+ "port": 42, # Output only. The port number of the exposed Redis endpoint.
+ "host": "A String", # Output only. Hostname or IP address of the exposed Redis endpoint used by
+ # clients to connect to the service.
+ "redisVersion": "A String", # Optional. The version of Redis software.
+ # If not provided, latest supported version will be used. Currently, the
+ # supported values are:
+ #
+ # * `REDIS_3_2` for Redis 3.2 compatibility
+ # * `REDIS_4_0` for Redis 4.0 compatibility (default)
+ # * `REDIS_5_0` for Redis 5.0 compatibility
+ "tier": "A String", # Required. The service tier of the instance.
+ "memorySizeGb": 42, # Required. Redis memory size in GiB.
+ "displayName": "A String", # An arbitrary and optional user-provided name for the instance.
+ "locationId": "A String", # Optional. The zone where the instance will be provisioned. If not provided,
+ # the service will choose a zone for the instance. For STANDARD_HA tier,
+ # instances will be created across two zones for protection against zonal
+ # failures. If alternative_location_id is also provided, it must be
+ # different from location_id.
+ "reservedIpRange": "A String", # Optional. The CIDR range of internal addresses that are reserved for this
+ # instance. If not provided, the service will choose an unused /29 block,
+ # for example, 10.0.0.0/29 or 192.168.0.0/29. Ranges must be unique
+ # and non-overlapping with existing subnets in an authorized network.
+ "currentLocationId": "A String", # Output only. The current zone where the Redis endpoint is placed. For Basic
+ # Tier instances, this will always be the same as the location_id
+ # provided by the user at creation time. For Standard Tier instances,
+ # this can be either location_id or alternative_location_id and can
+ # change after a failover event.
+ "alternativeLocationId": "A String", # Optional. Only applicable to STANDARD_HA tier which protects the instance
+ # against zonal failures by provisioning it across two zones. If provided, it
+ # must be a different zone from the one provided in location_id.
+ "createTime": "A String", # Output only. The time the instance was created.
+ "labels": { # Resource labels to represent user provided metadata
+ "a_key": "A String",
+ },
+ "statusMessage": "A String", # Output only. Additional information about the current status of this
+ # instance, if available.
+ }
instanceId: string, Required. The logical name of the Redis instance in the customer project
with the following restrictions:
@@ -250,6 +250,7 @@
#
# 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.
@@ -259,7 +260,6 @@
"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.
},
"metadata": { # {
#
@@ -325,6 +325,7 @@
#
# 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.
@@ -334,7 +335,6 @@
"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.
},
"metadata": { # {
#
@@ -416,6 +416,7 @@
#
# 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.
@@ -425,7 +426,6 @@
"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.
},
"metadata": { # {
#
@@ -499,6 +499,7 @@
#
# 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.
@@ -508,7 +509,6 @@
"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.
},
"metadata": { # {
#
@@ -549,86 +549,86 @@
An object of the form:
{ # A Google Cloud Redis instance.
- "authorizedNetwork": "A String", # Optional. The full name of the Google Compute Engine
- # [network](/compute/docs/networks-and-firewalls#networks) to which the
- # instance is connected. If left unspecified, the `default` network
- # will be used.
- "state": "A String", # Output only. The current state of this instance.
- "name": "A String", # Required. Unique name of the resource in this scope including project and
- # location using the form:
- # `projects/{project_id}/locations/{location_id}/instances/{instance_id}`
- #
- # Note: Redis instances are managed and addressed at regional level so
- # location_id here refers to a GCP region; however, users may choose which
- # specific zone (or collection of zones for cross-zone instances) an instance
- # should be provisioned in. Refer to location_id and
- # alternative_location_id fields for more details.
- "connectMode": "A String", # Optional. The network connect mode of the Redis instance.
- # If not provided, the connect mode defaults to DIRECT_PEERING.
- "persistenceIamIdentity": "A String", # Output only. Cloud IAM identity used by import / export operations to
- # transfer data to/from Cloud Storage. Format is
- # "serviceAccount:<service_account_email>". The value may change over time
- # for a given instance so should be checked before each import/export
- # operation.
- "port": 42, # Output only. The port number of the exposed Redis endpoint.
- "redisConfigs": { # Optional. Redis configuration parameters, according to
- # http://redis.io/topics/config. Currently, the only supported parameters
- # are:
- #
- # Redis version 3.2 and newer:
- #
- # * maxmemory-policy
- # * notify-keyspace-events
- #
- # Redis version 4.0 and newer:
- #
- # * activedefrag
- # * lfu-decay-time
- # * lfu-log-factor
- # * maxmemory-gb
- #
- # Redis version 5.0 and newer:
- #
- # * stream-node-max-bytes
- # * stream-node-max-entries
- "a_key": "A String",
- },
- "host": "A String", # Output only. Hostname or IP address of the exposed Redis endpoint used by
- # clients to connect to the service.
- "redisVersion": "A String", # Optional. The version of Redis software.
- # If not provided, latest supported version will be used. Currently, the
- # supported values are:
- #
- # * `REDIS_3_2` for Redis 3.2 compatibility
- # * `REDIS_4_0` for Redis 4.0 compatibility (default)
- # * `REDIS_5_0` for Redis 5.0 compatibility
- "tier": "A String", # Required. The service tier of the instance.
- "memorySizeGb": 42, # Required. Redis memory size in GiB.
- "locationId": "A String", # Optional. The zone where the instance will be provisioned. If not provided,
- # the service will choose a zone for the instance. For STANDARD_HA tier,
- # instances will be created across two zones for protection against zonal
- # failures. If alternative_location_id is also provided, it must be
- # different from location_id.
- "displayName": "A String", # An arbitrary and optional user-provided name for the instance.
- "reservedIpRange": "A String", # Optional. The CIDR range of internal addresses that are reserved for this
- # instance. If not provided, the service will choose an unused /29 block,
- # for example, 10.0.0.0/29 or 192.168.0.0/29. Ranges must be unique
- # and non-overlapping with existing subnets in an authorized network.
- "alternativeLocationId": "A String", # Optional. Only applicable to STANDARD_HA tier which protects the instance
- # against zonal failures by provisioning it across two zones. If provided, it
- # must be a different zone from the one provided in location_id.
- "currentLocationId": "A String", # Output only. The current zone where the Redis endpoint is placed. For Basic
- # Tier instances, this will always be the same as the location_id
- # provided by the user at creation time. For Standard Tier instances,
- # this can be either location_id or alternative_location_id and can
- # change after a failover event.
- "labels": { # Resource labels to represent user provided metadata
- "a_key": "A String",
- },
- "createTime": "A String", # Output only. The time the instance was created.
- "statusMessage": "A String", # Output only. Additional information about the current status of this
- # instance, if available.
- }</pre>
+ "authorizedNetwork": "A String", # Optional. The full name of the Google Compute Engine
+ # [network](/compute/docs/networks-and-firewalls#networks) to which the
+ # instance is connected. If left unspecified, the `default` network
+ # will be used.
+ "state": "A String", # Output only. The current state of this instance.
+ "name": "A String", # Required. Unique name of the resource in this scope including project and
+ # location using the form:
+ # `projects/{project_id}/locations/{location_id}/instances/{instance_id}`
+ #
+ # Note: Redis instances are managed and addressed at regional level so
+ # location_id here refers to a GCP region; however, users may choose which
+ # specific zone (or collection of zones for cross-zone instances) an instance
+ # should be provisioned in. Refer to location_id and
+ # alternative_location_id fields for more details.
+ "connectMode": "A String", # Optional. The network connect mode of the Redis instance.
+ # If not provided, the connect mode defaults to DIRECT_PEERING.
+ "persistenceIamIdentity": "A String", # Output only. Cloud IAM identity used by import / export operations to
+ # transfer data to/from Cloud Storage. Format is
+ # "serviceAccount:<service_account_email>". The value may change over time
+ # for a given instance so should be checked before each import/export
+ # operation.
+ "redisConfigs": { # Optional. Redis configuration parameters, according to
+ # http://redis.io/topics/config. Currently, the only supported parameters
+ # are:
+ #
+ # Redis version 3.2 and newer:
+ #
+ # * maxmemory-policy
+ # * notify-keyspace-events
+ #
+ # Redis version 4.0 and newer:
+ #
+ # * activedefrag
+ # * lfu-decay-time
+ # * lfu-log-factor
+ # * maxmemory-gb
+ #
+ # Redis version 5.0 and newer:
+ #
+ # * stream-node-max-bytes
+ # * stream-node-max-entries
+ "a_key": "A String",
+ },
+ "port": 42, # Output only. The port number of the exposed Redis endpoint.
+ "host": "A String", # Output only. Hostname or IP address of the exposed Redis endpoint used by
+ # clients to connect to the service.
+ "redisVersion": "A String", # Optional. The version of Redis software.
+ # If not provided, latest supported version will be used. Currently, the
+ # supported values are:
+ #
+ # * `REDIS_3_2` for Redis 3.2 compatibility
+ # * `REDIS_4_0` for Redis 4.0 compatibility (default)
+ # * `REDIS_5_0` for Redis 5.0 compatibility
+ "tier": "A String", # Required. The service tier of the instance.
+ "memorySizeGb": 42, # Required. Redis memory size in GiB.
+ "displayName": "A String", # An arbitrary and optional user-provided name for the instance.
+ "locationId": "A String", # Optional. The zone where the instance will be provisioned. If not provided,
+ # the service will choose a zone for the instance. For STANDARD_HA tier,
+ # instances will be created across two zones for protection against zonal
+ # failures. If alternative_location_id is also provided, it must be
+ # different from location_id.
+ "reservedIpRange": "A String", # Optional. The CIDR range of internal addresses that are reserved for this
+ # instance. If not provided, the service will choose an unused /29 block,
+ # for example, 10.0.0.0/29 or 192.168.0.0/29. Ranges must be unique
+ # and non-overlapping with existing subnets in an authorized network.
+ "currentLocationId": "A String", # Output only. The current zone where the Redis endpoint is placed. For Basic
+ # Tier instances, this will always be the same as the location_id
+ # provided by the user at creation time. For Standard Tier instances,
+ # this can be either location_id or alternative_location_id and can
+ # change after a failover event.
+ "alternativeLocationId": "A String", # Optional. Only applicable to STANDARD_HA tier which protects the instance
+ # against zonal failures by provisioning it across two zones. If provided, it
+ # must be a different zone from the one provided in location_id.
+ "createTime": "A String", # Output only. The time the instance was created.
+ "labels": { # Resource labels to represent user provided metadata
+ "a_key": "A String",
+ },
+ "statusMessage": "A String", # Output only. Additional information about the current status of this
+ # instance, if available.
+ }</pre>
</div>
<div class="method">
@@ -690,6 +690,7 @@
#
# 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.
@@ -699,7 +700,6 @@
"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.
},
"metadata": { # {
#
@@ -757,11 +757,6 @@
An object of the form:
{ # Response for ListInstances.
- "nextPageToken": "A String", # Token to retrieve the next page of results, or empty if there are no more
- # results in the list.
- "unreachable": [ # Locations that could not be reached.
- "A String",
- ],
"instances": [ # A list of Redis instances in the project in the specified location,
# or across all locations.
#
@@ -773,86 +768,91 @@
# the `status` field set to ERROR and `status_message` field set to "location
# not available for ListInstances".
{ # A Google Cloud Redis instance.
- "authorizedNetwork": "A String", # Optional. The full name of the Google Compute Engine
- # [network](/compute/docs/networks-and-firewalls#networks) to which the
- # instance is connected. If left unspecified, the `default` network
- # will be used.
- "state": "A String", # Output only. The current state of this instance.
- "name": "A String", # Required. Unique name of the resource in this scope including project and
- # location using the form:
- # `projects/{project_id}/locations/{location_id}/instances/{instance_id}`
- #
- # Note: Redis instances are managed and addressed at regional level so
- # location_id here refers to a GCP region; however, users may choose which
- # specific zone (or collection of zones for cross-zone instances) an instance
- # should be provisioned in. Refer to location_id and
- # alternative_location_id fields for more details.
- "connectMode": "A String", # Optional. The network connect mode of the Redis instance.
- # If not provided, the connect mode defaults to DIRECT_PEERING.
- "persistenceIamIdentity": "A String", # Output only. Cloud IAM identity used by import / export operations to
- # transfer data to/from Cloud Storage. Format is
- # "serviceAccount:<service_account_email>". The value may change over time
- # for a given instance so should be checked before each import/export
- # operation.
- "port": 42, # Output only. The port number of the exposed Redis endpoint.
- "redisConfigs": { # Optional. Redis configuration parameters, according to
- # http://redis.io/topics/config. Currently, the only supported parameters
- # are:
- #
- # Redis version 3.2 and newer:
- #
- # * maxmemory-policy
- # * notify-keyspace-events
- #
- # Redis version 4.0 and newer:
- #
- # * activedefrag
- # * lfu-decay-time
- # * lfu-log-factor
- # * maxmemory-gb
- #
- # Redis version 5.0 and newer:
- #
- # * stream-node-max-bytes
- # * stream-node-max-entries
- "a_key": "A String",
+ "authorizedNetwork": "A String", # Optional. The full name of the Google Compute Engine
+ # [network](/compute/docs/networks-and-firewalls#networks) to which the
+ # instance is connected. If left unspecified, the `default` network
+ # will be used.
+ "state": "A String", # Output only. The current state of this instance.
+ "name": "A String", # Required. Unique name of the resource in this scope including project and
+ # location using the form:
+ # `projects/{project_id}/locations/{location_id}/instances/{instance_id}`
+ #
+ # Note: Redis instances are managed and addressed at regional level so
+ # location_id here refers to a GCP region; however, users may choose which
+ # specific zone (or collection of zones for cross-zone instances) an instance
+ # should be provisioned in. Refer to location_id and
+ # alternative_location_id fields for more details.
+ "connectMode": "A String", # Optional. The network connect mode of the Redis instance.
+ # If not provided, the connect mode defaults to DIRECT_PEERING.
+ "persistenceIamIdentity": "A String", # Output only. Cloud IAM identity used by import / export operations to
+ # transfer data to/from Cloud Storage. Format is
+ # "serviceAccount:<service_account_email>". The value may change over time
+ # for a given instance so should be checked before each import/export
+ # operation.
+ "redisConfigs": { # Optional. Redis configuration parameters, according to
+ # http://redis.io/topics/config. Currently, the only supported parameters
+ # are:
+ #
+ # Redis version 3.2 and newer:
+ #
+ # * maxmemory-policy
+ # * notify-keyspace-events
+ #
+ # Redis version 4.0 and newer:
+ #
+ # * activedefrag
+ # * lfu-decay-time
+ # * lfu-log-factor
+ # * maxmemory-gb
+ #
+ # Redis version 5.0 and newer:
+ #
+ # * stream-node-max-bytes
+ # * stream-node-max-entries
+ "a_key": "A String",
+ },
+ "port": 42, # Output only. The port number of the exposed Redis endpoint.
+ "host": "A String", # Output only. Hostname or IP address of the exposed Redis endpoint used by
+ # clients to connect to the service.
+ "redisVersion": "A String", # Optional. The version of Redis software.
+ # If not provided, latest supported version will be used. Currently, the
+ # supported values are:
+ #
+ # * `REDIS_3_2` for Redis 3.2 compatibility
+ # * `REDIS_4_0` for Redis 4.0 compatibility (default)
+ # * `REDIS_5_0` for Redis 5.0 compatibility
+ "tier": "A String", # Required. The service tier of the instance.
+ "memorySizeGb": 42, # Required. Redis memory size in GiB.
+ "displayName": "A String", # An arbitrary and optional user-provided name for the instance.
+ "locationId": "A String", # Optional. The zone where the instance will be provisioned. If not provided,
+ # the service will choose a zone for the instance. For STANDARD_HA tier,
+ # instances will be created across two zones for protection against zonal
+ # failures. If alternative_location_id is also provided, it must be
+ # different from location_id.
+ "reservedIpRange": "A String", # Optional. The CIDR range of internal addresses that are reserved for this
+ # instance. If not provided, the service will choose an unused /29 block,
+ # for example, 10.0.0.0/29 or 192.168.0.0/29. Ranges must be unique
+ # and non-overlapping with existing subnets in an authorized network.
+ "currentLocationId": "A String", # Output only. The current zone where the Redis endpoint is placed. For Basic
+ # Tier instances, this will always be the same as the location_id
+ # provided by the user at creation time. For Standard Tier instances,
+ # this can be either location_id or alternative_location_id and can
+ # change after a failover event.
+ "alternativeLocationId": "A String", # Optional. Only applicable to STANDARD_HA tier which protects the instance
+ # against zonal failures by provisioning it across two zones. If provided, it
+ # must be a different zone from the one provided in location_id.
+ "createTime": "A String", # Output only. The time the instance was created.
+ "labels": { # Resource labels to represent user provided metadata
+ "a_key": "A String",
+ },
+ "statusMessage": "A String", # Output only. Additional information about the current status of this
+ # instance, if available.
},
- "host": "A String", # Output only. Hostname or IP address of the exposed Redis endpoint used by
- # clients to connect to the service.
- "redisVersion": "A String", # Optional. The version of Redis software.
- # If not provided, latest supported version will be used. Currently, the
- # supported values are:
- #
- # * `REDIS_3_2` for Redis 3.2 compatibility
- # * `REDIS_4_0` for Redis 4.0 compatibility (default)
- # * `REDIS_5_0` for Redis 5.0 compatibility
- "tier": "A String", # Required. The service tier of the instance.
- "memorySizeGb": 42, # Required. Redis memory size in GiB.
- "locationId": "A String", # Optional. The zone where the instance will be provisioned. If not provided,
- # the service will choose a zone for the instance. For STANDARD_HA tier,
- # instances will be created across two zones for protection against zonal
- # failures. If alternative_location_id is also provided, it must be
- # different from location_id.
- "displayName": "A String", # An arbitrary and optional user-provided name for the instance.
- "reservedIpRange": "A String", # Optional. The CIDR range of internal addresses that are reserved for this
- # instance. If not provided, the service will choose an unused /29 block,
- # for example, 10.0.0.0/29 or 192.168.0.0/29. Ranges must be unique
- # and non-overlapping with existing subnets in an authorized network.
- "alternativeLocationId": "A String", # Optional. Only applicable to STANDARD_HA tier which protects the instance
- # against zonal failures by provisioning it across two zones. If provided, it
- # must be a different zone from the one provided in location_id.
- "currentLocationId": "A String", # Output only. The current zone where the Redis endpoint is placed. For Basic
- # Tier instances, this will always be the same as the location_id
- # provided by the user at creation time. For Standard Tier instances,
- # this can be either location_id or alternative_location_id and can
- # change after a failover event.
- "labels": { # Resource labels to represent user provided metadata
- "a_key": "A String",
- },
- "createTime": "A String", # Output only. The time the instance was created.
- "statusMessage": "A String", # Output only. Additional information about the current status of this
- # instance, if available.
- },
+ ],
+ "nextPageToken": "A String", # Token to retrieve the next page of results, or empty if there are no more
+ # results in the list.
+ "unreachable": [ # Locations that could not be reached.
+ "A String",
],
}</pre>
</div>
@@ -893,86 +893,86 @@
The object takes the form of:
{ # A Google Cloud Redis instance.
- "authorizedNetwork": "A String", # Optional. The full name of the Google Compute Engine
- # [network](/compute/docs/networks-and-firewalls#networks) to which the
- # instance is connected. If left unspecified, the `default` network
- # will be used.
- "state": "A String", # Output only. The current state of this instance.
- "name": "A String", # Required. Unique name of the resource in this scope including project and
- # location using the form:
- # `projects/{project_id}/locations/{location_id}/instances/{instance_id}`
- #
- # Note: Redis instances are managed and addressed at regional level so
- # location_id here refers to a GCP region; however, users may choose which
- # specific zone (or collection of zones for cross-zone instances) an instance
- # should be provisioned in. Refer to location_id and
- # alternative_location_id fields for more details.
- "connectMode": "A String", # Optional. The network connect mode of the Redis instance.
- # If not provided, the connect mode defaults to DIRECT_PEERING.
- "persistenceIamIdentity": "A String", # Output only. Cloud IAM identity used by import / export operations to
- # transfer data to/from Cloud Storage. Format is
- # "serviceAccount:<service_account_email>". The value may change over time
- # for a given instance so should be checked before each import/export
- # operation.
- "port": 42, # Output only. The port number of the exposed Redis endpoint.
- "redisConfigs": { # Optional. Redis configuration parameters, according to
- # http://redis.io/topics/config. Currently, the only supported parameters
- # are:
- #
- # Redis version 3.2 and newer:
- #
- # * maxmemory-policy
- # * notify-keyspace-events
- #
- # Redis version 4.0 and newer:
- #
- # * activedefrag
- # * lfu-decay-time
- # * lfu-log-factor
- # * maxmemory-gb
- #
- # Redis version 5.0 and newer:
- #
- # * stream-node-max-bytes
- # * stream-node-max-entries
- "a_key": "A String",
- },
- "host": "A String", # Output only. Hostname or IP address of the exposed Redis endpoint used by
- # clients to connect to the service.
- "redisVersion": "A String", # Optional. The version of Redis software.
- # If not provided, latest supported version will be used. Currently, the
- # supported values are:
- #
- # * `REDIS_3_2` for Redis 3.2 compatibility
- # * `REDIS_4_0` for Redis 4.0 compatibility (default)
- # * `REDIS_5_0` for Redis 5.0 compatibility
- "tier": "A String", # Required. The service tier of the instance.
- "memorySizeGb": 42, # Required. Redis memory size in GiB.
- "locationId": "A String", # Optional. The zone where the instance will be provisioned. If not provided,
- # the service will choose a zone for the instance. For STANDARD_HA tier,
- # instances will be created across two zones for protection against zonal
- # failures. If alternative_location_id is also provided, it must be
- # different from location_id.
- "displayName": "A String", # An arbitrary and optional user-provided name for the instance.
- "reservedIpRange": "A String", # Optional. The CIDR range of internal addresses that are reserved for this
- # instance. If not provided, the service will choose an unused /29 block,
- # for example, 10.0.0.0/29 or 192.168.0.0/29. Ranges must be unique
- # and non-overlapping with existing subnets in an authorized network.
- "alternativeLocationId": "A String", # Optional. Only applicable to STANDARD_HA tier which protects the instance
- # against zonal failures by provisioning it across two zones. If provided, it
- # must be a different zone from the one provided in location_id.
- "currentLocationId": "A String", # Output only. The current zone where the Redis endpoint is placed. For Basic
- # Tier instances, this will always be the same as the location_id
- # provided by the user at creation time. For Standard Tier instances,
- # this can be either location_id or alternative_location_id and can
- # change after a failover event.
- "labels": { # Resource labels to represent user provided metadata
- "a_key": "A String",
- },
- "createTime": "A String", # Output only. The time the instance was created.
- "statusMessage": "A String", # Output only. Additional information about the current status of this
- # instance, if available.
-}
+ "authorizedNetwork": "A String", # Optional. The full name of the Google Compute Engine
+ # [network](/compute/docs/networks-and-firewalls#networks) to which the
+ # instance is connected. If left unspecified, the `default` network
+ # will be used.
+ "state": "A String", # Output only. The current state of this instance.
+ "name": "A String", # Required. Unique name of the resource in this scope including project and
+ # location using the form:
+ # `projects/{project_id}/locations/{location_id}/instances/{instance_id}`
+ #
+ # Note: Redis instances are managed and addressed at regional level so
+ # location_id here refers to a GCP region; however, users may choose which
+ # specific zone (or collection of zones for cross-zone instances) an instance
+ # should be provisioned in. Refer to location_id and
+ # alternative_location_id fields for more details.
+ "connectMode": "A String", # Optional. The network connect mode of the Redis instance.
+ # If not provided, the connect mode defaults to DIRECT_PEERING.
+ "persistenceIamIdentity": "A String", # Output only. Cloud IAM identity used by import / export operations to
+ # transfer data to/from Cloud Storage. Format is
+ # "serviceAccount:<service_account_email>". The value may change over time
+ # for a given instance so should be checked before each import/export
+ # operation.
+ "redisConfigs": { # Optional. Redis configuration parameters, according to
+ # http://redis.io/topics/config. Currently, the only supported parameters
+ # are:
+ #
+ # Redis version 3.2 and newer:
+ #
+ # * maxmemory-policy
+ # * notify-keyspace-events
+ #
+ # Redis version 4.0 and newer:
+ #
+ # * activedefrag
+ # * lfu-decay-time
+ # * lfu-log-factor
+ # * maxmemory-gb
+ #
+ # Redis version 5.0 and newer:
+ #
+ # * stream-node-max-bytes
+ # * stream-node-max-entries
+ "a_key": "A String",
+ },
+ "port": 42, # Output only. The port number of the exposed Redis endpoint.
+ "host": "A String", # Output only. Hostname or IP address of the exposed Redis endpoint used by
+ # clients to connect to the service.
+ "redisVersion": "A String", # Optional. The version of Redis software.
+ # If not provided, latest supported version will be used. Currently, the
+ # supported values are:
+ #
+ # * `REDIS_3_2` for Redis 3.2 compatibility
+ # * `REDIS_4_0` for Redis 4.0 compatibility (default)
+ # * `REDIS_5_0` for Redis 5.0 compatibility
+ "tier": "A String", # Required. The service tier of the instance.
+ "memorySizeGb": 42, # Required. Redis memory size in GiB.
+ "displayName": "A String", # An arbitrary and optional user-provided name for the instance.
+ "locationId": "A String", # Optional. The zone where the instance will be provisioned. If not provided,
+ # the service will choose a zone for the instance. For STANDARD_HA tier,
+ # instances will be created across two zones for protection against zonal
+ # failures. If alternative_location_id is also provided, it must be
+ # different from location_id.
+ "reservedIpRange": "A String", # Optional. The CIDR range of internal addresses that are reserved for this
+ # instance. If not provided, the service will choose an unused /29 block,
+ # for example, 10.0.0.0/29 or 192.168.0.0/29. Ranges must be unique
+ # and non-overlapping with existing subnets in an authorized network.
+ "currentLocationId": "A String", # Output only. The current zone where the Redis endpoint is placed. For Basic
+ # Tier instances, this will always be the same as the location_id
+ # provided by the user at creation time. For Standard Tier instances,
+ # this can be either location_id or alternative_location_id and can
+ # change after a failover event.
+ "alternativeLocationId": "A String", # Optional. Only applicable to STANDARD_HA tier which protects the instance
+ # against zonal failures by provisioning it across two zones. If provided, it
+ # must be a different zone from the one provided in location_id.
+ "createTime": "A String", # Output only. The time the instance was created.
+ "labels": { # Resource labels to represent user provided metadata
+ "a_key": "A String",
+ },
+ "statusMessage": "A String", # Output only. Additional information about the current status of this
+ # instance, if available.
+ }
updateMask: string, Required. Mask of fields to update. At least one path must be supplied in
this field. The elements of the repeated paths field may only include these
@@ -1015,6 +1015,7 @@
#
# 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.
@@ -1024,7 +1025,6 @@
"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.
},
"metadata": { # {
#
@@ -1097,6 +1097,7 @@
#
# 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.
@@ -1106,7 +1107,6 @@
"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.
},
"metadata": { # {
#