Interface ExecuteCommandResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ExecuteCommandResponse,ExecuteCommandResponse.Builder
public interface ExecuteCommandResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.io.deephaven.proto.backplane.grpc.FieldsChangeUpdate changes = 2;.io.deephaven.proto.backplane.grpc.FieldsChangeUpdate changes = 2;longEnd timestamp for command execution, in nanoseconds since the unix epoch.string error_message = 1;com.google.protobuf.ByteStringstring error_message = 1;longStart timestamp for command execution, in nanoseconds since the unix epoch.boolean.io.deephaven.proto.backplane.grpc.FieldsChangeUpdate changes = 2;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getErrorMessage
String getErrorMessage()string error_message = 1;- Returns:
- The errorMessage.
-
getErrorMessageBytes
com.google.protobuf.ByteString getErrorMessageBytes()string error_message = 1;- Returns:
- The bytes for errorMessage.
-
hasChanges
boolean hasChanges().io.deephaven.proto.backplane.grpc.FieldsChangeUpdate changes = 2;- Returns:
- Whether the changes field is set.
-
getChanges
FieldsChangeUpdate getChanges().io.deephaven.proto.backplane.grpc.FieldsChangeUpdate changes = 2;- Returns:
- The changes.
-
getChangesOrBuilder
FieldsChangeUpdateOrBuilder getChangesOrBuilder().io.deephaven.proto.backplane.grpc.FieldsChangeUpdate changes = 2; -
getStartTimestamp
long getStartTimestamp()Start timestamp for command execution, in nanoseconds since the unix epoch.
int64 start_timestamp = 3 [jstype = JS_STRING];- Returns:
- The startTimestamp.
-
getEndTimestamp
long getEndTimestamp()End timestamp for command execution, in nanoseconds since the unix epoch.
int64 end_timestamp = 4 [jstype = JS_STRING];- Returns:
- The endTimestamp.
-