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

com.google.cloud.vision.v1p4beta1.CreateProductRequestOrBuilder Maven / Gradle / Ivy

There is a newer version: 0.142.0
Show newest version
// 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 CreateProductRequestOrBuilder
    extends
    // @@protoc_insertion_point(interface_extends:google.cloud.vision.v1p4beta1.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.v1p4beta1.Product product = 2; */ boolean hasProduct(); /** * * *
   * The product to create.
   * 
* * .google.cloud.vision.v1p4beta1.Product product = 2; */ com.google.cloud.vision.v1p4beta1.Product getProduct(); /** * * *
   * The product to create.
   * 
* * .google.cloud.vision.v1p4beta1.Product product = 2; */ com.google.cloud.vision.v1p4beta1.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