google_api_jobs v0.8.0 GoogleApi.Jobs.V2.Model.MendelDebugInput View Source

Message representing input to a Mendel server for debug forcing. See go/mendel-debug-forcing for more details. Next ID: 2

Attributes

  • namespacedDebugInput (type: %{optional(String.t) => GoogleApi.Jobs.V2.Model.NamespacedDebugInput.t}, default: nil) - When a request spans multiple servers, a MendelDebugInput may travel with the request and take effect in all the servers. This field is a map of namespaces to NamespacedMendelDebugInput protos. In a single server, up to two NamespacedMendelDebugInput protos are applied:

    1. NamespacedMendelDebugInput with the global namespace (key == "").
    2. NamespacedMendelDebugInput with the server's namespace. When both NamespacedMendelDebugInput protos are present, they are merged. See go/mendel-debug-forcing for more details.

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.Jobs.V2.Model.MendelDebugInput{
  namespacedDebugInput: %{
    optional(String.t()) => GoogleApi.Jobs.V2.Model.NamespacedDebugInput.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.