Class RegionInstanceGroupManagersApplyUpdatesRequest (1.53.0)

public final class RegionInstanceGroupManagersApplyUpdatesRequest extends GeneratedMessageV3 implements RegionInstanceGroupManagersApplyUpdatesRequestOrBuilder

RegionInstanceGroupManagers.applyUpdatesToInstances

Protobuf type google.cloud.compute.v1.RegionInstanceGroupManagersApplyUpdatesRequest

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > RegionInstanceGroupManagersApplyUpdatesRequest

Static Fields

ALL_INSTANCES_FIELD_NUMBER

public static final int ALL_INSTANCES_FIELD_NUMBER
Field Value
Type Description
int

INSTANCES_FIELD_NUMBER

public static final int INSTANCES_FIELD_NUMBER
Field Value
Type Description
int

MINIMAL_ACTION_FIELD_NUMBER

public static final int MINIMAL_ACTION_FIELD_NUMBER
Field Value
Type Description
int

MOST_DISRUPTIVE_ALLOWED_ACTION_FIELD_NUMBER

public static final int MOST_DISRUPTIVE_ALLOWED_ACTION_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static RegionInstanceGroupManagersApplyUpdatesRequest getDefaultInstance()
Returns
Type Description
RegionInstanceGroupManagersApplyUpdatesRequest

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static RegionInstanceGroupManagersApplyUpdatesRequest.Builder newBuilder()
Returns
Type Description
RegionInstanceGroupManagersApplyUpdatesRequest.Builder

newBuilder(RegionInstanceGroupManagersApplyUpdatesRequest prototype)

public static RegionInstanceGroupManagersApplyUpdatesRequest.Builder newBuilder(RegionInstanceGroupManagersApplyUpdatesRequest prototype)
Parameter
Name Description
prototype RegionInstanceGroupManagersApplyUpdatesRequest
Returns
Type Description
RegionInstanceGroupManagersApplyUpdatesRequest.Builder

parseDelimitedFrom(InputStream input)

public static RegionInstanceGroupManagersApplyUpdatesRequest parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
RegionInstanceGroupManagersApplyUpdatesRequest
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static RegionInstanceGroupManagersApplyUpdatesRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
RegionInstanceGroupManagersApplyUpdatesRequest
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static RegionInstanceGroupManagersApplyUpdatesRequest parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
RegionInstanceGroupManagersApplyUpdatesRequest
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static RegionInstanceGroupManagersApplyUpdatesRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
RegionInstanceGroupManagersApplyUpdatesRequest
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static RegionInstanceGroupManagersApplyUpdatesRequest parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
RegionInstanceGroupManagersApplyUpdatesRequest
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static RegionInstanceGroupManagersApplyUpdatesRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
RegionInstanceGroupManagersApplyUpdatesRequest
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static RegionInstanceGroupManagersApplyUpdatesRequest parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
RegionInstanceGroupManagersApplyUpdatesRequest
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static RegionInstanceGroupManagersApplyUpdatesRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
RegionInstanceGroupManagersApplyUpdatesRequest
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static RegionInstanceGroupManagersApplyUpdatesRequest parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
RegionInstanceGroupManagersApplyUpdatesRequest
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static RegionInstanceGroupManagersApplyUpdatesRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
RegionInstanceGroupManagersApplyUpdatesRequest
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static RegionInstanceGroupManagersApplyUpdatesRequest parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
RegionInstanceGroupManagersApplyUpdatesRequest
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static RegionInstanceGroupManagersApplyUpdatesRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
RegionInstanceGroupManagersApplyUpdatesRequest
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<RegionInstanceGroupManagersApplyUpdatesRequest> parser()
Returns
Type Description
Parser<RegionInstanceGroupManagersApplyUpdatesRequest>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getAllInstances()

public boolean getAllInstances()

Flag to update all instances instead of specified list of “instances”. If the flag is set to true then the instances may not be specified in the request.

optional bool all_instances = 403676512;

Returns
Type Description
boolean

The allInstances.

getDefaultInstanceForType()

public RegionInstanceGroupManagersApplyUpdatesRequest getDefaultInstanceForType()
Returns
Type Description
RegionInstanceGroupManagersApplyUpdatesRequest

getInstances(int index)

public String getInstances(int index)

The list of URLs of one or more instances for which you want to apply updates. Each URL can be a full URL or a partial URL, such as zones/[ZONE]/instances/[INSTANCE_NAME].

repeated string instances = 29097598;

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The instances at the given index.

getInstancesBytes(int index)

public ByteString getInstancesBytes(int index)

The list of URLs of one or more instances for which you want to apply updates. Each URL can be a full URL or a partial URL, such as zones/[ZONE]/instances/[INSTANCE_NAME].

repeated string instances = 29097598;

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the instances at the given index.

getInstancesCount()

public int getInstancesCount()

The list of URLs of one or more instances for which you want to apply updates. Each URL can be a full URL or a partial URL, such as zones/[ZONE]/instances/[INSTANCE_NAME].

repeated string instances = 29097598;

Returns
Type Description
int

The count of instances.

getInstancesList()

