Class Operation (1.51.0)

public final class Operation extends GeneratedMessageV3 implements OperationOrBuilder

Represents an Operation resource. Google Compute Engine has three Operation resources: * Global * Regional * Zonal You can use an operation resource to manage asynchronous API requests. For more information, read Handling API responses. Operations can be global, regional or zonal. - For global operations, use the globalOperations resource. - For regional operations, use the regionOperations resource. - For zonal operations, use the zoneOperations resource. For more information, read Global, Regional, and Zonal Resources. Note that completed Operation resources have a limited retention period.

Protobuf type google.cloud.compute.v1.Operation

Implements

OperationOrBuilder

Static Fields

CLIENT_OPERATION_ID_FIELD_NUMBER

public static final int CLIENT_OPERATION_ID_FIELD_NUMBER
Field Value
TypeDescription
int

CREATION_TIMESTAMP_FIELD_NUMBER

public static final int CREATION_TIMESTAMP_FIELD_NUMBER
Field Value
TypeDescription
int

DESCRIPTION_FIELD_NUMBER

public static final int DESCRIPTION_FIELD_NUMBER
Field Value
TypeDescription
int

END_TIME_FIELD_NUMBER

public static final int END_TIME_FIELD_NUMBER
Field Value
TypeDescription
int

ERROR_FIELD_NUMBER

public static final int ERROR_FIELD_NUMBER
Field Value
TypeDescription
int

HTTP_ERROR_MESSAGE_FIELD_NUMBER

public static final int HTTP_ERROR_MESSAGE_FIELD_NUMBER
Field Value
TypeDescription
int

HTTP_ERROR_STATUS_CODE_FIELD_NUMBER

public static final int HTTP_ERROR_STATUS_CODE_FIELD_NUMBER
Field Value
TypeDescription
int

ID_FIELD_NUMBER

public static final int ID_FIELD_NUMBER
Field Value
TypeDescription
int

INSERT_TIME_FIELD_NUMBER

public static final int INSERT_TIME_FIELD_NUMBER
Field Value
TypeDescription
int

INSTANCES_BULK_INSERT_OPERATION_METADATA_FIELD_NUMBER

public static final int INSTANCES_BULK_INSERT_OPERATION_METADATA_FIELD_NUMBER
Field Value
TypeDescription
int

KIND_FIELD_NUMBER

public static final int KIND_FIELD_NUMBER
Field Value
TypeDescription
int

NAME_FIELD_NUMBER

public static final int NAME_FIELD_NUMBER
Field Value
TypeDescription
int

OPERATION_GROUP_ID_FIELD_NUMBER

public static final int OPERATION_GROUP_ID_FIELD_NUMBER
Field Value
TypeDescription
int

OPERATION_TYPE_FIELD_NUMBER

public static final int OPERATION_TYPE_FIELD_NUMBER
Field Value
TypeDescription
int

PROGRESS_FIELD_NUMBER

public static final int PROGRESS_FIELD_NUMBER
Field Value
TypeDescription
int

REGION_FIELD_NUMBER

public static final int REGION_FIELD_NUMBER
Field Value
TypeDescription
int
public static final int SELF_LINK_FIELD_NUMBER
Field Value
TypeDescription
int

SET_COMMON_INSTANCE_METADATA_OPERATION_METADATA_FIELD_NUMBER

public static final int SET_COMMON_INSTANCE_METADATA_OPERATION_METADATA_FIELD_NUMBER
Field Value
TypeDescription
int

START_TIME_FIELD_NUMBER

public static final int START_TIME_FIELD_NUMBER
Field Value
TypeDescription
int

STATUS_FIELD_NUMBER

public static final int STATUS_FIELD_NUMBER
Field Value
TypeDescription
int

STATUS_MESSAGE_FIELD_NUMBER

public static final int STATUS_MESSAGE_FIELD_NUMBER
Field Value
TypeDescription
int

TARGET_ID_FIELD_NUMBER

public static final int TARGET_ID_FIELD_NUMBER
Field Value
TypeDescription
int
public static final int TARGET_LINK_FIELD_NUMBER
Field Value
TypeDescription
int

USER_FIELD_NUMBER

public static final int USER_FIELD_NUMBER
Field Value
TypeDescription
int

WARNINGS_FIELD_NUMBER

