Send feedback
Class NodePool.UpdateInfo.BlueGreenInfo (2.46.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 2.46.0 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
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
BLUE_INSTANCE_GROUP_URLS_FIELD_NUMBER
public static final int BLUE_INSTANCE_GROUP_URLS_FIELD_NUMBER
Field Value
Type
Description
int
BLUE_POOL_DELETION_START_TIME_FIELD_NUMBER
public static final int BLUE_POOL_DELETION_START_TIME_FIELD_NUMBER
Field Value
Type
Description
int
GREEN_INSTANCE_GROUP_URLS_FIELD_NUMBER
public static final int GREEN_INSTANCE_GROUP_URLS_FIELD_NUMBER
Field Value
Type
Description
int
GREEN_POOL_VERSION_FIELD_NUMBER
public static final int GREEN_POOL_VERSION_FIELD_NUMBER
Field Value
Type
Description
int
PHASE_FIELD_NUMBER
public static final int PHASE_FIELD_NUMBER
Field Value
Type
Description
int
Static Methods
getDefaultInstance()
public static NodePool . UpdateInfo . BlueGreenInfo getDefaultInstance ()
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
newBuilder()
public static NodePool . UpdateInfo . BlueGreenInfo . Builder newBuilder ()
newBuilder(NodePool.UpdateInfo.BlueGreenInfo prototype)
public static NodePool . UpdateInfo . BlueGreenInfo . Builder newBuilder ( NodePool . UpdateInfo . BlueGreenInfo prototype )
public static NodePool . UpdateInfo . BlueGreenInfo parseDelimitedFrom ( InputStream input )
public static NodePool . UpdateInfo . BlueGreenInfo parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(byte[] data)
public static NodePool . UpdateInfo . BlueGreenInfo parseFrom ( byte [] data )
Parameter
Name
Description
data
byte []
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static NodePool . UpdateInfo . BlueGreenInfo parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteString data)
public static NodePool . UpdateInfo . BlueGreenInfo parseFrom ( ByteString data )
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static NodePool . UpdateInfo . BlueGreenInfo parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static NodePool . UpdateInfo . BlueGreenInfo parseFrom ( CodedInputStream input )
public static NodePool . UpdateInfo . BlueGreenInfo parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static NodePool . UpdateInfo . BlueGreenInfo parseFrom ( InputStream input )
public static NodePool . UpdateInfo . BlueGreenInfo parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteBuffer data)
public static NodePool . UpdateInfo . BlueGreenInfo parseFrom ( ByteBuffer data )
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static NodePool . UpdateInfo . BlueGreenInfo parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
parser()
public static Parser<NodePool . UpdateInfo . BlueGreenInfo > parser ()
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter
Name
Description
obj
Object
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;
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 ()
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;
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 ()
Overrides
getPhase()
public NodePool . UpdateInfo . BlueGreenInfo . Phase getPhase ()
Current blue-green upgrade phase.
.google.container.v1beta1.NodePool.UpdateInfo.BlueGreenInfo.Phase phase = 1;
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
Type
Description
int
Overrides
hashCode()
Returns
Type
Description
int
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
newBuilderForType()
public NodePool . UpdateInfo . BlueGreenInfo . Builder newBuilderForType ()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected NodePool . UpdateInfo . BlueGreenInfo . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Returns
Type
Description
Object
Overrides
toBuilder()
public NodePool . UpdateInfo . BlueGreenInfo . Builder toBuilder ()
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Overrides
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-28 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-28 UTC."],[],[]]