Enum ProjectsResource.LocationsResource.ClustersResource.GetRequest.ViewEnum
Optional. The view of the cluster to return. Returns all default fields if not set.
Namespace: Google.Apis.CloudAlloyDBAdmin.v1
Assembly: Google.Apis.CloudAlloyDBAdmin.v1.dll
Syntax
public enum ProjectsResource.LocationsResource.ClustersResource.GetRequest.ViewEnum
Fields
Name | Description |
---|---|
CLUSTERVIEWBASIC | BASIC server responses include all the relevant cluster details, excluding Cluster.ContinuousBackupInfo.EarliestRestorableTime and other view-specific fields. The default value. |
CLUSTERVIEWCONTINUOUSBACKUP | CONTINUOUS_BACKUP response returns all the fields from BASIC plus the earliest restorable time if continuous backups are enabled. May increase latency. |
CLUSTERVIEWUNSPECIFIED | CLUSTER_VIEW_UNSPECIFIED Not specified, equivalent to BASIC. |