public interface ClusterOperationOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getDone()
Output only.
|
String |
getError()
Output only.
|
com.google.protobuf.ByteString |
getErrorBytes()
Output only.
|
String |
getOperationId()
Output only.
|
com.google.protobuf.ByteString |
getOperationIdBytes()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getOperationId()
Output only. The id of the cluster operation.
string operation_id = 1;com.google.protobuf.ByteString getOperationIdBytes()
Output only. The id of the cluster operation.
string operation_id = 1;String getError()
Output only. Error, if operation failed.
string error = 2;com.google.protobuf.ByteString getErrorBytes()
Output only. Error, if operation failed.
string error = 2;boolean getDone()
Output only. Indicates the operation is done.
bool done = 3;Copyright © 2019 Google LLC. All rights reserved.