public interface UpdateControlRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Control |
getControl()
Required.
|
ControlOrBuilder |
getControlOrBuilder()
Required.
|
com.google.protobuf.FieldMask |
getUpdateMask()
Indicates which fields in the provided
[Control][google.cloud.retail.v2alpha.Control] to update.
|
com.google.protobuf.FieldMaskOrBuilder |
getUpdateMaskOrBuilder()
Indicates which fields in the provided
[Control][google.cloud.retail.v2alpha.Control] to update.
|
boolean |
hasControl()
Required.
|
boolean |
hasUpdateMask()
Indicates which fields in the provided
[Control][google.cloud.retail.v2alpha.Control] to update.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasControl()
Required. The Control to update.
.google.cloud.retail.v2alpha.Control control = 1 [(.google.api.field_behavior) = REQUIRED];
Control getControl()
Required. The Control to update.
.google.cloud.retail.v2alpha.Control control = 1 [(.google.api.field_behavior) = REQUIRED];
ControlOrBuilder getControlOrBuilder()
Required. The Control to update.
.google.cloud.retail.v2alpha.Control control = 1 [(.google.api.field_behavior) = REQUIRED];
boolean hasUpdateMask()
Indicates which fields in the provided [Control][google.cloud.retail.v2alpha.Control] to update. The following are NOT supported: * [Control.name][google.cloud.retail.v2alpha.Control.name] If not set or empty, all supported fields are updated.
.google.protobuf.FieldMask update_mask = 2;com.google.protobuf.FieldMask getUpdateMask()
Indicates which fields in the provided [Control][google.cloud.retail.v2alpha.Control] to update. The following are NOT supported: * [Control.name][google.cloud.retail.v2alpha.Control.name] If not set or empty, all supported fields are updated.
.google.protobuf.FieldMask update_mask = 2;com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder()
Indicates which fields in the provided [Control][google.cloud.retail.v2alpha.Control] to update. The following are NOT supported: * [Control.name][google.cloud.retail.v2alpha.Control.name] If not set or empty, all supported fields are updated.
.google.protobuf.FieldMask update_mask = 2;Copyright © 2024 Google LLC. All rights reserved.