Class: Google::Cloud::ManagedKafka::V1::GetClusterRequest

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

Overview

Request for GetCluster.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The name of the cluster whose configuration to return.

Returns:

  • (::String)

    Required. The name of the cluster whose configuration to return.



72
73
74
75
# File 'proto_docs/google/cloud/managedkafka/v1/managed_kafka.rb', line 72

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