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

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

  /**
   *
   *
   * 
   * The Product resource which replaces the one on the server.
   * product.name is immutable.
   * 
* * .google.cloud.vision.v1p4beta1.Product product = 1; */ boolean hasProduct(); /** * * *
   * The Product resource which replaces the one on the server.
   * product.name is immutable.
   * 
* * .google.cloud.vision.v1p4beta1.Product product = 1; */ com.google.cloud.vision.v1p4beta1.Product getProduct(); /** * * *
   * The Product resource which replaces the one on the server.
   * product.name is immutable.
   * 
* * .google.cloud.vision.v1p4beta1.Product product = 1; */ com.google.cloud.vision.v1p4beta1.ProductOrBuilder getProductOrBuilder(); /** * * *
   * The [FieldMask][google.protobuf.FieldMask] that specifies which fields
   * to update.
   * If update_mask isn't specified, all mutable fields are to be updated.
   * Valid mask paths include `product_labels`, `display_name`, and
   * `description`.
   * 
* * .google.protobuf.FieldMask update_mask = 2; */ boolean hasUpdateMask(); /** * * *
   * The [FieldMask][google.protobuf.FieldMask] that specifies which fields
   * to update.
   * If update_mask isn't specified, all mutable fields are to be updated.
   * Valid mask paths include `product_labels`, `display_name`, and
   * `description`.
   * 
* * .google.protobuf.FieldMask update_mask = 2; */ com.google.protobuf.FieldMask getUpdateMask(); /** * * *
   * The [FieldMask][google.protobuf.FieldMask] that specifies which fields
   * to update.
   * If update_mask isn't specified, all mutable fields are to be updated.
   * Valid mask paths include `product_labels`, `display_name`, and
   * `description`.
   * 
* * .google.protobuf.FieldMask update_mask = 2; */ com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy