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

com.google.cloud.vision.v1.DeleteProductRequestOrBuilder 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 DeleteProductRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.cloud.vision.v1.DeleteProductRequest)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Resource name of product to delete.
   * Format is:
   * `projects/PROJECT_ID/locations/LOC_ID/products/PRODUCT_ID`
   * 
* * string name = 1; */ java.lang.String getName(); /** *
   * Resource name of product to delete.
   * Format is:
   * `projects/PROJECT_ID/locations/LOC_ID/products/PRODUCT_ID`
   * 
* * string name = 1; */ com.google.protobuf.ByteString getNameBytes(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy