public interface AttachDatabasePResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
boolean |
getSuccess()
TODO(gpang): remove in favor of status
|
SyncStatus |
getSyncStatus()
optional .alluxio.grpc.table.SyncStatus sync_status = 2; |
SyncStatusOrBuilder |
getSyncStatusOrBuilder()
optional .alluxio.grpc.table.SyncStatus sync_status = 2; |
boolean |
hasSuccess()
TODO(gpang): remove in favor of status
|
boolean |
hasSyncStatus()
optional .alluxio.grpc.table.SyncStatus sync_status = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasSuccess()
TODO(gpang): remove in favor of status
optional bool success = 1;
boolean getSuccess()
TODO(gpang): remove in favor of status
optional bool success = 1;
boolean hasSyncStatus()
optional .alluxio.grpc.table.SyncStatus sync_status = 2;
SyncStatus getSyncStatus()
optional .alluxio.grpc.table.SyncStatus sync_status = 2;
SyncStatusOrBuilder getSyncStatusOrBuilder()
optional .alluxio.grpc.table.SyncStatus sync_status = 2;
Copyright © 2023. All Rights Reserved.