Interface ResolveAwakeableRequestOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    ResolveAwakeableRequest, ResolveAwakeableRequest.Builder

    public interface ResolveAwakeableRequestOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      com.google.protobuf.ByteString getBytesResult()
      bytes bytes_result = 2;
      java.lang.String getId()
      Base64 encoded identifier of the Awakeable to resolve.
      com.google.protobuf.ByteString getIdBytes()
      Base64 encoded identifier of the Awakeable to resolve.
      Value getJsonResult()
      When executing requests to the ingress using JSON, you can pass a json_result directly for ease of use.
      ValueOrBuilder getJsonResultOrBuilder()
      When executing requests to the ingress using JSON, you can pass a json_result directly for ease of use.
      ResolveAwakeableRequest.ResultCase getResultCase()  
      boolean hasBytesResult()
      bytes bytes_result = 2;
      boolean hasJsonResult()
      When executing requests to the ingress using JSON, you can pass a json_result directly for ease of use.
      • 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

      • getId

        java.lang.String getId()
         Base64 encoded identifier of the Awakeable to resolve.
         
        string id = 1;
        Returns:
        The id.
      • getIdBytes

        com.google.protobuf.ByteString getIdBytes()
         Base64 encoded identifier of the Awakeable to resolve.
         
        string id = 1;
        Returns:
        The bytes for id.
      • hasBytesResult

        boolean hasBytesResult()
        bytes bytes_result = 2;
        Returns:
        Whether the bytesResult field is set.
      • getBytesResult

        com.google.protobuf.ByteString getBytesResult()
        bytes bytes_result = 2;
        Returns:
        The bytesResult.
      • hasJsonResult

        boolean hasJsonResult()
         When executing requests to the ingress using JSON, you can pass a json_result directly for ease of use.
         json_result will be sent back to the awakeable as string encoded JSON, not as Protobuf value.
         
        .google.protobuf.Value json_result = 3;
        Returns:
        Whether the jsonResult field is set.
      • getJsonResult

        Value getJsonResult()
         When executing requests to the ingress using JSON, you can pass a json_result directly for ease of use.
         json_result will be sent back to the awakeable as string encoded JSON, not as Protobuf value.
         
        .google.protobuf.Value json_result = 3;
        Returns:
        The jsonResult.
      • getJsonResultOrBuilder

        ValueOrBuilder getJsonResultOrBuilder()
         When executing requests to the ingress using JSON, you can pass a json_result directly for ease of use.
         json_result will be sent back to the awakeable as string encoded JSON, not as Protobuf value.
         
        .google.protobuf.Value json_result = 3;