Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.ClustersResource.ConsumerGroupsResource

The "consumerGroups" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.ClustersResource.ConsumerGroupsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.ManagedKafka.v1
Assembly: Google.Apis.ManagedKafka.v1.dll
Syntax
public class ProjectsResource.LocationsResource.ClustersResource.ConsumerGroupsResource

Constructors

ConsumerGroupsResource(IClientService)

Constructs a new resource.

Declaration
public ConsumerGroupsResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

Delete(string)

Deletes a single consumer group.

Declaration
public virtual ProjectsResource.LocationsResource.ClustersResource.ConsumerGroupsResource.DeleteRequest Delete(string name)
Parameters
Type Name Description
string name

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

Returns
Type Description
ProjectsResource.LocationsResource.ClustersResource.ConsumerGroupsResource.DeleteRequest

Get(string)

Returns the properties of a single consumer group.

Declaration
public virtual ProjectsResource.LocationsResource.ClustersResource.ConsumerGroupsResource.GetRequest Get(string name)
Parameters
Type Name Description
string name

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

Returns
Type Description
ProjectsResource.LocationsResource.ClustersResource.ConsumerGroupsResource.GetRequest

List(string)

Lists the consumer groups in a given cluster.

Declaration
public virtual ProjectsResource.LocationsResource.ClustersResource.ConsumerGroupsResource.ListRequest List(string parent)
Parameters
Type Name Description
string parent

Required. The parent cluster whose consumer groups are to be listed. Structured like projects/{project}/locations/{location}/clusters/{cluster}.

Returns
Type Description
ProjectsResource.LocationsResource.ClustersResource.ConsumerGroupsResource.ListRequest

Patch(ConsumerGroup, string)

Updates the properties of a single consumer group.

Declaration
public virtual ProjectsResource.LocationsResource.ClustersResource.ConsumerGroupsResource.PatchRequest Patch(ConsumerGroup body, string name)
Parameters
Type Name Description
ConsumerGroup body

The body of the request.

string name

Identifier. The name of the consumer group. The consumer_group segment is used when connecting directly to the cluster. Structured like: projects/{project}/locations/{location}/clusters/{cluster}/consumerGroups/{consumer_group}

Returns
Type Description
ProjectsResource.LocationsResource.ClustersResource.ConsumerGroupsResource.PatchRequest
In this article
Back to top Generated by DocFX