public static final int WARNINGS_FIELD_NUMBER
Field Value
TypeDescription
int

ZONE_FIELD_NUMBER

public static final int ZONE_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static Operation getDefaultInstance()
Returns
TypeDescription
Operation

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static Operation.Builder newBuilder()
Returns
TypeDescription
Operation.Builder

newBuilder(Operation prototype)

public static Operation.Builder newBuilder(Operation prototype)
Parameter
NameDescription
prototypeOperation
Returns
TypeDescription
Operation.Builder

parseDelimitedFrom(InputStream input)

public static Operation parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
Operation
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static Operation parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Operation
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static Operation parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
Operation
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static Operation parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Operation
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static Operation parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
Operation
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static Operation parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Operation
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static Operation parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
Operation
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static Operation parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Operation
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static Operation parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
Operation
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static Operation parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Operation
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static Operation parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
Operation
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static Operation parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Operation
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<Operation> parser()
Returns
TypeDescription
Parser<Operation>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getClientOperationId()

public String getClientOperationId()

[Output Only] The value of requestId if you provided it in the request. Not present otherwise.

optional string client_operation_id = 297240295;

Returns
TypeDescription
String

The clientOperationId.

getClientOperationIdBytes()

public ByteString getClientOperationIdBytes()

[Output Only] The value of requestId if you provided it in the request. Not present otherwise.

optional string client_operation_id = 297240295;

Returns
TypeDescription
ByteString

The bytes for clientOperationId.

getCreationTimestamp()

public String getCreationTimestamp()

[Deprecated] This field is deprecated.

optional string creation_timestamp = 30525366;

Returns
TypeDescription
String

The creationTimestamp.

getCreationTimestampBytes()

public ByteString getCreationTimestampBytes()

[Deprecated] This field is deprecated.

optional string creation_timestamp = 30525366;

Returns
TypeDescription
ByteString

The bytes for creationTimestamp.

getDefaultInstanceForType()

public Operation getDefaultInstanceForType()
Returns
TypeDescription
Operation

getDescription()

public String getDescription()

[Output Only] A textual description of the operation, which is set when the operation is created.

optional string description = 422937596;

Returns
TypeDescription
String

The description.

getDescriptionBytes()

public ByteString getDescriptionBytes()

[Output Only] A textual description of the operation, which is set when the operation is created.

optional string description = 422937596;

Returns
TypeDescription
ByteString

The bytes for description.

getEndTime()

public String getEndTime()

[Output Only] The time that this operation was completed. This value is in RFC3339 text format.

optional string end_time = 114938801;

Returns
TypeDescription
String

The endTime.

getEndTimeBytes()

public ByteString getEndTimeBytes()

[Output Only] The time that this operation was completed. This value is in RFC3339 text format.

optional string end_time = 114938801;

Returns
TypeDescription
ByteString

The bytes for endTime.

getError()

public Error getError()

[Output Only] If errors are generated during processing of the operation, this field will be populated.

optional .google.cloud.compute.v1.Error error = 96784904;

Returns
TypeDescription
Error

The error.

getErrorOrBuilder()

public ErrorOrBuilder getErrorOrBuilder()

[Output Only] If errors are generated during processing of the operation, this field will be populated.

optional .google.cloud.compute.v1.Error error = 96784904;

Returns
TypeDescription
ErrorOrBuilder

getHttpErrorMessage()

public String getHttpErrorMessage()

[Output Only] If the operation fails, this field contains the HTTP error message that was returned, such as NOT FOUND.

optional string http_error_message = 202521945 [(.google.cloud.operation_field) = ERROR_MESSAGE];

Returns
TypeDescription
String

The httpErrorMessage.

getHttpErrorMessageBytes()

public ByteString getHttpErrorMessageBytes()

[Output Only] If the operation fails, this field contains the HTTP error message that was returned, such as NOT FOUND.

optional string http_error_message = 202521945 [(.google.cloud.operation_field) = ERROR_MESSAGE];

Returns
TypeDescription
ByteString

The bytes for httpErrorMessage.

getHttpErrorStatusCode()

public int getHttpErrorStatusCode()

[Output Only] If the operation fails, this field contains the HTTP error status code that was returned. For example, a 404 means the resource was not found.

optional int32 http_error_status_code = 312345196 [(.google.cloud.operation_field) = ERROR_CODE];

Returns
TypeDescription
int

