Class InstanceGroupManagerActionsSummary (1.52.0)

public final class InstanceGroupManagerActionsSummary extends GeneratedMessageV3 implements InstanceGroupManagerActionsSummaryOrBuilder

Protobuf type google.cloud.compute.v1.InstanceGroupManagerActionsSummary

Inheritance

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

Static Fields

ABANDONING_FIELD_NUMBER

public static final int ABANDONING_FIELD_NUMBER
Field Value
Type Description
int

CREATING_FIELD_NUMBER

public static final int CREATING_FIELD_NUMBER
Field Value
Type Description
int

CREATING_WITHOUT_RETRIES_FIELD_NUMBER

public static final int CREATING_WITHOUT_RETRIES_FIELD_NUMBER
Field Value
Type Description
int

DELETING_FIELD_NUMBER

public static final int DELETING_FIELD_NUMBER
Field Value
Type Description
int

NONE_FIELD_NUMBER

public static final int NONE_FIELD_NUMBER
Field Value
Type Description
int

RECREATING_FIELD_NUMBER

public static final int RECREATING_FIELD_NUMBER
Field Value
Type Description
int

REFRESHING_FIELD_NUMBER

public static final int REFRESHING_FIELD_NUMBER
Field Value
Type Description
int

RESTARTING_FIELD_NUMBER

public static final int RESTARTING_FIELD_NUMBER
Field Value
Type Description
int

RESUMING_FIELD_NUMBER

public static final int RESUMING_FIELD_NUMBER
Field Value
Type Description
int

STARTING_FIELD_NUMBER

public static final int STARTING_FIELD_NUMBER
Field Value
Type Description
int

STOPPING_FIELD_NUMBER

public static final int STOPPING_FIELD_NUMBER
Field Value
Type Description
int

SUSPENDING_FIELD_NUMBER

public static final int SUSPENDING_FIELD_NUMBER
Field Value
Type Description
int

VERIFYING_FIELD_NUMBER

public static final int VERIFYING_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static InstanceGroupManagerActionsSummary getDefaultInstance()
Returns
Type Description
InstanceGroupManagerActionsSummary

getDescriptor()

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

newBuilder()

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

newBuilder(InstanceGroupManagerActionsSummary prototype)

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

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

equals(Object obj)

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

getAbandoning()

public int getAbandoning()

[Output Only] The total number of instances in the managed instance group that are scheduled to be abandoned. Abandoning an instance removes it from the managed instance group without deleting it.

optional int32 abandoning = 440023373;

Returns
Type Description
int

The abandoning.

getCreating()

public int getCreating()

[Output Only] The number of instances in the managed instance group that are scheduled to be created or are currently being created. If the group fails to create any of these instances, it tries again until it creates the instance successfully. If you have disabled creation retries, this field will not be populated; instead, the creatingWithoutRetries field will be populated.

optional int32 creating = 209809081;

Returns
Type Description
int

The creating.

getCreatingWithoutRetries()

public int getCreatingWithoutRetries()

[Output Only] The number of instances that the managed instance group will attempt to create. The group attempts to create each instance only once. If the group fails to create any of these instances, it decreases the group's targetSize value accordingly.

optional int32 creating_without_retries = 369916745;

Returns
Type Description
int

The creatingWithoutRetries.

getDefaultInstanceForType()

public InstanceGroupManagerActionsSummary getDefaultInstanceForType()
Returns
Type Description
InstanceGroupManagerActionsSummary

getDeleting()

public int getDeleting()

[Output Only] The number of instances in the managed instance group that are scheduled to be deleted or are currently being deleted.

optional int32 deleting = 282846120;

Returns
Type Description
int

The deleting.

getNone()

public int getNone()

[Output Only] The number of instances in the managed instance group that are running and have no scheduled actions.

optional int32 none = 3387192;

Returns
Type Description
int

The none.

getParserForType()

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

getRecreating()

public int getRecreating()

[Output Only] The number of instances in the managed instance group that are scheduled to be recreated or are currently being being recreated. Recreating an instance deletes the existing root persistent disk and creates a new disk from the image that is defined in the instance template.

optional int32 recreating = 339057132;

Returns
Type Description
int

The recreating.

getRefreshing()

public int getRefreshing()

[Output Only] The number of instances in the managed instance group that are being reconfigured with properties that do not require a restart or a recreate action. For example, setting or removing target pools for the instance.

optional int32 refreshing = 215044903;

Returns
Type Description
int

The refreshing.

getRestarting()

public int getRestarting()

[Output Only] The number of instances in the managed instance group that are scheduled to be restarted or are currently being restarted.

optional int32 restarting = 372312947;

Returns
Type Description
int

The restarting.

getResuming()

public int getResuming()

[Output Only] The number of instances in the managed instance group that are scheduled to be resumed or are currently being resumed.

optional int32 resuming = 201100714;

