class Google::Apis::JobsV4::MendelDebugInput

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

Attributes

namespaced_debug_input[RW]

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. Corresponds to the JSON property `namespacedDebugInput` @return [Hash<String,Google::Apis::JobsV4::NamespacedDebugInput>]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/jobs_v4/classes.rb, line 1765
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/jobs_v4/classes.rb, line 1770
def update!(**args)
  @namespaced_debug_input = args[:namespaced_debug_input] if args.key?(:namespaced_debug_input)
end