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.
3850 3851 3852 |
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 3850 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
3848 3849 3850 |
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 3848 def requests @requests end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3855 3856 3857 |
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 3855 def update!(**args) @requests = args[:requests] if args.key?(:requests) end |