public ProtocolStringList getInstancesList()

The list of URLs of one or more instances for which you want to apply updates. Each URL can be a full URL or a partial URL, such as zones/[ZONE]/instances/[INSTANCE_NAME].

repeated string instances = 29097598;

Returns
Type Description
ProtocolStringList

A list containing the instances.

getMinimalAction()

public String getMinimalAction()

The minimal action that you want to perform on each instance during the update: - REPLACE: At minimum, delete the instance and create it again. - RESTART: Stop the instance and start it again. - REFRESH: Do not stop the instance and limit disruption as much as possible. - NONE: Do not disrupt the instance at all. By default, the minimum action is NONE. If your update requires a more disruptive action than you set with this flag, the necessary action is performed to execute the update. Check the MinimalAction enum for the list of possible values.

optional string minimal_action = 270567060;

Returns
Type Description
String

The minimalAction.

getMinimalActionBytes()

public ByteString getMinimalActionBytes()

The minimal action that you want to perform on each instance during the update: - REPLACE: At minimum, delete the instance and create it again. - RESTART: Stop the instance and start it again. - REFRESH: Do not stop the instance and limit disruption as much as possible. - NONE: Do not disrupt the instance at all. By default, the minimum action is NONE. If your update requires a more disruptive action than you set with this flag, the necessary action is performed to execute the update. Check the MinimalAction enum for the list of possible values.

optional string minimal_action = 270567060;

Returns
Type Description
ByteString

The bytes for minimalAction.

getMostDisruptiveAllowedAction()

public String getMostDisruptiveAllowedAction()

The most disruptive action that you want to perform on each instance during the update: - REPLACE: Delete the instance and create it again. - RESTART: Stop the instance and start it again. - REFRESH: Do not stop the instance and limit disruption as much as possible. - NONE: Do not disrupt the instance at all. By default, the most disruptive allowed action is REPLACE. If your update requires a more disruptive action than you set with this flag, the update request will fail. Check the MostDisruptiveAllowedAction enum for the list of possible values.

optional string most_disruptive_allowed_action = 66103053;

Returns
Type Description
String

The mostDisruptiveAllowedAction.

getMostDisruptiveAllowedActionBytes()

public ByteString getMostDisruptiveAllowedActionBytes()

The most disruptive action that you want to perform on each instance during the update: - REPLACE: Delete the instance and create it again. - RESTART: Stop the instance and start it again. - REFRESH: Do not stop the instance and limit disruption as much as possible. - NONE: Do not disrupt the instance at all. By default, the most disruptive allowed action is REPLACE. If your update requires a more disruptive action than you set with this flag, the update request will fail. Check the MostDisruptiveAllowedAction enum for the list of possible values.

optional string most_disruptive_allowed_action = 66103053;

Returns
Type Description
ByteString

The bytes for mostDisruptiveAllowedAction.

getParserForType()

public Parser<RegionInstanceGroupManagersApplyUpdatesRequest> getParserForType()
Returns
Type Description
Parser<RegionInstanceGroupManagersApplyUpdatesRequest>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hasAllInstances()

public boolean hasAllInstances()

Flag to update all instances instead of specified list of “instances”. If the flag is set to true then the instances may not be specified in the request.

optional bool all_instances = 403676512;

Returns
Type Description
boolean

Whether the allInstances field is set.

hasMinimalAction()

public boolean hasMinimalAction()

The minimal action that you want to perform on each instance during the update: - REPLACE: At minimum, delete the instance and create it again. - RESTART: Stop the instance and start it again. - REFRESH: Do not stop the instance and limit disruption as much as possible. - NONE: Do not disrupt the instance at all. By default, the minimum action is NONE. If your update requires a more disruptive action than you set with this flag, the necessary action is performed to execute the update. Check the MinimalAction enum for the list of possible values.

optional string minimal_action = 270567060;

Returns
Type Description
boolean

Whether the minimalAction field is set.

hasMostDisruptiveAllowedAction()

public boolean hasMostDisruptiveAllowedAction()

The most disruptive action that you want to perform on each instance during the update: - REPLACE: Delete the instance and create it again. - RESTART: Stop the instance and start it again. - REFRESH: Do not stop the instance and limit disruption as much as possible. - NONE: Do not disrupt the instance at all. By default, the most disruptive allowed action is REPLACE. If your update requires a more disruptive action than you set with this flag, the update request will fail. Check the MostDisruptiveAllowedAction enum for the list of possible values.

optional string most_disruptive_allowed_action = 66103053;

Returns
Type Description
boolean

Whether the mostDisruptiveAllowedAction field is set.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public RegionInstanceGroupManagersApplyUpdatesRequest.Builder newBuilderForType()
Returns
Type Description
RegionInstanceGroupManagersApplyUpdatesRequest.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected RegionInstanceGroupManagersApplyUpdatesRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
RegionInstanceGroupManagersApplyUpdatesRequest.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public RegionInstanceGroupManagersApplyUpdatesRequest.Builder toBuilder()
Returns
Type Description
RegionInstanceGroupManagersApplyUpdatesRequest.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException