Package io.deephaven.proto.controller
Interface ReplicaStatusOrBuilder
- All Superinterfaces:
io.deephaven.shadow.core.com.google.protobuf.MessageLiteOrBuilder
,io.deephaven.shadow.core.com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ReplicaStatus
,ReplicaStatus.Builder
public interface ReplicaStatusOrBuilder
extends io.deephaven.shadow.core.com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetError()
optional string error = 3;
io.deephaven.shadow.core.com.google.protobuf.ByteString
optional string error = 3;
.io.deephaven.proto.controller.ReplicaSpecifier replica = 1;
.io.deephaven.proto.controller.ReplicaSpecifier replica = 1;
boolean
bool success = 2;
boolean
hasError()
optional string error = 3;
boolean
.io.deephaven.proto.controller.ReplicaSpecifier replica = 1;
Methods inherited from interface io.deephaven.shadow.core.com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface io.deephaven.shadow.core.com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasReplica
boolean hasReplica().io.deephaven.proto.controller.ReplicaSpecifier replica = 1;
- Returns:
- Whether the replica field is set.
-
getReplica
ReplicaSpecifier getReplica().io.deephaven.proto.controller.ReplicaSpecifier replica = 1;
- Returns:
- The replica.
-
getReplicaOrBuilder
ReplicaSpecifierOrBuilder getReplicaOrBuilder().io.deephaven.proto.controller.ReplicaSpecifier replica = 1;
-
getSuccess
boolean getSuccess()bool success = 2;
- Returns:
- The success.
-
hasError
boolean hasError()optional string error = 3;
- Returns:
- Whether the error field is set.
-
getError
String getError()optional string error = 3;
- Returns:
- The error.
-
getErrorBytes
io.deephaven.shadow.core.com.google.protobuf.ByteString getErrorBytes()optional string error = 3;
- Returns:
- The bytes for error.
-