package google.cloud.redis.v1beta1

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

service CloudRedis

cloud_redis.proto:48

Configures and manages Cloud Memorystore for Redis instances Google Cloud Memorystore for Redis v1beta1 The `redis.googleapis.com` service implements the Google Cloud Memorystore for Redis API and defines the following resource model for managing Redis instances: * The service works with a collection of cloud projects, named: `/projects/*` * Each project has a collection of available locations, named: `/locations/*` * Each location has a collection of Redis instances, named: `/instances/*` * As such, Redis instances are resources of the form: `/projects/{project_id}/locations/{location_id}/instances/{instance_id}` Note that location_id must be refering to a GCP `region`; for example: * `projects/redpepper-1290/locations/us-central1/instances/my-redis`

enum FailoverInstanceRequest.DataProtectionMode

cloud_redis.proto:509

Used in: FailoverInstanceRequest

message GcsDestination

cloud_redis.proto:481

The Cloud Storage location for the output content

Used in: OutputConfig

message GcsSource

cloud_redis.proto:455

The Cloud Storage location for the input content

Used in: InputConfig

message InputConfig

cloud_redis.proto:461

The input content

Used in: ImportInstanceRequest

message Instance

cloud_redis.proto:183

A Google Cloud Redis instance.

Used as response type in: CloudRedis.GetInstance

Used as field type in: CreateInstanceRequest, ListInstancesResponse, UpdateInstanceRequest

enum Instance.State

cloud_redis.proto:190

Represents the different states of a Redis instance.

Used in: Instance

enum Instance.Tier

cloud_redis.proto:222

Available service tiers to choose from

Used in: Instance

message LocationMetadata

cloud_redis.proto:543

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.

message OutputConfig

cloud_redis.proto:488

The output content

Used in: ExportInstanceRequest

message ZoneMetadata

cloud_redis.proto:553

Defines specific information for a particular zone. Currently empty and reserved for future use only.

Used in: LocationMetadata

(message has no fields)