Get desktop application:
View/edit binary Protocol Buffers messages
A Memorystore for Memcached instance
Used 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: Memcached instances are managed and addressed at the regional level so `location_id` here refers to a Google Cloud region; however, users may choose which zones Memcached nodes should be provisioned in within an instance. Refer to [zones][google.cloud.memcache.v1.Instance.zones] field for more details.
User provided name for the instance, which is only used for display purposes. Cannot be more than 80 characters.
Resource labels to represent user-provided metadata. Refer to cloud documentation on labels for more details. https://cloud.google.com/compute/docs/labeling-resources
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.
Zones in which Memcached nodes should be provisioned. Memcached nodes will be equally distributed across these zones. If not provided, the service will by default create nodes in all zones in the region for the instance.
Required. Number of nodes in the Memcached instance.
Required. Configuration for Memcached nodes.
The major version of Memcached software. If not provided, latest supported version will be used. Currently the latest supported major version is `MEMCACHE_1_5`. The minor version will be automatically determined by our system based on the latest supported minor version.
User defined parameters to apply to the memcached process on each node.
Output only. List of Memcached nodes. Refer to [Node][google.cloud.memcache.v1.Instance.Node] message for more details.
Output only. The time the instance was created.
Output only. The time the instance was updated.
Output only. The state of this Memcached instance.
Output only. The full version of memcached server running on this instance. System automatically determines the full memcached version for an instance based on the input MemcacheVersion. The full version format will be "memcached-1.5.16".
List of messages that describe the current state of the Memcached instance.
Output only. Endpoint for the Discovery API.
The maintenance policy for the instance. If not provided, the maintenance event will be performed based on Memorystore internal rollout schedule.
Output only. Published maintenance schedule.
Used in:
A code that correspond to one type of user-facing message.
Message on memcached instance which will be exposed to users.
Used in:
Message Code not set.
Memcached nodes are distributed unevenly.
Used in:
Output only. Identifier of the Memcached node. The node id does not include project or location like the Memcached instance name.
Output only. Location (GCP Zone) for the Memcached node.
Output only. Current state of the Memcached node.
Output only. Hostname or IP address of the Memcached node used by the clients to connect to the Memcached server on this node.
Output only. The port number of the Memcached server on this node.
User defined parameters currently applied to the node.
Different states of a Memcached node.
Used in:
Node state is not set.
Node is being created.
Node has been created and ready to be used.
Node is being deleted.
Node is being updated.
Configuration for a Memcached Node.
Used in:
Required. Number of cpus per Memcached node.
Required. Memory size in MiB for each Memcached node.
Different states of a Memcached instance.
Used in:
State not set.
Memcached instance is being created.
Memcached instance has been created and ready to be used.
Memcached instance is updating configuration such as maintenance policy and schedule.
Memcached instance is being deleted.
Memcached instance is going through maintenance, e.g. data plane rollout.
The CloudEvent raised when an Instance is created.
The data associated with the event.
The CloudEvent raised when an Instance is deleted.
The data associated with the event.
The data within all Instance events.
Used in:
, ,Optional. The Instance event payload. Unset for deletion events.
The CloudEvent raised when an Instance is updated.
The data associated with the event.
Maintenance policy per instance.
Used in:
Output only. The time when the policy was created.
Output only. The time when the policy was updated.
Description of what this policy is for. Create/Update methods return INVALID_ARGUMENT if the length is greater than 512.
Required. Maintenance window that is applied to resources covered by this policy. Minimum 1. For the current version, the maximum number of weekly_maintenance_windows is expected to be one.
Upcoming maintenance schedule.
Used in:
Output only. The start time of any upcoming scheduled maintenance for this instance.
Output only. The end time of any upcoming scheduled maintenance for this instance.
Output only. The deadline that the maintenance schedule start time can not go beyond, including reschedule.
Used in:
,Output only. The unique ID associated with this set of parameters. Users can use this id to determine if the parameters associated with the instance differ from the parameters associated with the nodes. A discrepancy between parameter ids can inform users that they may need to take action to apply parameters on nodes.
User defined set of parameters to use in the memcached process.
Memcached versions supported by our service.
Used in:
Memcached 1.5 version.
Time window specified for weekly operations.
Used in:
Required. Allows to define schedule that runs specified day of the week.
Required. Start time of the window in UTC.
Required. Duration of the time window.