Class: Google::Cloud::DiscoveryEngine::V1beta::UpdateServingConfigRequest
- Inherits:
-
Object
- Object
- Google::Cloud::DiscoveryEngine::V1beta::UpdateServingConfigRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/discoveryengine/v1beta/serving_config_service.rb
Overview
Request for UpdateServingConfig method.
Instance Attribute Summary collapse
-
#serving_config ⇒ ::Google::Cloud::DiscoveryEngine::V1beta::ServingConfig
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Indicates which fields in the provided ServingConfig to update.
Instance Attribute Details
#serving_config ⇒ ::Google::Cloud::DiscoveryEngine::V1beta::ServingConfig
Returns Required. The ServingConfig to update.
37 38 39 40 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/serving_config_service.rb', line 37 class UpdateServingConfigRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns Indicates which fields in the provided ServingConfig to update. The following are NOT supported:
If not set, all supported fields are updated.
37 38 39 40 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/serving_config_service.rb', line 37 class UpdateServingConfigRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |