Class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaRecrawlUrisResponse
- Inherits:
-
Object
- Object
- Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaRecrawlUrisResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/discoveryengine_v1alpha/classes.rb,
lib/google/apis/discoveryengine_v1alpha/representations.rb,
lib/google/apis/discoveryengine_v1alpha/representations.rb
Overview
Response message for SiteSearchEngineService.RecrawlUris method.
Instance Attribute Summary collapse
-
#failed_uris ⇒ Array<String>
URIs that were not crawled before the LRO terminated.
-
#failure_samples ⇒ Array<Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaRecrawlUrisResponseFailureInfo>
Details for a sample of up to 10
failed_uris
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1alphaRecrawlUrisResponse
constructor
A new instance of GoogleCloudDiscoveryengineV1alphaRecrawlUrisResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1alphaRecrawlUrisResponse
Returns a new instance of GoogleCloudDiscoveryengineV1alphaRecrawlUrisResponse.
3186 3187 3188 |
# File 'lib/google/apis/discoveryengine_v1alpha/classes.rb', line 3186 def initialize(**args) update!(**args) end |
Instance Attribute Details
#failed_uris ⇒ Array<String>
URIs that were not crawled before the LRO terminated.
Corresponds to the JSON property failedUris
3179 3180 3181 |
# File 'lib/google/apis/discoveryengine_v1alpha/classes.rb', line 3179 def failed_uris @failed_uris end |
#failure_samples ⇒ Array<Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaRecrawlUrisResponseFailureInfo>
Details for a sample of up to 10 failed_uris
.
Corresponds to the JSON property failureSamples
3184 3185 3186 |
# File 'lib/google/apis/discoveryengine_v1alpha/classes.rb', line 3184 def failure_samples @failure_samples end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3191 3192 3193 3194 |
# File 'lib/google/apis/discoveryengine_v1alpha/classes.rb', line 3191 def update!(**args) @failed_uris = args[:failed_uris] if args.key?(:failed_uris) @failure_samples = args[:failure_samples] if args.key?(:failure_samples) end |