public interface OperationStatusOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
boolean |
getDone()
Output only.
|
OperationStatus.ErrorCode |
getErrorCode()
The error code in case of failures.
|
int |
getErrorCodeValue()
The error code in case of failures.
|
String |
getErrorMessage()
The human-readable error message.
|
ByteString |
getErrorMessageBytes()
The human-readable error message.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
boolean getDone()
Output only. Whether the operation is done or still in progress.
bool done = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
int getErrorCodeValue()
The error code in case of failures.
.google.cloud.gaming.v1alpha.OperationStatus.ErrorCode error_code = 2;
OperationStatus.ErrorCode getErrorCode()
The error code in case of failures.
.google.cloud.gaming.v1alpha.OperationStatus.ErrorCode error_code = 2;
String getErrorMessage()
The human-readable error message.
string error_message = 3;
ByteString getErrorMessageBytes()
The human-readable error message.
string error_message = 3;
Copyright © 2020 Google LLC. All rights reserved.