Package io.dapr.v1

Interface DaprProtos.DecryptRequestOrBuilder

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

public static interface DaprProtos.DecryptRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • 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

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

       Request details. Must be present in the first message only.
       
      .dapr.proto.runtime.v1.DecryptRequestOptions options = 1;
    • hasPayload

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

       Chunk of data of arbitrary size.
       
      .dapr.proto.common.v1.StreamPayload payload = 2;
      Returns:
      The payload.
    • getPayloadOrBuilder

       Chunk of data of arbitrary size.
       
      .dapr.proto.common.v1.StreamPayload payload = 2;