Send feedback
Class NodePool.UpdateInfo.BlueGreenInfo (2.5.1)
Stay organized with collections
Save and categorize content based on your preferences.
Version 2.5.1 keyboard_arrow_down
public static final class NodePool . UpdateInfo . BlueGreenInfo extends GeneratedMessageV3 implements NodePool . UpdateInfo . BlueGreenInfoOrBuilder
Information relevant to blue-green upgrade.
Protobuf type google.container.v1beta1.NodePool.UpdateInfo.BlueGreenInfo
Static Fields
BLUE_INSTANCE_GROUP_URLS_FIELD_NUMBER
public static final int BLUE_INSTANCE_GROUP_URLS_FIELD_NUMBER
Field Value
BLUE_POOL_DELETION_START_TIME_FIELD_NUMBER
public static final int BLUE_POOL_DELETION_START_TIME_FIELD_NUMBER
Field Value
GREEN_INSTANCE_GROUP_URLS_FIELD_NUMBER
public static final int GREEN_INSTANCE_GROUP_URLS_FIELD_NUMBER
Field Value
GREEN_POOL_VERSION_FIELD_NUMBER
public static final int GREEN_POOL_VERSION_FIELD_NUMBER
Field Value
PHASE_FIELD_NUMBER
public static final int PHASE_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static NodePool . UpdateInfo . BlueGreenInfo getDefaultInstance ()
Returns
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
Returns
newBuilder()
public static NodePool . UpdateInfo . BlueGreenInfo . Builder newBuilder ()
Returns
newBuilder(NodePool.UpdateInfo.BlueGreenInfo prototype)
public static NodePool . UpdateInfo . BlueGreenInfo . Builder newBuilder ( NodePool . UpdateInfo . BlueGreenInfo prototype )
Parameter
Returns
public static NodePool . UpdateInfo . BlueGreenInfo parseDelimitedFrom ( InputStream input )
Parameter
Returns
Exceptions
public static NodePool . UpdateInfo . BlueGreenInfo parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static NodePool . UpdateInfo . BlueGreenInfo parseFrom ( byte [] data )
Parameter
Name Description data byte []
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static NodePool . UpdateInfo . BlueGreenInfo parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static NodePool . UpdateInfo . BlueGreenInfo parseFrom ( ByteString data )
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static NodePool . UpdateInfo . BlueGreenInfo parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static NodePool . UpdateInfo . BlueGreenInfo parseFrom ( CodedInputStream input )
Parameter
Returns
Exceptions
public static NodePool . UpdateInfo . BlueGreenInfo parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static NodePool . UpdateInfo . BlueGreenInfo parseFrom ( InputStream input )
Parameter
Returns
Exceptions
public static NodePool . UpdateInfo . BlueGreenInfo parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static NodePool . UpdateInfo . BlueGreenInfo parseFrom ( ByteBuffer data )
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static NodePool . UpdateInfo . BlueGreenInfo parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parser()
public static Parser<NodePool . UpdateInfo . BlueGreenInfo > parser ()
Returns
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter
Returns
Overrides
getBlueInstanceGroupUrls(int index)
public String getBlueInstanceGroupUrls ( int index )
The resource URLs of the managed instance groups
associated with blue pool.
repeated string blue_instance_group_urls = 2;
Parameter
Name Description index int
The index of the element to return.
Returns
Type Description String The blueInstanceGroupUrls at the given index.
getBlueInstanceGroupUrlsBytes(int index)
public ByteString getBlueInstanceGroupUrlsBytes ( int index )
The resource URLs of the managed instance groups
associated with blue pool.
repeated string blue_instance_group_urls = 2;
Parameter
Name Description index int
The index of the value to return.
Returns
Type Description ByteString The bytes of the blueInstanceGroupUrls at the given index.
getBlueInstanceGroupUrlsCount()
public int getBlueInstanceGroupUrlsCount ()
The resource URLs of the managed instance groups
associated with blue pool.
repeated string blue_instance_group_urls = 2;
Returns
Type Description int The count of blueInstanceGroupUrls.
getBlueInstanceGroupUrlsList()
public ProtocolStringList getBlueInstanceGroupUrlsList ()
The resource URLs of the managed instance groups
associated with blue pool.
repeated string blue_instance_group_urls = 2;
Returns
getBluePoolDeletionStartTime()
public String getBluePoolDeletionStartTime ()
Time to start deleting blue pool to complete blue-green upgrade,
in RFC3339 text format.
string blue_pool_deletion_start_time = 4;
Returns
Type Description String The bluePoolDeletionStartTime.
getBluePoolDeletionStartTimeBytes()
public ByteString getBluePoolDeletionStartTimeBytes ()
Time to start deleting blue pool to complete blue-green upgrade,
in RFC3339 text format.
string blue_pool_deletion_start_time = 4;
Returns
Type Description ByteString The bytes for bluePoolDeletionStartTime.
getDefaultInstanceForType()
public NodePool . UpdateInfo . BlueGreenInfo getDefaultInstanceForType ()
Returns
getGreenInstanceGroupUrls(int index)
public String getGreenInstanceGroupUrls ( int index )
The resource URLs of the managed instance groups
associated with green pool.
repeated string green_instance_group_urls = 3;
Parameter
Name Description index int
The index of the element to return.
Returns
Type Description String The greenInstanceGroupUrls at the given index.
getGreenInstanceGroupUrlsBytes(int index)
public ByteString getGreenInstanceGroupUrlsBytes ( int index )
The resource URLs of the managed instance groups
associated with green pool.
repeated string green_instance_group_urls = 3;
Parameter
Name Description index int
The index of the value to return.
Returns
Type Description ByteString The bytes of the greenInstanceGroupUrls at the given index.
getGreenInstanceGroupUrlsCount()
public int getGreenInstanceGroupUrlsCount ()
The resource URLs of the managed instance groups
associated with green pool.
repeated string green_instance_group_urls = 3;
Returns
Type Description int The count of greenInstanceGroupUrls.
getGreenInstanceGroupUrlsList()
public ProtocolStringList getGreenInstanceGroupUrlsList ()
The resource URLs of the managed instance groups
associated with green pool.
repeated string green_instance_group_urls = 3;
Returns
getGreenPoolVersion()
public String getGreenPoolVersion ()
Version of green pool.
string green_pool_version = 5;
Returns
Type Description String The greenPoolVersion.
getGreenPoolVersionBytes()
public ByteString getGreenPoolVersionBytes ()
Version of green pool.
string green_pool_version = 5;
Returns
Type Description ByteString The bytes for greenPoolVersion.
getParserForType()
public Parser<NodePool . UpdateInfo . BlueGreenInfo > getParserForType ()
Returns
Overrides
getPhase()
public NodePool . UpdateInfo . BlueGreenInfo . Phase getPhase ()
Current blue-green upgrade phase.
.google.container.v1beta1.NodePool.UpdateInfo.BlueGreenInfo.Phase phase = 1;
Returns
getPhaseValue()
public int getPhaseValue ()
Current blue-green upgrade phase.
.google.container.v1beta1.NodePool.UpdateInfo.BlueGreenInfo.Phase phase = 1;
Returns
Type Description int The enum numeric value on the wire for phase.
getSerializedSize()
public int getSerializedSize ()
Returns
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields ()
Returns
Overrides
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Returns
Overrides
isInitialized()
public final boolean isInitialized ()
Returns
Overrides
newBuilderForType()
public NodePool . UpdateInfo . BlueGreenInfo . Builder newBuilderForType ()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected NodePool . UpdateInfo . BlueGreenInfo . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Parameter
Returns
Overrides
toBuilder()
public NodePool . UpdateInfo . BlueGreenInfo . Builder toBuilder ()
Returns
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Parameter
Overrides
Exceptions
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-27 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-27 UTC."],[],[]]