Reference documentation and code samples for the Google Cloud Managed Kafka V1 Client class GetConsumerGroupRequest.
Request for GetConsumerGroup.
Generated from protobuf message google.cloud.managedkafka.v1.GetConsumerGroupRequest
Namespace
Google \ Cloud \ ManagedKafka \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Required. The name of the consumer group whose configuration to return. projects/{project}/locations/{location}/clusters/{cluster}/consumerGroups/{consumerGroup}
.
getName
Required. The name of the consumer group whose configuration to return.
projects/{project}/locations/{location}/clusters/{cluster}/consumerGroups/{consumerGroup}
.
string
setName
Required. The name of the consumer group whose configuration to return.
projects/{project}/locations/{location}/clusters/{cluster}/consumerGroups/{consumerGroup}
.
var
string
$this
static::build
name
string
Required. The name of the consumer group whose configuration to return. projects/{project}/locations/{location}/clusters/{cluster}/consumerGroups/{consumerGroup}
. Please see ManagedKafkaClient::consumerGroupName()
for help formatting this field.