- 2.81.0 (latest)
 - 2.79.0
 - 2.78.0
 - 2.77.0
 - 2.76.0
 - 2.75.0
 - 2.73.0
 - 2.71.0
 - 2.70.0
 - 2.67.0
 - 2.66.0
 - 2.65.0
 - 2.63.0
 - 2.62.0
 - 2.61.0
 - 2.60.0
 - 2.59.0
 - 2.58.0
 - 2.57.0
 - 2.56.0
 - 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 NodePool.UpdateInfo.BlueGreenInfo.Builder extends GeneratedMessageV3.Builder<NodePool.UpdateInfo.BlueGreenInfo.Builder> implements NodePool.UpdateInfo.BlueGreenInfoOrBuilderInformation relevant to blue-green upgrade.
 Protobuf type google.container.v1.NodePool.UpdateInfo.BlueGreenInfo
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > NodePool.UpdateInfo.BlueGreenInfo.BuilderImplements
NodePool.UpdateInfo.BlueGreenInfoOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Type | Description | 
| Descriptor | 
Methods
addAllBlueInstanceGroupUrls(Iterable<String> values)
public NodePool.UpdateInfo.BlueGreenInfo.Builder addAllBlueInstanceGroupUrls(Iterable<String> values)The resource URLs of the managed instance groups associated with blue pool.
 repeated string blue_instance_group_urls = 2;
| Name | Description | 
| values | Iterable<String>The blueInstanceGroupUrls to add.  | 
      
| Type | Description | 
| NodePool.UpdateInfo.BlueGreenInfo.Builder | This builder for chaining.  | 
      
addAllGreenInstanceGroupUrls(Iterable<String> values)
public NodePool.UpdateInfo.BlueGreenInfo.Builder addAllGreenInstanceGroupUrls(Iterable<String> values)The resource URLs of the managed instance groups associated with green pool.
 repeated string green_instance_group_urls = 3;
| Name | Description | 
| values | Iterable<String>The greenInstanceGroupUrls to add.  | 
      
| Type | Description | 
| NodePool.UpdateInfo.BlueGreenInfo.Builder | This builder for chaining.  | 
      
addBlueInstanceGroupUrls(String value)
public NodePool.UpdateInfo.BlueGreenInfo.Builder addBlueInstanceGroupUrls(String value)The resource URLs of the managed instance groups associated with blue pool.
 repeated string blue_instance_group_urls = 2;
| Name | Description | 
| value | StringThe blueInstanceGroupUrls to add.  | 
      
| Type | Description | 
| NodePool.UpdateInfo.BlueGreenInfo.Builder | This builder for chaining.  | 
      
addBlueInstanceGroupUrlsBytes(ByteString value)
public NodePool.UpdateInfo.BlueGreenInfo.Builder addBlueInstanceGroupUrlsBytes(ByteString value)The resource URLs of the managed instance groups associated with blue pool.
 repeated string blue_instance_group_urls = 2;
| Name | Description | 
| value | ByteStringThe bytes of the blueInstanceGroupUrls to add.  | 
      
| Type | Description | 
| NodePool.UpdateInfo.BlueGreenInfo.Builder | This builder for chaining.  | 
      
addGreenInstanceGroupUrls(String value)
public NodePool.UpdateInfo.BlueGreenInfo.Builder addGreenInstanceGroupUrls(String value)The resource URLs of the managed instance groups associated with green pool.
 repeated string green_instance_group_urls = 3;
| Name | Description | 
| value | StringThe greenInstanceGroupUrls to add.  | 
      
| Type | Description | 
| NodePool.UpdateInfo.BlueGreenInfo.Builder | This builder for chaining.  | 
      
addGreenInstanceGroupUrlsBytes(ByteString value)
public NodePool.UpdateInfo.BlueGreenInfo.Builder addGreenInstanceGroupUrlsBytes(ByteString value)The resource URLs of the managed instance groups associated with green pool.
 repeated string green_instance_group_urls = 3;
| Name | Description | 
| value | ByteStringThe bytes of the greenInstanceGroupUrls to add.  | 
      
