| Modifier and Type | Method and Description |
|---|---|
static Cluster.ClusterType |
Cluster.ClusterType.forNumber(int value) |
Cluster.ClusterType |
Cluster.getClusterType()
Output only.
|
Cluster.ClusterType |
Cluster.Builder.getClusterType()
Output only.
|
Cluster.ClusterType |
ClusterOrBuilder.getClusterType()
Output only.
|
Cluster.ClusterType |
UpgradeClusterResponse.ClusterUpgradeDetailsOrBuilder.getClusterType()
Cluster type which can either be primary or secondary.
|
Cluster.ClusterType |
UpgradeClusterResponse.ClusterUpgradeDetails.getClusterType()
Cluster type which can either be primary or secondary.
|
Cluster.ClusterType |
UpgradeClusterResponse.ClusterUpgradeDetails.Builder.getClusterType()
Cluster type which can either be primary or secondary.
|
static Cluster.ClusterType |
Cluster.ClusterType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Cluster.ClusterType |
Cluster.ClusterType.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Cluster.ClusterType |
Cluster.ClusterType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Cluster.ClusterType[] |
Cluster.ClusterType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<Cluster.ClusterType> |
Cluster.ClusterType.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
Cluster.Builder |
Cluster.Builder.setClusterType(Cluster.ClusterType value)
Output only.
|
UpgradeClusterResponse.ClusterUpgradeDetails.Builder |
UpgradeClusterResponse.ClusterUpgradeDetails.Builder.setClusterType(Cluster.ClusterType value)
Cluster type which can either be primary or secondary.
|
Copyright © 2025 Google LLC. All rights reserved.