google_api_dlp v0.9.0 GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2Value View Source

Set of primitive values supported by the system. Note that for the purposes of inspection or transformation, the number of bytes considered to comprise a 'Value' is based on its representation as a UTF-8 encoded string. For example, if 'integer_value' is set to 123456789, the number of bytes would be counted as 9, even though an int64 only holds up to 8 bytes of data.

Attributes

  • booleanValue (boolean()): Defaults to: null.
  • dateValue (GoogleTypeDate): Defaults to: null.
  • dayOfWeekValue (String.t): Defaults to: null.

    • Enum - one of [DAY_OF_WEEK_UNSPECIFIED, MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY, SUNDAY]
  • floatValue (float()): Defaults to: null.
  • integerValue (String.t): Defaults to: null.
  • stringValue (String.t): Defaults to: null.
  • timeValue (GoogleTypeTimeOfDay): Defaults to: null.
  • timestampValue (DateTime.t): Defaults to: null.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t() View Source
t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2Value{
  booleanValue: any(),
  dateValue: GoogleApi.DLP.V2.Model.GoogleTypeDate.t(),
  dayOfWeekValue: any(),
  floatValue: any(),
  integerValue: any(),
  stringValue: any(),
  timeValue: GoogleApi.DLP.V2.Model.GoogleTypeTimeOfDay.t(),
  timestampValue: DateTime.t()
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.