public MapField<string, JobDependency.Types.Type> Items { get; }
Each item maps a Job name to a Type.
All items must be satisfied for the JobDependency to be satisfied (the AND
operation).
Once a condition for one item becomes true, it won't go back to false
even the dependent Job state changes again.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["`JobDependency` is a class in the Batch v1alpha API that defines dependencies for a job based on the state of other jobs within the same region."],["The `JobDependency` class inherits from the `object` class and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `JobDependency` class can be constructed with no parameters, or an object of itself, `JobDependency`."],["The `Items` property of the `JobDependency` class uses a `MapField` to map job names to their dependency `Type`, where all mapped items must be satisfied for the dependency to be met."],["The documentation is specific to the `Google.Cloud.Batch.V1Alpha` namespace, within the `Google.Cloud.Batch.V1Alpha.dll` assembly."]]],[]]