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