Class: Google::Cloud::DiscoveryEngine::V1beta::UpdateServingConfigRequest

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#serving_config::Google::Cloud::DiscoveryEngine::V1beta::ServingConfig

Returns Required. The ServingConfig to update.

Returns:



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.

Returns:



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