Package io.dapr.v1

Interface DaprProtos.TransactionalStateOperationOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getOperationType()
      The type of operation to be executed
      com.google.protobuf.ByteString getOperationTypeBytes()
      The type of operation to be executed
      CommonProtos.StateItem getRequest()
      State values to be operated on
      CommonProtos.StateItemOrBuilder getRequestOrBuilder()
      State values to be operated on
      boolean hasRequest()
      State values to be operated on
      • 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 Detail

      • getOperationType

        String getOperationType()
         The type of operation to be executed
         
        string operationType = 1;
        Returns:
        The operationType.
      • getOperationTypeBytes

        com.google.protobuf.ByteString getOperationTypeBytes()
         The type of operation to be executed
         
        string operationType = 1;
        Returns:
        The bytes for operationType.
      • hasRequest

        boolean hasRequest()
         State values to be operated on
         
        .dapr.proto.common.v1.StateItem request = 2;
        Returns:
        Whether the request field is set.
      • getRequest

        CommonProtos.StateItem getRequest()
         State values to be operated on
         
        .dapr.proto.common.v1.StateItem request = 2;
        Returns:
        The request.