{ "ownerName": "Google", "fullyEncodeReservedExpansion": true, "baseUrl": "https://memcache.googleapis.com/", "kind": "discovery#restDescription", "servicePath": "", "version": "v1beta2", "rootUrl": "https://memcache.googleapis.com/", "batchPath": "batch", "id": "memcache:v1beta2", "version_module": true, "canonicalName": "Cloud Memorystore for Memcached", "mtlsRootUrl": "https://memcache.mtls.googleapis.com/", "icons": { "x16": "http://www.google.com/images/icons/product/search-16.gif", "x32": "http://www.google.com/images/icons/product/search-32.gif" }, "documentationLink": "https://cloud.google.com/memorystore/", "discoveryVersion": "v1", "parameters": { "access_token": { "type": "string", "description": "OAuth access token.", "location": "query" }, "alt": { "type": "string", "description": "Data format for response.", "default": "json", "enum": [ "json", "media", "proto" ], "enumDescriptions": [ "Responses with Content-Type of application/json", "Media download with context-dependent Content-Type", "Responses with Content-Type of application/x-protobuf" ], "location": "query" }, "callback": { "type": "string", "description": "JSONP", "location": "query" }, "fields": { "type": "string", "description": "Selector specifying which fields to include in a partial response.", "location": "query" }, "key": { "type": "string", "description": "API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.", "location": "query" }, "oauth_token": { "type": "string", "description": "OAuth 2.0 token for the current user.", "location": "query" }, "prettyPrint": { "type": "boolean", "description": "Returns response with indentations and line breaks.", "default": "true", "location": "query" }, "quotaUser": { "type": "string", "description": "Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.", "location": "query" }, "upload_protocol": { "type": "string", "description": "Upload protocol for media (e.g. \"raw\", \"multipart\").", "location": "query" }, "uploadType": { "type": "string", "description": "Legacy upload protocol for media (e.g. \"media\", \"multipart\").", "location": "query" }, "$.xgafv": { "type": "string", "description": "V1 error format.", "enum": [ "1", "2" ], "enumDescriptions": [ "v1 error format", "v2 error format" ], "location": "query" } }, "ownerDomain": "google.com", "revision": "20240604", "description": "Google Cloud Memorystore for Memcached API is used for creating and managing Memcached instances in GCP.", "auth": { "oauth2": { "scopes": { "https://www.googleapis.com/auth/cloud-platform": { "description": "See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account." } } } }, "schemas": { "ListLocationsResponse": { "id": "ListLocationsResponse", "description": "The response message for Locations.ListLocations.", "type": "object", "properties": { "locations": { "description": "A list of locations that matches the specified filter in the request.", "type": "array", "items": { "$ref": "Location" } }, "nextPageToken": { "description": "The standard List next-page token.", "type": "string" } } }, "Location": { "id": "Location", "description": "A resource that represents a Google Cloud location.", "type": "object", "properties": { "name": { "description": "Resource name for the location, which may vary between implementations. For example: `\"projects/example-project/locations/us-east1\"`", "type": "string" }, "locationId": { "description": "The canonical id for this location. For example: `\"us-east1\"`.", "type": "string" }, "displayName": { "description": "The friendly name for this location, typically a nearby city name. For example, \"Tokyo\".", "type": "string" }, "labels": { "description": "Cross-service attributes for the location. For example {\"cloud.googleapis.com/region\": \"us-east1\"}", "type": "object", "additionalProperties": { "type": "string" } }, "metadata": { "description": "Service-specific metadata. For example the available capacity at the given location.", "type": "object", "additionalProperties": { "type": "any", "description": "Properties of the object. Contains field @type with type URL." } } } }, "ListOperationsResponse": { "id": "ListOperationsResponse", "description": "The response message for Operations.ListOperations.", "type": "object", "properties": { "operations": { "description": "A list of operations that matches the specified filter in the request.", "type": "array", "items": { "$ref": "Operation" } }, "nextPageToken": { "description": "The standard List next-page token.", "type": "string" } } }, "Operation": { "id": "Operation", "description": "This resource represents a long-running operation that is the result of a network API call.", "type": "object", "properties": { "name": { "description": "The server-assigned name, which is only unique within the same service that originally returns it. If you use the default HTTP mapping, the `name` should be a resource name ending with `operations/{unique_id}`.", "type": "string" }, "metadata": { "description": "Service-specific metadata associated with the operation. It typically contains progress information and common metadata such as create time. Some services might not provide such metadata. Any method that returns a long-running operation should document the metadata type, if any.", "type": "object", "additionalProperties": { "type": "any", "description": "Properties of the object. Contains field @type with type URL." } }, "done": { "description": "If the value is `false`, it means the operation is still in progress. If `true`, the operation is completed, and either `error` or `response` is available.", "type": "boolean" }, "error": { "description": "The error result of the operation in case of failure or cancellation.", "$ref": "Status" }, "response": { "description": "The normal, successful response of the operation. If the original method returns no data on success, such as `Delete`, the response is `google.protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`, the response should be the resource. For other methods, the response should have the type `XxxResponse`, where `Xxx` is the original method name. For example, if the original method name is `TakeSnapshot()`, the inferred response type is `TakeSnapshotResponse`.", "type": "object", "additionalProperties": { "type": "any", "description": "Properties of the object. Contains field @type with type URL." } } } }, "Status": { "id": "Status", "description": "The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors).", "type": "object", "properties": { "code": { "description": "The status code, which should be an enum value of google.rpc.Code.", "type": "integer", "format": "int32" }, "message": { "description": "A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.", "type": "string" }, "details": { "description": "A list of messages that carry the error details. There is a common set of message types for APIs to use.", "type": "array", "items": { "type": "object", "additionalProperties": { "type": "any", "description": "Properties of the object. Contains field @type with type URL." } } } } }, "Empty": { "id": "Empty", "description": "A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); }", "type": "object", "properties": {} }, "CancelOperationRequest": { "id": "CancelOperationRequest", "description": "The request message for Operations.CancelOperation.", "type": "object", "properties": {} }, "ListInstancesResponse": { "id": "ListInstancesResponse", "description": "Response for ListInstances.", "type": "object", "properties": { "resources": { "description": "A list of Memcached 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.", "type": "array", "items": { "$ref": "Instance" } }, "nextPageToken": { "description": "Token to retrieve the next page of results, or empty if there are no more results in the list.", "type": "string" }, "unreachable": { "description": "Locations that could not be reached.", "type": "array", "items": { "type": "string" } } } }, "Instance": { "id": "Instance", "description": "A Memorystore for Memcached instance", "type": "object", "properties": { "name": { "description": "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 field for more details.", "type": "string" }, "displayName": { "description": "User provided name for the instance, which is only used for display purposes. Cannot be more than 80 characters.", "type": "string" }, "labels": { "description": "Resource labels to represent user-provided metadata. Refer to cloud documentation on labels for more details. https://cloud.google.com/compute/docs/labeling-resources", "type": "object", "additionalProperties": { "type": "string" } }, "authorizedNetwork": { "description": "The full name of the Google Compute Engine [network](https://cloud.google.com/vpc/docs/vpc) to which the instance is connected. If left unspecified, the `default` network will be used.", "type": "string" }, "zones": { "description": "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.", "type": "array", "items": { "type": "string" } }, "nodeCount": { "description": "Required. Number of nodes in the Memcached instance.", "type": "integer", "format": "int32" }, "nodeConfig": { "description": "Required. Configuration for Memcached nodes.", "$ref": "NodeConfig" }, "memcacheVersion": { "description": "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.", "type": "string", "enumDescriptions": [ "Memcache version is not specified by customer", "Memcached 1.5 version.", "Memcached 1.6.15 version." ], "enum": [ "MEMCACHE_VERSION_UNSPECIFIED", "MEMCACHE_1_5", "MEMCACHE_1_6_15" ] }, "parameters": { "description": "User defined parameters to apply to the memcached process on each node.", "$ref": "MemcacheParameters" }, "memcacheNodes": { "description": "Output only. List of Memcached nodes. Refer to Node message for more details.", "readOnly": true, "type": "array", "items": { "$ref": "Node" } }, "createTime": { "description": "Output only. The time the instance was created.", "readOnly": true, "type": "string", "format": "google-datetime" }, "updateTime": { "description": "Output only. The time the instance was updated.", "readOnly": true, "type": "string", "format": "google-datetime" }, "state": { "description": "Output only. The state of this Memcached instance.", "readOnly": true, "type": "string", "enumDescriptions": [ "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.", "Memcached instance is undergoing memcached engine version upgrade." ], "enum": [ "STATE_UNSPECIFIED", "CREATING", "READY", "UPDATING", "DELETING", "PERFORMING_MAINTENANCE", "MEMCACHE_VERSION_UPGRADING" ] }, "memcacheFullVersion": { "description": "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\".", "readOnly": true, "type": "string" }, "instanceMessages": { "description": "List of messages that describe the current state of the Memcached instance.", "type": "array", "items": { "$ref": "InstanceMessage" } }, "discoveryEndpoint": { "description": "Output only. Endpoint for the Discovery API.", "readOnly": true, "type": "string" }, "updateAvailable": { "description": "Output only. Returns true if there is an update waiting to be applied", "readOnly": true, "type": "boolean" }, "maintenancePolicy": { "description": "The maintenance policy for the instance. If not provided, the maintenance event will be performed based on Memorystore internal rollout schedule.", "$ref": "GoogleCloudMemcacheV1beta2MaintenancePolicy" }, "maintenanceSchedule": { "description": "Output only. Published maintenance schedule.", "readOnly": true, "$ref": "MaintenanceSchedule" }, "reservedIpRangeId": { "description": "Optional. Contains the id of allocated IP address ranges associated with the private service access connection for example, \"test-default\" associated with IP range 10.0.0.0/29.", "type": "array", "items": { "type": "string" } }, "satisfiesPzs": { "description": "Optional. Output only. Reserved for future use.", "readOnly": true, "type": "boolean" }, "satisfiesPzi": { "description": "Optional. Output only. Reserved for future use.", "readOnly": true, "type": "boolean" } } }, "NodeConfig": { "id": "NodeConfig", "description": "Configuration for a Memcached Node.", "type": "object", "properties": { "cpuCount": { "description": "Required. Number of cpus per Memcached node.", "type": "integer", "format": "int32" }, "memorySizeMb": { "description": "Required. Memory size in MiB for each Memcached node.", "type": "integer", "format": "int32" } } }, "MemcacheParameters": { "id": "MemcacheParameters", "type": "object", "properties": { "id": { "description": "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.", "readOnly": true, "type": "string" }, "params": { "description": "User defined set of parameters to use in the memcached process.", "type": "object", "additionalProperties": { "type": "string" } } } }, "Node": { "id": "Node", "type": "object", "properties": { "nodeId": { "description": "Output only. Identifier of the Memcached node. The node id does not include project or location like the Memcached instance name.", "readOnly": true, "type": "string" }, "zone": { "description": "Output only. Location (GCP Zone) for the Memcached node.", "readOnly": true, "type": "string" }, "state": { "description": "Output only. Current state of the Memcached node.", "readOnly": true, "type": "string", "enumDescriptions": [ "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." ], "enum": [ "STATE_UNSPECIFIED", "CREATING", "READY", "DELETING", "UPDATING" ] }, "host": { "description": "Output only. Hostname or IP address of the Memcached node used by the clients to connect to the Memcached server on this node.", "readOnly": true, "type": "string" }, "port": { "description": "Output only. The port number of the Memcached server on this node.", "readOnly": true, "type": "integer", "format": "int32" }, "parameters": { "description": "User defined parameters currently applied to the node.", "$ref": "MemcacheParameters" }, "updateAvailable": { "description": "Output only. Returns true if there is an update waiting to be applied", "readOnly": true, "type": "boolean" }, "memcacheVersion": { "description": "Output only. Major version of memcached server running on this node, e.g. MEMCACHE_1_5", "readOnly": true, "type": "string", "enumDescriptions": [ "Memcache version is not specified by customer", "Memcached 1.5 version.", "Memcached 1.6.15 version." ], "enum": [ "MEMCACHE_VERSION_UNSPECIFIED", "MEMCACHE_1_5", "MEMCACHE_1_6_15" ] }, "memcacheFullVersion": { "description": "Output only. The full version of memcached server running on this node. e.g. - memcached-1.5.16", "readOnly": true, "type": "string" } } }, "InstanceMessage": { "id": "InstanceMessage", "type": "object", "properties": { "code": { "description": "A code that correspond to one type of user-facing message.", "type": "string", "enumDescriptions": [ "Message Code not set.", "Memcached nodes are distributed unevenly." ], "enum": [ "CODE_UNSPECIFIED", "ZONE_DISTRIBUTION_UNBALANCED" ] }, "message": { "description": "Message on memcached instance which will be exposed to users.", "type": "string" } } }, "GoogleCloudMemcacheV1beta2MaintenancePolicy": { "id": "GoogleCloudMemcacheV1beta2MaintenancePolicy", "description": "Maintenance policy per instance.", "type": "object", "properties": { "createTime": { "description": "Output only. The time when the policy was created.", "readOnly": true, "type": "string", "format": "google-datetime" }, "updateTime": { "description": "Output only. The time when the policy was updated.", "readOnly": true, "type": "string", "format": "google-datetime" }, "description": { "description": "Description of what this policy is for. Create/Update methods return INVALID_ARGUMENT if the length is greater than 512.", "type": "string" }, "weeklyMaintenanceWindow": { "description": "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.", "type": "array", "items": { "$ref": "WeeklyMaintenanceWindow" } } } }, "WeeklyMaintenanceWindow": { "id": "WeeklyMaintenanceWindow", "description": "Time window specified for weekly operations.", "type": "object", "properties": { "day": { "description": "Required. Allows to define schedule that runs specified day of the week.", "type": "string", "enumDescriptions": [ "The day of the week is unspecified.", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday", "Sunday" ], "enum": [ "DAY_OF_WEEK_UNSPECIFIED", "MONDAY", "TUESDAY", "WEDNESDAY", "THURSDAY", "FRIDAY", "SATURDAY", "SUNDAY" ] }, "startTime": { "description": "Required. Start time of the window in UTC.", "$ref": "TimeOfDay" }, "duration": { "description": "Required. Duration of the time window.", "type": "string", "format": "google-duration" } } }, "TimeOfDay": { "id": "TimeOfDay", "description": "Represents a time of day. The date and time zone are either not significant or are specified elsewhere. An API may choose to allow leap seconds. Related types are google.type.Date and `google.protobuf.Timestamp`.", "type": "object", "properties": { "hours": { "description": "Hours of day in 24 hour format. Should be from 0 to 23. An API may choose to allow the value \"24:00:00\" for scenarios like business closing time.", "type": "integer", "format": "int32" }, "minutes": { "description": "Minutes of hour of day. Must be from 0 to 59.", "type": "integer", "format": "int32" }, "seconds": { "description": "Seconds of minutes of the time. Must normally be from 0 to 59. An API may allow the value 60 if it allows leap-seconds.", "type": "integer", "format": "int32" }, "nanos": { "description": "Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999.", "type": "integer", "format": "int32" } } }, "MaintenanceSchedule": { "id": "MaintenanceSchedule", "description": "Upcoming maintenance schedule.", "type": "object", "properties": { "startTime": { "description": "Output only. The start time of any upcoming scheduled maintenance for this instance.", "readOnly": true, "type": "string", "format": "google-datetime" }, "endTime": { "description": "Output only. The end time of any upcoming scheduled maintenance for this instance.", "readOnly": true, "type": "string", "format": "google-datetime" }, "scheduleDeadlineTime": { "description": "Output only. The deadline that the maintenance schedule start time can not go beyond, including reschedule.", "readOnly": true, "type": "string", "format": "google-datetime" } } }, "UpdateParametersRequest": { "id": "UpdateParametersRequest", "description": "Request for UpdateParameters.", "type": "object", "properties": { "updateMask": { "description": "Required. Mask of fields to update.", "type": "string", "format": "google-fieldmask" }, "parameters": { "description": "The parameters to apply to the instance.", "$ref": "MemcacheParameters" } } }, "ApplyParametersRequest": { "id": "ApplyParametersRequest", "description": "Request for ApplyParameters.", "type": "object", "properties": { "nodeIds": { "description": "Nodes to which the instance-level parameter group is applied.", "type": "array", "items": { "type": "string" } }, "applyAll": { "description": "Whether to apply instance-level parameter group to all nodes. If set to true, users are restricted from specifying individual nodes, and `ApplyParameters` updates all nodes within the instance.", "type": "boolean" } } }, "ApplySoftwareUpdateRequest": { "id": "ApplySoftwareUpdateRequest", "description": "Request for ApplySoftwareUpdate.", "type": "object", "properties": { "nodeIds": { "description": "Nodes to which we should apply the update to. Note all the selected nodes are updated in parallel.", "type": "array", "items": { "type": "string" } }, "applyAll": { "description": "Whether to apply the update to all nodes. If set to true, will explicitly restrict users from specifying any nodes, and apply software update to all nodes (where applicable) within the instance.", "type": "boolean" } } }, "RescheduleMaintenanceRequest": { "id": "RescheduleMaintenanceRequest", "description": "Request for RescheduleMaintenance.", "type": "object", "properties": { "rescheduleType": { "description": "Required. If reschedule type is SPECIFIC_TIME, must set up schedule_time as well.", "type": "string", "enumDescriptions": [ "Not set.", "If the user wants to schedule the maintenance to happen now.", "If the user wants to use the existing maintenance policy to find the next available window.", "If the user wants to reschedule the maintenance to a specific time." ], "enum": [ "RESCHEDULE_TYPE_UNSPECIFIED", "IMMEDIATE", "NEXT_AVAILABLE_WINDOW", "SPECIFIC_TIME" ] }, "scheduleTime": { "description": "Timestamp when the maintenance shall be rescheduled to if reschedule_type=SPECIFIC_TIME, in RFC 3339 format, for example `2012-11-15T16:19:00.094Z`.", "type": "string", "format": "google-datetime" } } }, "GoogleCloudMemcacheV1beta2UpgradeInstanceRequest": { "id": "GoogleCloudMemcacheV1beta2UpgradeInstanceRequest", "description": "Request for UpgradeInstance.", "type": "object", "properties": { "memcacheVersion": { "description": "Required. Specifies the target version of memcached engine to upgrade to.", "type": "string", "enumDescriptions": [ "Memcache version is not specified by customer", "Memcached 1.5 version.", "Memcached 1.6.15 version." ], "enum": [ "MEMCACHE_VERSION_UNSPECIFIED", "MEMCACHE_1_5", "MEMCACHE_1_6_15" ] } } }, "LocationMetadata": { "id": "LocationMetadata", "description": "Metadata for the given google.cloud.location.Location.", "type": "object", "properties": { "availableZones": { "description": "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 the `zones` field when creating a Memcached instance.", "readOnly": true, "type": "object", "additionalProperties": { "$ref": "ZoneMetadata" } } } }, "ZoneMetadata": { "id": "ZoneMetadata", "type": "object", "properties": {} }, "GoogleCloudMemcacheV1beta2LocationMetadata": { "id": "GoogleCloudMemcacheV1beta2LocationMetadata", "description": "Metadata for the given google.cloud.location.Location.", "type": "object", "properties": { "availableZones": { "description": "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 the `zones` field when creating a Memcached instance.", "readOnly": true, "type": "object", "additionalProperties": { "$ref": "GoogleCloudMemcacheV1beta2ZoneMetadata" } } } }, "GoogleCloudMemcacheV1beta2ZoneMetadata": { "id": "GoogleCloudMemcacheV1beta2ZoneMetadata", "type": "object", "properties": {} }, "GoogleCloudMemcacheV1beta2OperationMetadata": { "id": "GoogleCloudMemcacheV1beta2OperationMetadata", "description": "Represents the metadata of a long-running operation.", "type": "object", "properties": { "createTime": { "description": "Output only. Time when the operation was created.", "readOnly": true, "type": "string", "format": "google-datetime" }, "endTime": { "description": "Output only. Time when the operation finished running.", "readOnly": true, "type": "string", "format": "google-datetime" }, "target": { "description": "Output only. Server-defined resource path for the target of the operation.", "readOnly": true, "type": "string" }, "verb": { "description": "Output only. Name of the verb executed by the operation.", "readOnly": true, "type": "string" }, "statusDetail": { "description": "Output only. Human-readable status of the operation, if any.", "readOnly": true, "type": "string" }, "cancelRequested": { "description": "Output only. Identifies whether the user has requested cancellation of the operation. Operations that have successfully been cancelled have Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.", "readOnly": true, "type": "boolean" }, "apiVersion": { "description": "Output only. API version used to start the operation.", "readOnly": true, "type": "string" } } }, "OperationMetadata": { "id": "OperationMetadata", "description": "Represents the metadata of a long-running operation.", "type": "object", "properties": { "createTime": { "description": "Output only. Time when the operation was created.", "readOnly": true, "type": "string", "format": "google-datetime" }, "endTime": { "description": "Output only. Time when the operation finished running.", "readOnly": true, "type": "string", "format": "google-datetime" }, "target": { "description": "Output only. Server-defined resource path for the target of the operation.", "readOnly": true, "type": "string" }, "verb": { "description": "Output only. Name of the verb executed by the operation.", "readOnly": true, "type": "string" }, "statusDetail": { "description": "Output only. Human-readable status of the operation, if any.", "readOnly": true, "type": "string" }, "cancelRequested": { "description": "Output only. Identifies whether the user has requested cancellation of the operation. Operations that have successfully been cancelled have Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.", "readOnly": true, "type": "boolean" }, "apiVersion": { "description": "Output only. API version used to start the operation.", "readOnly": true, "type": "string" } } }, "GoogleCloudSaasacceleratorManagementProvidersV1Instance": { "id": "GoogleCloudSaasacceleratorManagementProvidersV1Instance", "description": "Instance represents the interface for SLM services to actuate the state of control plane resources. Example Instance in JSON, where consumer-project-number=123456, producer-project-id=cloud-sql: ```json Instance: { \"name\": \"projects/123456/locations/us-east1/instances/prod-instance\", \"create_time\": { \"seconds\": 1526406431, }, \"labels\": { \"env\": \"prod\", \"foo\": \"bar\" }, \"state\": READY, \"software_versions\": { \"software_update\": \"cloud-sql-09-28-2018\", }, \"maintenance_policy_names\": { \"UpdatePolicy\": \"projects/123456/locations/us-east1/maintenancePolicies/prod-update-policy\", } \"tenant_project_id\": \"cloud-sql-test-tenant\", \"producer_metadata\": { \"cloud-sql-tier\": \"basic\", \"cloud-sql-instance-size\": \"1G\", }, \"provisioned_resources\": [ { \"resource-type\": \"compute-instance\", \"resource-url\": \"https://www.googleapis.com/compute/v1/projects/cloud-sql/zones/us-east1-b/instances/vm-1\", } ], \"maintenance_schedules\": { \"csa_rollout\": { \"start_time\": { \"seconds\": 1526406431, }, \"end_time\": { \"seconds\": 1535406431, }, }, \"ncsa_rollout\": { \"start_time\": { \"seconds\": 1526406431, }, \"end_time\": { \"seconds\": 1535406431, }, } }, \"consumer_defined_name\": \"my-sql-instance1\", } ``` LINT.IfChange", "type": "object", "properties": { "name": { "description": "Unique name of the resource. It uses the form: `projects/{project_number}/locations/{location_id}/instances/{instance_id}` Note: This name is passed, stored and logged across the rollout system. So use of consumer project_id or any other consumer PII in the name is strongly discouraged for wipeout (go/wipeout) compliance. See go/elysium/project_ids#storage-guidance for more details.", "type": "string" }, "createTime": { "description": "Output only. Timestamp when the resource was created.", "readOnly": true, "type": "string", "format": "google-datetime" }, "updateTime": { "description": "Output only. Timestamp when the resource was last modified.", "readOnly": true, "type": "string", "format": "google-datetime" }, "labels": { "description": "Optional. Resource labels to represent user provided metadata. Each label is a key-value pair, where both the key and the value are arbitrary strings provided by the user.", "type": "object", "additionalProperties": { "type": "string" } }, "state": { "description": "Output only. Current lifecycle state of the resource (e.g. if it's being created or ready to use).", "readOnly": true, "type": "string", "enumDescriptions": [ "Unspecified state.", "Instance is being created.", "Instance has been created and is ready to use.", "Instance is being updated.", "Instance is unheathy and under repair.", "Instance is being deleted.", "Instance encountered an error and is in indeterministic state." ], "enum": [ "STATE_UNSPECIFIED", "CREATING", "READY", "UPDATING", "REPAIRING", "DELETING", "ERROR" ] }, "softwareVersions": { "description": "Software versions that are used to deploy this instance. This can be mutated by rollout services.", "type": "object", "additionalProperties": { "type": "string" } }, "maintenancePolicyNames": { "description": "Optional. The MaintenancePolicies that have been attached to the instance. The key must be of the type name of the oneof policy name defined in MaintenancePolicy, and the referenced policy must define the same policy type. For details, please refer to go/mr-user-guide. Should not be set if maintenance_settings.maintenance_policies is set.", "type": "object", "additionalProperties": { "type": "string" } }, "tenantProjectId": { "description": "Output only. ID of the associated GCP tenant project. See go/get-instance-metadata.", "readOnly": true, "type": "string" }, "producerMetadata": { "description": "Output only. Custom string attributes used primarily to expose producer-specific information in monitoring dashboards. See go/get-instance-metadata.", "readOnly": true, "type": "object", "additionalProperties": { "type": "string" } }, "provisionedResources": { "description": "Output only. The list of data plane resources provisioned for this instance, e.g. compute VMs. See go/get-instance-metadata.", "readOnly": true, "type": "array", "items": { "$ref": "GoogleCloudSaasacceleratorManagementProvidersV1ProvisionedResource" } }, "sloMetadata": { "description": "Output only. SLO metadata for instance classification in the Standardized dataplane SLO platform. See go/cloud-ssa-standard-slo for feature description.", "readOnly": true, "$ref": "GoogleCloudSaasacceleratorManagementProvidersV1SloMetadata" }, "maintenanceSchedules": { "description": "The MaintenanceSchedule contains the scheduling information of published maintenance schedule with same key as software_versions.", "type": "object", "additionalProperties": { "$ref": "GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSchedule" } }, "consumerDefinedName": { "description": "consumer_defined_name is the name of the instance set by the service consumers. Generally this is different from the `name` field which reperesents the system-assigned id of the instance which the service consumers do not recognize. This is a required field for tenants onboarding to Maintenance Window notifications (go/slm-rollout-maintenance-policies#prerequisites).", "type": "string" }, "slmInstanceTemplate": { "description": "Link to the SLM instance template. Only populated when updating SLM instances via SSA's Actuation service adaptor. Service producers with custom control plane (e.g. Cloud SQL) doesn't need to populate this field. Instead they should use software_versions.", "type": "string" }, "maintenanceSettings": { "description": "Optional. The MaintenanceSettings associated with instance.", "$ref": "GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSettings" }, "instanceType": { "description": "Optional. The instance_type of this instance of format: projects/{project_number}/locations/{location_id}/instanceTypes/{instance_type_id}. Instance Type represents a high-level tier or SKU of the service that this instance belong to. When enabled(eg: Maintenance Rollout), Rollout uses 'instance_type' along with 'software_versions' to determine whether instance needs an update or not.", "type": "string" }, "notificationParameters": { "description": "Optional. notification_parameter are information that service producers may like to include that is not relevant to Rollout. This parameter will only be passed to Gamma and Cloud Logging for notification/logging purpose.", "type": "object", "additionalProperties": { "$ref": "GoogleCloudSaasacceleratorManagementProvidersV1NotificationParameter" } } } }, "GoogleCloudSaasacceleratorManagementProvidersV1ProvisionedResource": { "id": "GoogleCloudSaasacceleratorManagementProvidersV1ProvisionedResource", "description": "Describes provisioned dataplane resources.", "type": "object", "properties": { "resourceType": { "description": "Type of the resource. This can be either a GCP resource or a custom one (e.g. another cloud provider's VM). For GCP compute resources use singular form of the names listed in GCP compute API documentation (https://cloud.google.com/compute/docs/reference/rest/v1/), prefixed with 'compute-', for example: 'compute-instance', 'compute-disk', 'compute-autoscaler'.", "type": "string" }, "resourceUrl": { "description": "URL identifying the resource, e.g. \"https://www.googleapis.com/compute/v1/projects/...)\".", "type": "string" } } }, "GoogleCloudSaasacceleratorManagementProvidersV1SloMetadata": { "id": "GoogleCloudSaasacceleratorManagementProvidersV1SloMetadata", "description": "SloMetadata contains resources required for proper SLO classification of the instance.", "type": "object", "properties": { "tier": { "description": "Name of the SLO tier the Instance belongs to. This name will be expected to match the tiers specified in the service SLO configuration. Field is mandatory and must not be empty.", "type": "string" }, "nodes": { "description": "Optional. List of nodes. Some producers need to use per-node metadata to calculate SLO. This field allows such producers to publish per-node SLO meta data, which will be consumed by SSA Eligibility Exporter and published in the form of per node metric to Monarch.", "type": "array", "items": { "$ref": "GoogleCloudSaasacceleratorManagementProvidersV1NodeSloMetadata" } }, "perSliEligibility": { "description": "Optional. Multiple per-instance SLI eligibilities which apply for individual SLIs.", "$ref": "GoogleCloudSaasacceleratorManagementProvidersV1PerSliSloEligibility" } } }, "GoogleCloudSaasacceleratorManagementProvidersV1NodeSloMetadata": { "id": "GoogleCloudSaasacceleratorManagementProvidersV1NodeSloMetadata", "description": "Node information for custom per-node SLO implementations. SSA does not support per-node SLO, but producers can populate per-node information in SloMetadata for custom precomputations. SSA Eligibility Exporter will emit per-node metric based on this information.", "type": "object", "properties": { "nodeId": { "description": "The id of the node. This should be equal to SaasInstanceNode.node_id.", "type": "string" }, "location": { "description": "The location of the node, if different from instance location.", "type": "string" }, "perSliEligibility": { "description": "If present, this will override eligibility for the node coming from instance or exclusions for specified SLIs.", "$ref": "GoogleCloudSaasacceleratorManagementProvidersV1PerSliSloEligibility" } } }, "GoogleCloudSaasacceleratorManagementProvidersV1PerSliSloEligibility": { "id": "GoogleCloudSaasacceleratorManagementProvidersV1PerSliSloEligibility", "description": "PerSliSloEligibility is a mapping from an SLI name to eligibility.", "type": "object", "properties": { "eligibilities": { "description": "An entry in the eligibilities map specifies an eligibility for a particular SLI for the given instance. The SLI key in the name must be a valid SLI name specified in the Eligibility Exporter binary flags otherwise an error will be emitted by Eligibility Exporter and the oncaller will be alerted. If an SLI has been defined in the binary flags but the eligibilities map does not contain it, the corresponding SLI time series will not be emitted by the Eligibility Exporter. This ensures a smooth rollout and compatibility between the data produced by different versions of the Eligibility Exporters. If eligibilities map contains a key for an SLI which has not been declared in the binary flags, there will be an error message emitted in the Eligibility Exporter log and the metric for the SLI in question will not be emitted.", "type": "object", "additionalProperties": { "$ref": "GoogleCloudSaasacceleratorManagementProvidersV1SloEligibility" } } } }, "GoogleCloudSaasacceleratorManagementProvidersV1SloEligibility": { "id": "GoogleCloudSaasacceleratorManagementProvidersV1SloEligibility", "description": "SloEligibility is a tuple containing eligibility value: true if an instance is eligible for SLO calculation or false if it should be excluded from all SLO-related calculations along with a user-defined reason.", "type": "object", "properties": { "eligible": { "description": "Whether an instance is eligible or ineligible.", "type": "boolean" }, "reason": { "description": "User-defined reason for the current value of instance eligibility. Usually, this can be directly mapped to the internal state. An empty reason is allowed.", "type": "string" } } }, "GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSchedule": { "id": "GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSchedule", "description": "Maintenance schedule which is exposed to customer and potentially end user, indicating published upcoming future maintenance schedule", "type": "object", "properties": { "startTime": { "description": "The scheduled start time for the maintenance.", "type": "string", "format": "google-datetime" }, "endTime": { "description": "The scheduled end time for the maintenance.", "type": "string", "format": "google-datetime" }, "canReschedule": { "description": "This field is deprecated, and will be always set to true since reschedule can happen multiple times now. This field should not be removed until all service producers remove this for their customers.", "deprecated": true, "type": "boolean" }, "rolloutManagementPolicy": { "description": "The rollout management policy this maintenance schedule is associated with. When doing reschedule update request, the reschedule should be against this given policy.", "type": "string" }, "scheduleDeadlineTime": { "description": "schedule_deadline_time is the time deadline any schedule start time cannot go beyond, including reschedule. It's normally the initial schedule start time plus maintenance window length (1 day or 1 week). Maintenance cannot be scheduled to start beyond this deadline.", "type": "string", "format": "google-datetime" } } }, "GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSettings": { "id": "GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSettings", "description": "Maintenance settings associated with instance. Allows service producers and end users to assign settings that controls maintenance on this instance.", "type": "object", "properties": { "exclude": { "description": "Optional. Exclude instance from maintenance. When true, rollout service will not attempt maintenance on the instance. Rollout service will include the instance in reported rollout progress as not attempted.", "type": "boolean" }, "maintenancePolicies": { "description": "Optional. The MaintenancePolicies that have been attached to the instance. The key must be of the type name of the oneof policy name defined in MaintenancePolicy, and the embedded policy must define the same policy type. For details, please refer to go/mr-user-guide. Should not be set if maintenance_policy_names is set. If only the name is needed, then only populate MaintenancePolicy.name.", "type": "object", "additionalProperties": { "$ref": "MaintenancePolicy" } }, "isRollback": { "description": "Optional. If the update call is triggered from rollback, set the value as true.", "type": "boolean" } } }, "MaintenancePolicy": { "id": "MaintenancePolicy", "description": "Defines policies to service maintenance events.", "type": "object", "properties": { "name": { "description": "Required. MaintenancePolicy name using the form: `projects/{project_id}/locations/{location_id}/maintenancePolicies/{maintenance_policy_id}` where {project_id} refers to a GCP consumer project ID, {location_id} refers to a GCP region/zone, {maintenance_policy_id} must be 1-63 characters long and match the regular expression `[a-z0-9]([-a-z0-9]*[a-z0-9])?`.", "type": "string" }, "createTime": { "description": "Output only. The time when the resource was created.", "type": "string", "format": "google-datetime" }, "updateTime": { "description": "Output only. The time when the resource was updated.", "type": "string", "format": "google-datetime" }, "description": { "description": "Optional. Description of what this policy is for. Create/Update methods return INVALID_ARGUMENT if the length is greater than 512.", "type": "string" }, "labels": { "description": "Optional. Resource labels to represent user provided metadata. Each label is a key-value pair, where both the key and the value are arbitrary strings provided by the user.", "type": "object", "additionalProperties": { "type": "string" } }, "state": { "description": "Optional. The state of the policy.", "type": "string", "enumDescriptions": [ "Unspecified state.", "Resource is ready to be used.", "Resource is being deleted. It can no longer be attached to instances." ], "enum": [ "STATE_UNSPECIFIED", "READY", "DELETING" ] }, "updatePolicy": { "description": "Maintenance policy applicable to instance update.", "$ref": "UpdatePolicy" } } }, "UpdatePolicy": { "id": "UpdatePolicy", "description": "Maintenance policy applicable to instance updates.", "type": "object", "properties": { "window": { "description": "Optional. Maintenance window that is applied to resources covered by this policy.", "$ref": "MaintenanceWindow" }, "channel": { "description": "Optional. Relative scheduling channel applied to resource.", "type": "string", "enumDescriptions": [ "Unspecified channel.", "Early channel within a customer project.", "Later channel within a customer project.", "! ! The follow channels can ONLY be used if you adopt the new MW system! ! ! NOTE: all WEEK channels are assumed to be under a weekly window. ! There is currently no dedicated channel definitions for Daily windows. ! If you use Daily window, the system will assume a 1d (24Hours) advanced ! notification period b/w EARLY and LATER. ! We may consider support more flexible daily channel specifications in ! the future. WEEK1 == EARLIER with minimum 7d advanced notification. {7d, 14d} The system will treat them equally and will use WEEK1 whenever it can. New customers are encouraged to use this channel annotation.", "WEEK2 == LATER with minimum 14d advanced notification {14d, 21d}.", "WEEK5 == 40d support. minimum 35d advanced notification {35d, 42d}." ], "enum": [ "UPDATE_CHANNEL_UNSPECIFIED", "EARLIER", "LATER", "WEEK1", "WEEK2", "WEEK5" ] }, "denyMaintenancePeriods": { "description": "Deny Maintenance Period that is applied to resource to indicate when maintenance is forbidden. The protocol supports zero-to-many such periods, but the current SLM Rollout implementation only supports zero-to-one.", "type": "array", "items": { "$ref": "DenyMaintenancePeriod" } } } }, "MaintenanceWindow": { "id": "MaintenanceWindow", "description": "MaintenanceWindow definition.", "type": "object", "properties": { "dailyCycle": { "description": "Daily cycle.", "$ref": "DailyCycle" }, "weeklyCycle": { "description": "Weekly cycle.", "$ref": "WeeklyCycle" } } }, "DailyCycle": { "id": "DailyCycle", "description": "Time window specified for daily operations.", "type": "object", "properties": { "startTime": { "description": "Time within the day to start the operations.", "$ref": "TimeOfDay" }, "duration": { "description": "Output only. Duration of the time window, set by service producer.", "type": "string", "format": "google-duration" } } }, "WeeklyCycle": { "id": "WeeklyCycle", "description": "Time window specified for weekly operations.", "type": "object", "properties": { "schedule": { "description": "User can specify multiple windows in a week. Minimum of 1 window.", "type": "array", "items": { "$ref": "Schedule" } } } }, "Schedule": { "id": "Schedule", "description": "Configure the schedule.", "type": "object", "properties": { "day": { "description": "Allows to define schedule that runs specified day of the week.", "type": "string", "enumDescriptions": [ "The day of the week is unspecified.", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday", "Sunday" ], "enum": [ "DAY_OF_WEEK_UNSPECIFIED", "MONDAY", "TUESDAY", "WEDNESDAY", "THURSDAY", "FRIDAY", "SATURDAY", "SUNDAY" ] }, "startTime": { "description": "Time within the window to start the operations.", "$ref": "TimeOfDay" }, "duration": { "description": "Output only. Duration of the time window, set by service producer.", "type": "string", "format": "google-duration" } } }, "DenyMaintenancePeriod": { "id": "DenyMaintenancePeriod", "description": "DenyMaintenancePeriod definition. Maintenance is forbidden within the deny period. The start_date must be less than the end_date.", "type": "object", "properties": { "startDate": { "description": "Deny period start date. This can be: * A full date, with non-zero year, month and day values. * A month and day value, with a zero year. Allows recurring deny periods each year. Date matching this period will have to be the same or after the start.", "$ref": "Date" }, "endDate": { "description": "Deny period end date. This can be: * A full date, with non-zero year, month and day values. * A month and day value, with a zero year. Allows recurring deny periods each year. Date matching this period will have to be before the end.", "$ref": "Date" }, "time": { "description": "Time in UTC when the Blackout period starts on start_date and ends on end_date. This can be: * Full time. * All zeros for 00:00:00 UTC", "$ref": "TimeOfDay" } } }, "Date": { "id": "Date", "description": "Represents a whole or partial calendar date, such as a birthday. The time of day and time zone are either specified elsewhere or are insignificant. The date is relative to the Gregorian Calendar. This can represent one of the following: * A full date, with non-zero year, month, and day values. * A month and day, with a zero year (for example, an anniversary). * A year on its own, with a zero month and a zero day. * A year and month, with a zero day (for example, a credit card expiration date). Related types: * google.type.TimeOfDay * google.type.DateTime * google.protobuf.Timestamp", "type": "object", "properties": { "year": { "description": "Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.", "type": "integer", "format": "int32" }, "month": { "description": "Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.", "type": "integer", "format": "int32" }, "day": { "description": "Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn't significant.", "type": "integer", "format": "int32" } } }, "GoogleCloudSaasacceleratorManagementProvidersV1NotificationParameter": { "id": "GoogleCloudSaasacceleratorManagementProvidersV1NotificationParameter", "description": "Contains notification related data.", "type": "object", "properties": { "values": { "description": "Optional. Array of string values. e.g. instance's replica information.", "type": "array", "items": { "type": "string" } } } } }, "protocol": "rest", "title": "Cloud Memorystore for Memcached API", "name": "memcache", "basePath": "", "resources": { "projects": { "resources": { "locations": { "methods": { "list": { "id": "memcache.projects.locations.list", "path": "v1beta2/{+name}/locations", "flatPath": "v1beta2/projects/{projectsId}/locations", "httpMethod": "GET", "parameters": { "name": { "description": "The resource that owns the locations collection, if applicable.", "pattern": "^projects/[^/]+$", "location": "path", "required": true, "type": "string" }, "filter": { "description": "A filter to narrow down results to a preferred subset. The filtering language accepts strings like `\"displayName=tokyo\"`, and is documented in more detail in [AIP-160](https://google.aip.dev/160).", "location": "query", "type": "string" }, "pageSize": { "description": "The maximum number of results to return. If not set, the service selects a default.", "location": "query", "type": "integer", "format": "int32" }, "pageToken": { "description": "A page token received from the `next_page_token` field in the response. Send that page token to receive the subsequent page.", "location": "query", "type": "string" } }, "parameterOrder": [ "name" ], "response": { "$ref": "ListLocationsResponse" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform" ], "description": "Lists information about the supported locations for this service." }, "get": { "id": "memcache.projects.locations.get", "path": "v1beta2/{+name}", "flatPath": "v1beta2/projects/{projectsId}/locations/{locationsId}", "httpMethod": "GET", "parameters": { "name": { "description": "Resource name for the location.", "pattern": "^projects/[^/]+/locations/[^/]+$", "location": "path", "required": true, "type": "string" } }, "parameterOrder": [ "name" ], "response": { "$ref": "Location" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform" ], "description": "Gets information about a location." } }, "resources": { "operations": { "methods": { "list": { "id": "memcache.projects.locations.operations.list", "path": "v1beta2/{+name}/operations", "flatPath": "v1beta2/projects/{projectsId}/locations/{locationsId}/operations", "httpMethod": "GET", "parameters": { "name": { "description": "The name of the operation's parent resource.", "pattern": "^projects/[^/]+/locations/[^/]+$", "location": "path", "required": true, "type": "string" }, "filter": { "description": "The standard list filter.", "location": "query", "type": "string" }, "pageSize": { "description": "The standard list page size.", "location": "query", "type": "integer", "format": "int32" }, "pageToken": { "description": "The standard list page token.", "location": "query", "type": "string" } }, "parameterOrder": [ "name" ], "response": { "$ref": "ListOperationsResponse" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform" ], "description": "Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`." }, "get": { "id": "memcache.projects.locations.operations.get", "path": "v1beta2/{+name}", "flatPath": "v1beta2/projects/{projectsId}/locations/{locationsId}/operations/{operationsId}", "httpMethod": "GET", "parameters": { "name": { "description": "The name of the operation resource.", "pattern": "^projects/[^/]+/locations/[^/]+/operations/[^/]+$", "location": "path", "required": true, "type": "string" } }, "parameterOrder": [ "name" ], "response": { "$ref": "Operation" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform" ], "description": "Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service." }, "delete": { "id": "memcache.projects.locations.operations.delete", "path": "v1beta2/{+name}", "flatPath": "v1beta2/projects/{projectsId}/locations/{locationsId}/operations/{operationsId}", "httpMethod": "DELETE", "parameters": { "name": { "description": "The name of the operation resource to be deleted.", "pattern": "^projects/[^/]+/locations/[^/]+/operations/[^/]+$", "location": "path", "required": true, "type": "string" } }, "parameterOrder": [ "name" ], "response": { "$ref": "Empty" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform" ], "description": "Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`." }, "cancel": { "id": "memcache.projects.locations.operations.cancel", "path": "v1beta2/{+name}:cancel", "flatPath": "v1beta2/projects/{projectsId}/locations/{locationsId}/operations/{operationsId}:cancel", "httpMethod": "POST", "parameters": { "name": { "description": "The name of the operation resource to be cancelled.", "pattern": "^projects/[^/]+/locations/[^/]+/operations/[^/]+$", "location": "path", "required": true, "type": "string" } }, "parameterOrder": [ "name" ], "request": { "$ref": "CancelOperationRequest" }, "response": { "$ref": "Empty" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform" ], "description": "Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`." } } }, "instances": { "methods": { "list": { "id": "memcache.projects.locations.instances.list", "path": "v1beta2/{+parent}/instances", "flatPath": "v1beta2/projects/{projectsId}/locations/{locationsId}/instances", "httpMethod": "GET", "parameters": { "parent": { "description": "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", "pattern": "^projects/[^/]+/locations/[^/]+$", "location": "path", "required": true, "type": "string" }, "pageSize": { "description": "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` to determine if there are more instances left to be queried.", "location": "query", "type": "integer", "format": "int32" }, "pageToken": { "description": "The `next_page_token` value returned from a previous List request, if any.", "location": "query", "type": "string" }, "filter": { "description": "List filter. For example, exclude all Memcached instances with name as my-instance by specifying `\"name != my-instance\"`.", "location": "query", "type": "string" }, "orderBy": { "description": "Sort results. Supported values are \"name\", \"name desc\" or \"\" (unsorted).", "location": "query", "type": "string" } }, "parameterOrder": [ "parent" ], "response": { "$ref": "ListInstancesResponse" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform" ], "description": "Lists Instances in a given location." }, "get": { "id": "memcache.projects.locations.instances.get", "path": "v1beta2/{+name}", "flatPath": "v1beta2/projects/{projectsId}/locations/{locationsId}/instances/{instancesId}", "httpMethod": "GET", "parameters": { "name": { "description": "Required. Memcached instance resource name in the format: `projects/{project_id}/locations/{location_id}/instances/{instance_id}` where `location_id` refers to a GCP region", "pattern": "^projects/[^/]+/locations/[^/]+/instances/[^/]+$", "location": "path", "required": true, "type": "string" } }, "parameterOrder": [ "name" ], "response": { "$ref": "Instance" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform" ], "description": "Gets details of a single Instance." }, "create": { "id": "memcache.projects.locations.instances.create", "path": "v1beta2/{+parent}/instances", "flatPath": "v1beta2/projects/{projectsId}/locations/{locationsId}/instances", "httpMethod": "POST", "parameters": { "parent": { "description": "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", "pattern": "^projects/[^/]+/locations/[^/]+$", "location": "path", "required": true, "type": "string" }, "instanceId": { "description": "Required. The logical name of the Memcached instance in the user 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 user project / location. If any of the above are not met, the API raises an invalid argument error.", "location": "query", "type": "string" } }, "parameterOrder": [ "parent" ], "request": { "$ref": "Instance" }, "response": { "$ref": "Operation" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform" ], "description": "Creates a new Instance in a given location." }, "patch": { "id": "memcache.projects.locations.instances.patch", "path": "v1beta2/{+name}", "flatPath": "v1beta2/projects/{projectsId}/locations/{locationsId}/instances/{instancesId}", "httpMethod": "PATCH", "parameters": { "name": { "description": "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 field for more details.", "pattern": "^projects/[^/]+/locations/[^/]+/instances/[^/]+$", "location": "path", "required": true, "type": "string" }, "updateMask": { "description": "Required. Mask of fields to update. * `displayName`", "location": "query", "type": "string", "format": "google-fieldmask" } }, "parameterOrder": [ "name" ], "request": { "$ref": "Instance" }, "response": { "$ref": "Operation" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform" ], "description": "Updates an existing Instance in a given project and location." }, "updateParameters": { "id": "memcache.projects.locations.instances.updateParameters", "path": "v1beta2/{+name}:updateParameters", "flatPath": "v1beta2/projects/{projectsId}/locations/{locationsId}/instances/{instancesId}:updateParameters", "httpMethod": "PATCH", "parameters": { "name": { "description": "Required. Resource name of the Memcached instance for which the parameters should be updated.", "pattern": "^projects/[^/]+/locations/[^/]+/instances/[^/]+$", "location": "path", "required": true, "type": "string" } }, "parameterOrder": [ "name" ], "request": { "$ref": "UpdateParametersRequest" }, "response": { "$ref": "Operation" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform" ], "description": "Updates the defined Memcached parameters for an existing instance. This method only stages the parameters, it must be followed by `ApplyParameters` to apply the parameters to nodes of the Memcached instance." }, "delete": { "id": "memcache.projects.locations.instances.delete", "path": "v1beta2/{+name}", "flatPath": "v1beta2/projects/{projectsId}/locations/{locationsId}/instances/{instancesId}", "httpMethod": "DELETE", "parameters": { "name": { "description": "Required. Memcached instance resource name in the format: `projects/{project_id}/locations/{location_id}/instances/{instance_id}` where `location_id` refers to a GCP region", "pattern": "^projects/[^/]+/locations/[^/]+/instances/[^/]+$", "location": "path", "required": true, "type": "string" } }, "parameterOrder": [ "name" ], "response": { "$ref": "Operation" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform" ], "description": "Deletes a single Instance." }, "applyParameters": { "id": "memcache.projects.locations.instances.applyParameters", "path": "v1beta2/{+name}:applyParameters", "flatPath": "v1beta2/projects/{projectsId}/locations/{locationsId}/instances/{instancesId}:applyParameters", "httpMethod": "POST", "parameters": { "name": { "description": "Required. Resource name of the Memcached instance for which parameter group updates should be applied.", "pattern": "^projects/[^/]+/locations/[^/]+/instances/[^/]+$", "location": "path", "required": true, "type": "string" } }, "parameterOrder": [ "name" ], "request": { "$ref": "ApplyParametersRequest" }, "response": { "$ref": "Operation" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform" ], "description": "`ApplyParameters` restarts the set of specified nodes in order to update them to the current set of parameters for the Memcached Instance." }, "applySoftwareUpdate": { "id": "memcache.projects.locations.instances.applySoftwareUpdate", "path": "v1beta2/{+instance}:applySoftwareUpdate", "flatPath": "v1beta2/projects/{projectsId}/locations/{locationsId}/instances/{instancesId}:applySoftwareUpdate", "httpMethod": "POST", "parameters": { "instance": { "description": "Required. Resource name of the Memcached instance for which software update should be applied.", "pattern": "^projects/[^/]+/locations/[^/]+/instances/[^/]+$", "location": "path", "required": true, "type": "string" } }, "parameterOrder": [ "instance" ], "request": { "$ref": "ApplySoftwareUpdateRequest" }, "response": { "$ref": "Operation" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform" ], "description": "Updates software on the selected nodes of the Instance." }, "rescheduleMaintenance": { "id": "memcache.projects.locations.instances.rescheduleMaintenance", "path": "v1beta2/{+instance}:rescheduleMaintenance", "flatPath": "v1beta2/projects/{projectsId}/locations/{locationsId}/instances/{instancesId}:rescheduleMaintenance", "httpMethod": "POST", "parameters": { "instance": { "description": "Required. Memcache instance resource name using the form: `projects/{project_id}/locations/{location_id}/instances/{instance_id}` where `location_id` refers to a GCP region.", "pattern": "^projects/[^/]+/locations/[^/]+/instances/[^/]+$", "location": "path", "required": true, "type": "string" } }, "parameterOrder": [ "instance" ], "request": { "$ref": "RescheduleMaintenanceRequest" }, "response": { "$ref": "Operation" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform" ], "description": "Performs the apply phase of the RescheduleMaintenance verb." }, "upgrade": { "id": "memcache.projects.locations.instances.upgrade", "path": "v1beta2/{+name}:upgrade", "flatPath": "v1beta2/projects/{projectsId}/locations/{locationsId}/instances/{instancesId}:upgrade", "httpMethod": "POST", "parameters": { "name": { "description": "Required. Memcache instance resource name using the form: `projects/{project}/locations/{location}/instances/{instance}` where `location_id` refers to a GCP region.", "pattern": "^projects/[^/]+/locations/[^/]+/instances/[^/]+$", "location": "path", "required": true, "type": "string" } }, "parameterOrder": [ "name" ], "request": { "$ref": "GoogleCloudMemcacheV1beta2UpgradeInstanceRequest" }, "response": { "$ref": "Operation" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform" ], "description": "Upgrades the Memcache instance to a newer memcached engine version specified in the request." } } } } } } } } }