public interface OperationOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getClientOperationId()
[Output Only] The value of `requestId` if you provided it in the request.
|
com.google.protobuf.ByteString |
getClientOperationIdBytes()
[Output Only] The value of `requestId` if you provided it in the request.
|
String |
getCreationTimestamp()
[Deprecated] This field is deprecated.
|
com.google.protobuf.ByteString |
getCreationTimestampBytes()
[Deprecated] This field is deprecated.
|
String |
getDescription()
[Output Only] A textual description of the operation, which is set when the operation is created.
|
com.google.protobuf.ByteString |
getDescriptionBytes()
[Output Only] A textual description of the operation, which is set when the operation is created.
|
String |
getEndTime()
[Output Only] The time that this operation was completed.
|
com.google.protobuf.ByteString |
getEndTimeBytes()
[Output Only] The time that this operation was completed.
|
Error |
getError()
[Output Only] If errors are generated during processing of the operation, this field will be populated.
|
ErrorOrBuilder |
getErrorOrBuilder()
[Output Only] If errors are generated during processing of the operation, this field will be populated.
|
String |
getHttpErrorMessage()
[Output Only] If the operation fails, this field contains the HTTP error message that was returned, such as `NOT FOUND`.
|
com.google.protobuf.ByteString |
getHttpErrorMessageBytes()
[Output Only] If the operation fails, this field contains the HTTP error message that was returned, such as `NOT FOUND`.
|
int |
getHttpErrorStatusCode()
[Output Only] If the operation fails, this field contains the HTTP error status code that was returned.
|
long |
getId()
[Output Only] The unique identifier for the operation.
|
String |
getInsertTime()
[Output Only] The time that this operation was requested.
|
com.google.protobuf.ByteString |
getInsertTimeBytes()
[Output Only] The time that this operation was requested.
|
String |
getKind()
[Output Only] Type of the resource.
|
com.google.protobuf.ByteString |
getKindBytes()
[Output Only] Type of the resource.
|
String |
getName()
[Output Only] Name of the operation.
|
com.google.protobuf.ByteString |
getNameBytes()
[Output Only] Name of the operation.
|
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.
|
com.google.protobuf.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.
|
String |
getOperationType()
[Output Only] The type of operation, such as `insert`, `update`, or `delete`, and so on.
|
com.google.protobuf.ByteString |
getOperationTypeBytes()
[Output Only] The type of operation, such as `insert`, `update`, or `delete`, and so on.
|
int |
getProgress()
[Output Only] An optional progress indicator that ranges from 0 to 100.
|
String |
getRegion()
[Output Only] The URL of the region where the operation resides.
|
com.google.protobuf.ByteString |
getRegionBytes()
[Output Only] The URL of the region where the operation resides.
|
String |
getSelfLink()
[Output Only] Server-defined URL for the resource.
|
com.google.protobuf.ByteString |
getSelfLinkBytes()
[Output Only] Server-defined URL for the resource.
|
String |
getStartTime()
[Output Only] The time that this operation was started by the server.
|
com.google.protobuf.ByteString |
getStartTimeBytes()
[Output Only] The time that this operation was started by the server.
|
Operation.Status |
getStatus()
[Output Only] The status of the operation, which can be one of the following: `PENDING`, `RUNNING`, or `DONE`.
|
String |
getStatusMessage()
[Output Only] An optional textual description of the current status of the operation.
|
com.google.protobuf.ByteString |
getStatusMessageBytes()
[Output Only] An optional textual description of the current status of the operation.
|
int |
getStatusValue()
[Output Only] The status of the operation, which can be one of the following: `PENDING`, `RUNNING`, or `DONE`.
|
long |
getTargetId()
[Output Only] The unique target ID, which identifies a specific incarnation of the target resource.
|
String |
getTargetLink()
[Output Only] The URL of the resource that the operation modifies.
|
com.google.protobuf.ByteString |
getTargetLinkBytes()
[Output Only] The URL of the resource that the operation modifies.
|
String |
getUser()
[Output Only] User who requested the operation, for example: `user@example.com`.
|
com.google.protobuf.ByteString |
getUserBytes()
[Output Only] User who requested the operation, for example: `user@example.com`.
|
Warnings |
getWarnings(int index)
[Output Only] If warning messages are generated during processing of the operation, this field will be populated.
|
int |
getWarningsCount()
[Output Only] If warning messages are generated during processing of the operation, this field will be populated.
|
List<Warnings> |
getWarningsList()
[Output Only] If warning messages are generated during processing of the operation, this field will be populated.
|
WarningsOrBuilder |
getWarningsOrBuilder(int index)
[Output Only] If warning messages are generated during processing of the operation, this field will be populated.
|
List<? extends WarningsOrBuilder> |
getWarningsOrBuilderList()
[Output Only] If warning messages are generated during processing of the operation, this field will be populated.
|
String |
getZone()
[Output Only] The URL of the zone where the operation resides.
|
com.google.protobuf.ByteString |
getZoneBytes()
[Output Only] The URL of the zone where the operation resides.
|
boolean |
hasClientOperationId()
[Output Only] The value of `requestId` if you provided it in the request.
|
boolean |
hasCreationTimestamp()
[Deprecated] This field is deprecated.
|
boolean |
hasDescription()
[Output Only] A textual description of the operation, which is set when the operation is created.
|
boolean |
hasEndTime()
[Output Only] The time that this operation was completed.
|
boolean |
hasError()
[Output Only] If errors are generated during processing of the operation, this field will be populated.
|
boolean |
hasHttpErrorMessage()
[Output Only] If the operation fails, this field contains the HTTP error message that was returned, such as `NOT FOUND`.
|
boolean |
hasHttpErrorStatusCode()
[Output Only] If the operation fails, this field contains the HTTP error status code that was returned.
|
boolean |
hasId()
[Output Only] The unique identifier for the operation.
|
boolean |
hasInsertTime()
[Output Only] The time that this operation was requested.
|
boolean |
hasKind()
[Output Only] Type of the resource.
|
boolean |
hasName()
[Output Only] Name of the operation.
|
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.
|
boolean |
hasOperationType()
[Output Only] The type of operation, such as `insert`, `update`, or `delete`, and so on.
|
boolean |
hasProgress()
[Output Only] An optional progress indicator that ranges from 0 to 100.
|
boolean |
hasRegion()
[Output Only] The URL of the region where the operation resides.
|
boolean |
hasSelfLink()
[Output Only] Server-defined URL for the resource.
|
boolean |
hasStartTime()
[Output Only] The time that this operation was started by the server.
|
boolean |
hasStatus()
[Output Only] The status of the operation, which can be one of the following: `PENDING`, `RUNNING`, or `DONE`.
|
boolean |
hasStatusMessage()
[Output Only] An optional textual description of the current status of the operation.
|
boolean |
hasTargetId()
[Output Only] The unique target ID, which identifies a specific incarnation of the target resource.
|
boolean |
hasTargetLink()
[Output Only] The URL of the resource that the operation modifies.
|
boolean |
hasUser()
[Output Only] User who requested the operation, for example: `user@example.com`.
|
boolean |
hasZone()
[Output Only] The URL of the zone where the operation resides.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasClientOperationId()
[Output Only] The value of `requestId` if you provided it in the request. Not present otherwise.
optional string client_operation_id = 297240295;String getClientOperationId()
[Output Only] The value of `requestId` if you provided it in the request. Not present otherwise.
optional string client_operation_id = 297240295;com.google.protobuf.ByteString getClientOperationIdBytes()
[Output Only] The value of `requestId` if you provided it in the request. Not present otherwise.
optional string client_operation_id = 297240295;boolean hasCreationTimestamp()
[Deprecated] This field is deprecated.
optional string creation_timestamp = 30525366;String getCreationTimestamp()
[Deprecated] This field is deprecated.
optional string creation_timestamp = 30525366;com.google.protobuf.ByteString getCreationTimestampBytes()
[Deprecated] This field is deprecated.
optional string creation_timestamp = 30525366;boolean hasDescription()
[Output Only] A textual description of the operation, which is set when the operation is created.
optional string description = 422937596;String getDescription()
[Output Only] A textual description of the operation, which is set when the operation is created.
optional string description = 422937596;com.google.protobuf.ByteString getDescriptionBytes()
[Output Only] A textual description of the operation, which is set when the operation is created.
optional string description = 422937596;boolean hasEndTime()
[Output Only] The time that this operation was completed. This value is in RFC3339 text format.
optional string end_time = 114938801;String getEndTime()
[Output Only] The time that this operation was completed. This value is in RFC3339 text format.
optional string end_time = 114938801;com.google.protobuf.ByteString getEndTimeBytes()
[Output Only] The time that this operation was completed. This value is in RFC3339 text format.
optional string end_time = 114938801;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;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;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;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];
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];
com.google.protobuf.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];
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];
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];
boolean hasId()
[Output Only] The unique identifier for the operation. This identifier is defined by the server.
optional uint64 id = 3355;long getId()
[Output Only] The unique identifier for the operation. This identifier is defined by the server.
optional uint64 id = 3355;boolean hasInsertTime()
[Output Only] The time that this operation was requested. This value is in RFC3339 text format.
optional string insert_time = 433722515;String getInsertTime()
[Output Only] The time that this operation was requested. This value is in RFC3339 text format.
optional string insert_time = 433722515;com.google.protobuf.ByteString getInsertTimeBytes()
[Output Only] The time that this operation was requested. This value is in RFC3339 text format.
optional string insert_time = 433722515;boolean hasKind()
[Output Only] Type of the resource. Always `compute#operation` for Operation resources.
optional string kind = 3292052;String getKind()
[Output Only] Type of the resource. Always `compute#operation` for Operation resources.
optional string kind = 3292052;com.google.protobuf.ByteString getKindBytes()
[Output Only] Type of the resource. Always `compute#operation` for Operation resources.
optional string kind = 3292052;boolean hasName()
[Output Only] Name of the operation.
optional string name = 3373707 [(.google.cloud.operation_field) = NAME];String getName()
[Output Only] Name of the operation.
optional string name = 3373707 [(.google.cloud.operation_field) = NAME];com.google.protobuf.ByteString getNameBytes()
[Output Only] Name of the operation.
optional string name = 3373707 [(.google.cloud.operation_field) = NAME];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;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;com.google.protobuf.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;boolean hasOperationType()
[Output Only] The type of operation, such as `insert`, `update`, or `delete`, and so on.
optional string operation_type = 177650450;String getOperationType()
[Output Only] The type of operation, such as `insert`, `update`, or `delete`, and so on.
optional string operation_type = 177650450;com.google.protobuf.ByteString getOperationTypeBytes()
[Output Only] The type of operation, such as `insert`, `update`, or `delete`, and so on.
optional string operation_type = 177650450;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;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;boolean hasRegion()
[Output Only] The URL of the region where the operation resides. Only applicable when performing regional operations.
optional string region = 138946292;String getRegion()
[Output Only] The URL of the region where the operation resides. Only applicable when performing regional operations.
optional string region = 138946292;com.google.protobuf.ByteString getRegionBytes()
[Output Only] The URL of the region where the operation resides. Only applicable when performing regional operations.
optional string region = 138946292;boolean hasSelfLink()
[Output Only] Server-defined URL for the resource.
optional string self_link = 456214797;String getSelfLink()
[Output Only] Server-defined URL for the resource.
optional string self_link = 456214797;com.google.protobuf.ByteString getSelfLinkBytes()
[Output Only] Server-defined URL for the resource.
optional string self_link = 456214797;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;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;com.google.protobuf.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;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];
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];
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];
boolean hasStatusMessage()
[Output Only] An optional textual description of the current status of the operation.
optional string status_message = 297428154;String getStatusMessage()
[Output Only] An optional textual description of the current status of the operation.
optional string status_message = 297428154;com.google.protobuf.ByteString getStatusMessageBytes()
[Output Only] An optional textual description of the current status of the operation.
optional string status_message = 297428154;boolean hasTargetId()
[Output Only] The unique target ID, which identifies a specific incarnation of the target resource.
optional uint64 target_id = 258165385;long getTargetId()
[Output Only] The unique target ID, which identifies a specific incarnation of the target resource.
optional uint64 target_id = 258165385;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;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;com.google.protobuf.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;boolean hasUser()
[Output Only] User who requested the operation, for example: `user@example.com`.
optional string user = 3599307;String getUser()
[Output Only] User who requested the operation, for example: `user@example.com`.
optional string user = 3599307;com.google.protobuf.ByteString getUserBytes()
[Output Only] User who requested the operation, for example: `user@example.com`.
optional string user = 3599307;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;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;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;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;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;boolean hasZone()
[Output Only] The URL of the zone where the operation resides. Only applicable when performing per-zone operations.
optional string zone = 3744684;String getZone()
[Output Only] The URL of the zone where the operation resides. Only applicable when performing per-zone operations.
optional string zone = 3744684;com.google.protobuf.ByteString getZoneBytes()
[Output Only] The URL of the zone where the operation resides. Only applicable when performing per-zone operations.
optional string zone = 3744684;Copyright © 2023 Google LLC. All rights reserved.