Interface ResponseOrBuilder

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

    public interface ResponseOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getInsertionList

        List<Insertion> getInsertionList()
        repeated .delivery.Insertion insertion = 2 [json_name = "insertion"];
      • getInsertion

        Insertion getInsertion​(int index)
        repeated .delivery.Insertion insertion = 2 [json_name = "insertion"];
      • getInsertionCount

        int getInsertionCount()
        repeated .delivery.Insertion insertion = 2 [json_name = "insertion"];
      • getInsertionOrBuilderList

        List<? extends InsertionOrBuilder> getInsertionOrBuilderList()
        repeated .delivery.Insertion insertion = 2 [json_name = "insertion"];
      • getInsertionOrBuilder

        InsertionOrBuilder getInsertionOrBuilder​(int index)
        repeated .delivery.Insertion insertion = 2 [json_name = "insertion"];
      • hasPagingInfo

        boolean hasPagingInfo()
        .delivery.PagingInfo paging_info = 3 [json_name = "pagingInfo"];
        Returns:
        Whether the pagingInfo field is set.
      • getPagingInfo

        PagingInfo getPagingInfo()
        .delivery.PagingInfo paging_info = 3 [json_name = "pagingInfo"];
        Returns:
        The pagingInfo.
      • getPagingInfoOrBuilder

        PagingInfoOrBuilder getPagingInfoOrBuilder()
        .delivery.PagingInfo paging_info = 3 [json_name = "pagingInfo"];
      • hasIntrospectionData

        boolean hasIntrospectionData()
        string introspection_data = 4 [json_name = "introspectionData"];
        Returns:
        Whether the introspectionData field is set.
      • getIntrospectionData

        String getIntrospectionData()
        string introspection_data = 4 [json_name = "introspectionData"];
        Returns:
        The introspectionData.
      • getIntrospectionDataBytes

        com.google.protobuf.ByteString getIntrospectionDataBytes()
        string introspection_data = 4 [json_name = "introspectionData"];
        Returns:
        The bytes for introspectionData.
      • getRequestId

        String getRequestId()
        string request_id = 5 [json_name = "requestId"];
        Returns:
        The requestId.
      • getRequestIdBytes

        com.google.protobuf.ByteString getRequestIdBytes()
        string request_id = 5 [json_name = "requestId"];
        Returns:
        The bytes for requestId.