The httpErrorStatusCode.

getId()

public long getId()

[Output Only] The unique identifier for the operation. This identifier is defined by the server.

optional uint64 id = 3355;

Returns
TypeDescription
long

The id.

getInsertTime()

public String getInsertTime()

[Output Only] The time that this operation was requested. This value is in RFC3339 text format.

optional string insert_time = 433722515;

Returns
TypeDescription
String

The insertTime.

getInsertTimeBytes()

public ByteString getInsertTimeBytes()

[Output Only] The time that this operation was requested. This value is in RFC3339 text format.

optional string insert_time = 433722515;

Returns
TypeDescription
ByteString

The bytes for insertTime.

getInstancesBulkInsertOperationMetadata()

public InstancesBulkInsertOperationMetadata getInstancesBulkInsertOperationMetadata()

optional .google.cloud.compute.v1.InstancesBulkInsertOperationMetadata instances_bulk_insert_operation_metadata = 89146177;

Returns
TypeDescription
InstancesBulkInsertOperationMetadata

The instancesBulkInsertOperationMetadata.

getInstancesBulkInsertOperationMetadataOrBuilder()

public InstancesBulkInsertOperationMetadataOrBuilder getInstancesBulkInsertOperationMetadataOrBuilder()

optional .google.cloud.compute.v1.InstancesBulkInsertOperationMetadata instances_bulk_insert_operation_metadata = 89146177;

Returns
TypeDescription
InstancesBulkInsertOperationMetadataOrBuilder

getKind()

public String getKind()

[Output Only] Type of the resource. Always compute#operation for Operation resources.

optional string kind = 3292052;

Returns
TypeDescription
String

The kind.

getKindBytes()

public ByteString getKindBytes()

[Output Only] Type of the resource. Always compute#operation for Operation resources.

optional string kind = 3292052;

Returns
TypeDescription
ByteString

The bytes for kind.

getName()

public String getName()

[Output Only] Name of the operation.

optional string name = 3373707 [(.google.cloud.operation_field) = NAME];

Returns
TypeDescription
String

The name.

getNameBytes()

public ByteString getNameBytes()

[Output Only] Name of the operation.

optional string name = 3373707 [(.google.cloud.operation_field) = NAME];

Returns
TypeDescription
ByteString

The bytes for name.

getOperationGroupId()

public String getOperationGroupId()

[Output Only] An ID that represents a group of operations, such as when a group of operations results from a bulkInsert API request.

optional string operation_group_id = 40171187;

Returns
TypeDescription
String

The operationGroupId.

getOperationGroupIdBytes()

public ByteString getOperationGroupIdBytes()

[Output Only] An ID that represents a group of operations, such as when a group of operations results from a bulkInsert API request.

optional string operation_group_id = 40171187;

Returns
TypeDescription
ByteString

The bytes for operationGroupId.

getOperationType()

public String getOperationType()

[Output Only] The type of operation, such as insert, update, or delete, and so on.

optional string operation_type = 177650450;

Returns
TypeDescription
String

The operationType.

getOperationTypeBytes()

public ByteString getOperationTypeBytes()

[Output Only] The type of operation, such as insert, update, or delete, and so on.

optional string operation_type = 177650450;

Returns
TypeDescription
ByteString

The bytes for operationType.

getParserForType()

public Parser<Operation> getParserForType()
Returns
TypeDescription
Parser<Operation>
Overrides

getProgress()

public int getProgress()

[Output Only] An optional progress indicator that ranges from 0 to 100. There is no requirement that this be linear or support any granularity of operations. This should not be used to guess when the operation will be complete. This number should monotonically increase as the operation progresses.

optional int32 progress = 72663597;

Returns
TypeDescription
int

The progress.

getRegion()

public String getRegion()

[Output Only] The URL of the region where the operation resides. Only applicable when performing regional operations.

optional string region = 138946292;

Returns
TypeDescription
String

The region.

getRegionBytes()

public ByteString getRegionBytes()

[Output Only] The URL of the region where the operation resides. Only applicable when performing regional operations.

optional string region = 138946292;

Returns
TypeDescription
ByteString

The bytes for region.

public String getSelfLink()

[Output Only] Server-defined URL for the resource.

optional string self_link = 456214797;

Returns
TypeDescription
String

The selfLink.

getSelfLinkBytes()

public ByteString getSelfLinkBytes()

[Output Only] Server-defined URL for the resource.

optional string self_link = 456214797;

Returns
TypeDescription
ByteString

The bytes for selfLink.

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

getSetCommonInstanceMetadataOperationMetadata()

public SetCommonInstanceMetadataOperationMetadata getSetCommonInstanceMetadataOperationMetadata()

[Output Only] If the operation is for projects.setCommonInstanceMetadata, this field will contain information on all underlying zonal actions and their state.

optional .google.cloud.compute.v1.SetCommonInstanceMetadataOperationMetadata set_common_instance_metadata_operation_metadata = 490378980;

Returns
TypeDescription
SetCommonInstanceMetadataOperationMetadata

The setCommonInstanceMetadataOperationMetadata.

getSetCommonInstanceMetadataOperationMetadataOrBuilder()

public SetCommonInstanceMetadataOperationMetadataOrBuilder getSetCommonInstanceMetadataOperationMetadataOrBuilder()

[Output Only] If the operation is for projects.setCommonInstanceMetadata, this field will contain information on all underlying zonal actions and their state.

optional .google.cloud.compute.v1.SetCommonInstanceMetadataOperationMetadata set_common_instance_metadata_operation_metadata = 490378980;

Returns
TypeDescription
SetCommonInstanceMetadataOperationMetadataOrBuilder

getStartTime()

public String getStartTime()

[Output Only] The time that this operation was started by the server. This value is in RFC3339 text format.

optional string start_time = 37467274;

Returns
TypeDescription
String

The startTime.

getStartTimeBytes()

public ByteString getStartTimeBytes()

[Output Only] The time that this operation was started by the server. This value is in RFC3339 text format.

optional string start_time = 37467274;

Returns
TypeDescription
ByteString

The bytes for startTime.

getStatus()

public Operation.Status getStatus()

[Output Only] The status of the operation, which can be one of the following: PENDING, RUNNING, or DONE.

optional .google.cloud.compute.v1.Operation.Status status = 181260274 [(.google.cloud.operation_field) = STATUS];

Returns
TypeDescription
Operation.Status

The status.

getStatusMessage()

public String getStatusMessage()

[Output Only] An optional textual description of the current status of the operation.

optional string status_message = 297428154;

Returns
TypeDescription
String

The statusMessage.

getStatusMessageBytes()

public ByteString getStatusMessageBytes()

[Output Only] An optional textual description of the current status of the operation.

optional string status_message = 297428154;

Returns
TypeDescription
ByteString

The bytes for statusMessage.

getStatusValue()

public int getStatusValue()

[Output Only] The status of the operation, which can be one of the following: PENDING, RUNNING, or DONE.

optional .google.cloud.compute.v1.Operation.Status status = 181260274 [(.google.cloud.operation_field) = STATUS];

Returns
TypeDescription
int

The enum numeric value on the wire for status.

getTargetId()

public long getTargetId()

[Output Only] The unique target ID, which identifies a specific incarnation of the target resource.

optional uint64 target_id = 258165385;

Returns
TypeDescription
long

The targetId.

public String getTargetLink()

[Output Only] The URL of the resource that the operation modifies. For operations related to creating a snapshot, this points to the persistent disk that the snapshot was created from.

optional string target_link = 62671336;

Returns
TypeDescription
String

The targetLink.

getTargetLinkBytes()

public ByteString getTargetLinkBytes()

[Output Only] The URL of the resource that the operation modifies. For operations related to creating a snapshot, this points to the persistent disk that the snapshot was created from.

optional string target_link = 62671336;

Returns
TypeDescription
ByteString

The bytes for targetLink.

getUser()

public String getUser()

[Output Only] User who requested the operation, for example: user@example.com or alice_smith_identifier (global/workforcePools/example-com-us-employees).

optional string user = 3599307;

Returns
TypeDescription
String

The user.

getUserBytes()

public ByteString getUserBytes()

[Output Only] User who requested the operation, for example: user@example.com or alice_smith_identifier (global/workforcePools/example-com-us-employees).

optional string user = 3599307;

Returns
TypeDescription
ByteString

The bytes for user.

getWarnings(int index)

public Warnings getWarnings(int index)

[Output Only] If warning messages are generated during processing of the operation, this field will be populated.

