com.google.cloud.vision.v1p4beta1.UpdateProductRequestOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of proto-google-cloud-vision-v1p4beta1 Show documentation
Show all versions of proto-google-cloud-vision-v1p4beta1 Show documentation
PROTO library for proto-google-cloud-vision-v1p4beta1
// 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