Show / Hide Table of Contents

Enum ProjectsResource.LocationsResource.ClustersResource.GetRequest.ViewEnum

Optional. Specifies the view of the Cluster resource to be returned. Defaults to CLUSTER_VIEW_BASIC. See the ClusterView enum for possible values.

Namespace: Google.Apis.ManagedKafka.v1
Assembly: Google.Apis.ManagedKafka.v1.dll
Syntax
public enum ProjectsResource.LocationsResource.ClustersResource.GetRequest.ViewEnum

Fields

Name Description
CLUSTERVIEWBASIC

Include the basic metadata of the Cluster. This is the default value (for both ListClusters and GetCluster).

CLUSTERVIEWFULL

Include everything, including data fetched from the Kafka cluster source of truth.

CLUSTERVIEWUNSPECIFIED

The default / unset value. The API will default to the BASIC view.

In this article
Back to top Generated by DocFX