API documentation for redis_v1.types
package.
Classes
CreateInstanceRequest
Request for CreateInstance .
DeleteInstanceRequest
Request for DeleteInstance .
ExportInstanceRequest
Request for Export .
FailoverInstanceRequest
Request for Failover .
GcsDestination
The Cloud Storage location for the output content .. attribute:: uri
Required. Data destination URI (e.g. 'gs://my_bucket/my_object'). Existing files will be overwritten.
:type: str
GcsSource
The Cloud Storage location for the input content .. attribute:: uri
Required. Source data URI. (e.g. 'gs://my_bucket/my_object').
:type: str
GetInstanceRequest
Request for GetInstance .
ImportInstanceRequest
Request for Import .
InputConfig
The input content .. attribute:: gcs_source
Google Cloud Storage location where input content is located.
Instance
A Google Cloud Redis instance. .. attribute:: name
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.
:type: str
ListInstancesRequest
Request for ListInstances .
ListInstancesResponse
Response for ListInstances .
LocationMetadata
This location metadata represents additional configuration options
for a given location where a Redis instance may be created. All
fields are output only. It is returned as content of the google.cloud.location.Location.metadata
field.
OperationMetadata
Represents the v1 metadata of the long-running operation. .. attribute:: create_time
Creation timestamp.
:type: google.protobuf.timestamp_pb2.Timestamp
OutputConfig
The output content .. attribute:: gcs_destination
Google Cloud Storage destination for output content.
UpdateInstanceRequest
Request for UpdateInstance .
UpgradeInstanceRequest
Request for UpgradeInstance .
ZoneMetadata
Defines specific information for a particular zone. Currently empty and reserved for future use only.