View Source API Reference google_api_memcache v0.21.1

Modules

API client metadata for GoogleApi.Memcache.V1.

API calls for all endpoints tagged Projects.

Handle Tesla connections for GoogleApi.Memcache.V1.

The request message for Operations.CancelOperation.

Time window specified for daily operations.

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

DenyMaintenancePeriod definition. Maintenance is forbidden within the deny period. The start_date must be less than the end_date.

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); }

Metadata for the given google.cloud.location.Location.

Represents the metadata of a long-running operation.

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

Maintenance schedule which is exposed to customer and potentially end user, indicating published upcoming future maintenance schedule

Maintenance settings associated with instance. Allows service producers and end users to assign settings that controls maintenance on this instance.

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.

PerSliSloEligibility is a mapping from an SLI name to eligibility.

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.

SloMetadata contains resources required for proper SLO classification of the instance.

A Memorystore for Memcached instance

Attributes

  • code (type: String.t, default: nil) - A code that correspond to one type of user-facing message.
  • message (type: String.t, default: nil) - Message on memcached instance which will be exposed to users.

The response message for Locations.ListLocations.

The response message for Operations.ListOperations.

A resource that represents a Google Cloud location.

Metadata for the given google.cloud.location.Location.

Defines policies to service maintenance events.

Upcoming maintenance schedule.

MaintenanceWindow definition.

Attributes

  • id (type: String.t, default: nil) - 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.
  • params (type: map(), default: nil) - User defined set of parameters to use in the memcached process.

Attributes

  • host (type: String.t, default: nil) - Output only. Hostname or IP address of the Memcached node used by the clients to connect to the Memcached server on this node.
  • memcacheFullVersion (type: String.t, default: nil) - Output only. The full version of memcached server running on this node. e.g. - memcached-1.5.16
  • memcacheVersion (type: String.t, default: nil) - Output only. Major version of memcached server running on this node, e.g. MEMCACHE_1_5
  • nodeId (type: String.t, default: nil) - Output only. Identifier of the Memcached node. The node id does not include project or location like the Memcached instance name.
  • parameters (type: GoogleApi.Memcache.V1.Model.MemcacheParameters.t, default: nil) - User defined parameters currently applied to the node.
  • port (type: integer(), default: nil) - Output only. The port number of the Memcached server on this node.
  • state (type: String.t, default: nil) - Output only. Current state of the Memcached node.
  • zone (type: String.t, default: nil) - Output only. Location (GCP Zone) for the Memcached node.

Configuration for a Memcached Node.

This resource represents a long-running operation that is the result of a network API call.

Represents the metadata of a long-running operation.

Configure the schedule.

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. 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.

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.

Maintenance policy applicable to instance updates.

Time window specified for weekly operations.

Time window specified for weekly operations.

API client metadata for GoogleApi.Memcache.V1beta2.

API calls for all endpoints tagged Projects.

Handle Tesla connections for GoogleApi.Memcache.V1beta2.

The request message for Operations.CancelOperation.

Time window specified for daily operations.

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

DenyMaintenancePeriod definition. Maintenance is forbidden within the deny period. The start_date must be less than the end_date.

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); }

Metadata for the given google.cloud.location.Location.

Represents the metadata of a long-running operation.

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

Maintenance schedule which is exposed to customer and potentially end user, indicating published upcoming future maintenance schedule

Maintenance settings associated with instance. Allows service producers and end users to assign settings that controls maintenance on this instance.

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.

PerSliSloEligibility is a mapping from an SLI name to eligibility.

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.

SloMetadata contains resources required for proper SLO classification of the instance.

A Memorystore for Memcached instance

Attributes

  • code (type: String.t, default: nil) - A code that correspond to one type of user-facing message.
  • message (type: String.t, default: nil) - Message on memcached instance which will be exposed to users.

The response message for Locations.ListLocations.

The response message for Operations.ListOperations.

A resource that represents a Google Cloud location.

Metadata for the given google.cloud.location.Location.

Defines policies to service maintenance events.

Attributes

  • id (type: String.t, default: nil) - 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.
  • params (type: map(), default: nil) - User defined set of parameters to use in the memcached process.

Attributes

  • host (type: String.t, default: nil) - Output only. Hostname or IP address of the Memcached node used by the clients to connect to the Memcached server on this node.
  • memcacheFullVersion (type: String.t, default: nil) - Output only. The full version of memcached server running on this node. e.g. - memcached-1.5.16
  • memcacheVersion (type: String.t, default: nil) - Output only. Major version of memcached server running on this node, e.g. MEMCACHE_1_5
  • nodeId (type: String.t, default: nil) - Output only. Identifier of the Memcached node. The node id does not include project or location like the Memcached instance name.
  • parameters (type: GoogleApi.Memcache.V1beta2.Model.MemcacheParameters.t, default: nil) - User defined parameters currently applied to the node.
  • port (type: integer(), default: nil) - Output only. The port number of the Memcached server on this node.
  • state (type: String.t, default: nil) - Output only. Current state of the Memcached node.
  • updateAvailable (type: boolean(), default: nil) - Output only. Returns true if there is an update waiting to be applied
  • zone (type: String.t, default: nil) - Output only. Location (GCP Zone) for the Memcached node.

Configuration for a Memcached Node.

This resource represents a long-running operation that is the result of a network API call.

Represents the metadata of a long-running operation.

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. 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.

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.

Maintenance policy applicable to instance updates.

Time window specified for weekly operations.

Time window specified for weekly operations.