Class: Google::Cloud::Redis::V1beta1::GetInstanceRequest

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

Overview

Request for GetInstance.

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



190
# File 'lib/google/cloud/redis/v1beta1/doc/google/cloud/redis/v1beta1/cloud_redis.rb', line 190

class GetInstanceRequest; end