Returns
Type Description
int

The resuming.

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

getStarting()

public int getStarting()

[Output Only] The number of instances in the managed instance group that are scheduled to be started or are currently being started.

optional int32 starting = 243064896;

Returns
Type Description
int

The starting.

getStopping()

public int getStopping()

[Output Only] The number of instances in the managed instance group that are scheduled to be stopped or are currently being stopped.

optional int32 stopping = 105035892;

Returns
Type Description
int

The stopping.

getSuspending()

public int getSuspending()

[Output Only] The number of instances in the managed instance group that are scheduled to be suspended or are currently being suspended.

optional int32 suspending = 29113894;

Returns
Type Description
int

The suspending.

getVerifying()

public int getVerifying()

[Output Only] The number of instances in the managed instance group that are being verified. See the managedInstances[].currentAction property in the listManagedInstances method documentation.

optional int32 verifying = 451612873;

Returns
Type Description
int

The verifying.

hasAbandoning()

public boolean hasAbandoning()

[Output Only] The total number of instances in the managed instance group that are scheduled to be abandoned. Abandoning an instance removes it from the managed instance group without deleting it.

optional int32 abandoning = 440023373;

Returns
Type Description
boolean

Whether the abandoning field is set.

hasCreating()

public boolean hasCreating()

[Output Only] The number of instances in the managed instance group that are scheduled to be created or are currently being created. If the group fails to create any of these instances, it tries again until it creates the instance successfully. If you have disabled creation retries, this field will not be populated; instead, the creatingWithoutRetries field will be populated.

optional int32 creating = 209809081;

Returns
Type Description
boolean

Whether the creating field is set.

hasCreatingWithoutRetries()

public boolean hasCreatingWithoutRetries()

[Output Only] The number of instances that the managed instance group will attempt to create. The group attempts to create each instance only once. If the group fails to create any of these instances, it decreases the group's targetSize value accordingly.

optional int32 creating_without_retries = 369916745;

Returns
Type Description
boolean

Whether the creatingWithoutRetries field is set.

hasDeleting()

public boolean hasDeleting()

[Output Only] The number of instances in the managed instance group that are scheduled to be deleted or are currently being deleted.

optional int32 deleting = 282846120;

Returns
Type Description
boolean

Whether the deleting field is set.

hasNone()

public boolean hasNone()

[Output Only] The number of instances in the managed instance group that are running and have no scheduled actions.

optional int32 none = 3387192;

Returns
Type Description
boolean

Whether the none field is set.

hasRecreating()

public boolean hasRecreating()

[Output Only] The number of instances in the managed instance group that are scheduled to be recreated or are currently being being recreated. Recreating an instance deletes the existing root persistent disk and creates a new disk from the image that is defined in the instance template.

optional int32 recreating = 339057132;

Returns
Type Description
boolean

Whether the recreating field is set.

hasRefreshing()

public boolean hasRefreshing()

[Output Only] The number of instances in the managed instance group that are being reconfigured with properties that do not require a restart or a recreate action. For example, setting or removing target pools for the instance.

optional int32 refreshing = 215044903;

Returns
Type Description
boolean

Whether the refreshing field is set.

hasRestarting()

public boolean hasRestarting()

[Output Only] The number of instances in the managed instance group that are scheduled to be restarted or are currently being restarted.

optional int32 restarting = 372312947;

Returns
Type Description
boolean

Whether the restarting field is set.

hasResuming()

public boolean hasResuming()

[Output Only] The number of instances in the managed instance group that are scheduled to be resumed or are currently being resumed.

optional int32 resuming = 201100714;

Returns
Type Description
boolean

Whether the resuming field is set.

hasStarting()

public boolean hasStarting()

[Output Only] The number of instances in the managed instance group that are scheduled to be started or are currently being started.

optional int32 starting = 243064896;

Returns
Type Description
boolean

Whether the starting field is set.

hasStopping()

public boolean hasStopping()

[Output Only] The number of instances in the managed instance group that are scheduled to be stopped or are currently being stopped.

optional int32 stopping = 105035892;

Returns
Type Description
boolean

Whether the stopping field is set.

hasSuspending()

public boolean hasSuspending()

[Output Only] The number of instances in the managed instance group that are scheduled to be suspended or are currently being suspended.

optional int32 suspending = 29113894;

Returns
Type Description
boolean

Whether the suspending field is set.

hasVerifying()

public boolean hasVerifying()

[Output Only] The number of instances in the managed instance group that are being verified. See the managedInstances[].currentAction property in the listManagedInstances method documentation.

optional int32 verifying = 451612873;

Returns
Type Description
boolean

Whether the verifying 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 InstanceGroupManagerActionsSummary.Builder newBuilderForType()
Returns
Type Description
InstanceGroupManagerActionsSummary.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

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

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

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

toBuilder()

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

writeTo(CodedOutputStream output)

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