com.google.cloud.vision.v1p4beta1.ListReferenceImagesRequestOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of proto-google-cloud-vision-v1p4beta1 Show documentation
Show all versions of proto-google-cloud-vision-v1p4beta1 Show documentation
PROTO library for proto-google-cloud-vision-v1p4beta1
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/cloud/vision/v1p4beta1/product_search_service.proto
package com.google.cloud.vision.v1p4beta1;
public interface ListReferenceImagesRequestOrBuilder
extends
// @@protoc_insertion_point(interface_extends:google.cloud.vision.v1p4beta1.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