- 2.56.0 (latest)
- 2.55.0
- 2.54.0
- 2.52.0
- 2.51.0
- 2.50.0
- 2.49.0
- 2.48.0
- 2.47.0
- 2.46.0
- 2.45.0
- 2.44.0
- 2.43.0
- 2.42.0
- 2.40.0
- 2.39.0
- 2.38.0
- 2.37.0
- 2.36.0
- 2.35.0
- 2.34.0
- 2.33.0
- 2.32.0
- 2.31.0
- 2.30.0
- 2.27.0
- 2.26.0
- 2.25.0
- 2.24.0
- 2.23.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.18.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.12.0
- 2.11.0
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.2
- 2.4.1
- 2.3.8
public static final class UpgradeEvent.Builder extends GeneratedMessageV3.Builder<UpgradeEvent.Builder> implements UpgradeEventOrBuilder
UpgradeEvent is a notification sent to customers by the cluster server when a resource is upgrading.
Protobuf type google.container.v1.UpgradeEvent
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > UpgradeEvent.BuilderImplements
UpgradeEventOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public UpgradeEvent.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
UpgradeEvent.Builder |
build()
public UpgradeEvent build()
Type | Description |
UpgradeEvent |
buildPartial()
public UpgradeEvent buildPartial()
Type | Description |
UpgradeEvent |
clear()
public UpgradeEvent.Builder clear()
Type | Description |
UpgradeEvent.Builder |
clearCurrentVersion()
public UpgradeEvent.Builder clearCurrentVersion()
The current version before the upgrade.
string current_version = 4;
Type | Description |
UpgradeEvent.Builder | This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public UpgradeEvent.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
UpgradeEvent.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public UpgradeEvent.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
UpgradeEvent.Builder |
clearOperation()
public UpgradeEvent.Builder clearOperation()
The operation associated with this upgrade.
string operation = 2;
Type | Description |
UpgradeEvent.Builder | This builder for chaining. |
clearOperationStartTime()
public UpgradeEvent.Builder clearOperationStartTime()
The time when the operation was started.
.google.protobuf.Timestamp operation_start_time = 3;
Type | Description |
UpgradeEvent.Builder |
clearResource()
public UpgradeEvent.Builder clearResource()
Optional relative path to the resource. For example in node pool upgrades, the relative path of the node pool.
string resource = 6;
Type | Description |
UpgradeEvent.Builder | This builder for chaining. |
clearResourceType()
public UpgradeEvent.Builder clearResourceType()
The resource type that is upgrading.
.google.container.v1.UpgradeResourceType resource_type = 1;
Type | Description |
UpgradeEvent.Builder | This builder for chaining. |
clearTargetVersion()
public UpgradeEvent.Builder clearTargetVersion()
The target version for the upgrade.
string target_version = 5;
Type | Description |
UpgradeEvent.Builder | This builder for chaining. |
clone()
public UpgradeEvent.Builder clone()
Type | Description |
UpgradeEvent.Builder |
getCurrentVersion()
public String getCurrentVersion()
The current version before the upgrade.
string current_version = 4;
Type | Description |
String | The currentVersion. |
getCurrentVersionBytes()
public ByteString getCurrentVersionBytes()
The current version before the upgrade.
string current_version = 4;
Type | Description |
ByteString | The bytes for currentVersion. |
getDefaultInstanceForType()
public UpgradeEvent getDefaultInstanceForType()
Type | Description |
UpgradeEvent |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
getOperation()
public String getOperation()
The operation associated with this upgrade.
string operation = 2;
Type | Description |
String | The operation. |
getOperationBytes()
public ByteString getOperationBytes()
The operation associated with this upgrade.
string operation = 2;
Type | Description |
ByteString | The bytes for operation. |
getOperationStartTime()
public Timestamp getOperationStartTime()
The time when the operation was started.
.google.protobuf.Timestamp operation_start_time = 3;
Type | Description |
Timestamp | The operationStartTime. |
getOperationStartTimeBuilder()
public Timestamp.Builder getOperationStartTimeBuilder()
The time when the operation was started.
.google.protobuf.Timestamp operation_start_time = 3;
Type | Description |
Builder |
getOperationStartTimeOrBuilder()
public TimestampOrBuilder getOperationStartTimeOrBuilder()
The time when the operation was started.
.google.protobuf.Timestamp operation_start_time = 3;
Type | Description |
TimestampOrBuilder |
getResource()
public String getResource()
Optional relative path to the resource. For example in node pool upgrades, the relative path of the node pool.
string resource = 6;
Type | Description |
String | The resource. |
getResourceBytes()
public ByteString getResourceBytes()
Optional relative path to the resource. For example in node pool upgrades, the relative path of the node pool.
string resource = 6;
Type | Description |
ByteString | The bytes for resource. |
getResourceType()
public UpgradeResourceType getResourceType()
The resource type that is upgrading.
.google.container.v1.UpgradeResourceType resource_type = 1;
Type | Description |
UpgradeResourceType | The resourceType. |
getResourceTypeValue()
public int getResourceTypeValue()
The resource type that is upgrading.
.google.container.v1.UpgradeResourceType resource_type = 1;
Type | Description |
int | The enum numeric value on the wire for resourceType. |
getTargetVersion()
public String getTargetVersion()
The target version for the upgrade.
string target_version = 5;
Type | Description |
String | The targetVersion. |
getTargetVersionBytes()
public ByteString getTargetVersionBytes()
The target version for the upgrade.
string target_version = 5;
Type | Description |
ByteString | The bytes for targetVersion. |
hasOperationStartTime()
public boolean hasOperationStartTime()
The time when the operation was started.
.google.protobuf.Timestamp operation_start_time = 3;
Type | Description |
boolean | Whether the operationStartTime field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeFrom(UpgradeEvent other)
public UpgradeEvent.Builder mergeFrom(UpgradeEvent other)
Name | Description |
other | UpgradeEvent |
Type | Description |
UpgradeEvent.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public UpgradeEvent.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
UpgradeEvent.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public UpgradeEvent.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
UpgradeEvent.Builder |
mergeOperationStartTime(Timestamp value)
public UpgradeEvent.Builder mergeOperationStartTime(Timestamp value)
The time when the operation was started.
.google.protobuf.Timestamp operation_start_time = 3;
Name | Description |
value | Timestamp |
Type | Description |
UpgradeEvent.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final UpgradeEvent.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
UpgradeEvent.Builder |
setCurrentVersion(String value)
public UpgradeEvent.Builder setCurrentVersion(String value)
The current version before the upgrade.
string current_version = 4;
Name | Description |
value | String The currentVersion to set. |
Type | Description |
UpgradeEvent.Builder | This builder for chaining. |
setCurrentVersionBytes(ByteString value)
public UpgradeEvent.Builder setCurrentVersionBytes(ByteString value)
The current version before the upgrade.
string current_version = 4;
Name | Description |
value | ByteString The bytes for currentVersion to set. |
Type | Description |
UpgradeEvent.Builder | This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public UpgradeEvent.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
UpgradeEvent.Builder |
setOperation(String value)
public UpgradeEvent.Builder setOperation(String value)
The operation associated with this upgrade.
string operation = 2;
Name | Description |
value | String The operation to set. |
Type | Description |
UpgradeEvent.Builder | This builder for chaining. |
setOperationBytes(ByteString value)
public UpgradeEvent.Builder setOperationBytes(ByteString value)
The operation associated with this upgrade.
string operation = 2;
Name | Description |
value | ByteString The bytes for operation to set. |
Type | Description |
UpgradeEvent.Builder | This builder for chaining. |
setOperationStartTime(Timestamp value)
public UpgradeEvent.Builder setOperationStartTime(Timestamp value)
The time when the operation was started.
.google.protobuf.Timestamp operation_start_time = 3;
Name | Description |
value | Timestamp |
Type | Description |
UpgradeEvent.Builder |
setOperationStartTime(Timestamp.Builder builderForValue)
public UpgradeEvent.Builder setOperationStartTime(Timestamp.Builder builderForValue)
The time when the operation was started.
.google.protobuf.Timestamp operation_start_time = 3;
Name | Description |
builderForValue | Builder |
Type | Description |
UpgradeEvent.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public UpgradeEvent.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
UpgradeEvent.Builder |
setResource(String value)
public UpgradeEvent.Builder setResource(String value)
Optional relative path to the resource. For example in node pool upgrades, the relative path of the node pool.
string resource = 6;
Name | Description |
value | String The resource to set. |
Type | Description |
UpgradeEvent.Builder | This builder for chaining. |
setResourceBytes(ByteString value)
public UpgradeEvent.Builder setResourceBytes(ByteString value)
Optional relative path to the resource. For example in node pool upgrades, the relative path of the node pool.
string resource = 6;
Name | Description |
value | ByteString The bytes for resource to set. |
Type | Description |
UpgradeEvent.Builder | This builder for chaining. |
setResourceType(UpgradeResourceType value)
public UpgradeEvent.Builder setResourceType(UpgradeResourceType value)
The resource type that is upgrading.
.google.container.v1.UpgradeResourceType resource_type = 1;
Name | Description |
value | UpgradeResourceType The resourceType to set. |
Type | Description |
UpgradeEvent.Builder | This builder for chaining. |
setResourceTypeValue(int value)
public UpgradeEvent.Builder setResourceTypeValue(int value)
The resource type that is upgrading.
.google.container.v1.UpgradeResourceType resource_type = 1;
Name | Description |
value | int The enum numeric value on the wire for resourceType to set. |
Type | Description |
UpgradeEvent.Builder | This builder for chaining. |
setTargetVersion(String value)
public UpgradeEvent.Builder setTargetVersion(String value)
The target version for the upgrade.
string target_version = 5;
Name | Description |
value | String The targetVersion to set. |
Type | Description |
UpgradeEvent.Builder | This builder for chaining. |
setTargetVersionBytes(ByteString value)
public UpgradeEvent.Builder setTargetVersionBytes(ByteString value)
The target version for the upgrade.
string target_version = 5;
Name | Description |
value | ByteString The bytes for targetVersion to set. |
Type | Description |
UpgradeEvent.Builder | This builder for chaining. |
setUnknownFields(UnknownFieldSet unknownFields)
public final UpgradeEvent.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
UpgradeEvent.Builder |