Get desktop application:
View/edit binary Protocol Buffers messages
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`
Lists all Redis instances owned by a project in either the specified location (region) or all locations. The location should have the following format: * `projects/{project_id}/locations/{location_id}` If `location_id` is specified as `-` (wildcard), then all regions available to the project are queried, and the results are aggregated.
Request for [ListInstances][google.cloud.redis.v1beta1.CloudRedis.ListInstances].
Required. The resource name of the instance location using the form: `projects/{project_id}/locations/{location_id}` where `location_id` refers to a GCP region.
The maximum number of items to return. If not specified, a default value of 1000 will be used by the service. Regardless of the page_size value, the response may include a partial list and a caller should only rely on response's [next_page_token][CloudRedis.ListInstancesResponse.next_page_token] to determine if there are more instances left to be queried.
The next_page_token value returned from a previous List request, if any.
Response for [ListInstances][google.cloud.redis.v1beta1.CloudRedis.ListInstances].
A list of Redis instances in the project in the specified location, or across all locations. If the `location_id` in the parent field of the request is "-", all regions available to the project are queried, and the results aggregated. If in such an aggregated query a location is unavailable, a dummy Redis entry is included in the response with the "name" field set to a value of the form projects/{project_id}/locations/{location_id}/instances/- and the "status" field set to ERROR and "status_message" field set to "location not available for ListInstances".
Token to retrieve the next page of results, or empty if there are no more results in the list.
Locations that could not be reached.
Gets the details of a specific Redis instance.
Request for [GetInstance][google.cloud.redis.v1beta1.CloudRedis.GetInstance].
Required. Redis instance resource name using the form: `projects/{project_id}/locations/{location_id}/instances/{instance_id}` where `location_id` refers to a GCP region.
Creates a Redis instance based on the specified tier and memory size. By default, the instance is accessible from the project's [default network](/compute/docs/networks-and-firewalls#networks). The creation is executed asynchronously and callers may check the returned operation to track its progress. Once the operation is completed the Redis instance will be fully functional. Completed longrunning.Operation will contain the new instance object in the response field. The returned operation is automatically deleted after a few hours, so there is no need to call DeleteOperation.
Request for [CreateInstance][google.cloud.redis.v1beta1.CloudRedis.CreateInstance].
Required. The resource name of the instance location using the form: `projects/{project_id}/locations/{location_id}` where `location_id` refers to a GCP region.
Required. The logical name of the Redis instance in the customer project with the following restrictions: * Must contain only lowercase letters, numbers, and hyphens. * Must start with a letter. * Must be between 1-40 characters. * Must end with a number or a letter. * Must be unique within the customer project / location
Required. A Redis [Instance] resource
Updates the metadata and configuration of a specific Redis instance. Completed longrunning.Operation will contain the new instance object in the response field. The returned operation is automatically deleted after a few hours, so there is no need to call DeleteOperation.
Request for [UpdateInstance][google.cloud.redis.v1beta1.CloudRedis.UpdateInstance].
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 fields from [Instance][google.cloud.redis.v1beta1.Instance]: * `displayName` * `labels` * `memorySizeGb` * `redisConfig`
Required. Update description. Only fields specified in update_mask are updated.
Import a Redis RDB snapshot file from Cloud Storage into a Redis instance. Redis may stop serving during this operation. Instance state will be IMPORTING for entire operation. When complete, the instance will contain only data from the imported file. The returned operation is automatically deleted after a few hours, so there is no need to call DeleteOperation.
Request for [Import][google.cloud.redis.v1beta1.CloudRedis.ImportInstance].
Required. Redis instance resource name using the form: `projects/{project_id}/locations/{location_id}/instances/{instance_id}` where `location_id` refers to a GCP region.
Required. Specify data to be imported.
Export Redis instance data into a Redis RDB format file in Cloud Storage. Redis will continue serving during this operation. The returned operation is automatically deleted after a few hours, so there is no need to call DeleteOperation.
Request for [Export][google.cloud.redis.v1beta1.CloudRedis.ExportInstance].
Required. Redis instance resource name using the form: `projects/{project_id}/locations/{location_id}/instances/{instance_id}` where `location_id` refers to a GCP region.
Required. Specify data to be exported.
Initiates a failover of the master node to current replica node for a specific STANDARD tier Cloud Memorystore for Redis instance.
Request for [Failover][google.cloud.redis.v1beta1.CloudRedis.FailoverInstance].
Required. Redis instance resource name using the form: `projects/{project_id}/locations/{location_id}/instances/{instance_id}` where `location_id` refers to a GCP region.
Optional. Available data protection modes that the user can choose. If it's unspecified, data protection mode will be LIMITED_DATA_LOSS by default.
Deletes a specific Redis instance. Instance stops serving and data is deleted.
Request for [DeleteInstance][google.cloud.redis.v1beta1.CloudRedis.DeleteInstance].
Required. Redis instance resource name using the form: `projects/{project_id}/locations/{location_id}/instances/{instance_id}` where `location_id` refers to a GCP region.
Used in:
Defaults to LIMITED_DATA_LOSS if a data protection mode is not specified.
Instance failover will be protected with data loss control. More specifically, the failover will only be performed if the current replication offset diff between master and replica is under a certain threshold.
Instance failover will be performed without data loss control.
The Cloud Storage location for the output content
Used in:
Required. Data destination URI (e.g. 'gs://my_bucket/my_object'). Existing files will be overwritten.
The Cloud Storage location for the input content
Used in:
Required. Source data URI. (e.g. 'gs://my_bucket/my_object').
The input content
Used in:
Required. Specify source location of input data
Google Cloud Storage location where input content is located.
A Google Cloud Redis instance.
Used as response type in: CloudRedis.GetInstance
Used as field type in:
, ,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.
An arbitrary and optional user-provided name for the instance.
Resource labels to represent user provided metadata
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].
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].
Optional. The version of Redis software. If not provided, latest supported version will be used. Updating the version will perform an upgrade/downgrade to the new version. Currently, the supported values are: * `REDIS_4_0` for Redis 4.0 compatibility (default) * `REDIS_3_2` for Redis 3.2 compatibility
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.
Output only. Hostname or IP address of the exposed Redis endpoint used by clients to connect to the service.
Output only. The port number of the exposed Redis endpoint.
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.
Output only. The time the instance was created.
Output only. The current state of this instance.
Output only. Additional information about the current status of this instance, if available.
Optional. Redis configuration parameters, according to http://redis.io/topics/config. Currently, the only supported parameters are: Redis 3.2 and above: * maxmemory-policy * notify-keyspace-events Redis 4.0 and above: * activedefrag * lfu-log-factor * lfu-decay-time
Required. The service tier of the instance.
Required. Redis memory size in GiB.
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.
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.
Represents the different states of a Redis instance.
Used in:
Not set.
Redis instance is being created.
Redis instance has been created and is fully usable.
Redis instance configuration is being updated. Certain kinds of updates may cause the instance to become unusable while the update is in progress.
Redis instance is being deleted.
Redis instance is being repaired and may be unusable.
Maintenance is being performed on this Redis instance.
Redis instance is importing data (availability may be affected).
Redis instance is failing over (availability may be affected).
Available service tiers to choose from
Used in:
Not set.
BASIC tier: standalone instance
STANDARD_HA tier: highly available primary/replica instances
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.
Output only. The set of available zones in the location. The map is keyed by the lowercase ID of each zone, as defined by GCE. These keys can be specified in `location_id` or `alternative_location_id` fields when creating a Redis instance.
The output content
Used in:
Required. Specify destination location of output data
Google Cloud Storage destination for output content.
Defines specific information for a particular zone. Currently empty and reserved for future use only.
Used in:
(message has no fields)