Package io.dapr.v1

Interface DaprProtos.ExecuteActorStateTransactionRequestOrBuilder

    • Method Detail

      • getActorType

        String getActorType()
        string actor_type = 1;
        Returns:
        The actorType.
      • getActorTypeBytes

        com.google.protobuf.ByteString getActorTypeBytes()
        string actor_type = 1;
        Returns:
        The bytes for actorType.
      • getActorId

        String getActorId()
        string actor_id = 2;
        Returns:
        The actorId.
      • getActorIdBytes

        com.google.protobuf.ByteString getActorIdBytes()
        string actor_id = 2;
        Returns:
        The bytes for actorId.
      • getOperationsCount

        int getOperationsCount()
        repeated .dapr.proto.runtime.v1.TransactionalActorStateOperation operations = 3;