Interface Ops.BuildOpOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Ops.BuildOp, Ops.BuildOp.Builder
Enclosing class:
Ops

public static interface Ops.BuildOpOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getBuilder

      long getBuilder()
      int64 builder = 1;
      Returns:
      The builder.
    • getInputsCount

      int getInputsCount()
      map<string, .pb.BuildInput> inputs = 2;
    • containsInputs

      boolean containsInputs(String key)
      map<string, .pb.BuildInput> inputs = 2;
    • getInputs

      Deprecated.
      Use getInputsMap() instead.
    • getInputsMap

      Map<String,Ops.BuildInput> getInputsMap()
      map<string, .pb.BuildInput> inputs = 2;
    • getInputsOrDefault

      Ops.BuildInput getInputsOrDefault(String key, Ops.BuildInput defaultValue)
      map<string, .pb.BuildInput> inputs = 2;
    • getInputsOrThrow

      Ops.BuildInput getInputsOrThrow(String key)
      map<string, .pb.BuildInput> inputs = 2;
    • hasDef

      boolean hasDef()
      .pb.Definition def = 3;
      Returns:
      Whether the def field is set.
    • getDef

      Ops.Definition getDef()
      .pb.Definition def = 3;
      Returns:
      The def.
    • getDefOrBuilder

      Ops.DefinitionOrBuilder getDefOrBuilder()
      .pb.Definition def = 3;
    • getAttrsCount

      int getAttrsCount()
       outputs
       
      map<string, string> attrs = 4;
    • containsAttrs

      boolean containsAttrs(String key)
       outputs
       
      map<string, string> attrs = 4;
    • getAttrs

      Deprecated.
      Use getAttrsMap() instead.
    • getAttrsMap

      Map<String,String> getAttrsMap()
       outputs
       
      map<string, string> attrs = 4;
    • getAttrsOrDefault

      String getAttrsOrDefault(String key, String defaultValue)
       outputs
       
      map<string, string> attrs = 4;
    • getAttrsOrThrow

      String getAttrsOrThrow(String key)
       outputs
       
      map<string, string> attrs = 4;