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.
3553 3554 3555 |
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 3553 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
3551 3552 3553 |
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 3551 def requests @requests end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3558 3559 3560 |
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 3558 def update!(**args) @requests = args[:requests] if args.key?(:requests) end |