repeated .google.cloud.compute.v1.Warnings warnings = 498091095;

Parameter
NameDescription
indexint
Returns
TypeDescription
Warnings

getWarningsCount()

public int getWarningsCount()

[Output Only] If warning messages are generated during processing of the operation, this field will be populated.

repeated .google.cloud.compute.v1.Warnings warnings = 498091095;

Returns
TypeDescription
int

getWarningsList()

public List<Warnings> getWarningsList()

[Output Only] If warning messages are generated during processing of the operation, this field will be populated.

repeated .google.cloud.compute.v1.Warnings warnings = 498091095;

Returns
TypeDescription
List<Warnings>

getWarningsOrBuilder(int index)

public WarningsOrBuilder getWarningsOrBuilder(int index)

[Output Only] If warning messages are generated during processing of the operation, this field will be populated.

repeated .google.cloud.compute.v1.Warnings warnings = 498091095;

Parameter
NameDescription
indexint
Returns
TypeDescription
WarningsOrBuilder

getWarningsOrBuilderList()

public List<? extends WarningsOrBuilder> getWarningsOrBuilderList()

[Output Only] If warning messages are generated during processing of the operation, this field will be populated.

repeated .google.cloud.compute.v1.Warnings warnings = 498091095;

Returns
TypeDescription
List<? extends com.google.cloud.compute.v1.WarningsOrBuilder>

getZone()

public String getZone()

[Output Only] The URL of the zone where the operation resides. Only applicable when performing per-zone operations.

optional string zone = 3744684;

Returns
TypeDescription
String

The zone.

getZoneBytes()

public ByteString getZoneBytes()

[Output Only] The URL of the zone where the operation resides. Only applicable when performing per-zone operations.

optional string zone = 3744684;

Returns
TypeDescription
ByteString

The bytes for zone.

hasClientOperationId()

public boolean hasClientOperationId()

[Output Only] The value of requestId if you provided it in the request. Not present otherwise.

optional string client_operation_id = 297240295;

Returns
TypeDescription
boolean

Whether the clientOperationId field is set.

hasCreationTimestamp()

public boolean hasCreationTimestamp()

[Deprecated] This field is deprecated.

optional string creation_timestamp = 30525366;

Returns
TypeDescription
boolean

Whether the creationTimestamp field is set.

hasDescription()

public boolean hasDescription()

[Output Only] A textual description of the operation, which is set when the operation is created.

optional string description = 422937596;

Returns
TypeDescription
boolean

Whether the description field is set.

hasEndTime()

public boolean hasEndTime()

[Output Only] The time that this operation was completed. This value is in RFC3339 text format.

optional string end_time = 114938801;

Returns
TypeDescription
boolean

Whether the endTime field is set.

hasError()

public boolean hasError()

[Output Only] If errors are generated during processing of the operation, this field will be populated.

optional .google.cloud.compute.v1.Error error = 96784904;

Returns
TypeDescription
boolean

Whether the error field is set.

hasHttpErrorMessage()

public boolean hasHttpErrorMessage()

[Output Only] If the operation fails, this field contains the HTTP error message that was returned, such as NOT FOUND.

optional string http_error_message = 202521945 [(.google.cloud.operation_field) = ERROR_MESSAGE];

Returns
TypeDescription
boolean

Whether the httpErrorMessage field is set.

hasHttpErrorStatusCode()

public boolean hasHttpErrorStatusCode()

[Output Only] If the operation fails, this field contains the HTTP error status code that was returned. For example, a 404 means the resource was not found.

optional int32 http_error_status_code = 312345196 [(.google.cloud.operation_field) = ERROR_CODE];

Returns
TypeDescription
boolean

Whether the httpErrorStatusCode field is set.

hasId()

public boolean hasId()

[Output Only] The unique identifier for the operation. This identifier is defined by the server.

optional uint64 id = 3355;

Returns
TypeDescription
boolean

Whether the id field is set.

hasInsertTime()

public boolean hasInsertTime()

[Output Only] The time that this operation was requested. This value is in RFC3339 text format.

optional string insert_time = 433722515;

Returns
TypeDescription
boolean

Whether the insertTime field is set.

hasInstancesBulkInsertOperationMetadata()

public boolean hasInstancesBulkInsertOperationMetadata()

optional .google.cloud.compute.v1.InstancesBulkInsertOperationMetadata instances_bulk_insert_operation_metadata = 89146177;

