public static final class Operation.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Operation.Builder> implements OperationOrBuilder
Represents an Operation resource. Google Compute Engine has three Operation resources: * [Global](/compute/docs/reference/rest/v1/globalOperations) * [Regional](/compute/docs/reference/rest/v1/regionOperations) * [Zonal](/compute/docs/reference/rest/v1/zoneOperations) 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 `zonalOperations` resource. For more information, read Global, Regional, and Zonal Resources.Protobuf type
google.cloud.compute.v1.Operation| Modifier and Type | Method and Description |
|---|---|
Operation.Builder |
addAllWarnings(Iterable<? extends Warnings> values)
[Output Only] If warning messages are generated during processing of the operation, this field will be populated.
|
Operation.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Operation.Builder |
addWarnings(int index,
Warnings.Builder builderForValue)
[Output Only] If warning messages are generated during processing of the operation, this field will be populated.
|
Operation.Builder |
addWarnings(int index,
Warnings value)
[Output Only] If warning messages are generated during processing of the operation, this field will be populated.
|
Operation.Builder |
addWarnings(Warnings.Builder builderForValue)
[Output Only] If warning messages are generated during processing of the operation, this field will be populated.
|
Operation.Builder |
addWarnings(Warnings value)
[Output Only] If warning messages are generated during processing of the operation, this field will be populated.
|
Warnings.Builder |
addWarningsBuilder()
[Output Only] If warning messages are generated during processing of the operation, this field will be populated.
|
Warnings.Builder |
addWarningsBuilder(int index)
[Output Only] If warning messages are generated during processing of the operation, this field will be populated.
|
Operation |
build() |
Operation |
buildPartial() |
Operation.Builder |
clear() |
Operation.Builder |
clearClientOperationId()
[Output Only] The value of `requestId` if you provided it in the request.
|
Operation.Builder |
clearCreationTimestamp()
[Deprecated] This field is deprecated.
|
Operation.Builder |
clearDescription()
[Output Only] A textual description of the operation, which is set when the operation is created.
|
Operation.Builder |
clearEndTime()
[Output Only] The time that this operation was completed.
|
Operation.Builder |
clearError()
[Output Only] If errors are generated during processing of the operation, this field will be populated.
|
Operation.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
Operation.Builder |
clearHttpErrorMessage()
[Output Only] If the operation fails, this field contains the HTTP error message that was returned, such as `NOT FOUND`.
|
Operation.Builder |
clearHttpErrorStatusCode()
[Output Only] If the operation fails, this field contains the HTTP error status code that was returned.
|
Operation.Builder |
clearId()
[Output Only] The unique identifier for the operation.
|
Operation.Builder |
clearInsertTime()
[Output Only] The time that this operation was requested.
|
Operation.Builder |
clearKind()
[Output Only] Type of the resource.
|
Operation.Builder |
clearName()
[Output Only] Name of the operation.
|
Operation.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Operation.Builder |
clearOperationGroupId()
[Output Only] An ID that represents a group of operations, such as when a group of operations results from a `bulkInsert` API request.
|
Operation.Builder |
clearOperationType()
[Output Only] The type of operation, such as `insert`, `update`, or `delete`, and so on.
|
Operation.Builder |
clearProgress()
[Output Only] An optional progress indicator that ranges from 0 to 100.
|
Operation.Builder |
clearRegion()
[Output Only] The URL of the region where the operation resides.
|
Operation.Builder |
clearSelfLink()
[Output Only] Server-defined URL for the resource.
|
Operation.Builder |
clearStartTime()
[Output Only] The time that this operation was started by the server.
|
Operation.Builder |
clearStatus()
[Output Only] The status of the operation, which can be one of the following: `PENDING`, `RUNNING`, or `DONE`.
|
Operation.Builder |
clearStatusMessage()
[Output Only] An optional textual description of the current status of the operation.
|
Operation.Builder |
clearTargetId()
[Output Only] The unique target ID, which identifies a specific incarnation of the target resource.
|
Operation.Builder |
clearTargetLink()
[Output Only] The URL of the resource that the operation modifies.
|
Operation.Builder |
clearUser()
[Output Only] User who requested the operation, for example: `user@example.com`.
|
Operation.Builder |
clearWarnings()
[Output Only] If warning messages are generated during processing of the operation, this field will be populated.
|
Operation.Builder |
clearZone()
[Output Only] The URL of the zone where the operation resides.
|
Operation.Builder |
clone() |
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.
|
Operation |
getDefaultInstanceForType() |
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.
|
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
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.
|
Error.Builder |
getErrorBuilder()
[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.
|
Warnings.Builder |
getWarningsBuilder(int index)
[Output Only] If warning messages are generated during processing of the operation, this field will be populated.
|
List<Warnings.Builder> |
getWarningsBuilderList()
[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.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
Operation.Builder |
mergeError(Error value)
[Output Only] If errors are generated during processing of the operation, this field will be populated.
|
Operation.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Operation.Builder |
mergeFrom(com.google.protobuf.Message other) |
Operation.Builder |
mergeFrom(Operation other) |
Operation.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Operation.Builder |
removeWarnings(int index)
[Output Only] If warning messages are generated during processing of the operation, this field will be populated.
|
Operation.Builder |
setClientOperationId(String value)
[Output Only] The value of `requestId` if you provided it in the request.
|
Operation.Builder |
setClientOperationIdBytes(com.google.protobuf.ByteString value)
[Output Only] The value of `requestId` if you provided it in the request.
|
Operation.Builder |
setCreationTimestamp(String value)
[Deprecated] This field is deprecated.
|
Operation.Builder |
setCreationTimestampBytes(com.google.protobuf.ByteString value)
[Deprecated] This field is deprecated.
|
Operation.Builder |
setDescription(String value)
[Output Only] A textual description of the operation, which is set when the operation is created.
|
Operation.Builder |
setDescriptionBytes(com.google.protobuf.ByteString value)
[Output Only] A textual description of the operation, which is set when the operation is created.
|
Operation.Builder |
setEndTime(String value)
[Output Only] The time that this operation was completed.
|
Operation.Builder |
setEndTimeBytes(com.google.protobuf.ByteString value)
[Output Only] The time that this operation was completed.
|
Operation.Builder |
setError(Error.Builder builderForValue)
[Output Only] If errors are generated during processing of the operation, this field will be populated.
|
Operation.Builder |
setError(Error value)
[Output Only] If errors are generated during processing of the operation, this field will be populated.
|
Operation.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Operation.Builder |
setHttpErrorMessage(String value)
[Output Only] If the operation fails, this field contains the HTTP error message that was returned, such as `NOT FOUND`.
|
Operation.Builder |
setHttpErrorMessageBytes(com.google.protobuf.ByteString value)
[Output Only] If the operation fails, this field contains the HTTP error message that was returned, such as `NOT FOUND`.
|
Operation.Builder |
setHttpErrorStatusCode(int value)
[Output Only] If the operation fails, this field contains the HTTP error status code that was returned.
|
Operation.Builder |
setId(long value)
[Output Only] The unique identifier for the operation.
|
Operation.Builder |
setInsertTime(String value)
[Output Only] The time that this operation was requested.
|
Operation.Builder |
setInsertTimeBytes(com.google.protobuf.ByteString value)
[Output Only] The time that this operation was requested.
|
Operation.Builder |
setKind(String value)
[Output Only] Type of the resource.
|
Operation.Builder |
setKindBytes(com.google.protobuf.ByteString value)
[Output Only] Type of the resource.
|
Operation.Builder |
setName(String value)
[Output Only] Name of the operation.
|
Operation.Builder |
setNameBytes(com.google.protobuf.ByteString value)
[Output Only] Name of the operation.
|
Operation.Builder |
setOperationGroupId(String value)
[Output Only] An ID that represents a group of operations, such as when a group of operations results from a `bulkInsert` API request.
|
Operation.Builder |
setOperationGroupIdBytes(com.google.protobuf.ByteString value)
[Output Only] An ID that represents a group of operations, such as when a group of operations results from a `bulkInsert` API request.
|
Operation.Builder |
setOperationType(String value)
[Output Only] The type of operation, such as `insert`, `update`, or `delete`, and so on.
|
Operation.Builder |
setOperationTypeBytes(com.google.protobuf.ByteString value)
[Output Only] The type of operation, such as `insert`, `update`, or `delete`, and so on.
|
Operation.Builder |
setProgress(int value)
[Output Only] An optional progress indicator that ranges from 0 to 100.
|
Operation.Builder |
setRegion(String value)
[Output Only] The URL of the region where the operation resides.
|
Operation.Builder |
setRegionBytes(com.google.protobuf.ByteString value)
[Output Only] The URL of the region where the operation resides.
|
Operation.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
Operation.Builder |
setSelfLink(String value)
[Output Only] Server-defined URL for the resource.
|
Operation.Builder |
setSelfLinkBytes(com.google.protobuf.ByteString value)
[Output Only] Server-defined URL for the resource.
|
Operation.Builder |
setStartTime(String value)
[Output Only] The time that this operation was started by the server.
|
Operation.Builder |
setStartTimeBytes(com.google.protobuf.ByteString value)
[Output Only] The time that this operation was started by the server.
|
Operation.Builder |
setStatus(Operation.Status value)
[Output Only] The status of the operation, which can be one of the following: `PENDING`, `RUNNING`, or `DONE`.
|
Operation.Builder |
setStatusMessage(String value)
[Output Only] An optional textual description of the current status of the operation.
|
Operation.Builder |
setStatusMessageBytes(com.google.protobuf.ByteString value)
[Output Only] An optional textual description of the current status of the operation.
|
Operation.Builder |
setStatusValue(int value)
[Output Only] The status of the operation, which can be one of the following: `PENDING`, `RUNNING`, or `DONE`.
|
Operation.Builder |
setTargetId(long value)
[Output Only] The unique target ID, which identifies a specific incarnation of the target resource.
|
Operation.Builder |
setTargetLink(String value)
[Output Only] The URL of the resource that the operation modifies.
|
Operation.Builder |
setTargetLinkBytes(com.google.protobuf.ByteString value)
[Output Only] The URL of the resource that the operation modifies.
|
Operation.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Operation.Builder |
setUser(String value)
[Output Only] User who requested the operation, for example: `user@example.com`.
|
Operation.Builder |
setUserBytes(com.google.protobuf.ByteString value)
[Output Only] User who requested the operation, for example: `user@example.com`.
|
Operation.Builder |
setWarnings(int index,
Warnings.Builder builderForValue)
[Output Only] If warning messages are generated during processing of the operation, this field will be populated.
|
Operation.Builder |
setWarnings(int index,
Warnings value)
[Output Only] If warning messages are generated during processing of the operation, this field will be populated.
|
Operation.Builder |
setZone(String value)
[Output Only] The URL of the zone where the operation resides.
|
Operation.Builder |
setZoneBytes(com.google.protobuf.ByteString value)
[Output Only] The URL of the zone where the operation resides.
|
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfindInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<Operation.Builder>public Operation.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<Operation.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<Operation.Builder>public Operation getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic Operation build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic Operation buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic Operation.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<Operation.Builder>public Operation.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<Operation.Builder>public Operation.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<Operation.Builder>public Operation.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<Operation.Builder>public Operation.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Operation.Builder>public Operation.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Operation.Builder>public Operation.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<Operation.Builder>public Operation.Builder mergeFrom(Operation other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<Operation.Builder>public Operation.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<Operation.Builder>IOExceptionpublic boolean hasClientOperationId()
[Output Only] The value of `requestId` if you provided it in the request. Not present otherwise.
optional string client_operation_id = 297240295;hasClientOperationId in interface OperationOrBuilderpublic String getClientOperationId()
[Output Only] The value of `requestId` if you provided it in the request. Not present otherwise.
optional string client_operation_id = 297240295;getClientOperationId in interface OperationOrBuilderpublic 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;getClientOperationIdBytes in interface OperationOrBuilderpublic Operation.Builder setClientOperationId(String value)
[Output Only] The value of `requestId` if you provided it in the request. Not present otherwise.
optional string client_operation_id = 297240295;value - The clientOperationId to set.public Operation.Builder clearClientOperationId()
[Output Only] The value of `requestId` if you provided it in the request. Not present otherwise.
optional string client_operation_id = 297240295;public Operation.Builder setClientOperationIdBytes(com.google.protobuf.ByteString value)
[Output Only] The value of `requestId` if you provided it in the request. Not present otherwise.
optional string client_operation_id = 297240295;value - The bytes for clientOperationId to set.public boolean hasCreationTimestamp()
[Deprecated] This field is deprecated.
optional string creation_timestamp = 30525366;hasCreationTimestamp in interface OperationOrBuilderpublic String getCreationTimestamp()
[Deprecated] This field is deprecated.
optional string creation_timestamp = 30525366;getCreationTimestamp in interface OperationOrBuilderpublic com.google.protobuf.ByteString getCreationTimestampBytes()
[Deprecated] This field is deprecated.
optional string creation_timestamp = 30525366;getCreationTimestampBytes in interface OperationOrBuilderpublic Operation.Builder setCreationTimestamp(String value)
[Deprecated] This field is deprecated.
optional string creation_timestamp = 30525366;value - The creationTimestamp to set.public Operation.Builder clearCreationTimestamp()
[Deprecated] This field is deprecated.
optional string creation_timestamp = 30525366;public Operation.Builder setCreationTimestampBytes(com.google.protobuf.ByteString value)
[Deprecated] This field is deprecated.
optional string creation_timestamp = 30525366;value - The bytes for creationTimestamp to set.public boolean hasDescription()
[Output Only] A textual description of the operation, which is set when the operation is created.
optional string description = 422937596;hasDescription in interface OperationOrBuilderpublic String getDescription()
[Output Only] A textual description of the operation, which is set when the operation is created.
optional string description = 422937596;getDescription in interface OperationOrBuilderpublic 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;getDescriptionBytes in interface OperationOrBuilderpublic Operation.Builder setDescription(String value)
[Output Only] A textual description of the operation, which is set when the operation is created.
optional string description = 422937596;value - The description to set.public Operation.Builder clearDescription()
[Output Only] A textual description of the operation, which is set when the operation is created.
optional string description = 422937596;public Operation.Builder setDescriptionBytes(com.google.protobuf.ByteString value)
[Output Only] A textual description of the operation, which is set when the operation is created.
optional string description = 422937596;value - The bytes for description to set.public boolean hasEndTime()
[Output Only] The time that this operation was completed. This value is in RFC3339 text format.
optional string end_time = 114938801;hasEndTime in interface OperationOrBuilderpublic String getEndTime()
[Output Only] The time that this operation was completed. This value is in RFC3339 text format.
optional string end_time = 114938801;getEndTime in interface OperationOrBuilderpublic 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;getEndTimeBytes in interface OperationOrBuilderpublic Operation.Builder setEndTime(String value)
[Output Only] The time that this operation was completed. This value is in RFC3339 text format.
optional string end_time = 114938801;value - The endTime to set.public Operation.Builder clearEndTime()
[Output Only] The time that this operation was completed. This value is in RFC3339 text format.
optional string end_time = 114938801;public Operation.Builder setEndTimeBytes(com.google.protobuf.ByteString value)
[Output Only] The time that this operation was completed. This value is in RFC3339 text format.
optional string end_time = 114938801;value - The bytes for endTime to set.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;hasError in interface OperationOrBuilderpublic 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;getError in interface OperationOrBuilderpublic Operation.Builder setError(Error value)
[Output Only] If errors are generated during processing of the operation, this field will be populated.
optional .google.cloud.compute.v1.Error error = 96784904;public Operation.Builder setError(Error.Builder builderForValue)
[Output Only] If errors are generated during processing of the operation, this field will be populated.
optional .google.cloud.compute.v1.Error error = 96784904;public Operation.Builder mergeError(Error value)
[Output Only] If errors are generated during processing of the operation, this field will be populated.
optional .google.cloud.compute.v1.Error error = 96784904;public Operation.Builder clearError()
[Output Only] If errors are generated during processing of the operation, this field will be populated.
optional .google.cloud.compute.v1.Error error = 96784904;public Error.Builder getErrorBuilder()
[Output Only] If errors are generated during processing of the operation, this field will be populated.
optional .google.cloud.compute.v1.Error error = 96784904;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;getErrorOrBuilder in interface OperationOrBuilderpublic 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];
hasHttpErrorMessage in interface OperationOrBuilderpublic 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];
getHttpErrorMessage in interface OperationOrBuilderpublic 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];
getHttpErrorMessageBytes in interface OperationOrBuilderpublic Operation.Builder setHttpErrorMessage(String value)
[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];
value - The httpErrorMessage to set.public Operation.Builder clearHttpErrorMessage()
[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];
public Operation.Builder setHttpErrorMessageBytes(com.google.protobuf.ByteString value)
[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];
value - The bytes for httpErrorMessage to set.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];
hasHttpErrorStatusCode in interface OperationOrBuilderpublic 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];
getHttpErrorStatusCode in interface OperationOrBuilderpublic Operation.Builder setHttpErrorStatusCode(int value)
[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];
value - The httpErrorStatusCode to set.public Operation.Builder clearHttpErrorStatusCode()
[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];
public boolean hasId()
[Output Only] The unique identifier for the operation. This identifier is defined by the server.
optional uint64 id = 3355;hasId in interface OperationOrBuilderpublic long getId()
[Output Only] The unique identifier for the operation. This identifier is defined by the server.
optional uint64 id = 3355;getId in interface OperationOrBuilderpublic Operation.Builder setId(long value)
[Output Only] The unique identifier for the operation. This identifier is defined by the server.
optional uint64 id = 3355;value - The id to set.public Operation.Builder clearId()
[Output Only] The unique identifier for the operation. This identifier is defined by the server.
optional uint64 id = 3355;public boolean hasInsertTime()
[Output Only] The time that this operation was requested. This value is in RFC3339 text format.
optional string insert_time = 433722515;hasInsertTime in interface OperationOrBuilderpublic String getInsertTime()
[Output Only] The time that this operation was requested. This value is in RFC3339 text format.
optional string insert_time = 433722515;getInsertTime in interface OperationOrBuilderpublic 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;getInsertTimeBytes in interface OperationOrBuilderpublic Operation.Builder setInsertTime(String value)
[Output Only] The time that this operation was requested. This value is in RFC3339 text format.
optional string insert_time = 433722515;value - The insertTime to set.public Operation.Builder clearInsertTime()
[Output Only] The time that this operation was requested. This value is in RFC3339 text format.
optional string insert_time = 433722515;public Operation.Builder setInsertTimeBytes(com.google.protobuf.ByteString value)
[Output Only] The time that this operation was requested. This value is in RFC3339 text format.
optional string insert_time = 433722515;value - The bytes for insertTime to set.public boolean hasKind()
[Output Only] Type of the resource. Always `compute#operation` for Operation resources.
optional string kind = 3292052;hasKind in interface OperationOrBuilderpublic String getKind()
[Output Only] Type of the resource. Always `compute#operation` for Operation resources.
optional string kind = 3292052;getKind in interface OperationOrBuilderpublic com.google.protobuf.ByteString getKindBytes()
[Output Only] Type of the resource. Always `compute#operation` for Operation resources.
optional string kind = 3292052;getKindBytes in interface OperationOrBuilderpublic Operation.Builder setKind(String value)
[Output Only] Type of the resource. Always `compute#operation` for Operation resources.
optional string kind = 3292052;value - The kind to set.public Operation.Builder clearKind()
[Output Only] Type of the resource. Always `compute#operation` for Operation resources.
optional string kind = 3292052;public Operation.Builder setKindBytes(com.google.protobuf.ByteString value)
[Output Only] Type of the resource. Always `compute#operation` for Operation resources.
optional string kind = 3292052;value - The bytes for kind to set.public boolean hasName()
[Output Only] Name of the operation.
optional string name = 3373707 [(.google.cloud.operation_field) = NAME];hasName in interface OperationOrBuilderpublic String getName()
[Output Only] Name of the operation.
optional string name = 3373707 [(.google.cloud.operation_field) = NAME];getName in interface OperationOrBuilderpublic com.google.protobuf.ByteString getNameBytes()
[Output Only] Name of the operation.
optional string name = 3373707 [(.google.cloud.operation_field) = NAME];getNameBytes in interface OperationOrBuilderpublic Operation.Builder setName(String value)
[Output Only] Name of the operation.
optional string name = 3373707 [(.google.cloud.operation_field) = NAME];value - The name to set.public Operation.Builder clearName()
[Output Only] Name of the operation.
optional string name = 3373707 [(.google.cloud.operation_field) = NAME];public Operation.Builder setNameBytes(com.google.protobuf.ByteString value)
[Output Only] Name of the operation.
optional string name = 3373707 [(.google.cloud.operation_field) = NAME];value - The bytes for name to set.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;hasOperationGroupId in interface OperationOrBuilderpublic 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;getOperationGroupId in interface OperationOrBuilderpublic 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;getOperationGroupIdBytes in interface OperationOrBuilderpublic Operation.Builder setOperationGroupId(String value)
[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;value - The operationGroupId to set.public Operation.Builder clearOperationGroupId()
[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;public Operation.Builder setOperationGroupIdBytes(com.google.protobuf.ByteString value)
[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;value - The bytes for operationGroupId to set.public boolean hasOperationType()
[Output Only] The type of operation, such as `insert`, `update`, or `delete`, and so on.
optional string operation_type = 177650450;hasOperationType in interface OperationOrBuilderpublic String getOperationType()
[Output Only] The type of operation, such as `insert`, `update`, or `delete`, and so on.
optional string operation_type = 177650450;getOperationType in interface OperationOrBuilderpublic 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;getOperationTypeBytes in interface OperationOrBuilderpublic Operation.Builder setOperationType(String value)
[Output Only] The type of operation, such as `insert`, `update`, or `delete`, and so on.
optional string operation_type = 177650450;value - The operationType to set.public Operation.Builder clearOperationType()
[Output Only] The type of operation, such as `insert`, `update`, or `delete`, and so on.
optional string operation_type = 177650450;public Operation.Builder setOperationTypeBytes(com.google.protobuf.ByteString value)
[Output Only] The type of operation, such as `insert`, `update`, or `delete`, and so on.
optional string operation_type = 177650450;value - The bytes for operationType to set.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;hasProgress in interface OperationOrBuilderpublic 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;getProgress in interface OperationOrBuilderpublic Operation.Builder setProgress(int value)
[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;value - The progress to set.public Operation.Builder clearProgress()
[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;public boolean hasRegion()
[Output Only] The URL of the region where the operation resides. Only applicable when performing regional operations.
optional string region = 138946292;hasRegion in interface OperationOrBuilderpublic String getRegion()
[Output Only] The URL of the region where the operation resides. Only applicable when performing regional operations.
optional string region = 138946292;getRegion in interface OperationOrBuilderpublic 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;getRegionBytes in interface OperationOrBuilderpublic Operation.Builder setRegion(String value)
[Output Only] The URL of the region where the operation resides. Only applicable when performing regional operations.
optional string region = 138946292;value - The region to set.public Operation.Builder clearRegion()
[Output Only] The URL of the region where the operation resides. Only applicable when performing regional operations.
optional string region = 138946292;public Operation.Builder setRegionBytes(com.google.protobuf.ByteString value)
[Output Only] The URL of the region where the operation resides. Only applicable when performing regional operations.
optional string region = 138946292;value - The bytes for region to set.public boolean hasSelfLink()
[Output Only] Server-defined URL for the resource.
optional string self_link = 456214797;hasSelfLink in interface OperationOrBuilderpublic String getSelfLink()
[Output Only] Server-defined URL for the resource.
optional string self_link = 456214797;getSelfLink in interface OperationOrBuilderpublic com.google.protobuf.ByteString getSelfLinkBytes()
[Output Only] Server-defined URL for the resource.
optional string self_link = 456214797;getSelfLinkBytes in interface OperationOrBuilderpublic Operation.Builder setSelfLink(String value)
[Output Only] Server-defined URL for the resource.
optional string self_link = 456214797;value - The selfLink to set.public Operation.Builder clearSelfLink()
[Output Only] Server-defined URL for the resource.
optional string self_link = 456214797;public Operation.Builder setSelfLinkBytes(com.google.protobuf.ByteString value)
[Output Only] Server-defined URL for the resource.
optional string self_link = 456214797;value - The bytes for selfLink to set.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;hasStartTime in interface OperationOrBuilderpublic 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;getStartTime in interface OperationOrBuilderpublic 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;getStartTimeBytes in interface OperationOrBuilderpublic Operation.Builder setStartTime(String value)
[Output Only] The time that this operation was started by the server. This value is in RFC3339 text format.
optional string start_time = 37467274;value - The startTime to set.public Operation.Builder clearStartTime()
[Output Only] The time that this operation was started by the server. This value is in RFC3339 text format.
optional string start_time = 37467274;public Operation.Builder setStartTimeBytes(com.google.protobuf.ByteString value)
[Output Only] The time that this operation was started by the server. This value is in RFC3339 text format.
optional string start_time = 37467274;value - The bytes for startTime to set.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];
hasStatus in interface OperationOrBuilderpublic 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];
getStatusValue in interface OperationOrBuilderpublic Operation.Builder setStatusValue(int value)
[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];
value - The enum numeric value on the wire for status to set.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];
getStatus in interface OperationOrBuilderpublic Operation.Builder setStatus(Operation.Status value)
[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];
value - The status to set.public Operation.Builder clearStatus()
[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];
public boolean hasStatusMessage()
[Output Only] An optional textual description of the current status of the operation.
optional string status_message = 297428154;hasStatusMessage in interface OperationOrBuilderpublic String getStatusMessage()
[Output Only] An optional textual description of the current status of the operation.
optional string status_message = 297428154;getStatusMessage in interface OperationOrBuilderpublic com.google.protobuf.ByteString getStatusMessageBytes()
[Output Only] An optional textual description of the current status of the operation.
optional string status_message = 297428154;getStatusMessageBytes in interface OperationOrBuilderpublic Operation.Builder setStatusMessage(String value)
[Output Only] An optional textual description of the current status of the operation.
optional string status_message = 297428154;value - The statusMessage to set.public Operation.Builder clearStatusMessage()
[Output Only] An optional textual description of the current status of the operation.
optional string status_message = 297428154;public Operation.Builder setStatusMessageBytes(com.google.protobuf.ByteString value)
[Output Only] An optional textual description of the current status of the operation.
optional string status_message = 297428154;value - The bytes for statusMessage to set.public boolean hasTargetId()
[Output Only] The unique target ID, which identifies a specific incarnation of the target resource.
optional uint64 target_id = 258165385;hasTargetId in interface OperationOrBuilderpublic long getTargetId()
[Output Only] The unique target ID, which identifies a specific incarnation of the target resource.
optional uint64 target_id = 258165385;getTargetId in interface OperationOrBuilderpublic Operation.Builder setTargetId(long value)
[Output Only] The unique target ID, which identifies a specific incarnation of the target resource.
optional uint64 target_id = 258165385;value - The targetId to set.public Operation.Builder clearTargetId()
[Output Only] The unique target ID, which identifies a specific incarnation of the target resource.
optional uint64 target_id = 258165385;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;hasTargetLink in interface OperationOrBuilderpublic 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;getTargetLink in interface OperationOrBuilderpublic 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;getTargetLinkBytes in interface OperationOrBuilderpublic Operation.Builder setTargetLink(String value)
[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;value - The targetLink to set.public Operation.Builder clearTargetLink()
[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;public Operation.Builder setTargetLinkBytes(com.google.protobuf.ByteString value)
[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;value - The bytes for targetLink to set.public boolean hasUser()
[Output Only] User who requested the operation, for example: `user@example.com`.
optional string user = 3599307;hasUser in interface OperationOrBuilderpublic String getUser()
[Output Only] User who requested the operation, for example: `user@example.com`.
optional string user = 3599307;getUser in interface OperationOrBuilderpublic com.google.protobuf.ByteString getUserBytes()
[Output Only] User who requested the operation, for example: `user@example.com`.
optional string user = 3599307;getUserBytes in interface OperationOrBuilderpublic Operation.Builder setUser(String value)
[Output Only] User who requested the operation, for example: `user@example.com`.
optional string user = 3599307;value - The user to set.public Operation.Builder clearUser()
[Output Only] User who requested the operation, for example: `user@example.com`.
optional string user = 3599307;public Operation.Builder setUserBytes(com.google.protobuf.ByteString value)
[Output Only] User who requested the operation, for example: `user@example.com`.
optional string user = 3599307;value - The bytes for user to set.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;getWarningsList in interface OperationOrBuilderpublic 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;getWarningsCount in interface OperationOrBuilderpublic 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;getWarnings in interface OperationOrBuilderpublic Operation.Builder setWarnings(int index, Warnings value)
[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;public Operation.Builder setWarnings(int index, Warnings.Builder builderForValue)
[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;public Operation.Builder addWarnings(Warnings value)
[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;public Operation.Builder addWarnings(int index, Warnings value)
[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;public Operation.Builder addWarnings(Warnings.Builder builderForValue)
[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;public Operation.Builder addWarnings(int index, Warnings.Builder builderForValue)
[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;public Operation.Builder addAllWarnings(Iterable<? extends Warnings> values)
[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;public Operation.Builder clearWarnings()
[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;public Operation.Builder removeWarnings(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;public Warnings.Builder getWarningsBuilder(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;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;getWarningsOrBuilder in interface OperationOrBuilderpublic 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;getWarningsOrBuilderList in interface OperationOrBuilderpublic Warnings.Builder addWarningsBuilder()
[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;public Warnings.Builder addWarningsBuilder(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;public List<Warnings.Builder> getWarningsBuilderList()
[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;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;hasZone in interface OperationOrBuilderpublic String getZone()
[Output Only] The URL of the zone where the operation resides. Only applicable when performing per-zone operations.
optional string zone = 3744684;getZone in interface OperationOrBuilderpublic 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;getZoneBytes in interface OperationOrBuilderpublic Operation.Builder setZone(String value)
[Output Only] The URL of the zone where the operation resides. Only applicable when performing per-zone operations.
optional string zone = 3744684;value - The zone to set.public Operation.Builder clearZone()
[Output Only] The URL of the zone where the operation resides. Only applicable when performing per-zone operations.
optional string zone = 3744684;public Operation.Builder setZoneBytes(com.google.protobuf.ByteString value)
[Output Only] The URL of the zone where the operation resides. Only applicable when performing per-zone operations.
optional string zone = 3744684;value - The bytes for zone to set.public final Operation.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Operation.Builder>public final Operation.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Operation.Builder>Copyright © 2023 Google LLC. All rights reserved.