Class: Google::Cloud::ManagedKafka::V1::GetConsumerGroupRequest

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 GetConsumerGroup.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The name of the consumer group whose configuration to return. projects/{project}/locations/{location}/clusters/{cluster}/consumerGroups/{consumerGroup}.

Returns:

  • (::String)

    Required. The name of the consumer group whose configuration to return. projects/{project}/locations/{location}/clusters/{cluster}/consumerGroups/{consumerGroup}.



308
309
310
311
# File 'proto_docs/google/cloud/managedkafka/v1/managed_kafka.rb', line 308

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