Interface ListProductsInProductSetResponseOrBuilder

    • Method Detail

      • getProductsList

        List<Product> getProductsList()
         The list of Products.
         
        repeated .google.cloud.vision.v1.Product products = 1;
      • getProducts

        Product getProducts​(int index)
         The list of Products.
         
        repeated .google.cloud.vision.v1.Product products = 1;
      • getProductsCount

        int getProductsCount()
         The list of Products.
         
        repeated .google.cloud.vision.v1.Product products = 1;
      • getProductsOrBuilderList

        List<? extends ProductOrBuilder> getProductsOrBuilderList()
         The list of Products.
         
        repeated .google.cloud.vision.v1.Product products = 1;
      • getProductsOrBuilder

        ProductOrBuilder getProductsOrBuilder​(int index)
         The list of Products.
         
        repeated .google.cloud.vision.v1.Product products = 1;
      • getNextPageToken

        String getNextPageToken()
         Token to retrieve the next page of results, or empty if there are no more
         results in the list.
         
        string next_page_token = 2;
        Returns:
        The nextPageToken.
      • getNextPageTokenBytes

        com.google.protobuf.ByteString getNextPageTokenBytes()
         Token to retrieve the next page of results, or empty if there are no more
         results in the list.
         
        string next_page_token = 2;
        Returns:
        The bytes for nextPageToken.