Package com.google.cloud.batch.v1alpha
Interface JobDependencyOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
JobDependency,JobDependency.Builder
public interface JobDependencyOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description booleancontainsItems(String key)Each item maps a Job name to a Type.Map<String,JobDependency.Type>getItems()Deprecated.intgetItemsCount()Each item maps a Job name to a Type.Map<String,JobDependency.Type>getItemsMap()Each item maps a Job name to a Type.JobDependency.TypegetItemsOrDefault(String key, JobDependency.Type defaultValue)Each item maps a Job name to a Type.JobDependency.TypegetItemsOrThrow(String key)Each item maps a Job name to a Type.Map<String,Integer>getItemsValue()Deprecated.Map<String,Integer>getItemsValueMap()Each item maps a Job name to a Type.intgetItemsValueOrDefault(String key, int defaultValue)Each item maps a Job name to a Type.intgetItemsValueOrThrow(String key)Each item maps a Job name to a Type.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getItemsCount
int getItemsCount()
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.
map<string, .google.cloud.batch.v1alpha.JobDependency.Type> items = 1;
-
containsItems
boolean containsItems(String key)
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.
map<string, .google.cloud.batch.v1alpha.JobDependency.Type> items = 1;
-
getItems
@Deprecated Map<String,JobDependency.Type> getItems()
Deprecated.UsegetItemsMap()instead.
-
getItemsMap
Map<String,JobDependency.Type> getItemsMap()
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.
map<string, .google.cloud.batch.v1alpha.JobDependency.Type> items = 1;
-
getItemsOrDefault
JobDependency.Type getItemsOrDefault(String key, JobDependency.Type defaultValue)
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.
map<string, .google.cloud.batch.v1alpha.JobDependency.Type> items = 1;
-
getItemsOrThrow
JobDependency.Type getItemsOrThrow(String key)
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.
map<string, .google.cloud.batch.v1alpha.JobDependency.Type> items = 1;
-
getItemsValue
@Deprecated Map<String,Integer> getItemsValue()
Deprecated.UsegetItemsValueMap()instead.
-
getItemsValueMap
Map<String,Integer> getItemsValueMap()
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.
map<string, .google.cloud.batch.v1alpha.JobDependency.Type> items = 1;
-
getItemsValueOrDefault
int getItemsValueOrDefault(String key, int defaultValue)
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.
map<string, .google.cloud.batch.v1alpha.JobDependency.Type> items = 1;
-
getItemsValueOrThrow
int getItemsValueOrThrow(String key)
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.
map<string, .google.cloud.batch.v1alpha.JobDependency.Type> items = 1;
-
-