public static final class AutoUpgradeOptions.Builder extends GeneratedMessageV3.Builder<AutoUpgradeOptions.Builder> implements AutoUpgradeOptionsOrBuilder
AutoUpgradeOptions defines the set of options for the user to control how
the Auto Upgrades will proceed.
Protobuf type google.container.v1beta1.AutoUpgradeOptions
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public AutoUpgradeOptions.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public AutoUpgradeOptions build()
buildPartial()
public AutoUpgradeOptions buildPartial()
clear()
public AutoUpgradeOptions.Builder clear()
Overrides
clearAutoUpgradeStartTime()
public AutoUpgradeOptions.Builder clearAutoUpgradeStartTime()
[Output only] This field is set when upgrades are about to commence
with the approximate start time for the upgrades, in
RFC3339 text format.
string auto_upgrade_start_time = 1;
clearDescription()
public AutoUpgradeOptions.Builder clearDescription()
[Output only] This field is set when upgrades are about to commence
with the description of the upgrade.
string description = 2;
clearField(Descriptors.FieldDescriptor field)
public AutoUpgradeOptions.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public AutoUpgradeOptions.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clone()
public AutoUpgradeOptions.Builder clone()
Overrides
getAutoUpgradeStartTime()
public String getAutoUpgradeStartTime()
[Output only] This field is set when upgrades are about to commence
with the approximate start time for the upgrades, in
RFC3339 text format.
string auto_upgrade_start_time = 1;
Returns |
---|
Type | Description |
String | The autoUpgradeStartTime.
|
getAutoUpgradeStartTimeBytes()
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 text format.
string auto_upgrade_start_time = 1;
Returns |
---|
Type | Description |
ByteString | The bytes for autoUpgradeStartTime.
|
getDefaultInstanceForType()
public AutoUpgradeOptions getDefaultInstanceForType()
getDescription()
public String getDescription()
[Output only] This field is set when upgrades are about to commence
with the description of the upgrade.
string description = 2;
Returns |
---|
Type | Description |
String | The description.
|
getDescriptionBytes()
public ByteString getDescriptionBytes()
[Output only] This field is set when upgrades are about to commence
with the description of the upgrade.
string description = 2;
Returns |
---|
Type | Description |
ByteString | The bytes for description.
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(AutoUpgradeOptions other)
public AutoUpgradeOptions.Builder mergeFrom(AutoUpgradeOptions other)
public AutoUpgradeOptions.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public AutoUpgradeOptions.Builder mergeFrom(Message other)
Parameter |
---|
Name | Description |
other | Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final AutoUpgradeOptions.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
setAutoUpgradeStartTime(String value)