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()
Optional.
|
com.google.protobuf.FieldMaskOrBuilder |
getUpdateMaskOrBuilder()
Optional.
|
boolean |
hasControl()
Required.
|
boolean |
hasUpdateMask()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasControl()
Required. The Control to update.
.google.cloud.discoveryengine.v1beta.Control control = 1 [(.google.api.field_behavior) = REQUIRED];
Control getControl()
Required. The Control to update.
.google.cloud.discoveryengine.v1beta.Control control = 1 [(.google.api.field_behavior) = REQUIRED];
ControlOrBuilder getControlOrBuilder()
Required. The Control to update.
.google.cloud.discoveryengine.v1beta.Control control = 1 [(.google.api.field_behavior) = REQUIRED];
boolean hasUpdateMask()
Optional. Indicates which fields in the provided [Control][google.cloud.discoveryengine.v1beta.Control] to update. The following are NOT supported: * [Control.name][google.cloud.discoveryengine.v1beta.Control.name] * [Control.solution_type][google.cloud.discoveryengine.v1beta.Control.solution_type] If not set or empty, all supported fields are updated.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
com.google.protobuf.FieldMask getUpdateMask()
Optional. Indicates which fields in the provided [Control][google.cloud.discoveryengine.v1beta.Control] to update. The following are NOT supported: * [Control.name][google.cloud.discoveryengine.v1beta.Control.name] * [Control.solution_type][google.cloud.discoveryengine.v1beta.Control.solution_type] If not set or empty, all supported fields are updated.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder()
Optional. Indicates which fields in the provided [Control][google.cloud.discoveryengine.v1beta.Control] to update. The following are NOT supported: * [Control.name][google.cloud.discoveryengine.v1beta.Control.name] * [Control.solution_type][google.cloud.discoveryengine.v1beta.Control.solution_type] If not set or empty, all supported fields are updated.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
Copyright © 2025 Google LLC. All rights reserved.