public final class EnterpriseConfig extends GeneratedMessage implements EnterpriseConfigOrBuilderEnterpriseConfig is the cluster enterprise configuration.
Deprecated: GKE Enterprise features are now available without an Enterprise tier.
Protobuf type google.container.v1beta1.EnterpriseConfig
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > EnterpriseConfigImplements
EnterpriseConfigOrBuilderStatic Fields
CLUSTER_TIER_FIELD_NUMBER (deprecated)
public static final int CLUSTER_TIER_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
DESIRED_TIER_FIELD_NUMBER (deprecated)
public static final int DESIRED_TIER_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
Static Methods
getDefaultInstance() (deprecated)
public static EnterpriseConfig getDefaultInstance()| Returns | |
|---|---|
| Type | Description |
EnterpriseConfig |
|
getDescriptor() (deprecated)
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
newBuilder() (deprecated)
public static EnterpriseConfig.Builder newBuilder()| Returns | |
|---|---|
| Type | Description |
EnterpriseConfig.Builder |
|
newBuilder(EnterpriseConfig prototype) (deprecated)
public static EnterpriseConfig.Builder newBuilder(EnterpriseConfig prototype)| Parameter | |
|---|---|
| Name | Description |
prototype |
EnterpriseConfig |
| Returns | |
|---|---|
| Type | Description |
EnterpriseConfig.Builder |
|
parseDelimitedFrom(InputStream input) (deprecated)
public static EnterpriseConfig parseDelimitedFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
EnterpriseConfig |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry) (deprecated)
public static EnterpriseConfig parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
EnterpriseConfig |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(byte[] data) (deprecated)
public static EnterpriseConfig parseFrom(byte[] data)| Parameter | |
|---|---|
| Name | Description |
data |
byte[] |
| Returns | |
|---|---|
| Type | Description |
EnterpriseConfig |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) (deprecated)
public static EnterpriseConfig parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
EnterpriseConfig |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data) (deprecated)
public static EnterpriseConfig parseFrom(ByteString data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteString |
| Returns | |
|---|---|
| Type | Description |
EnterpriseConfig |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) (deprecated)
public static EnterpriseConfig parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
EnterpriseConfig |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(CodedInputStream input) (deprecated)
public static EnterpriseConfig parseFrom(CodedInputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
CodedInputStream |
| Returns | |
|---|---|
| Type | Description |
EnterpriseConfig |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) (deprecated)
public static EnterpriseConfig parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
EnterpriseConfig |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input) (deprecated)
public static EnterpriseConfig parseFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
EnterpriseConfig |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry) (deprecated)
public static EnterpriseConfig parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
EnterpriseConfig |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(ByteBuffer data) (deprecated)
public static EnterpriseConfig parseFrom(ByteBuffer data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteBuffer |
| Returns | |
|---|---|
| Type | Description |
EnterpriseConfig |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry) (deprecated)
public static EnterpriseConfig parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
EnterpriseConfig |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parser() (deprecated)
public static Parser<EnterpriseConfig> parser()| Returns | |
|---|---|
| Type | Description |
Parser<EnterpriseConfig> |
|
Methods
equals(Object obj) (deprecated)
public boolean equals(Object obj)| Parameter | |
|---|---|
| Name | Description |
obj |
Object |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getClusterTier() (deprecated)
public EnterpriseConfig.ClusterTier getClusterTier()Output only. cluster_tier indicates the effective tier of the cluster.
.google.container.v1beta1.EnterpriseConfig.ClusterTier cluster_tier = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
EnterpriseConfig.ClusterTier |
The clusterTier. |
getClusterTierValue() (deprecated)
public int getClusterTierValue()Output only. cluster_tier indicates the effective tier of the cluster.
.google.container.v1beta1.EnterpriseConfig.ClusterTier cluster_tier = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for clusterTier. |
getDefaultInstanceForType() (deprecated)
public EnterpriseConfig getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
EnterpriseConfig |
|
getDesiredTier() (deprecated)
public EnterpriseConfig.ClusterTier getDesiredTier()desired_tier specifies the desired tier of the cluster.
.google.container.v1beta1.EnterpriseConfig.ClusterTier desired_tier = 2;
| Returns | |
|---|---|
| Type | Description |
EnterpriseConfig.ClusterTier |
The desiredTier. |
getDesiredTierValue() (deprecated)
public int getDesiredTierValue()desired_tier specifies the desired tier of the cluster.
.google.container.v1beta1.EnterpriseConfig.ClusterTier desired_tier = 2;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for desiredTier. |
getParserForType() (deprecated)
public Parser<EnterpriseConfig> getParserForType()| Returns | |
|---|---|
| Type | Description |
Parser<EnterpriseConfig> |
|
getSerializedSize() (deprecated)
public int getSerializedSize()| Returns | |
|---|---|
| Type | Description |
int |
|
hashCode() (deprecated)
public int hashCode()| Returns | |
|---|---|
| Type | Description |
int |
|
internalGetFieldAccessorTable() (deprecated)
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized() (deprecated)
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
newBuilderForType() (deprecated)
public EnterpriseConfig.Builder newBuilderForType()| Returns | |
|---|---|
| Type | Description |
EnterpriseConfig.Builder |
|
newBuilderForType(AbstractMessage.BuilderParent parent) (deprecated)
protected EnterpriseConfig.Builder newBuilderForType(AbstractMessage.BuilderParent parent)| Parameter | |
|---|---|
| Name | Description |
parent |
BuilderParent |
| Returns | |
|---|---|
| Type | Description |
EnterpriseConfig.Builder |
|
toBuilder() (deprecated)
public EnterpriseConfig.Builder toBuilder()| Returns | |
|---|---|
| Type | Description |
EnterpriseConfig.Builder |
|
writeTo(CodedOutputStream output) (deprecated)
public void writeTo(CodedOutputStream output)| Parameter | |
|---|---|
| Name | Description |
output |
CodedOutputStream |
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|