| Type | Description | 
| NodePool.UpdateInfo.BlueGreenInfo.Builder | This builder for chaining.  | 
      
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public NodePool.UpdateInfo.BlueGreenInfo.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Name | Description | 
| field | FieldDescriptor | 
      
| value | Object | 
      
| Type | Description | 
| NodePool.UpdateInfo.BlueGreenInfo.Builder | 
build()
public NodePool.UpdateInfo.BlueGreenInfo build()| Type | Description | 
| NodePool.UpdateInfo.BlueGreenInfo | 
buildPartial()
public NodePool.UpdateInfo.BlueGreenInfo buildPartial()| Type | Description | 
| NodePool.UpdateInfo.BlueGreenInfo | 
clear()
public NodePool.UpdateInfo.BlueGreenInfo.Builder clear()| Type | Description | 
| NodePool.UpdateInfo.BlueGreenInfo.Builder | 
clearBlueInstanceGroupUrls()
public NodePool.UpdateInfo.BlueGreenInfo.Builder clearBlueInstanceGroupUrls()The resource URLs of the managed instance groups associated with blue pool.
 repeated string blue_instance_group_urls = 2;
| Type | Description | 
| NodePool.UpdateInfo.BlueGreenInfo.Builder | This builder for chaining.  | 
      
clearBluePoolDeletionStartTime()
public NodePool.UpdateInfo.BlueGreenInfo.Builder clearBluePoolDeletionStartTime()Time to start deleting blue pool to complete blue-green upgrade, in RFC3339 text format.
 string blue_pool_deletion_start_time = 4;
| Type | Description | 
| NodePool.UpdateInfo.BlueGreenInfo.Builder | This builder for chaining.  | 
      
clearField(Descriptors.FieldDescriptor field)
public NodePool.UpdateInfo.BlueGreenInfo.Builder clearField(Descriptors.FieldDescriptor field)| Name | Description | 
| field | FieldDescriptor | 
      
| Type | Description | 
| NodePool.UpdateInfo.BlueGreenInfo.Builder | 
clearGreenInstanceGroupUrls()
public NodePool.UpdateInfo.BlueGreenInfo.Builder clearGreenInstanceGroupUrls()The resource URLs of the managed instance groups associated with green pool.
 repeated string green_instance_group_urls = 3;
| Type | Description | 
| NodePool.UpdateInfo.BlueGreenInfo.Builder | This builder for chaining.  | 
      
clearGreenPoolVersion()
public NodePool.UpdateInfo.BlueGreenInfo.Builder clearGreenPoolVersion()Version of green pool.
 string green_pool_version = 5;
| Type | Description | 
| NodePool.UpdateInfo.BlueGreenInfo.Builder | This builder for chaining.  | 
      
clearOneof(Descriptors.OneofDescriptor oneof)
public NodePool.UpdateInfo.BlueGreenInfo.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Name | Description | 
| oneof | OneofDescriptor | 
      
| Type | Description | 
| NodePool.UpdateInfo.BlueGreenInfo.Builder | 
clearPhase()
public NodePool.UpdateInfo.BlueGreenInfo.Builder clearPhase()Current blue-green upgrade phase.
 .google.container.v1.NodePool.UpdateInfo.BlueGreenInfo.Phase phase = 1;
| Type | Description | 
| NodePool.UpdateInfo.BlueGreenInfo.Builder | This builder for chaining.  | 
      
clone()
public NodePool.UpdateInfo.BlueGreenInfo.Builder clone()| Type | Description | 
| NodePool.UpdateInfo.BlueGreenInfo.Builder | 
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;
| Name | Description | 
| index | intThe index of the element to return.  | 
      
| 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;
| Name | Description | 
| index | intThe index of the value to return.  | 
      
| 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;
| 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;
| Type | Description | 
| ProtocolStringList | A list containing the blueInstanceGroupUrls.  | 
      
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;
| 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;
| Type | Description | 
| ByteString | The bytes for bluePoolDeletionStartTime.  | 
      
getDefaultInstanceForType()
public NodePool.UpdateInfo.BlueGreenInfo getDefaultInstanceForType()| Type | Description | 
| NodePool.UpdateInfo.BlueGreenInfo | 
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Type | Description | 
| Descriptor | 
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;
| Name | Description | 
| index | intThe index of the element to return.  | 
      
| 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;
| Name | Description | 
| index | intThe index of the value to return.  | 
      
| 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;
| 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;
| Type | Description | 
| ProtocolStringList | A list containing the greenInstanceGroupUrls.  | 
      
getGreenPoolVersion()
public String getGreenPoolVersion()Version of green pool.
 string green_pool_version = 5;
| Type | Description | 
| String | The greenPoolVersion.  | 
      
getGreenPoolVersionBytes()
public ByteString getGreenPoolVersionBytes()Version of green pool.
 string green_pool_version = 5;
| Type | Description | 
| ByteString | The bytes for greenPoolVersion.  | 
      
getPhase()
public NodePool.UpdateInfo.BlueGreenInfo.Phase getPhase()Current blue-green upgrade phase.
 .google.container.v1.NodePool.UpdateInfo.BlueGreenInfo.Phase phase = 1;
| Type | Description | 
| NodePool.UpdateInfo.BlueGreenInfo.Phase | The phase.  | 
      
getPhaseValue()
public int getPhaseValue()Current blue-green upgrade phase.
 .google.container.v1.NodePool.UpdateInfo.BlueGreenInfo.Phase phase = 1;
| Type | Description | 
| int | The enum numeric value on the wire for phase.  | 
      
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Type | Description | 
| FieldAccessorTable | 
isInitialized()
public final boolean isInitialized()| Type | Description | 
| boolean | 
mergeFrom(NodePool.UpdateInfo.BlueGreenInfo other)
public NodePool.UpdateInfo.BlueGreenInfo.Builder mergeFrom(NodePool.UpdateInfo.BlueGreenInfo other)| Name | Description | 
| other | NodePool.UpdateInfo.BlueGreenInfo | 
      
| Type | Description | 
| NodePool.UpdateInfo.BlueGreenInfo.Builder | 
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public NodePool.UpdateInfo.BlueGreenInfo.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Name | Description | 
| input | CodedInputStream | 
      
| extensionRegistry | ExtensionRegistryLite | 
      
| Type | Description | 
| NodePool.UpdateInfo.BlueGreenInfo.Builder | 
| Type | Description | 
| IOException | 
mergeFrom(Message other)
public NodePool.UpdateInfo.BlueGreenInfo.Builder mergeFrom(Message other)| Name | Description | 
| other | Message | 
      
| Type | Description | 
| NodePool.UpdateInfo.BlueGreenInfo.Builder | 
mergeUnknownFields(UnknownFieldSet unknownFields)
public final NodePool.UpdateInfo.BlueGreenInfo.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Name | Description | 
| unknownFields | UnknownFieldSet | 
      
| Type | Description | 
| NodePool.UpdateInfo.BlueGreenInfo.Builder | 
setBlueInstanceGroupUrls(int index, String value)
public NodePool.UpdateInfo.BlueGreenInfo.Builder setBlueInstanceGroupUrls(int index, String value)The resource URLs of the managed instance groups associated with blue pool.
 repeated string blue_instance_group_urls = 2;
| Name | Description | 
| index | intThe index to set the value at.  | 
      
| value | StringThe blueInstanceGroupUrls to set.  | 
      
| Type | Description | 
| NodePool.UpdateInfo.BlueGreenInfo.Builder | This builder for chaining.  | 
      
setBluePoolDeletionStartTime(String value)
public NodePool.UpdateInfo.BlueGreenInfo.Builder setBluePoolDeletionStartTime(String value)Time to start deleting blue pool to complete blue-green upgrade, in RFC3339 text format.
 string blue_pool_deletion_start_time = 4;
| Name | Description | 
| value | StringThe bluePoolDeletionStartTime to set.  | 
      
| Type | Description | 
| NodePool.UpdateInfo.BlueGreenInfo.Builder | This builder for chaining.  | 
      
