Interface Protocol.SendSignalCommandMessageOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Protocol.SendSignalCommandMessage
,Protocol.SendSignalCommandMessage.Builder
- Enclosing class:
Protocol
public static interface Protocol.SendSignalCommandMessageOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionCannot use the field 'name' here because used abovecom.google.protobuf.ByteString
Cannot use the field 'name' here because used above.dev.restate.service.protocol.Failure failure = 6;
.dev.restate.service.protocol.Failure failure = 6;
int
getIdx()
uint32 idx = 2;
getName()
string name = 3;
com.google.protobuf.ByteString
string name = 3;
string target_invocation_id = 1;
com.google.protobuf.ByteString
string target_invocation_id = 1;
getValue()
.dev.restate.service.protocol.Value value = 5;
.dev.restate.service.protocol.Value value = 5;
getVoid()
.dev.restate.service.protocol.Void void = 4;
.dev.restate.service.protocol.Void void = 4;
boolean
.dev.restate.service.protocol.Failure failure = 6;
boolean
hasIdx()
uint32 idx = 2;
boolean
hasName()
string name = 3;
boolean
hasValue()
.dev.restate.service.protocol.Value value = 5;
boolean
hasVoid()
.dev.restate.service.protocol.Void void = 4;
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getTargetInvocationId
String getTargetInvocationId()string target_invocation_id = 1;
- Returns:
- The targetInvocationId.
-
getTargetInvocationIdBytes
com.google.protobuf.ByteString getTargetInvocationIdBytes()string target_invocation_id = 1;
- Returns:
- The bytes for targetInvocationId.
-
hasIdx
boolean hasIdx()uint32 idx = 2;
- Returns:
- Whether the idx field is set.
-
getIdx
int getIdx()uint32 idx = 2;
- Returns:
- The idx.
-
hasName
boolean hasName()string name = 3;
- Returns:
- Whether the name field is set.
-
getName
String getName()string name = 3;
- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()string name = 3;
- Returns:
- The bytes for name.
-
hasVoid
boolean hasVoid().dev.restate.service.protocol.Void void = 4;
- Returns:
- Whether the void field is set.
-
getVoid
Protocol.Void getVoid().dev.restate.service.protocol.Void void = 4;
- Returns:
- The void.
-
getVoidOrBuilder
Protocol.VoidOrBuilder getVoidOrBuilder().dev.restate.service.protocol.Void void = 4;
-
hasValue
boolean hasValue().dev.restate.service.protocol.Value value = 5;
- Returns:
- Whether the value field is set.
-
getValue
Protocol.Value getValue().dev.restate.service.protocol.Value value = 5;
- Returns:
- The value.
-
getValueOrBuilder
Protocol.ValueOrBuilder getValueOrBuilder().dev.restate.service.protocol.Value value = 5;
-
hasFailure
boolean hasFailure().dev.restate.service.protocol.Failure failure = 6;
- Returns:
- Whether the failure field is set.
-
getFailure
Protocol.Failure getFailure().dev.restate.service.protocol.Failure failure = 6;
- Returns:
- The failure.
-
getFailureOrBuilder
Protocol.FailureOrBuilder getFailureOrBuilder().dev.restate.service.protocol.Failure failure = 6;
-
getEntryName
String getEntryName()Cannot use the field 'name' here because used above
string entry_name = 12;
- Returns:
- The entryName.
-
getEntryNameBytes
com.google.protobuf.ByteString getEntryNameBytes()Cannot use the field 'name' here because used above
string entry_name = 12;
- Returns:
- The bytes for entryName.
-
getSignalIdCase
Protocol.SendSignalCommandMessage.SignalIdCase getSignalIdCase() -
getResultCase
Protocol.SendSignalCommandMessage.ResultCase getResultCase()
-