public static final class NodePool.UpdateInfo extends GeneratedMessage implements NodePool.UpdateInfoOrBuilderUpdateInfo contains resource (instance groups, etc), status and other intermediate information relevant to a node pool upgrade.
Protobuf type google.container.v1beta1.NodePool.UpdateInfo
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > NodePool.UpdateInfoImplements
NodePool.UpdateInfoOrBuilderStatic Fields
BLUE_GREEN_INFO_FIELD_NUMBER
public static final int BLUE_GREEN_INFO_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
Static Methods
getDefaultInstance()
public static NodePool.UpdateInfo getDefaultInstance()| Returns | |
|---|---|
| Type | Description |
NodePool.UpdateInfo |
|
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
newBuilder()
public static NodePool.UpdateInfo.Builder newBuilder()| Returns | |
|---|---|
| Type | Description |
NodePool.UpdateInfo.Builder |
|
newBuilder(NodePool.UpdateInfo prototype)
public static NodePool.UpdateInfo.Builder newBuilder(NodePool.UpdateInfo prototype)| Parameter | |
|---|---|
| Name | Description |
prototype |
NodePool.UpdateInfo |
| Returns | |
|---|---|
| Type | Description |
NodePool.UpdateInfo.Builder |
|
parseDelimitedFrom(InputStream input)
public static NodePool.UpdateInfo parseDelimitedFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
NodePool.UpdateInfo |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static NodePool.UpdateInfo parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
NodePool.UpdateInfo |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(byte[] data)
public static NodePool.UpdateInfo parseFrom(byte[] data)| Parameter | |
|---|---|
| Name | Description |
data |
byte[] |
| Returns | |
|---|---|
| Type | Description |
NodePool.UpdateInfo |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static NodePool.UpdateInfo parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
NodePool.UpdateInfo |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data)
public static NodePool.UpdateInfo parseFrom(ByteString data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteString |
| Returns | |
|---|---|
| Type | Description |
NodePool.UpdateInfo |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static NodePool.UpdateInfo parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
NodePool.UpdateInfo |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(CodedInputStream input)
public static NodePool.UpdateInfo parseFrom(CodedInputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
CodedInputStream |
| Returns | |
|---|---|
| Type | Description |
NodePool.UpdateInfo |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static NodePool.UpdateInfo parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
NodePool.UpdateInfo |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input)
public static NodePool.UpdateInfo parseFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
NodePool.UpdateInfo |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static NodePool.UpdateInfo parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
NodePool.UpdateInfo |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(ByteBuffer data)
public static NodePool.UpdateInfo parseFrom(ByteBuffer data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteBuffer |
| Returns | |
|---|---|
| Type | Description |
NodePool.UpdateInfo |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static NodePool.UpdateInfo parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
NodePool.UpdateInfo |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parser()
public static Parser<NodePool.UpdateInfo> parser()| Returns | |
|---|---|
| Type | Description |
Parser<UpdateInfo> |
|
Methods
equals(Object obj)
public boolean equals(Object obj)| Parameter | |
|---|---|
| Name | Description |
obj |
Object |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getBlueGreenInfo()
public NodePool.UpdateInfo.BlueGreenInfo getBlueGreenInfo()Information of a blue-green upgrade.
.google.container.v1beta1.NodePool.UpdateInfo.BlueGreenInfo blue_green_info = 1;
| Returns | |
|---|---|
| Type | Description |
NodePool.UpdateInfo.BlueGreenInfo |
The blueGreenInfo. |
getBlueGreenInfoOrBuilder()
public NodePool.UpdateInfo.BlueGreenInfoOrBuilder getBlueGreenInfoOrBuilder()Information of a blue-green upgrade.
.google.container.v1beta1.NodePool.UpdateInfo.BlueGreenInfo blue_green_info = 1;
| Returns | |
|---|---|
| Type | Description |
NodePool.UpdateInfo.BlueGreenInfoOrBuilder |
|
getDefaultInstanceForType()
public NodePool.UpdateInfo getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
NodePool.UpdateInfo |
|
getParserForType()
public Parser<NodePool.UpdateInfo> getParserForType()| Returns | |
|---|---|
| Type | Description |
Parser<UpdateInfo> |
|
getSerializedSize()
public int getSerializedSize()| Returns | |
|---|---|
| Type | Description |
int |
|
hasBlueGreenInfo()
public boolean hasBlueGreenInfo()Information of a blue-green upgrade.
.google.container.v1beta1.NodePool.UpdateInfo.BlueGreenInfo blue_green_info = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the blueGreenInfo field is set. |
hashCode()
public int hashCode()| Returns | |
|---|---|
| Type | Description |
int |
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
newBuilderForType()
public NodePool.UpdateInfo.Builder newBuilderForType()| Returns | |
|---|---|
| Type | Description |
NodePool.UpdateInfo.Builder |
|
newBuilderForType(AbstractMessage.BuilderParent parent)
protected NodePool.UpdateInfo.Builder newBuilderForType(AbstractMessage.BuilderParent parent)| Parameter | |
|---|---|
| Name | Description |
parent |
BuilderParent |
| Returns | |
|---|---|
| Type | Description |
NodePool.UpdateInfo.Builder |
|
toBuilder()
public NodePool.UpdateInfo.Builder toBuilder()| Returns | |
|---|---|
| Type | Description |
NodePool.UpdateInfo.Builder |
|
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)| Parameter | |
|---|---|
| Name | Description |
output |
CodedOutputStream |
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|