GoogleApi.Jobs.V2.Model.MendelDebugInput (google_api_jobs v0.16.4) 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:- NamespacedMendelDebugInput with the global namespace (key == "").
- 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
Specs
t() :: %GoogleApi.Jobs.V2.Model.MendelDebugInput{ namespacedDebugInput: %{ optional(String.t()) => GoogleApi.Jobs.V2.Model.NamespacedDebugInput.t() } }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.