public interface OperationMetadataOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsAdditionalStatus(String key)
Map to hold any additional status info for the operation
If there is an accelerator being enabled/disabled/deleted, this will be
populated with accelerator name as key and status as
ENABLING, DISABLING or DELETING
map<string, string> additional_status = 8; |
Map<String,String> |
getAdditionalStatus()
Deprecated.
|
int |
getAdditionalStatusCount()
Map to hold any additional status info for the operation
If there is an accelerator being enabled/disabled/deleted, this will be
populated with accelerator name as key and status as
ENABLING, DISABLING or DELETING
map<string, string> additional_status = 8; |
Map<String,String> |
getAdditionalStatusMap()
Map to hold any additional status info for the operation
If there is an accelerator being enabled/disabled/deleted, this will be
populated with accelerator name as key and status as
ENABLING, DISABLING or DELETING
map<string, string> additional_status = 8; |
String |
getAdditionalStatusOrDefault(String key,
String defaultValue)
Map to hold any additional status info for the operation
If there is an accelerator being enabled/disabled/deleted, this will be
populated with accelerator name as key and status as
ENABLING, DISABLING or DELETING
map<string, string> additional_status = 8; |
String |
getAdditionalStatusOrThrow(String key)
Map to hold any additional status info for the operation
If there is an accelerator being enabled/disabled/deleted, this will be
populated with accelerator name as key and status as
ENABLING, DISABLING or DELETING
map<string, string> additional_status = 8; |
String |
getApiVersion()
API version used to start the operation.
|
com.google.protobuf.ByteString |
getApiVersionBytes()
API version used to start the operation.
|
com.google.protobuf.Timestamp |
getCreateTime()
The time the operation was created.
|
com.google.protobuf.TimestampOrBuilder |
getCreateTimeOrBuilder()
The time the operation was created.
|
com.google.protobuf.Timestamp |
getEndTime()
The time the operation finished running.
|
com.google.protobuf.TimestampOrBuilder |
getEndTimeOrBuilder()
The time the operation finished running.
|
boolean |
getRequestedCancellation()
Identifies whether the user has requested cancellation
of the operation.
|
String |
getStatusDetail()
Human-readable status of the operation if any.
|
com.google.protobuf.ByteString |
getStatusDetailBytes()
Human-readable status of the operation if any.
|
String |
getTarget()
Server-defined resource path for the target of the operation.
|
com.google.protobuf.ByteString |
getTargetBytes()
Server-defined resource path for the target of the operation.
|
String |
getVerb()
Name of the verb executed by the operation.
|
com.google.protobuf.ByteString |
getVerbBytes()
Name of the verb executed by the operation.
|
boolean |
hasCreateTime()
The time the operation was created.
|
boolean |
hasEndTime()
The time the operation finished running.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasCreateTime()
The time the operation was created.
.google.protobuf.Timestamp create_time = 1;com.google.protobuf.Timestamp getCreateTime()
The time the operation was created.
.google.protobuf.Timestamp create_time = 1;com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
The time the operation was created.
.google.protobuf.Timestamp create_time = 1;boolean hasEndTime()
The time the operation finished running.
.google.protobuf.Timestamp end_time = 2;com.google.protobuf.Timestamp getEndTime()
The time the operation finished running.
.google.protobuf.Timestamp end_time = 2;com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder()
The time the operation finished running.
.google.protobuf.Timestamp end_time = 2;String getTarget()
Server-defined resource path for the target of the operation.
string target = 3;com.google.protobuf.ByteString getTargetBytes()
Server-defined resource path for the target of the operation.
string target = 3;String getVerb()
Name of the verb executed by the operation.
string verb = 4;com.google.protobuf.ByteString getVerbBytes()
Name of the verb executed by the operation.
string verb = 4;String getStatusDetail()
Human-readable status of the operation if any.
string status_detail = 5;com.google.protobuf.ByteString getStatusDetailBytes()
Human-readable status of the operation if any.
string status_detail = 5;boolean getRequestedCancellation()
Identifies whether the user has requested cancellation of the operation. Operations that have successfully been cancelled have [Operation.error][] value with a [google.rpc.Status.code][google.rpc.Status.code] of 1, corresponding to `Code.CANCELLED`.
bool requested_cancellation = 6;String getApiVersion()
API version used to start the operation.
string api_version = 7;com.google.protobuf.ByteString getApiVersionBytes()
API version used to start the operation.
string api_version = 7;int getAdditionalStatusCount()
Map to hold any additional status info for the operation If there is an accelerator being enabled/disabled/deleted, this will be populated with accelerator name as key and status as ENABLING, DISABLING or DELETING
map<string, string> additional_status = 8;boolean containsAdditionalStatus(String key)
Map to hold any additional status info for the operation If there is an accelerator being enabled/disabled/deleted, this will be populated with accelerator name as key and status as ENABLING, DISABLING or DELETING
map<string, string> additional_status = 8;@Deprecated Map<String,String> getAdditionalStatus()
getAdditionalStatusMap() instead.Map<String,String> getAdditionalStatusMap()
Map to hold any additional status info for the operation If there is an accelerator being enabled/disabled/deleted, this will be populated with accelerator name as key and status as ENABLING, DISABLING or DELETING
map<string, string> additional_status = 8;String getAdditionalStatusOrDefault(String key, String defaultValue)
Map to hold any additional status info for the operation If there is an accelerator being enabled/disabled/deleted, this will be populated with accelerator name as key and status as ENABLING, DISABLING or DELETING
map<string, string> additional_status = 8;String getAdditionalStatusOrThrow(String key)
Map to hold any additional status info for the operation If there is an accelerator being enabled/disabled/deleted, this will be populated with accelerator name as key and status as ENABLING, DISABLING or DELETING
map<string, string> additional_status = 8;Copyright © 2025 Google LLC. All rights reserved.