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

View Source

Represents the progress of a sync run.

Attributes

  • currentCount (type: String.t, default: nil) - The current progress.
  • percentile (type: number(), default: nil) - Derived. The percentile of the progress.current_count / total_count. The value is between [0, 1.0] inclusive.
  • totalCount (type: String.t, default: nil) - The total.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1alphaConnectorRunEntityRunProgress{
    currentCount: String.t() | nil,
    percentile: number() | nil,
    totalCount: String.t() | nil
  }

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.