Class: Google::Apis::JobsV3p1beta1::MendelDebugInput
- Inherits:
-
Object
- Object
- Google::Apis::JobsV3p1beta1::MendelDebugInput
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/jobs_v3p1beta1/classes.rb,
generated/google/apis/jobs_v3p1beta1/representations.rb,
generated/google/apis/jobs_v3p1beta1/representations.rb
Overview
Message representing input to a Mendel server for debug forcing. See go/mendel- debug-forcing for more details. Next ID: 2
Instance Attribute Summary collapse
-
#namespaced_debug_input ⇒ Hash<String,Google::Apis::JobsV3p1beta1::NamespacedDebugInput>
When a request spans multiple servers, a MendelDebugInput may travel with the request and take effect in all the servers.
Instance Method Summary collapse
-
#initialize(**args) ⇒ MendelDebugInput
constructor
A new instance of MendelDebugInput.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ MendelDebugInput
Returns a new instance of MendelDebugInput.
1918 1919 1920 |
# File 'generated/google/apis/jobs_v3p1beta1/classes.rb', line 1918 def initialize(**args) update!(**args) end |
Instance Attribute Details
#namespaced_debug_input ⇒ Hash<String,Google::Apis::JobsV3p1beta1::NamespacedDebugInput>
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
1916 1917 1918 |
# File 'generated/google/apis/jobs_v3p1beta1/classes.rb', line 1916 def namespaced_debug_input @namespaced_debug_input end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1923 1924 1925 |
# File 'generated/google/apis/jobs_v3p1beta1/classes.rb', line 1923 def update!(**args) @namespaced_debug_input = args[:namespaced_debug_input] if args.key?(:namespaced_debug_input) end |