Class: Google::Cloud::AlloyDB::V1alpha::GetInstanceRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/alloydb/v1alpha/service.rb

Overview

Message for getting a Instance

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The name of the resource. For the required format, see the comment on the Instance.name field.

Returns:

  • (::String)

    Required. The name of the resource. For the required format, see the comment on the Instance.name field.



354
355
356
357
# File 'proto_docs/google/cloud/alloydb/v1alpha/service.rb', line 354

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

#view::Google::Cloud::AlloyDB::V1alpha::InstanceView

Returns The view of the instance to return.

Returns:



354
355
356
357
# File 'proto_docs/google/cloud/alloydb/v1alpha/service.rb', line 354

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