Class NodePool.UpdateInfo (2.40.0)

public static final class NodePool.UpdateInfo extends GeneratedMessageV3 implements NodePool.UpdateInfoOrBuilder

UpdateInfo contains resource (instance groups, etc), status and other intermediate information relevant to a node pool upgrade.

Protobuf type google.container.v1beta1.NodePool.UpdateInfo

Static Fields

BLUE_GREEN_INFO_FIELD_NUMBER

public static final int BLUE_GREEN_INFO_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static NodePool.UpdateInfo getDefaultInstance()
Returns
TypeDescription
NodePool.UpdateInfo

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static NodePool.UpdateInfo.Builder newBuilder()
Returns
TypeDescription
NodePool.UpdateInfo.Builder

newBuilder(NodePool.UpdateInfo prototype)

public static NodePool.UpdateInfo.Builder newBuilder(NodePool.UpdateInfo prototype)
Parameter
NameDescription
prototypeNodePool.UpdateInfo
Returns
TypeDescription
NodePool.UpdateInfo.Builder

parseDelimitedFrom(InputStream input)

public static NodePool.UpdateInfo parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
NodePool.UpdateInfo
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static NodePool.UpdateInfo parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
NodePool.UpdateInfo
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static NodePool.UpdateInfo parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
NodePool.UpdateInfo
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static NodePool.UpdateInfo parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
NodePool.UpdateInfo
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static NodePool.UpdateInfo parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
NodePool.UpdateInfo
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static NodePool.UpdateInfo parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
NodePool.UpdateInfo
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static NodePool.UpdateInfo parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
NodePool.UpdateInfo
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static NodePool.UpdateInfo parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
NodePool.UpdateInfo
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static NodePool.UpdateInfo parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
NodePool.UpdateInfo
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static NodePool.UpdateInfo parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
NodePool.UpdateInfo
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static NodePool.UpdateInfo parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
NodePool.UpdateInfo
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static NodePool.UpdateInfo parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
NodePool.UpdateInfo
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<NodePool.UpdateInfo> parser()
Returns
TypeDescription
Parser<UpdateInfo>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getBlueGreenInfo()

public NodePool.UpdateInfo.BlueGreenInfo getBlueGreenInfo()

Information of a blue-green upgrade.

.google.container.v1beta1.NodePool.UpdateInfo.BlueGreenInfo blue_green_info = 1;

Returns
TypeDescription
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
TypeDescription
NodePool.UpdateInfo.BlueGreenInfoOrBuilder

getDefaultInstanceForType()

public NodePool.UpdateInfo getDefaultInstanceForType()
Returns
TypeDescription
NodePool.UpdateInfo

getParserForType()

public Parser<NodePool.UpdateInfo> getParserForType()
Returns
TypeDescription
Parser<UpdateInfo>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

hasBlueGreenInfo()

public boolean hasBlueGreenInfo()

Information of a blue-green upgrade.

.google.container.v1beta1.NodePool.UpdateInfo.BlueGreenInfo blue_green_info = 1;

Returns
TypeDescription
boolean

Whether the blueGreenInfo field is set.

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public NodePool.UpdateInfo.Builder newBuilderForType()
Returns
TypeDescription
NodePool.UpdateInfo.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected NodePool.UpdateInfo.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
NodePool.UpdateInfo.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public NodePool.UpdateInfo.Builder toBuilder()
Returns
TypeDescription
NodePool.UpdateInfo.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException