Enum ProjectsResource.LocationsResource.ClustersResource.ConsumerGroupsResource.ListRequest.ViewEnum
Optional. Specifies the view (BASIC or FULL) of the ConsumerGroup resource to be returned in the response. Defaults to FULL view.
Namespace: Google.Apis.ManagedKafka.v1
Assembly: Google.Apis.ManagedKafka.v1.dll
Syntax
public enum ProjectsResource.LocationsResource.ClustersResource.ConsumerGroupsResource.ListRequest.ViewEnum
Fields
| Name | Description |
|---|---|
| CONSUMERGROUPVIEWBASIC | Include the name of the ConsumerGroup. This hides partition and topic metadata. |
| CONSUMERGROUPVIEWFULL | Include everything, including partition and topic metadata. This is the default value. |
| CONSUMERGROUPVIEWUNSPECIFIED | The default / unset value. The API will default to the FULL view. |