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 [(.google.api.field_behavior) = OUTPUT_ONLY];com.google.protobuf.ByteString getOperationIdBytes()
Output only. The id of the cluster operation.
string operation_id = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];String getError()
Output only. Error, if operation failed.
string error = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];com.google.protobuf.ByteString getErrorBytes()
Output only. Error, if operation failed.
string error = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];boolean getDone()
Output only. Indicates the operation is done.
bool done = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];Copyright © 2024 Google LLC. All rights reserved.