Package com.google.container.v1beta1
Interface UpgradeEventOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
UpgradeEvent,UpgradeEvent.Builder
public interface UpgradeEventOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetCurrentVersion()The current version before the upgrade.com.google.protobuf.ByteStringgetCurrentVersionBytes()The current version before the upgrade.StringgetOperation()The operation associated with this upgrade.com.google.protobuf.ByteStringgetOperationBytes()The operation associated with this upgrade.com.google.protobuf.TimestampgetOperationStartTime()The time when the operation was started.com.google.protobuf.TimestampOrBuildergetOperationStartTimeOrBuilder()The time when the operation was started.StringgetResource()Optional relative path to the resource.com.google.protobuf.ByteStringgetResourceBytes()Optional relative path to the resource.UpgradeResourceTypegetResourceType()The resource type that is upgrading.intgetResourceTypeValue()The resource type that is upgrading.StringgetTargetVersion()The target version for the upgrade.com.google.protobuf.ByteStringgetTargetVersionBytes()The target version for the upgrade.booleanhasOperationStartTime()The time when the operation was started.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getResourceTypeValue
int getResourceTypeValue()
The resource type that is upgrading.
.google.container.v1beta1.UpgradeResourceType resource_type = 1;- Returns:
- The enum numeric value on the wire for resourceType.
-
getResourceType
UpgradeResourceType getResourceType()
The resource type that is upgrading.
.google.container.v1beta1.UpgradeResourceType resource_type = 1;- Returns:
- The resourceType.
-
getOperation
String getOperation()
The operation associated with this upgrade.
string operation = 2;- Returns:
- The operation.
-
getOperationBytes
com.google.protobuf.ByteString getOperationBytes()
The operation associated with this upgrade.
string operation = 2;- Returns:
- The bytes for operation.
-
hasOperationStartTime
boolean hasOperationStartTime()
The time when the operation was started.
.google.protobuf.Timestamp operation_start_time = 3;- Returns:
- Whether the operationStartTime field is set.
-
getOperationStartTime
com.google.protobuf.Timestamp getOperationStartTime()
The time when the operation was started.
.google.protobuf.Timestamp operation_start_time = 3;- Returns:
- The operationStartTime.
-
getOperationStartTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getOperationStartTimeOrBuilder()
The time when the operation was started.
.google.protobuf.Timestamp operation_start_time = 3;
-
getCurrentVersion
String getCurrentVersion()
The current version before the upgrade.
string current_version = 4;- Returns:
- The currentVersion.
-
getCurrentVersionBytes
com.google.protobuf.ByteString getCurrentVersionBytes()
The current version before the upgrade.
string current_version = 4;- Returns:
- The bytes for currentVersion.
-
getTargetVersion
String getTargetVersion()
The target version for the upgrade.
string target_version = 5;- Returns:
- The targetVersion.
-
getTargetVersionBytes
com.google.protobuf.ByteString getTargetVersionBytes()
The target version for the upgrade.
string target_version = 5;- Returns:
- The bytes for targetVersion.
-
getResource
String getResource()
Optional relative path to the resource. For example in node pool upgrades, the relative path of the node pool.
string resource = 6;- Returns:
- The resource.
-
getResourceBytes
com.google.protobuf.ByteString getResourceBytes()
Optional relative path to the resource. For example in node pool upgrades, the relative path of the node pool.
string resource = 6;- Returns:
- The bytes for resource.
-
-