Class: Google::Cloud::DiscoveryEngine::V1::UpdateControlRequest
- Inherits:
-
Object
- Object
- Google::Cloud::DiscoveryEngine::V1::UpdateControlRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/discoveryengine/v1/control_service.rb
Overview
Request for UpdateControl method.
Instance Attribute Summary collapse
-
#control ⇒ ::Google::Cloud::DiscoveryEngine::V1::Control
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Optional.
Instance Attribute Details
#control ⇒ ::Google::Cloud::DiscoveryEngine::V1::Control
Returns Required. The Control to update.
60 61 62 63 |
# File 'proto_docs/google/cloud/discoveryengine/v1/control_service.rb', line 60 class UpdateControlRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns Optional. Indicates which fields in the provided Control to update. The following are NOT supported:
If not set or empty, all supported fields are updated.
60 61 62 63 |
# File 'proto_docs/google/cloud/discoveryengine/v1/control_service.rb', line 60 class UpdateControlRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |