public interface UpdateProductRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Product |
getProduct()
The Product resource which replaces the one on the server.
|
ProductOrBuilder |
getProductOrBuilder()
The Product resource which replaces the one on the server.
|
com.google.protobuf.FieldMask |
getUpdateMask()
The [FieldMask][google.protobuf.FieldMask] that specifies which fields
to update.
|
com.google.protobuf.FieldMaskOrBuilder |
getUpdateMaskOrBuilder()
The [FieldMask][google.protobuf.FieldMask] that specifies which fields
to update.
|
boolean |
hasProduct()
The Product resource which replaces the one on the server.
|
boolean |
hasUpdateMask()
The [FieldMask][google.protobuf.FieldMask] that specifies which fields
to update.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasProduct()
The Product resource which replaces the one on the server. product.name is immutable.
.google.cloud.vision.v1p4beta1.Product product = 1;Product getProduct()
The Product resource which replaces the one on the server. product.name is immutable.
.google.cloud.vision.v1p4beta1.Product product = 1;ProductOrBuilder getProductOrBuilder()
The Product resource which replaces the one on the server. product.name is immutable.
.google.cloud.vision.v1p4beta1.Product product = 1;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()
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;Copyright © 2019 Google LLC. All rights reserved.