GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1betaSetDedicatedCrawlRateResponse (google_api_discovery_engine v0.28.0)
View SourceResponse message for CrawlRateManagementService.SetDedicatedCrawlRate method. It simply returns the state of the response, and an error message if the state is FAILED.
Attributes
-
error
(type:GoogleApi.DiscoveryEngine.V1beta.Model.GoogleRpcStatus.t
, default:nil
) - Errors from service when handling the request. -
state
(type:String.t
, default:nil
) - Output only. The state of the response.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1betaSetDedicatedCrawlRateResponse{ error: GoogleApi.DiscoveryEngine.V1beta.Model.GoogleRpcStatus.t() | nil, state: String.t() | nil }