Interface Protocol.CallEntryMessageOrBuilder

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

public static interface Protocol.CallEntryMessageOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details Link icon

    • getServiceName Link icon

      String getServiceName()
      string service_name = 1;
      Returns:
      The serviceName.
    • getServiceNameBytes Link icon

      com.google.protobuf.ByteString getServiceNameBytes()
      string service_name = 1;
      Returns:
      The bytes for serviceName.
    • getHandlerName Link icon

      String getHandlerName()
      string handler_name = 2;
      Returns:
      The handlerName.
    • getHandlerNameBytes Link icon

      com.google.protobuf.ByteString getHandlerNameBytes()
      string handler_name = 2;
      Returns:
      The bytes for handlerName.
    • getParameter Link icon

      com.google.protobuf.ByteString getParameter()
      bytes parameter = 3;
      Returns:
      The parameter.
    • getHeadersList Link icon

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

      Protocol.Header getHeaders(int index)
      repeated .dev.restate.service.protocol.Header headers = 4;
    • getHeadersCount Link icon

      int getHeadersCount()
      repeated .dev.restate.service.protocol.Header headers = 4;
    • getHeadersOrBuilderList Link icon

      List<? extends Protocol.HeaderOrBuilder> getHeadersOrBuilderList()
      repeated .dev.restate.service.protocol.Header headers = 4;
    • getHeadersOrBuilder Link icon

      Protocol.HeaderOrBuilder getHeadersOrBuilder(int index)
      repeated .dev.restate.service.protocol.Header headers = 4;
    • getKey Link icon

      String getKey()
       If this invocation has a key associated (e.g. for objects and workflows), then this key is filled in. Empty otherwise.
       
      string key = 5;
      Returns:
      The key.
    • getKeyBytes Link icon

      com.google.protobuf.ByteString getKeyBytes()
       If this invocation has a key associated (e.g. for objects and workflows), then this key is filled in. Empty otherwise.
       
      string key = 5;
      Returns:
      The bytes for key.
    • hasIdempotencyKey Link icon

      boolean hasIdempotencyKey()
       If present, it must be non empty.
       
      optional string idempotency_key = 6;
      Returns:
      Whether the idempotencyKey field is set.
    • getIdempotencyKey Link icon

      String getIdempotencyKey()
       If present, it must be non empty.
       
      optional string idempotency_key = 6;
      Returns:
      The idempotencyKey.
    • getIdempotencyKeyBytes Link icon

      com.google.protobuf.ByteString getIdempotencyKeyBytes()
       If present, it must be non empty.
       
      optional string idempotency_key = 6;
      Returns:
      The bytes for idempotencyKey.
    • hasValue Link icon

      boolean hasValue()
      bytes value = 14;
      Returns:
      Whether the value field is set.
    • getValue Link icon

      com.google.protobuf.ByteString getValue()
      bytes value = 14;
      Returns:
      The value.
    • hasFailure Link icon

      boolean hasFailure()
      .dev.restate.service.protocol.Failure failure = 15;
      Returns:
      Whether the failure field is set.
    • getFailure Link icon

      Protocol.Failure getFailure()
      .dev.restate.service.protocol.Failure failure = 15;
      Returns:
      The failure.
    • getFailureOrBuilder Link icon

      Protocol.FailureOrBuilder getFailureOrBuilder()
      .dev.restate.service.protocol.Failure failure = 15;
    • getName Link icon

      String getName()
       Entry name
       
      string name = 12;
      Returns:
      The name.
    • getNameBytes Link icon

      com.google.protobuf.ByteString getNameBytes()
       Entry name
       
      string name = 12;
      Returns:
      The bytes for name.
    • getResultCase Link icon