GoogleApi.DataFusion.V1.Model.Version (google_api_data_fusion v0.27.0)

View Source

The Data Fusion version. This proto message stores information about certain Data Fusion version, which is used for Data Fusion version upgrade.

Attributes

  • availableFeatures (type: list(String.t), default: nil) - Represents a list of available feature names for a given version.
  • defaultVersion (type: boolean(), default: nil) - Whether this is currently the default version for Cloud Data Fusion
  • type (type: String.t, default: nil) - Type represents the release availability of the version
  • versionNumber (type: String.t, default: nil) - The version number of the Data Fusion instance, such as '6.0.1.0'.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.DataFusion.V1.Model.Version{
  availableFeatures: [String.t()] | nil,
  defaultVersion: boolean() | nil,
  type: String.t() | nil,
  versionNumber: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.