Package io.dapr.v1

Interface DaprProtos.DecryptRequestOrBuilder

    • Method Detail

      • hasOptions

        boolean hasOptions()
         Request details. Must be present in the first message only.
         
        .dapr.proto.runtime.v1.DecryptRequestOptions options = 1;
        Returns:
        Whether the options field is set.
      • getOptions

        DaprProtos.DecryptRequestOptions getOptions()
         Request details. Must be present in the first message only.
         
        .dapr.proto.runtime.v1.DecryptRequestOptions options = 1;
        Returns:
        The options.
      • hasPayload

        boolean hasPayload()
         Chunk of data of arbitrary size.
         
        .dapr.proto.common.v1.StreamPayload payload = 2;
        Returns:
        Whether the payload field is set.
      • getPayload

        CommonProtos.StreamPayload getPayload()
         Chunk of data of arbitrary size.
         
        .dapr.proto.common.v1.StreamPayload payload = 2;
        Returns:
        The payload.