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 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;
      • 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;
      • 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;