All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.cloud.vision.v1.ListReferenceImagesRequestOrBuilder Maven / Gradle / Ivy

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/cloud/vision/v1/product_search_service.proto

package com.google.cloud.vision.v1;

public interface ListReferenceImagesRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.cloud.vision.v1.ListReferenceImagesRequest)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Resource name of the product containing the reference images.
   * Format is
   * `projects/PROJECT_ID/locations/LOC_ID/products/PRODUCT_ID`.
   * 
* * string parent = 1; */ java.lang.String getParent(); /** *
   * Resource name of the product containing the reference images.
   * Format is
   * `projects/PROJECT_ID/locations/LOC_ID/products/PRODUCT_ID`.
   * 
* * string parent = 1; */ com.google.protobuf.ByteString getParentBytes(); /** *
   * The maximum number of items to return. Default 10, maximum 100.
   * 
* * int32 page_size = 2; */ int getPageSize(); /** *
   * A token identifying a page of results to be returned. This is the value
   * of `nextPageToken` returned in a previous reference image list request.
   * Defaults to the first page if not specified.
   * 
* * string page_token = 3; */ java.lang.String getPageToken(); /** *
   * A token identifying a page of results to be returned. This is the value
   * of `nextPageToken` returned in a previous reference image list request.
   * Defaults to the first page if not specified.
   * 
* * string page_token = 3; */ com.google.protobuf.ByteString getPageTokenBytes(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy