openapi-directory
Version:
Building & bundling https://github.com/APIs-guru/openapi-directory for easy use from JS
1 lines • 63.2 kB
JSON
{"openapi":"3.0.0","servers":[{"url":"https://memcache.googleapis.com/"}],"info":{"contact":{"name":"Google","url":"https://google.com","x-twitter":"youtube"},"description":"Google Cloud Memorystore for Memcached API is used for creating and managing Memcached instances in GCP.","license":{"name":"Creative Commons Attribution 3.0","url":"http://creativecommons.org/licenses/by/3.0/"},"termsOfService":"https://developers.google.com/terms/","title":"Cloud Memorystore for Memcached API","version":"v1beta2","x-apiClientRegistration":{"url":"https://console.developers.google.com"},"x-apisguru-categories":["analytics","media"],"x-logo":{"url":"https://www.google.com/images/branding/googlelogo/2x/googlelogo_color_272x92dp.png"},"x-origin":[{"format":"google","url":"https://memcache.googleapis.com/$discovery/rest?version=v1beta2","version":"v1"}],"x-preferred":true,"x-providerName":"googleapis.com","x-serviceName":"memcache"},"externalDocs":{"url":"https://cloud.google.com/memorystore/"},"tags":[{"name":"projects"}],"paths":{"/v1beta2/{instance}:applySoftwareUpdate":{"parameters":[{"$ref":"#/components/parameters/_.xgafv"},{"$ref":"#/components/parameters/access_token"},{"$ref":"#/components/parameters/alt"},{"$ref":"#/components/parameters/callback"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/key"},{"$ref":"#/components/parameters/oauth_token"},{"$ref":"#/components/parameters/prettyPrint"},{"$ref":"#/components/parameters/quotaUser"},{"$ref":"#/components/parameters/upload_protocol"},{"$ref":"#/components/parameters/uploadType"}],"post":{"description":"Updates software on the selected nodes of the Instance.","operationId":"memcache.projects.locations.instances.applySoftwareUpdate","parameters":[{"description":"Required. Resource name of the Memcached instance for which software update should be applied.","in":"path","name":"instance","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApplySoftwareUpdateRequest"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Operation"}}},"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/cloud-platform"],"Oauth2c":["https://www.googleapis.com/auth/cloud-platform"]}],"tags":["projects"]}},"/v1beta2/{instance}:rescheduleMaintenance":{"parameters":[{"$ref":"#/components/parameters/_.xgafv"},{"$ref":"#/components/parameters/access_token"},{"$ref":"#/components/parameters/alt"},{"$ref":"#/components/parameters/callback"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/key"},{"$ref":"#/components/parameters/oauth_token"},{"$ref":"#/components/parameters/prettyPrint"},{"$ref":"#/components/parameters/quotaUser"},{"$ref":"#/components/parameters/upload_protocol"},{"$ref":"#/components/parameters/uploadType"}],"post":{"description":"Performs the apply phase of the RescheduleMaintenance verb.","operationId":"memcache.projects.locations.instances.rescheduleMaintenance","parameters":[{"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.","in":"path","name":"instance","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/RescheduleMaintenanceRequest"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Operation"}}},"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/cloud-platform"],"Oauth2c":["https://www.googleapis.com/auth/cloud-platform"]}],"tags":["projects"]}},"/v1beta2/{name}":{"delete":{"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`.","operationId":"memcache.projects.locations.operations.delete","parameters":[{"description":"The name of the operation resource to be deleted.","in":"path","name":"name","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Empty"}}},"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/cloud-platform"],"Oauth2c":["https://www.googleapis.com/auth/cloud-platform"]}],"tags":["projects"]},"get":{"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.","operationId":"memcache.projects.locations.operations.get","parameters":[{"description":"The name of the operation resource.","in":"path","name":"name","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Operation"}}},"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/cloud-platform"],"Oauth2c":["https://www.googleapis.com/auth/cloud-platform"]}],"tags":["projects"]},"parameters":[{"$ref":"#/components/parameters/_.xgafv"},{"$ref":"#/components/parameters/access_token"},{"$ref":"#/components/parameters/alt"},{"$ref":"#/components/parameters/callback"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/key"},{"$ref":"#/components/parameters/oauth_token"},{"$ref":"#/components/parameters/prettyPrint"},{"$ref":"#/components/parameters/quotaUser"},{"$ref":"#/components/parameters/upload_protocol"},{"$ref":"#/components/parameters/uploadType"}],"patch":{"description":"Updates an existing Instance in a given project and location.","operationId":"memcache.projects.locations.instances.patch","parameters":[{"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.","in":"path","name":"name","required":true,"schema":{"type":"string"}},{"description":"Required. Mask of fields to update. * `displayName`","in":"query","name":"updateMask","schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Instance"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Operation"}}},"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/cloud-platform"],"Oauth2c":["https://www.googleapis.com/auth/cloud-platform"]}],"tags":["projects"]}},"/v1beta2/{name}/locations":{"get":{"description":"Lists information about the supported locations for this service.","operationId":"memcache.projects.locations.list","parameters":[{"description":"The resource that owns the locations collection, if applicable.","in":"path","name":"name","required":true,"schema":{"type":"string"}},{"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).","in":"query","name":"filter","schema":{"type":"string"}},{"description":"The maximum number of results to return. If not set, the service selects a default.","in":"query","name":"pageSize","schema":{"type":"integer"}},{"description":"A page token received from the `next_page_token` field in the response. Send that page token to receive the subsequent page.","in":"query","name":"pageToken","schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ListLocationsResponse"}}},"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/cloud-platform"],"Oauth2c":["https://www.googleapis.com/auth/cloud-platform"]}],"tags":["projects"]},"parameters":[{"$ref":"#/components/parameters/_.xgafv"},{"$ref":"#/components/parameters/access_token"},{"$ref":"#/components/parameters/alt"},{"$ref":"#/components/parameters/callback"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/key"},{"$ref":"#/components/parameters/oauth_token"},{"$ref":"#/components/parameters/prettyPrint"},{"$ref":"#/components/parameters/quotaUser"},{"$ref":"#/components/parameters/upload_protocol"},{"$ref":"#/components/parameters/uploadType"}]},"/v1beta2/{name}/operations":{"get":{"description":"Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.","operationId":"memcache.projects.locations.operations.list","parameters":[{"description":"The name of the operation's parent resource.","in":"path","name":"name","required":true,"schema":{"type":"string"}},{"description":"The standard list filter.","in":"query","name":"filter","schema":{"type":"string"}},{"description":"The standard list page size.","in":"query","name":"pageSize","schema":{"type":"integer"}},{"description":"The standard list page token.","in":"query","name":"pageToken","schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ListOperationsResponse"}}},"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/cloud-platform"],"Oauth2c":["https://www.googleapis.com/auth/cloud-platform"]}],"tags":["projects"]},"parameters":[{"$ref":"#/components/parameters/_.xgafv"},{"$ref":"#/components/parameters/access_token"},{"$ref":"#/components/parameters/alt"},{"$ref":"#/components/parameters/callback"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/key"},{"$ref":"#/components/parameters/oauth_token"},{"$ref":"#/components/parameters/prettyPrint"},{"$ref":"#/components/parameters/quotaUser"},{"$ref":"#/components/parameters/upload_protocol"},{"$ref":"#/components/parameters/uploadType"}]},"/v1beta2/{name}:applyParameters":{"parameters":[{"$ref":"#/components/parameters/_.xgafv"},{"$ref":"#/components/parameters/access_token"},{"$ref":"#/components/parameters/alt"},{"$ref":"#/components/parameters/callback"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/key"},{"$ref":"#/components/parameters/oauth_token"},{"$ref":"#/components/parameters/prettyPrint"},{"$ref":"#/components/parameters/quotaUser"},{"$ref":"#/components/parameters/upload_protocol"},{"$ref":"#/components/parameters/uploadType"}],"post":{"description":"`ApplyParameters` restarts the set of specified nodes in order to update them to the current set of parameters for the Memcached Instance.","operationId":"memcache.projects.locations.instances.applyParameters","parameters":[{"description":"Required. Resource name of the Memcached instance for which parameter group updates should be applied.","in":"path","name":"name","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApplyParametersRequest"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Operation"}}},"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/cloud-platform"],"Oauth2c":["https://www.googleapis.com/auth/cloud-platform"]}],"tags":["projects"]}},"/v1beta2/{name}:cancel":{"parameters":[{"$ref":"#/components/parameters/_.xgafv"},{"$ref":"#/components/parameters/access_token"},{"$ref":"#/components/parameters/alt"},{"$ref":"#/components/parameters/callback"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/key"},{"$ref":"#/components/parameters/oauth_token"},{"$ref":"#/components/parameters/prettyPrint"},{"$ref":"#/components/parameters/quotaUser"},{"$ref":"#/components/parameters/upload_protocol"},{"$ref":"#/components/parameters/uploadType"}],"post":{"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`.","operationId":"memcache.projects.locations.operations.cancel","parameters":[{"description":"The name of the operation resource to be cancelled.","in":"path","name":"name","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CancelOperationRequest"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Empty"}}},"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/cloud-platform"],"Oauth2c":["https://www.googleapis.com/auth/cloud-platform"]}],"tags":["projects"]}},"/v1beta2/{name}:updateParameters":{"parameters":[{"$ref":"#/components/parameters/_.xgafv"},{"$ref":"#/components/parameters/access_token"},{"$ref":"#/components/parameters/alt"},{"$ref":"#/components/parameters/callback"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/key"},{"$ref":"#/components/parameters/oauth_token"},{"$ref":"#/components/parameters/prettyPrint"},{"$ref":"#/components/parameters/quotaUser"},{"$ref":"#/components/parameters/upload_protocol"},{"$ref":"#/components/parameters/uploadType"}],"patch":{"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.","operationId":"memcache.projects.locations.instances.updateParameters","parameters":[{"description":"Required. Resource name of the Memcached instance for which the parameters should be updated.","in":"path","name":"name","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/UpdateParametersRequest"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Operation"}}},"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/cloud-platform"],"Oauth2c":["https://www.googleapis.com/auth/cloud-platform"]}],"tags":["projects"]}},"/v1beta2/{name}:upgrade":{"parameters":[{"$ref":"#/components/parameters/_.xgafv"},{"$ref":"#/components/parameters/access_token"},{"$ref":"#/components/parameters/alt"},{"$ref":"#/components/parameters/callback"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/key"},{"$ref":"#/components/parameters/oauth_token"},{"$ref":"#/components/parameters/prettyPrint"},{"$ref":"#/components/parameters/quotaUser"},{"$ref":"#/components/parameters/upload_protocol"},{"$ref":"#/components/parameters/uploadType"}],"post":{"description":"Upgrades the Memcache instance to a newer memcached engine version specified in the request.","operationId":"memcache.projects.locations.instances.upgrade","parameters":[{"description":"Required. Memcache instance resource name using the form: `projects/{project}/locations/{location}/instances/{instance}` where `location_id` refers to a GCP region.","in":"path","name":"name","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GoogleCloudMemcacheV1beta2UpgradeInstanceRequest"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Operation"}}},"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/cloud-platform"],"Oauth2c":["https://www.googleapis.com/auth/cloud-platform"]}],"tags":["projects"]}},"/v1beta2/{parent}/instances":{"get":{"description":"Lists Instances in a given location.","operationId":"memcache.projects.locations.instances.list","parameters":[{"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","in":"path","name":"parent","required":true,"schema":{"type":"string"}},{"description":"List filter. For example, exclude all Memcached instances with name as my-instance by specifying `\"name != my-instance\"`.","in":"query","name":"filter","schema":{"type":"string"}},{"description":"Sort results. Supported values are \"name\", \"name desc\" or \"\" (unsorted).","in":"query","name":"orderBy","schema":{"type":"string"}},{"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.","in":"query","name":"pageSize","schema":{"type":"integer"}},{"description":"The `next_page_token` value returned from a previous List request, if any.","in":"query","name":"pageToken","schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ListInstancesResponse"}}},"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/cloud-platform"],"Oauth2c":["https://www.googleapis.com/auth/cloud-platform"]}],"tags":["projects"]},"parameters":[{"$ref":"#/components/parameters/_.xgafv"},{"$ref":"#/components/parameters/access_token"},{"$ref":"#/components/parameters/alt"},{"$ref":"#/components/parameters/callback"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/key"},{"$ref":"#/components/parameters/oauth_token"},{"$ref":"#/components/parameters/prettyPrint"},{"$ref":"#/components/parameters/quotaUser"},{"$ref":"#/components/parameters/upload_protocol"},{"$ref":"#/components/parameters/uploadType"}],"post":{"description":"Creates a new Instance in a given location.","operationId":"memcache.projects.locations.instances.create","parameters":[{"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","in":"path","name":"parent","required":true,"schema":{"type":"string"}},{"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.","in":"query","name":"instanceId","schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Instance"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Operation"}}},"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/cloud-platform"],"Oauth2c":["https://www.googleapis.com/auth/cloud-platform"]}],"tags":["projects"]}}},"components":{"parameters":{"_.xgafv":{"description":"V1 error format.","in":"query","name":"$.xgafv","schema":{"enum":["1","2"],"type":"string"}},"access_token":{"description":"OAuth access token.","in":"query","name":"access_token","schema":{"type":"string"}},"alt":{"description":"Data format for response.","in":"query","name":"alt","schema":{"enum":["json","media","proto"],"type":"string"}},"callback":{"description":"JSONP","in":"query","name":"callback","schema":{"type":"string"}},"fields":{"description":"Selector specifying which fields to include in a partial response.","in":"query","name":"fields","schema":{"type":"string"}},"key":{"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.","in":"query","name":"key","schema":{"type":"string"}},"oauth_token":{"description":"OAuth 2.0 token for the current user.","in":"query","name":"oauth_token","schema":{"type":"string"}},"prettyPrint":{"description":"Returns response with indentations and line breaks.","in":"query","name":"prettyPrint","schema":{"type":"boolean"}},"quotaUser":{"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.","in":"query","name":"quotaUser","schema":{"type":"string"}},"uploadType":{"description":"Legacy upload protocol for media (e.g. \"media\", \"multipart\").","in":"query","name":"uploadType","schema":{"type":"string"}},"upload_protocol":{"description":"Upload protocol for media (e.g. \"raw\", \"multipart\").","in":"query","name":"upload_protocol","schema":{"type":"string"}}},"schemas":{"ApplyParametersRequest":{"description":"Request for ApplyParameters.","properties":{"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"},"nodeIds":{"description":"Nodes to which the instance-level parameter group is applied.","items":{"type":"string"},"type":"array"}},"type":"object"},"ApplySoftwareUpdateRequest":{"description":"Request for ApplySoftwareUpdate.","properties":{"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"},"nodeIds":{"description":"Nodes to which we should apply the update to. Note all the selected nodes are updated in parallel.","items":{"type":"string"},"type":"array"}},"type":"object"},"CancelOperationRequest":{"description":"The request message for Operations.CancelOperation.","properties":{},"type":"object"},"DailyCycle":{"description":"Time window specified for daily operations.","properties":{"duration":{"description":"Output only. Duration of the time window, set by service producer.","format":"google-duration","type":"string"},"startTime":{"$ref":"#/components/schemas/TimeOfDay","description":"Time within the day to start the operations."}},"type":"object"},"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","properties":{"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.","format":"int32","type":"integer"},"month":{"description":"Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.","format":"int32","type":"integer"},"year":{"description":"Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.","format":"int32","type":"integer"}},"type":"object"},"DenyMaintenancePeriod":{"description":"DenyMaintenancePeriod definition. Maintenance is forbidden within the deny period. The start_date must be less than the end_date.","properties":{"endDate":{"$ref":"#/components/schemas/Date","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."},"startDate":{"$ref":"#/components/schemas/Date","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."},"time":{"$ref":"#/components/schemas/TimeOfDay","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"}},"type":"object"},"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); }","properties":{},"type":"object"},"GoogleCloudMemcacheV1beta2LocationMetadata":{"description":"Metadata for the given google.cloud.location.Location.","properties":{"availableZones":{"additionalProperties":{"$ref":"#/components/schemas/GoogleCloudMemcacheV1beta2ZoneMetadata"},"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"}},"type":"object"},"GoogleCloudMemcacheV1beta2MaintenancePolicy":{"description":"Maintenance policy per instance.","properties":{"createTime":{"description":"Output only. The time when the policy was created.","format":"google-datetime","readOnly":true,"type":"string"},"description":{"description":"Description of what this policy is for. Create/Update methods return INVALID_ARGUMENT if the length is greater than 512.","type":"string"},"updateTime":{"description":"Output only. The time when the policy was updated.","format":"google-datetime","readOnly":true,"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.","items":{"$ref":"#/components/schemas/WeeklyMaintenanceWindow"},"type":"array"}},"type":"object"},"GoogleCloudMemcacheV1beta2OperationMetadata":{"description":"Represents the metadata of a long-running operation.","properties":{"apiVersion":{"description":"Output only. API version used to start the operation.","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"},"createTime":{"description":"Output only. Time when the operation was created.","format":"google-datetime","readOnly":true,"type":"string"},"endTime":{"description":"Output only. Time when the operation finished running.","format":"google-datetime","readOnly":true,"type":"string"},"statusDetail":{"description":"Output only. Human-readable status of the operation, if any.","readOnly":true,"type":"string"},"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"}},"type":"object"},"GoogleCloudMemcacheV1beta2UpgradeInstanceRequest":{"description":"Request for UpgradeInstance.","properties":{"memcacheVersion":{"description":"Required. Specifies the target version of memcached engine to upgrade to.","enum":["MEMCACHE_VERSION_UNSPECIFIED","MEMCACHE_1_5","MEMCACHE_1_6_15"],"type":"string"}},"type":"object"},"GoogleCloudMemcacheV1beta2ZoneMetadata":{"properties":{},"type":"object"},"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","properties":{"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"},"createTime":{"description":"Output only. Timestamp when the resource was created.","format":"google-datetime","readOnly":true,"type":"string"},"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"},"labels":{"additionalProperties":{"type":"string"},"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"},"maintenancePolicyNames":{"additionalProperties":{"type":"string"},"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"},"maintenanceSchedules":{"additionalProperties":{"$ref":"#/components/schemas/GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSchedule"},"description":"The MaintenanceSchedule contains the scheduling information of published maintenance schedule with same key as software_versions.","type":"object"},"maintenanceSettings":{"$ref":"#/components/schemas/GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSettings","description":"Optional. The MaintenanceSettings associated with instance."},"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"},"notificationParameters":{"additionalProperties":{"$ref":"#/components/schemas/GoogleCloudSaasacceleratorManagementProvidersV1NotificationParameter"},"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"},"producerMetadata":{"additionalProperties":{"type":"string"},"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"},"provisionedResources":{"description":"Output only. The list of data plane resources provisioned for this instance, e.g. compute VMs. See go/get-instance-metadata.","items":{"$ref":"#/components/schemas/GoogleCloudSaasacceleratorManagementProvidersV1ProvisionedResource"},"readOnly":true,"type":"array"},"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"},"sloMetadata":{"$ref":"#/components/schemas/GoogleCloudSaasacceleratorManagementProvidersV1SloMetadata","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},"softwareVersions":{"additionalProperties":{"type":"string"},"description":"Software versions that are used to deploy this instance. This can be mutated by rollout services.","type":"object"},"state":{"description":"Output only. Current lifecycle state of the resource (e.g. if it's being created or ready to use).","enum":["STATE_UNSPECIFIED","CREATING","READY","UPDATING","REPAIRING","DELETING","ERROR"],"readOnly":true,"type":"string"},"tenantProjectId":{"description":"Output only. ID of the associated GCP tenant project. See go/get-instance-metadata.","readOnly":true,"type":"string"},"updateTime":{"description":"Output only. Timestamp when the resource was last modified.","format":"google-datetime","readOnly":true,"type":"string"}},"type":"object"},"GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSchedule":{"description":"Maintenance schedule which is exposed to customer and potentially end user, indicating published upcoming future maintenance schedule","properties":{"canReschedule":{"deprecated":true,"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.","type":"boolean"},"endTime":{"description":"The scheduled end time for the maintenance.","format":"google-datetime","type":"string"},"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.","format":"google-datetime","type":"string"},"startTime":{"description":"The scheduled start time for the maintenance.","format":"google-datetime","type":"string"}},"type":"object"},"GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSettings":{"description":"Maintenance settings associated with instance. Allows service producers and end users to assign settings that controls maintenance on this instance.","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"},"isRollback":{"description":"Optional. If the update call is triggered from rollback, set the value as true.","type":"boolean"},"maintenancePolicies":{"additionalProperties":{"$ref":"#/components/schemas/MaintenancePolicy"},"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"}},"type":"object"},"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.","properties":{"location":{"description":"The location of the node, if different from instance location.","type":"string"},"nodeId":{"description":"The id of the node. This should be equal to SaasInstanceNode.node_id.","type":"string"},"perSliEligibility":{"$ref":"#/components/schemas/GoogleCloudSaasacceleratorManagementProvidersV1PerSliSloEligibility","description":"If present, this will override eligibility for the node coming from instance or exclusions for specified SLIs."}},"type":"object"},"GoogleCloudSaasacceleratorManagementProvidersV1NotificationParameter":{"description":"Contains notification related data.","properties":{"values":{"description":"Optional. Array of string values. e.g. instance's replica information.","items":{"type":"string"},"type":"array"}},"type":"object"},"GoogleCloudSaasacceleratorManagementProvidersV1PerSliSloEligibility":{"description":"PerSliSloEligibility is a mapping from an SLI name to eligibility.","properties":{"eligibilities":{"additionalProperties":{"$ref":"#/components/schemas/GoogleCloudSaasacceleratorManagementProvidersV1SloEligibility"},"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"}},"type":"object"},"GoogleCloudSaasacceleratorManagementProvidersV1ProvisionedResource":{"description":"Describes provisioned dataplane resources.","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"}},"type":"object"},"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.","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"}},"type":"object"},"GoogleCloudSaasacceleratorManagementProvidersV1SloMetadata":{"description":"SloMetadata contains resources required for proper SLO classification of the instance.","properties":{"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.","items":{"$ref":"#/components/schemas/GoogleCloudSaasacceleratorManagementProvidersV1NodeSloMetadata"},"type":"array"},"perSliEligibility":{"$ref":"#/components/schemas/GoogleCloudSaasacceleratorManagementProvidersV1PerSliSloEligibility","description":"Optional. Multiple per-instance SLI eligibilities which apply for individual SLIs."},"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"}},"type":"object"},"Instance":{"description":"A Memorystore for Memcached instance","properties":{"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"},"createTime":{"description":"Output only. The time the instance was created.","format":"google-datetime","readOnly":true,"type":"string"},"discoveryEndpoint":{"description":"Output only. Endpoint for the Discovery API.","readOnly":true,"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"},"instanceMessages":{"description":"List of messages that describe the current state of the Memcached instance.","items":{"$ref":"#/components/schemas/InstanceMessage"},"type":"array"},"labels":{"additionalProperties":{"type":"string"},"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"},"maintenancePolicy":{"$ref":"#/components/schemas/GoogleCloudMemcacheV1beta2MaintenancePolicy","description":"The maintenance policy for the instance. If not provided, the maintenance event will be performed based on Memorystore internal rollout schedule."},"maintenanceSchedule":{"$ref":"#/components/schemas/MaintenanceSchedule","description":"Output only. Published maintenance schedule.","readOnly":true},"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"},"memcacheNodes":{"description":"Output only. List of Memcached nodes. Refer to Node message for more details.","items":{"$ref":"#/components/schemas/Node"},"readOnly":true,"type":"array"},"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.","enum":["MEMCACHE_VERSION_UNSPECIFIED","MEMCACHE_1_5","MEMCACHE_1_6_15"],"type":"string"},"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"},"nodeConfig":{"$ref":"#/components/schemas/NodeConfig","description":"Required. Configuration for Memcached nodes."},"nodeCount":{"description":"Required. Number of nodes in the Memcached instance.","format":"int32","type":"integer"},"parameters":{"$ref":"#/components/schemas/MemcacheParameters","description":"User defined parameters to apply to the memcached process on each node."},"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.","items":{"type":"string"},"type":"array"},"state":{"description":"Output only. The state of this Memcached instance.","enum":["STATE_UNSPECIFIED","CREATING","READY","UPDATING","DELETING","PERFORMING_MAINTENANCE","MEMCACHE_VERSION_UPGRADING"],"readOnly":true,"type":"string"},"updateAvailable":{"description":"Output only. Returns true if there is an update waiting to be applied","readOnly":true,"type":"boolean"},"updateTime":{"description":"Output only. The time the instance was updated.","format":"google-datetime","readOnly":true,"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.","items":{"type":"string"},"type":"array"}},"type":"object"},"InstanceMessage":{"properties":{"code":{"description":"A code that correspond to one type of user-facing message.","enum":["CODE_UNSPECIFIED","ZONE_DISTRIBUTION_UNBALANCED"],"type":"string"},"message":{"description":"Message on memcached instance which will be exposed to users.","type":"string"}},"type":"object"},"ListInstancesResponse":{"description":"Response for ListInstances.","properties":{"nextPageToken":{"description":"Token to retrieve the next page of results, or empty if there are no more results in the list.","type":"string"},"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.","items":{"$ref":"#/components/schemas/Instance"},"type":"array"},"unreachable":{"description":"Locations that could not be reached.","items":{"type":"string"},"type":"array"}},"type":"object"},"ListLocationsResponse":{"description":"The response message for Locations.ListLocations.","properties":{"locations":{"description":"A list of locations that matches the specified filter in the request.","items":{"$ref":"#/components/schemas/Location"},"type":"array"},"nextPageToken":{"description":"The standard List next-page token.","type":"string"}},"type":"object"},"ListOperationsResponse":{"description":"The response message for Operations.ListOperations.","properties":{"nextPageToken":{"description":"The standard List next-page token.","type":"string"},"operations":{"description":"A list of operations that matches the specified filter in the request.","items":{"$ref":"#/components/schemas/Operation"},"type":"array"}},"type":"object"},"Location":{"description":"A resource that represents a Google Cloud location.","properties":{"displayName":{"description":"The friendly name for this location, typically a nearby city name. For example, \"Tokyo\".","type":"string"},"labels":{"additionalProperties":{"type":"string"},"description":"Cross-service attributes for the location. For example {\"cloud.googleapis.com/region\": \"us-east1\"}","type":"object"},"locationId":{"description":"The canonical id for this location. For example: `\"us-east1\"`.","type":"string"},"metadata":{"additionalProperties":{"description":"Properties of the object. Contains field @type with type URL."},"description":"Service-specific metadata. For example the available capacity at the given location.","type":"object"},"name":{"description":"Resource name for the location, which may vary between implementations. For example: `\"projects/example-project/locations/us-east1\"`","type":"string"}},"type":"object"},"LocationMetadata":{"description":"Metadata for the given google.cloud.location.Location.","properties":{"availableZones":{"additionalProperties":{"$ref":"#/components/schemas/ZoneMetadata"},"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"}},"type":"object"},"MaintenancePolicy":{"description":"LINT.IfChange Defines policies to service maintenance events.","properties":{"createTime":{"description":"Output only. The time when the resource was created.","format":"google-datetime","type":"string"},"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":{"additionalProperties":{"type":"str