Interface Protocol.OutputCommandMessageOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Protocol.OutputCommandMessage,Protocol.OutputCommandMessage.Builder
- Enclosing class:
Protocol
public static interface Protocol.OutputCommandMessageOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.dev.restate.service.protocol.Failure failure = 15;.dev.restate.service.protocol.Failure failure = 15;getName()Entry namecom.google.protobuf.ByteStringEntry namegetValue().dev.restate.service.protocol.Value value = 14;.dev.restate.service.protocol.Value value = 14;boolean.dev.restate.service.protocol.Failure failure = 15;booleanhasValue().dev.restate.service.protocol.Value value = 14;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
-
hasValue
boolean hasValue().dev.restate.service.protocol.Value value = 14;- Returns:
- Whether the value field is set.
-
getValue
Protocol.Value getValue().dev.restate.service.protocol.Value value = 14;- Returns:
- The value.
-
getValueOrBuilder
Protocol.ValueOrBuilder getValueOrBuilder().dev.restate.service.protocol.Value value = 14; -
hasFailure
boolean hasFailure().dev.restate.service.protocol.Failure failure = 15;- Returns:
- Whether the failure field is set.
-
getFailure
Protocol.Failure getFailure().dev.restate.service.protocol.Failure failure = 15;- Returns:
- The failure.
-
getFailureOrBuilder
Protocol.FailureOrBuilder getFailureOrBuilder().dev.restate.service.protocol.Failure failure = 15; -
getName
String getName()Entry name
string name = 12;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()Entry name
string name = 12;- Returns:
- The bytes for name.
-
getResultCase
Protocol.OutputCommandMessage.ResultCase getResultCase()
-