Class: Google::Cloud::DiscoveryEngine::V1::UpdateEngineRequest
- Inherits:
-
Object
- Object
- Google::Cloud::DiscoveryEngine::V1::UpdateEngineRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/discoveryengine/v1/engine_service.rb
Overview
Request message for EngineService.UpdateEngine method.
Instance Attribute Summary collapse
-
#engine ⇒ ::Google::Cloud::DiscoveryEngine::V1::Engine
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Indicates which fields in the provided Engine to update.
Instance Attribute Details
#engine ⇒ ::Google::Cloud::DiscoveryEngine::V1::Engine
170 171 172 173 |
# File 'proto_docs/google/cloud/discoveryengine/v1/engine_service.rb', line 170 class UpdateEngineRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns Indicates which fields in the provided Engine to update.
If an unsupported or unknown field is provided, an INVALID_ARGUMENT error is returned.
170 171 172 173 |
# File 'proto_docs/google/cloud/discoveryengine/v1/engine_service.rb', line 170 class UpdateEngineRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |