public final class GkeAutoUpgradeConfig extends GeneratedMessage implements GkeAutoUpgradeConfigOrBuilderGkeAutoUpgradeConfig is the configuration for GKE auto upgrades.
Protobuf type google.container.v1.GkeAutoUpgradeConfig
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > GkeAutoUpgradeConfigImplements
GkeAutoUpgradeConfigOrBuilderStatic Fields
PATCH_MODE_FIELD_NUMBER
public static final int PATCH_MODE_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
Static Methods
getDefaultInstance()
public static GkeAutoUpgradeConfig getDefaultInstance()| Returns | |
|---|---|
| Type | Description |
GkeAutoUpgradeConfig |
|
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
newBuilder()
public static GkeAutoUpgradeConfig.Builder newBuilder()| Returns | |
|---|---|
| Type | Description |
GkeAutoUpgradeConfig.Builder |
|
newBuilder(GkeAutoUpgradeConfig prototype)
public static GkeAutoUpgradeConfig.Builder newBuilder(GkeAutoUpgradeConfig prototype)| Parameter | |
|---|---|
| Name | Description |
prototype |
GkeAutoUpgradeConfig |
| Returns | |
|---|---|
| Type | Description |
GkeAutoUpgradeConfig.Builder |
|
parseDelimitedFrom(InputStream input)
public static GkeAutoUpgradeConfig parseDelimitedFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
GkeAutoUpgradeConfig |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static GkeAutoUpgradeConfig parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
GkeAutoUpgradeConfig |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(byte[] data)
public static GkeAutoUpgradeConfig parseFrom(byte[] data)| Parameter | |
|---|---|
| Name | Description |
data |
byte[] |
| Returns | |
|---|---|
| Type | Description |
GkeAutoUpgradeConfig |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static GkeAutoUpgradeConfig parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
GkeAutoUpgradeConfig |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data)
public static GkeAutoUpgradeConfig parseFrom(ByteString data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteString |
| Returns | |
|---|---|
| Type | Description |
GkeAutoUpgradeConfig |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static GkeAutoUpgradeConfig parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
GkeAutoUpgradeConfig |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(CodedInputStream input)
public static GkeAutoUpgradeConfig parseFrom(CodedInputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
CodedInputStream |
| Returns | |
|---|---|
| Type | Description |
GkeAutoUpgradeConfig |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static GkeAutoUpgradeConfig parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
GkeAutoUpgradeConfig |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input)
public static GkeAutoUpgradeConfig parseFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
GkeAutoUpgradeConfig |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static GkeAutoUpgradeConfig parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
GkeAutoUpgradeConfig |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(ByteBuffer data)
public static GkeAutoUpgradeConfig parseFrom(ByteBuffer data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteBuffer |
| Returns | |
|---|---|
| Type | Description |
GkeAutoUpgradeConfig |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static GkeAutoUpgradeConfig parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
GkeAutoUpgradeConfig |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parser()
public static Parser<GkeAutoUpgradeConfig> parser()| Returns | |
|---|---|
| Type | Description |
Parser<GkeAutoUpgradeConfig> |
|
Methods
equals(Object obj)
public boolean equals(Object obj)| Parameter | |
|---|---|
| Name | Description |
obj |
Object |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getDefaultInstanceForType()
public GkeAutoUpgradeConfig getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
GkeAutoUpgradeConfig |
|
getParserForType()
public Parser<GkeAutoUpgradeConfig> getParserForType()| Returns | |
|---|---|
| Type | Description |
Parser<GkeAutoUpgradeConfig> |
|
getPatchMode()
public GkeAutoUpgradeConfig.PatchMode getPatchMode()PatchMode specifies how auto upgrade patch builds should be selected.
.google.container.v1.GkeAutoUpgradeConfig.PatchMode patch_mode = 1;
| Returns | |
|---|---|
| Type | Description |
GkeAutoUpgradeConfig.PatchMode |
The patchMode. |
getPatchModeValue()
public int getPatchModeValue()PatchMode specifies how auto upgrade patch builds should be selected.
.google.container.v1.GkeAutoUpgradeConfig.PatchMode patch_mode = 1;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for patchMode. |
getSerializedSize()
public int getSerializedSize()| Returns | |
|---|---|
| Type | Description |
int |
|
hashCode()
public int hashCode()| Returns | |
|---|---|
| Type | Description |
int |
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
newBuilderForType()
public GkeAutoUpgradeConfig.Builder newBuilderForType()| Returns | |
|---|---|
| Type | Description |
GkeAutoUpgradeConfig.Builder |
|
newBuilderForType(AbstractMessage.BuilderParent parent)
protected GkeAutoUpgradeConfig.Builder newBuilderForType(AbstractMessage.BuilderParent parent)| Parameter | |
|---|---|
| Name | Description |
parent |
BuilderParent |
| Returns | |
|---|---|
| Type | Description |
GkeAutoUpgradeConfig.Builder |
|
toBuilder()
public GkeAutoUpgradeConfig.Builder toBuilder()| Returns | |
|---|---|
| Type | Description |
GkeAutoUpgradeConfig.Builder |
|
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)| Parameter | |
|---|---|
| Name | Description |
output |
CodedOutputStream |
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|