GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1alphaRemoveDedicatedCrawlRateResponse (google_api_discovery_engine v0.28.0)

View Source

Response message for CrawlRateManagementService.RemoveDedicatedCrawlRate 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

t()

@type t() ::
  %GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1alphaRemoveDedicatedCrawlRateResponse{
    error: GoogleApi.DiscoveryEngine.V1beta.Model.GoogleRpcStatus.t() | nil,
    state: String.t() | nil
  }

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.