Class: Google::Cloud::Redis::V1::DeleteInstanceRequest

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/redis/v1/doc/google/cloud/redis/v1/cloud_redis.rb

Overview

Request for DeleteInstance.

Instance Attribute Summary collapse

Instance Attribute Details

#name ⇒ String

Returns Required. Redis instance resource name using the form: projects/\\{project_id}/locations/\\{location_id}/instances/\\{instance_id} where location_id refers to a GCP region.

Returns:

  • (String) —

    Required. Redis instance resource name using the form: projects/\\{project_id}/locations/\\{location_id}/instances/\\{instance_id} where location_id refers to a GCP region



239
# File 'lib/google/cloud/redis/v1/doc/google/cloud/redis/v1/cloud_redis.rb', line 239

class DeleteInstanceRequest; end