Class: Google::Cloud::Retail::V2::RemoveControlRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/retail/v2/serving_config_service.rb

Overview

Request for RemoveControl method.

Instance Attribute Summary collapse

Instance Attribute Details

#control_id::String

Returns Required. The id of the control to apply. Assumed to be in the same catalog as the serving config.

Returns:

  • (::String)

    Required. The id of the control to apply. Assumed to be in the same catalog as the serving config.



136
137
138
139
# File 'proto_docs/google/cloud/retail/v2/serving_config_service.rb', line 136

class RemoveControlRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#serving_config::String

Returns Required. The source ServingConfig resource name . Format: projects/{project_number}/locations/{location_id}/catalogs/{catalog_id}/servingConfigs/{serving_config_id}.

Returns:

  • (::String)

    Required. The source ServingConfig resource name . Format: projects/{project_number}/locations/{location_id}/catalogs/{catalog_id}/servingConfigs/{serving_config_id}



136
137
138
139
# File 'proto_docs/google/cloud/retail/v2/serving_config_service.rb', line 136

class RemoveControlRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end