Google Cloud Memorystore for Redis V1 API - Class Google::Cloud::Redis::Cluster::V1::DeleteClusterRequest (v0.3.0)

Reference documentation and code samples for the Google Cloud Memorystore for Redis V1 API class Google::Cloud::Redis::Cluster::V1::DeleteClusterRequest.

Request for [DeleteCluster][CloudRedis.DeleteCluster].

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#name

def name() -> ::String
Returns
  • (::String) — Required. Redis cluster resource name using the form: projects/{project_id}/locations/{location_id}/clusters/{cluster_id} where location_id refers to a GCP region.

#name=

def name=(value) -> ::String
Parameter
  • value (::String) — Required. Redis cluster resource name using the form: projects/{project_id}/locations/{location_id}/clusters/{cluster_id} where location_id refers to a GCP region.
Returns
  • (::String) — Required. Redis cluster resource name using the form: projects/{project_id}/locations/{location_id}/clusters/{cluster_id} where location_id refers to a GCP region.

#request_id

def request_id() -> ::String
Returns
  • (::String) — Idempotent request UUID.

#request_id=

def request_id=(value) -> ::String
Parameter
  • value (::String) — Idempotent request UUID.
Returns
  • (::String) — Idempotent request UUID.