Interface Protocol.CallCommandMessageOrBuilder

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

public static interface Protocol.CallCommandMessageOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getServiceName

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

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

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

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

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

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

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

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

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

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

      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

      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

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

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

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

      int getInvocationIdNotificationIdx()
      uint32 invocation_id_notification_idx = 10;
      Returns:
      The invocationIdNotificationIdx.
    • getResultCompletionId

      int getResultCompletionId()
      uint32 result_completion_id = 11;
      Returns:
      The resultCompletionId.
    • getName

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

      com.google.protobuf.ByteString getNameBytes()
      string name = 12;
      Returns:
      The bytes for name.