Package com.google.container.v1beta1
Interface AutoUpgradeOptionsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AutoUpgradeOptions
,AutoUpgradeOptions.Builder
public interface AutoUpgradeOptionsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description 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.com.google.protobuf.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
getDescription()
[Output only] This field is set when upgrades are about to commence with the description of the upgrade.com.google.protobuf.ByteString
getDescriptionBytes()
[Output only] This field is set when upgrades are about to commence with the description of the upgrade.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getAutoUpgradeStartTime
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;
- Returns:
- The autoUpgradeStartTime.
-
getAutoUpgradeStartTimeBytes
com.google.protobuf.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;
- Returns:
- The bytes for autoUpgradeStartTime.
-
getDescription
String getDescription()
[Output only] This field is set when upgrades are about to commence with the description of the upgrade.
string description = 2;
- Returns:
- The description.
-
getDescriptionBytes
com.google.protobuf.ByteString getDescriptionBytes()
[Output only] This field is set when upgrades are about to commence with the description of the upgrade.
string description = 2;
- Returns:
- The bytes for description.
-
-