Class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaBatchCreateTargetSitesRequest
- Inherits:
-
Object
- Object
- Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaBatchCreateTargetSitesRequest
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/discoveryengine_v1beta/classes.rb,
lib/google/apis/discoveryengine_v1beta/representations.rb,
lib/google/apis/discoveryengine_v1beta/representations.rb
Overview
Request message for SiteSearchEngineService.BatchCreateTargetSites method.
Instance Attribute Summary collapse
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1betaBatchCreateTargetSitesRequest
constructor
A new instance of GoogleCloudDiscoveryengineV1betaBatchCreateTargetSitesRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1betaBatchCreateTargetSitesRequest
Returns a new instance of GoogleCloudDiscoveryengineV1betaBatchCreateTargetSitesRequest.
11498 11499 11500 |
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 11498 def initialize(**args) update!(**args) end |
Instance Attribute Details
#requests ⇒ Array<Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaCreateTargetSiteRequest>
Required. The request message specifying the resources to create. A maximum of
20 TargetSites can be created in a batch.
Corresponds to the JSON property requests
11496 11497 11498 |
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 11496 def requests @requests end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
11503 11504 11505 |
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 11503 def update!(**args) @requests = args[:requests] if args.key?(:requests) end |