Class: Google::Cloud::AlloyDB::V1alpha::GetClusterRequest

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 Cluster

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 Cluster.name field.

Returns:

  • (::String)

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



73
74
75
76
# File 'proto_docs/google/cloud/alloydb/v1alpha/service.rb', line 73

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

#view::Google::Cloud::AlloyDB::V1alpha::ClusterView

Returns Optional. The view of the cluster to return. Returns all default fields if not set.

Returns:



73
74
75
76
# File 'proto_docs/google/cloud/alloydb/v1alpha/service.rb', line 73

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