
com.google.cloud.vision.v1.CreateReferenceImageRequestOrBuilder 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 CreateReferenceImageRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.cloud.vision.v1.CreateReferenceImageRequest)
com.google.protobuf.MessageOrBuilder {
/**
*
* Resource name of the product in which to create the reference image.
* Format is
* `projects/PROJECT_ID/locations/LOC_ID/products/PRODUCT_ID`.
*
*
* string parent = 1;
*/
java.lang.String getParent();
/**
*
* Resource name of the product in which to create the reference image.
* Format is
* `projects/PROJECT_ID/locations/LOC_ID/products/PRODUCT_ID`.
*
*
* string parent = 1;
*/
com.google.protobuf.ByteString
getParentBytes();
/**
*
* The reference image to create.
* If an image ID is specified, it is ignored.
*
*
* .google.cloud.vision.v1.ReferenceImage reference_image = 2;
*/
boolean hasReferenceImage();
/**
*
* The reference image to create.
* If an image ID is specified, it is ignored.
*
*
* .google.cloud.vision.v1.ReferenceImage reference_image = 2;
*/
com.google.cloud.vision.v1.ReferenceImage getReferenceImage();
/**
*
* The reference image to create.
* If an image ID is specified, it is ignored.
*
*
* .google.cloud.vision.v1.ReferenceImage reference_image = 2;
*/
com.google.cloud.vision.v1.ReferenceImageOrBuilder getReferenceImageOrBuilder();
/**
*
* A user-supplied resource id for the ReferenceImage to be added. If set,
* the server will attempt to use this value as the resource id. If it is
* already in use, an error is returned with code ALREADY_EXISTS. Must be at
* most 128 characters long. It cannot contain the character `/`.
*
*
* string reference_image_id = 3;
*/
java.lang.String getReferenceImageId();
/**
*
* A user-supplied resource id for the ReferenceImage to be added. If set,
* the server will attempt to use this value as the resource id. If it is
* already in use, an error is returned with code ALREADY_EXISTS. Must be at
* most 128 characters long. It cannot contain the character `/`.
*
*
* string reference_image_id = 3;
*/
com.google.protobuf.ByteString
getReferenceImageIdBytes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy