Class: Google::Cloud::Filestore::V1::GetInstanceRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Filestore::V1::GetInstanceRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/filestore/v1/cloud_filestore_service.rb
Overview
GetInstanceRequest gets the state of an instance.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The instance resource name, in the format
projects/{project_id}/locations/{location}/instances/{instance_id}
.
352 353 354 355 |
# File 'proto_docs/google/cloud/filestore/v1/cloud_filestore_service.rb', line 352 class GetInstanceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |