package google.cloud.redis.v1beta1

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

service CloudRedis

cloud_redis.proto:45

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`

message Instance

cloud_redis.proto:108

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:110

Represents the different states of a Redis instance.

Used in: Instance

enum Instance.Tier

cloud_redis.proto:137

Available service tiers to choose from

Used in: Instance

message LocationMetadata

cloud_redis.proto:328

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 ZoneMetadata

cloud_redis.proto:338

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

Used in: LocationMetadata

(message has no fields)