Interface Protocol.InputEntryMessageOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Protocol.InputEntryMessage, Protocol.InputEntryMessage.Builder
Enclosing class:
Protocol

public static interface Protocol.InputEntryMessageOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    getHeaders(int index)
    repeated .dev.restate.service.protocol.Header headers = 1;
    int
    repeated .dev.restate.service.protocol.Header headers = 1;
    repeated .dev.restate.service.protocol.Header headers = 1;
    repeated .dev.restate.service.protocol.Header headers = 1;
    repeated .dev.restate.service.protocol.Header headers = 1;
    Entry name
    com.google.protobuf.ByteString
    Entry name
    com.google.protobuf.ByteString
    bytes value = 14;

    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

    • getHeadersList

      List<Protocol.Header> getHeadersList()
      repeated .dev.restate.service.protocol.Header headers = 1;
    • getHeaders

      Protocol.Header getHeaders(int index)
      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

      Protocol.HeaderOrBuilder getHeadersOrBuilder(int index)
      repeated .dev.restate.service.protocol.Header headers = 1;
    • getValue

      com.google.protobuf.ByteString getValue()
      bytes value = 14;
      Returns:
      The value.
    • 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.