public interface UpdateProductSetRequestOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
ProductSet |
getProductSet()
Required.
|
ProductSetOrBuilder |
getProductSetOrBuilder()
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 |
hasProductSet()
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 hasProductSet()
Required. The ProductSet resource which replaces the one on the server.
.google.cloud.vision.v1p3beta1.ProductSet product_set = 1 [(.google.api.field_behavior) = REQUIRED];
ProductSet getProductSet()
Required. The ProductSet resource which replaces the one on the server.
.google.cloud.vision.v1p3beta1.ProductSet product_set = 1 [(.google.api.field_behavior) = REQUIRED];
ProductSetOrBuilder getProductSetOrBuilder()
Required. The ProductSet resource which replaces the one on the server.
.google.cloud.vision.v1p3beta1.ProductSet product_set = 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 path is `display_name`.
.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 path is `display_name`.
.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 path is `display_name`.
.google.protobuf.FieldMask update_mask = 2;
Copyright © 2022 Google LLC. All rights reserved.