Interface Protocol.InputCommandMessageOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Protocol.InputCommandMessage,Protocol.InputCommandMessage.Builder
- Enclosing class:
Protocol
public static interface Protocol.InputCommandMessageOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetHeaders(int index) repeated .dev.restate.service.protocol.Header headers = 1;intrepeated .dev.restate.service.protocol.Header headers = 1;repeated .dev.restate.service.protocol.Header headers = 1;getHeadersOrBuilder(int index) repeated .dev.restate.service.protocol.Header headers = 1;List<? extends Protocol.HeaderOrBuilder> repeated .dev.restate.service.protocol.Header headers = 1;getName()Entry namecom.google.protobuf.ByteStringEntry namegetValue().dev.restate.service.protocol.Value value = 14;.dev.restate.service.protocol.Value value = 14;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
-
getHeadersList
List<Protocol.Header> getHeadersList()repeated .dev.restate.service.protocol.Header headers = 1; -
getHeaders
repeated .dev.restate.service.protocol.Header headers = 1; -
getHeadersCount
int getHeadersCount()repeated .dev.restate.service.protocol.Header headers = 1; -
getHeadersOrBuilderList
List<? extends Protocol.HeaderOrBuilder> getHeadersOrBuilderList()repeated .dev.restate.service.protocol.Header headers = 1; -
getHeadersOrBuilder
repeated .dev.restate.service.protocol.Header headers = 1; -
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; -
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.
-