GoogleApi.Composer.V1.Model.Environment (google_api_composer v0.19.3) View Source

An environment for running orchestration tasks.

Attributes

  • config (type: GoogleApi.Composer.V1.Model.EnvironmentConfig.t, default: nil) - Configuration parameters for this environment.
  • createTime (type: DateTime.t, default: nil) - Output only. The time at which this environment was created.
  • labels (type: map(), default: nil) - Optional. User-defined labels for this environment. The labels map can contain no more than 64 entries. Entries of the labels map are UTF8 strings that comply with the following restrictions: Keys must conform to regexp: \p{Ll}\p{Lo}{0,62} Values must conform to regexp: [\p{Ll}\p{Lo}\p{N}_-]{0,63} * Both keys and values are additionally constrained to be <= 128 bytes in size.
  • name (type: String.t, default: nil) - The resource name of the environment, in the form: "projects/{projectId}/locations/{locationId}/environments/{environmentId}" EnvironmentId must start with a lowercase letter followed by up to 63 lowercase letters, numbers, or hyphens, and cannot end with a hyphen.
  • state (type: String.t, default: nil) - The current state of the environment.
  • updateTime (type: DateTime.t, default: nil) - Output only. The time at which this environment was last modified.
  • uuid (type: String.t, default: nil) - Output only. The UUID (Universally Unique IDentifier) associated with this environment. This value is generated when the environment is created.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Composer.V1.Model.Environment{
  config: GoogleApi.Composer.V1.Model.EnvironmentConfig.t(),
  createTime: DateTime.t(),
  labels: map(),
  name: String.t(),
  state: String.t(),
  updateTime: DateTime.t(),
  uuid: String.t()
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.