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, unknownFields
memoizedSize
memoizedHashCode
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, writeStringNoTag
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
toByteArray, toByteString, writeDelimitedTo, writeTo
public static final int AUTO_UPGRADE_START_TIME_FIELD_NUMBER
public static final int DESCRIPTION_FIELD_NUMBER
public final UnknownFieldSet getUnknownFields()
getUnknownFields
in interface MessageOrBuilder
getUnknownFields
in class GeneratedMessageV3
public static final Descriptors.Descriptor getDescriptor()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class GeneratedMessageV3
public 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 AutoUpgradeOptionsOrBuilder
public 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 AutoUpgradeOptionsOrBuilder
public 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 AutoUpgradeOptionsOrBuilder
public 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 AutoUpgradeOptionsOrBuilder
public final boolean isInitialized()
isInitialized
in interface MessageLiteOrBuilder
isInitialized
in class GeneratedMessageV3
public void writeTo(CodedOutputStream output) throws java.io.IOException
writeTo
in interface MessageLite
writeTo
in class GeneratedMessageV3
java.io.IOException
public int getSerializedSize()
getSerializedSize
in interface MessageLite
getSerializedSize
in class GeneratedMessageV3
public boolean equals(java.lang.Object obj)
equals
in interface Message
equals
in class AbstractMessage
public int hashCode()
hashCode
in interface Message
hashCode
in class AbstractMessage
public static AutoUpgradeOptions parseFrom(java.nio.ByteBuffer data) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static AutoUpgradeOptions parseFrom(java.nio.ByteBuffer data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static AutoUpgradeOptions parseFrom(ByteString data) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static AutoUpgradeOptions parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static AutoUpgradeOptions parseFrom(byte[] data) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static AutoUpgradeOptions parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static AutoUpgradeOptions parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static AutoUpgradeOptions parseFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static AutoUpgradeOptions parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static AutoUpgradeOptions parseDelimitedFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static AutoUpgradeOptions parseFrom(CodedInputStream input) throws java.io.IOException
java.io.IOException
public static AutoUpgradeOptions parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public AutoUpgradeOptions.Builder newBuilderForType()
newBuilderForType
in interface Message
newBuilderForType
in interface MessageLite
public static AutoUpgradeOptions.Builder newBuilder()
public static AutoUpgradeOptions.Builder newBuilder(AutoUpgradeOptions prototype)
public AutoUpgradeOptions.Builder toBuilder()
toBuilder
in interface Message
toBuilder
in interface MessageLite
protected AutoUpgradeOptions.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
newBuilderForType
in class GeneratedMessageV3
public static AutoUpgradeOptions getDefaultInstance()
public static Parser<AutoUpgradeOptions> parser()
public Parser<AutoUpgradeOptions> getParserForType()
getParserForType
in interface Message
getParserForType
in interface MessageLite
getParserForType
in class GeneratedMessageV3
public AutoUpgradeOptions getDefaultInstanceForType()
getDefaultInstanceForType
in interface MessageLiteOrBuilder
getDefaultInstanceForType
in interface MessageOrBuilder