setBluePoolDeletionStartTimeBytes(ByteString value)
public NodePool.UpdateInfo.BlueGreenInfo.Builder setBluePoolDeletionStartTimeBytes(ByteString value)Time to start deleting blue pool to complete blue-green upgrade, in RFC3339 text format.
 string blue_pool_deletion_start_time = 4;
| Name | Description | 
| value | ByteStringThe bytes for bluePoolDeletionStartTime to set.  | 
      
| Type | Description | 
| NodePool.UpdateInfo.BlueGreenInfo.Builder | This builder for chaining.  | 
      
setField(Descriptors.FieldDescriptor field, Object value)
public NodePool.UpdateInfo.BlueGreenInfo.Builder setField(Descriptors.FieldDescriptor field, Object value)| Name | Description | 
| field | FieldDescriptor | 
      
| value | Object | 
      
| Type | Description | 
| NodePool.UpdateInfo.BlueGreenInfo.Builder | 
setGreenInstanceGroupUrls(int index, String value)
public NodePool.UpdateInfo.BlueGreenInfo.Builder setGreenInstanceGroupUrls(int index, String value)The resource URLs of the managed instance groups associated with green pool.
 repeated string green_instance_group_urls = 3;
| Name | Description | 
| index | intThe index to set the value at.  | 
      
| value | StringThe greenInstanceGroupUrls to set.  | 
      
| Type | Description | 
| NodePool.UpdateInfo.BlueGreenInfo.Builder | This builder for chaining.  | 
      
setGreenPoolVersion(String value)
public NodePool.UpdateInfo.BlueGreenInfo.Builder setGreenPoolVersion(String value)Version of green pool.
 string green_pool_version = 5;
| Name | Description | 
| value | StringThe greenPoolVersion to set.  | 
      
| Type | Description | 
| NodePool.UpdateInfo.BlueGreenInfo.Builder | This builder for chaining.  | 
      
setGreenPoolVersionBytes(ByteString value)
public NodePool.UpdateInfo.BlueGreenInfo.Builder setGreenPoolVersionBytes(ByteString value)Version of green pool.
 string green_pool_version = 5;
| Name | Description | 
| value | ByteStringThe bytes for greenPoolVersion to set.  | 
      
| Type | Description | 
| NodePool.UpdateInfo.BlueGreenInfo.Builder | This builder for chaining.  | 
      
setPhase(NodePool.UpdateInfo.BlueGreenInfo.Phase value)
public NodePool.UpdateInfo.BlueGreenInfo.Builder setPhase(NodePool.UpdateInfo.BlueGreenInfo.Phase value)Current blue-green upgrade phase.
 .google.container.v1.NodePool.UpdateInfo.BlueGreenInfo.Phase phase = 1;
| Name | Description | 
| value | NodePool.UpdateInfo.BlueGreenInfo.PhaseThe phase to set.  | 
      
| Type | Description | 
| NodePool.UpdateInfo.BlueGreenInfo.Builder | This builder for chaining.  | 
      
setPhaseValue(int value)
public NodePool.UpdateInfo.BlueGreenInfo.Builder setPhaseValue(int value)Current blue-green upgrade phase.
 .google.container.v1.NodePool.UpdateInfo.BlueGreenInfo.Phase phase = 1;
| Name | Description | 
| value | intThe enum numeric value on the wire for phase to set.  | 
      
| Type | Description | 
| NodePool.UpdateInfo.BlueGreenInfo.Builder | This builder for chaining.  | 
      
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public NodePool.UpdateInfo.BlueGreenInfo.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Name | Description | 
| field | FieldDescriptor | 
      
| index | int | 
      
| value | Object | 
      
| Type | Description | 
| NodePool.UpdateInfo.BlueGreenInfo.Builder | 
setUnknownFields(UnknownFieldSet unknownFields)
public final NodePool.UpdateInfo.BlueGreenInfo.Builder setUnknownFields(UnknownFieldSet unknownFields)| Name | Description | 
| unknownFields | UnknownFieldSet | 
      
| Type | Description | 
| NodePool.UpdateInfo.BlueGreenInfo.Builder |