Class: Google::Cloud::Lustre::V1::GetInstanceRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/lustre/v1/instance.rb

Overview

Message for getting a Instance

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The instance resource name, in the format projects/{projectId}/locations/{location}/instances/{instanceId}.

Returns:

  • (::String)

    Required. The instance resource name, in the format projects/{projectId}/locations/{location}/instances/{instanceId}.



158
159
160
161
# File 'proto_docs/google/cloud/lustre/v1/instance.rb', line 158

class GetInstanceRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end