public final class AutoUpgradeOptions extends GeneratedMessageV3 implements AutoUpgradeOptionsOrBuilder
AutoUpgradeOptions defines the set of options for the user to control how the Auto Upgrades will proceed.Protobuf type
google.container.v1.AutoUpgradeOptions| Modifier and Type | Class and Description |
|---|---|
static class |
AutoUpgradeOptions.Builder
AutoUpgradeOptions defines the set of options for the user to control how
the Auto Upgrades will proceed.
|
GeneratedMessageV3.BuilderParent, GeneratedMessageV3.ExtendableBuilder<MessageType extends GeneratedMessageV3.ExtendableMessage,BuilderType extends GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, GeneratedMessageV3.ExtendableMessage<MessageType extends GeneratedMessageV3.ExtendableMessage>, GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends GeneratedMessageV3.ExtendableMessage>, GeneratedMessageV3.FieldAccessorTable| Modifier and Type | Field and Description |
|---|---|
static int |
AUTO_UPGRADE_START_TIME_FIELD_NUMBER |
static int |
DESCRIPTION_FIELD_NUMBER |
alwaysUseFieldBuilders, unknownFieldsmemoizedSizememoizedHashCode| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getAutoUpgradeStartTime()
[Output only] This field is set when upgrades are about to commence
with the approximate start time for the upgrades, in
[RFC3339](https://www.ietf.org/rfc/rfc3339.txt) text format.
|
ByteString |
getAutoUpgradeStartTimeBytes()
[Output only] This field is set when upgrades are about to commence
with the approximate start time for the upgrades, in
[RFC3339](https://www.ietf.org/rfc/rfc3339.txt) text format.
|
static AutoUpgradeOptions |
getDefaultInstance() |
AutoUpgradeOptions |
getDefaultInstanceForType() |
java.lang.String |
getDescription()
[Output only] This field is set when upgrades are about to commence
with the description of the upgrade.
|
ByteString |
getDescriptionBytes()
[Output only] This field is set when upgrades are about to commence
with the description of the upgrade.
|
static Descriptors.Descriptor |
getDescriptor() |
Parser<AutoUpgradeOptions> |
getParserForType() |
int |
getSerializedSize() |
UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
protected GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static AutoUpgradeOptions.Builder |
newBuilder() |
static AutoUpgradeOptions.Builder |
newBuilder(AutoUpgradeOptions prototype) |
AutoUpgradeOptions.Builder |
newBuilderForType() |
protected AutoUpgradeOptions.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent) |
static AutoUpgradeOptions |
parseDelimitedFrom(java.io.InputStream input) |
static AutoUpgradeOptions |
parseDelimitedFrom(java.io.InputStream input,
ExtensionRegistryLite extensionRegistry) |
static AutoUpgradeOptions |
parseFrom(byte[] data) |
static AutoUpgradeOptions |
parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static AutoUpgradeOptions |
parseFrom(java.nio.ByteBuffer data) |
static AutoUpgradeOptions |
parseFrom(java.nio.ByteBuffer data,
ExtensionRegistryLite extensionRegistry) |
static AutoUpgradeOptions |
parseFrom(ByteString data) |
static AutoUpgradeOptions |
parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry) |
static AutoUpgradeOptions |
parseFrom(CodedInputStream input) |
static AutoUpgradeOptions |
parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
static AutoUpgradeOptions |
parseFrom(java.io.InputStream input) |
static AutoUpgradeOptions |
parseFrom(java.io.InputStream input,
ExtensionRegistryLite extensionRegistry) |
static Parser<AutoUpgradeOptions> |
parser() |
AutoUpgradeOptions.Builder |
toBuilder() |
void |
writeTo(CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, newBuilderForType, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitfindInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneoftoByteArray, toByteString, writeDelimitedTo, writeTopublic static final int AUTO_UPGRADE_START_TIME_FIELD_NUMBER
public static final int DESCRIPTION_FIELD_NUMBER
public final UnknownFieldSet getUnknownFields()
getUnknownFields in interface MessageOrBuildergetUnknownFields in class GeneratedMessageV3public static final Descriptors.Descriptor getDescriptor()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class GeneratedMessageV3public java.lang.String getAutoUpgradeStartTime()
[Output only] This field is set when upgrades are about to commence with the approximate start time for the upgrades, in [RFC3339](https://www.ietf.org/rfc/rfc3339.txt) text format.
string auto_upgrade_start_time = 1;getAutoUpgradeStartTime in interface AutoUpgradeOptionsOrBuilderpublic ByteString getAutoUpgradeStartTimeBytes()
[Output only] This field is set when upgrades are about to commence with the approximate start time for the upgrades, in [RFC3339](https://www.ietf.org/rfc/rfc3339.txt) text format.
string auto_upgrade_start_time = 1;getAutoUpgradeStartTimeBytes in interface AutoUpgradeOptionsOrBuilderpublic java.lang.String getDescription()
[Output only] This field is set when upgrades are about to commence with the description of the upgrade.
string description = 2;getDescription in interface AutoUpgradeOptionsOrBuilderpublic ByteString getDescriptionBytes()
[Output only] This field is set when upgrades are about to commence with the description of the upgrade.
string description = 2;getDescriptionBytes in interface AutoUpgradeOptionsOrBuilderpublic final boolean isInitialized()
isInitialized in interface MessageLiteOrBuilderisInitialized in class GeneratedMessageV3public void writeTo(CodedOutputStream output) throws java.io.IOException
writeTo in interface MessageLitewriteTo in class GeneratedMessageV3java.io.IOExceptionpublic int getSerializedSize()
getSerializedSize in interface MessageLitegetSerializedSize in class GeneratedMessageV3public boolean equals(java.lang.Object obj)
equals in interface Messageequals in class AbstractMessagepublic int hashCode()
hashCode in interface MessagehashCode in class AbstractMessagepublic static AutoUpgradeOptions parseFrom(java.nio.ByteBuffer data) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static AutoUpgradeOptions parseFrom(java.nio.ByteBuffer data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static AutoUpgradeOptions parseFrom(ByteString data) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static AutoUpgradeOptions parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static AutoUpgradeOptions parseFrom(byte[] data) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static AutoUpgradeOptions parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static AutoUpgradeOptions parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static AutoUpgradeOptions parseFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static AutoUpgradeOptions parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static AutoUpgradeOptions parseDelimitedFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static AutoUpgradeOptions parseFrom(CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static AutoUpgradeOptions parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic AutoUpgradeOptions.Builder newBuilderForType()
newBuilderForType in interface MessagenewBuilderForType in interface MessageLitepublic static AutoUpgradeOptions.Builder newBuilder()
public static AutoUpgradeOptions.Builder newBuilder(AutoUpgradeOptions prototype)
public AutoUpgradeOptions.Builder toBuilder()
toBuilder in interface MessagetoBuilder in interface MessageLiteprotected AutoUpgradeOptions.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class GeneratedMessageV3public static AutoUpgradeOptions getDefaultInstance()
public static Parser<AutoUpgradeOptions> parser()
public Parser<AutoUpgradeOptions> getParserForType()
getParserForType in interface MessagegetParserForType in interface MessageLitegetParserForType in class GeneratedMessageV3public AutoUpgradeOptions getDefaultInstanceForType()
getDefaultInstanceForType in interface MessageLiteOrBuildergetDefaultInstanceForType in interface MessageOrBuilder