View Source GoogleApi.ContainerAnalysis.V1alpha1.Model.IdentifierHelper (google_api_container_analysis v0.28.0)

Helps in identifying the underlying product. This should be treated like a one-of field. Only one field should be set in this proto. This is a workaround because spanner indexes on one-of fields restrict addition and deletion of fields.

Attributes

  • field (type: String.t, default: nil) - The field that is set in the API proto.
  • genericUri (type: String.t, default: nil) - Contains a URI which is vendor-specific. Example: The artifact repository URL of an image.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContainerAnalysis.V1alpha1.Model.IdentifierHelper{
  field: String.t() | nil,
  genericUri: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.