public interface OperationMetadataOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsOperationStatus(String key)
Output only.
|
String |
getApiVersion()
Output only.
|
com.google.protobuf.ByteString |
getApiVersionBytes()
Output only.
|
com.google.protobuf.Timestamp |
getCreateTime()
Output only.
|
com.google.protobuf.TimestampOrBuilder |
getCreateTimeOrBuilder()
Output only.
|
com.google.protobuf.Timestamp |
getEndTime()
Output only.
|
com.google.protobuf.TimestampOrBuilder |
getEndTimeOrBuilder()
Output only.
|
Map<String,OperationStatus> |
getOperationStatus()
Deprecated.
|
int |
getOperationStatusCount()
Output only.
|
Map<String,OperationStatus> |
getOperationStatusMap()
Output only.
|
OperationStatus |
getOperationStatusOrDefault(String key,
OperationStatus defaultValue)
Output only.
|
OperationStatus |
getOperationStatusOrThrow(String key)
Output only.
|
boolean |
getRequestedCancellation()
Output only.
|
String |
getStatusMessage()
Output only.
|
com.google.protobuf.ByteString |
getStatusMessageBytes()
Output only.
|
String |
getTarget()
Output only.
|
com.google.protobuf.ByteString |
getTargetBytes()
Output only.
|
String |
getUnreachable(int index)
Output only.
|
com.google.protobuf.ByteString |
getUnreachableBytes(int index)
Output only.
|
int |
getUnreachableCount()
Output only.
|
List<String> |
getUnreachableList()
Output only.
|
String |
getVerb()
Output only.
|
com.google.protobuf.ByteString |
getVerbBytes()
Output only.
|
boolean |
hasCreateTime()
Output only.
|
boolean |
hasEndTime()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasCreateTime()
Output only. The time the operation was created.
.google.protobuf.Timestamp create_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
com.google.protobuf.Timestamp getCreateTime()
Output only. The time the operation was created.
.google.protobuf.Timestamp create_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
Output only. The time the operation was created.
.google.protobuf.Timestamp create_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
boolean hasEndTime()
Output only. The time the operation finished running.
.google.protobuf.Timestamp end_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
com.google.protobuf.Timestamp getEndTime()
Output only. The time the operation finished running.
.google.protobuf.Timestamp end_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder()
Output only. The time the operation finished running.
.google.protobuf.Timestamp end_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
String getTarget()
Output only. Server-defined resource path for the target of the operation.
string target = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];com.google.protobuf.ByteString getTargetBytes()
Output only. Server-defined resource path for the target of the operation.
string target = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];String getVerb()
Output only. Name of the verb executed by the operation.
string verb = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];com.google.protobuf.ByteString getVerbBytes()
Output only. Name of the verb executed by the operation.
string verb = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];String getStatusMessage()
Output only. Human-readable status of the operation, if any.
string status_message = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];com.google.protobuf.ByteString getStatusMessageBytes()
Output only. Human-readable status of the operation, if any.
string status_message = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];boolean getRequestedCancellation()
Output only. 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 [(.google.api.field_behavior) = OUTPUT_ONLY];String getApiVersion()
Output only. API version used to start the operation.
string api_version = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];com.google.protobuf.ByteString getApiVersionBytes()
Output only. API version used to start the operation.
string api_version = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];List<String> getUnreachableList()
Output only. List of Locations that could not be reached.
repeated string unreachable = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];int getUnreachableCount()
Output only. List of Locations that could not be reached.
repeated string unreachable = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];String getUnreachable(int index)
Output only. List of Locations that could not be reached.
repeated string unreachable = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];index - The index of the element to return.com.google.protobuf.ByteString getUnreachableBytes(int index)
Output only. List of Locations that could not be reached.
repeated string unreachable = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];index - The index of the value to return.int getOperationStatusCount()
Output only. Operation status for Game Services API operations. Operation status is in the form of key-value pairs where keys are resource IDs and the values show the status of the operation. In case of failures, the value includes an error code and error message.
map<string, .google.cloud.gaming.v1.OperationStatus> operation_status = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
boolean containsOperationStatus(String key)
Output only. Operation status for Game Services API operations. Operation status is in the form of key-value pairs where keys are resource IDs and the values show the status of the operation. In case of failures, the value includes an error code and error message.
map<string, .google.cloud.gaming.v1.OperationStatus> operation_status = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
@Deprecated Map<String,OperationStatus> getOperationStatus()
getOperationStatusMap() instead.Map<String,OperationStatus> getOperationStatusMap()
Output only. Operation status for Game Services API operations. Operation status is in the form of key-value pairs where keys are resource IDs and the values show the status of the operation. In case of failures, the value includes an error code and error message.
map<string, .google.cloud.gaming.v1.OperationStatus> operation_status = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
OperationStatus getOperationStatusOrDefault(String key, OperationStatus defaultValue)
Output only. Operation status for Game Services API operations. Operation status is in the form of key-value pairs where keys are resource IDs and the values show the status of the operation. In case of failures, the value includes an error code and error message.
map<string, .google.cloud.gaming.v1.OperationStatus> operation_status = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
OperationStatus getOperationStatusOrThrow(String key)
Output only. Operation status for Game Services API operations. Operation status is in the form of key-value pairs where keys are resource IDs and the values show the status of the operation. In case of failures, the value includes an error code and error message.
map<string, .google.cloud.gaming.v1.OperationStatus> operation_status = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
Copyright © 2023 Google LLC. All rights reserved.