Returns
TypeDescription
boolean

Whether the instancesBulkInsertOperationMetadata field is set.

hasKind()

public boolean hasKind()

[Output Only] Type of the resource. Always compute#operation for Operation resources.

optional string kind = 3292052;

Returns
TypeDescription
boolean

Whether the kind field is set.

hasName()

public boolean hasName()

[Output Only] Name of the operation.

optional string name = 3373707 [(.google.cloud.operation_field) = NAME];

Returns
TypeDescription
boolean

Whether the name field is set.

hasOperationGroupId()

public boolean hasOperationGroupId()

[Output Only] An ID that represents a group of operations, such as when a group of operations results from a bulkInsert API request.

optional string operation_group_id = 40171187;

Returns
TypeDescription
boolean

Whether the operationGroupId field is set.

hasOperationType()

public boolean hasOperationType()

[Output Only] The type of operation, such as insert, update, or delete, and so on.

optional string operation_type = 177650450;

Returns
TypeDescription
boolean

Whether the operationType field is set.

hasProgress()

public boolean hasProgress()

[Output Only] An optional progress indicator that ranges from 0 to 100. There is no requirement that this be linear or support any granularity of operations. This should not be used to guess when the operation will be complete. This number should monotonically increase as the operation progresses.

optional int32 progress = 72663597;

Returns
TypeDescription
boolean

Whether the progress field is set.

hasRegion()

public boolean hasRegion()

[Output Only] The URL of the region where the operation resides. Only applicable when performing regional operations.

optional string region = 138946292;

Returns
TypeDescription
boolean

Whether the region field is set.

public boolean hasSelfLink()

[Output Only] Server-defined URL for the resource.

optional string self_link = 456214797;

Returns
TypeDescription
boolean

Whether the selfLink field is set.

hasSetCommonInstanceMetadataOperationMetadata()

public boolean hasSetCommonInstanceMetadataOperationMetadata()

[Output Only] If the operation is for projects.setCommonInstanceMetadata, this field will contain information on all underlying zonal actions and their state.

optional .google.cloud.compute.v1.SetCommonInstanceMetadataOperationMetadata set_common_instance_metadata_operation_metadata = 490378980;

Returns
TypeDescription
boolean

Whether the setCommonInstanceMetadataOperationMetadata field is set.

hasStartTime()

public boolean hasStartTime()

[Output Only] The time that this operation was started by the server. This value is in RFC3339 text format.

optional string start_time = 37467274;

Returns
TypeDescription
boolean

Whether the startTime field is set.

hasStatus()

public boolean hasStatus()

[Output Only] The status of the operation, which can be one of the following: PENDING, RUNNING, or DONE.

optional .google.cloud.compute.v1.Operation.Status status = 181260274 [(.google.cloud.operation_field) = STATUS];

Returns
TypeDescription
boolean

Whether the status field is set.

hasStatusMessage()

public boolean hasStatusMessage()

[Output Only] An optional textual description of the current status of the operation.

optional string status_message = 297428154;

Returns
TypeDescription
boolean

Whether the statusMessage field is set.

hasTargetId()

public boolean hasTargetId()

[Output Only] The unique target ID, which identifies a specific incarnation of the target resource.

optional uint64 target_id = 258165385;

Returns
TypeDescription
boolean

Whether the targetId field is set.

public boolean hasTargetLink()

[Output Only] The URL of the resource that the operation modifies. For operations related to creating a snapshot, this points to the persistent disk that the snapshot was created from.

optional string target_link = 62671336;

Returns
TypeDescription
boolean

Whether the targetLink field is set.

hasUser()

public boolean hasUser()

[Output Only] User who requested the operation, for example: user@example.com or alice_smith_identifier (global/workforcePools/example-com-us-employees).

optional string user = 3599307;

Returns
TypeDescription
boolean

Whether the user field is set.

hasZone()

public boolean hasZone()

[Output Only] The URL of the zone where the operation resides. Only applicable when performing per-zone operations.

optional string zone = 3744684;

Returns
TypeDescription
boolean

Whether the zone field is set.

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public Operation.Builder newBuilderForType()
Returns
TypeDescription
Operation.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected Operation.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
Operation.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public Operation.Builder toBuilder()
Returns
TypeDescription
Operation.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException