
com.google.cloud.vision.v1.CreateProductRequestOrBuilder 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 CreateProductRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.cloud.vision.v1.CreateProductRequest)
com.google.protobuf.MessageOrBuilder {
/**
*
* The project in which the Product should be created.
* Format is
* `projects/PROJECT_ID/locations/LOC_ID`.
*
*
* string parent = 1;
*/
java.lang.String getParent();
/**
*
* The project in which the Product should be created.
* Format is
* `projects/PROJECT_ID/locations/LOC_ID`.
*
*
* string parent = 1;
*/
com.google.protobuf.ByteString
getParentBytes();
/**
*
* The product to create.
*
*
* .google.cloud.vision.v1.Product product = 2;
*/
boolean hasProduct();
/**
*
* The product to create.
*
*
* .google.cloud.vision.v1.Product product = 2;
*/
com.google.cloud.vision.v1.Product getProduct();
/**
*
* The product to create.
*
*
* .google.cloud.vision.v1.Product product = 2;
*/
com.google.cloud.vision.v1.ProductOrBuilder getProductOrBuilder();
/**
*
* A user-supplied resource id for this Product. 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 product_id = 3;
*/
java.lang.String getProductId();
/**
*
* A user-supplied resource id for this Product. 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 product_id = 3;
*/
com.google.protobuf.ByteString
getProductIdBytes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy