Class: Google::Cloud::Memcache::V1beta2::GetInstanceRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Memcache::V1beta2::GetInstanceRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/memcache/v1beta2/cloud_memcache.rb
Overview
Request for GetInstance.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. Memcached instance resource name in the format:
projects/{project_id}/locations/{location_id}/instances/{instance_id}
where location_id
refers to a GCP region.
330 331 332 333 |
# File 'proto_docs/google/cloud/memcache/v1beta2/cloud_memcache.rb', line 330 class GetInstanceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |