google_api_dataflow v0.26.1 GoogleApi.Dataflow.V1b3.Model.WorkerSettings View Source

Provides data to pass through to the worker harness.

Attributes

  • baseUrl (type: String.t, default: nil) - The base URL for accessing Google Cloud APIs.

    When workers access Google Cloud APIs, they logically do so via relative URLs. If this field is specified, it supplies the base URL to use for resolving these relative URLs. The normative algorithm used is defined by RFC 1808, "Relative Uniform Resource Locators". If not specified, the default value is "http://www.googleapis.com/"

  • reportingEnabled (type: boolean(), default: nil) - Whether to send work progress updates to the service.

  • servicePath (type: String.t, default: nil) - The Cloud Dataflow service path relative to the root URL, for example, "dataflow/v1b3/projects".

  • shuffleServicePath (type: String.t, default: nil) - The Shuffle service path relative to the root URL, for example, "shuffle/v1beta1".

  • tempStoragePrefix (type: String.t, default: nil) - The prefix of the resources the system should use for temporary storage.

    The supported resource type is: Google Cloud Storage: storage.googleapis.com/{bucket}/{object} bucket.storage.googleapis.com/{object}

  • workerId (type: String.t, default: nil) - The ID of the worker running this pipeline.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Dataflow.V1b3.Model.WorkerSettings{
  baseUrl: String.t(),
  reportingEnabled: boolean(),
  servicePath: String.t(),
  shuffleServicePath: String.t(),
  tempStoragePrefix: String.t(),
  workerId: String.t()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.