Interface Ops.OpOrBuilder

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

public static interface Ops.OpOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details Link icon

    • getInputsList Link icon

      List<Ops.Input> getInputsList()
       changes to this structure must be represented in json.go.
       inputs is a set of input edges.
       
      repeated .pb.Input inputs = 1;
    • getInputs Link icon

      Ops.Input getInputs(int index)
       changes to this structure must be represented in json.go.
       inputs is a set of input edges.
       
      repeated .pb.Input inputs = 1;
    • getInputsCount Link icon

      int getInputsCount()
       changes to this structure must be represented in json.go.
       inputs is a set of input edges.
       
      repeated .pb.Input inputs = 1;
    • getInputsOrBuilderList Link icon

      List<? extends Ops.InputOrBuilder> getInputsOrBuilderList()
       changes to this structure must be represented in json.go.
       inputs is a set of input edges.
       
      repeated .pb.Input inputs = 1;
    • getInputsOrBuilder Link icon

      Ops.InputOrBuilder getInputsOrBuilder(int index)
       changes to this structure must be represented in json.go.
       inputs is a set of input edges.
       
      repeated .pb.Input inputs = 1;
    • hasExec Link icon

      boolean hasExec()
      .pb.ExecOp exec = 2;
      Returns:
      Whether the exec field is set.
    • getExec Link icon

      Ops.ExecOp getExec()
      .pb.ExecOp exec = 2;
      Returns:
      The exec.
    • getExecOrBuilder Link icon

      Ops.ExecOpOrBuilder getExecOrBuilder()
      .pb.ExecOp exec = 2;
    • hasSource Link icon

      boolean hasSource()
      .pb.SourceOp source = 3;
      Returns:
      Whether the source field is set.
    • getSource Link icon

      Ops.SourceOp getSource()
      .pb.SourceOp source = 3;
      Returns:
      The source.
    • getSourceOrBuilder Link icon

      Ops.SourceOpOrBuilder getSourceOrBuilder()
      .pb.SourceOp source = 3;
    • hasFile Link icon

      boolean hasFile()
      .pb.FileOp file = 4;
      Returns:
      Whether the file field is set.
    • getFile Link icon

      Ops.FileOp getFile()
      .pb.FileOp file = 4;
      Returns:
      The file.
    • getFileOrBuilder Link icon

      Ops.FileOpOrBuilder getFileOrBuilder()
      .pb.FileOp file = 4;
    • hasBuild Link icon

      boolean hasBuild()
      .pb.BuildOp build = 5;
      Returns:
      Whether the build field is set.
    • getBuild Link icon

      Ops.BuildOp getBuild()
      .pb.BuildOp build = 5;
      Returns:
      The build.
    • getBuildOrBuilder Link icon

      Ops.BuildOpOrBuilder getBuildOrBuilder()
      .pb.BuildOp build = 5;
    • hasMerge Link icon

      boolean hasMerge()
      .pb.MergeOp merge = 6;
      Returns:
      Whether the merge field is set.
    • getMerge Link icon

      Ops.MergeOp getMerge()
      .pb.MergeOp merge = 6;
      Returns:
      The merge.
    • getMergeOrBuilder Link icon

      Ops.MergeOpOrBuilder getMergeOrBuilder()
      .pb.MergeOp merge = 6;
    • hasDiff Link icon

      boolean hasDiff()
      .pb.DiffOp diff = 7;
      Returns:
      Whether the diff field is set.
    • getDiff Link icon

      Ops.DiffOp getDiff()
      .pb.DiffOp diff = 7;
      Returns:
      The diff.
    • getDiffOrBuilder Link icon

      Ops.DiffOpOrBuilder getDiffOrBuilder()
      .pb.DiffOp diff = 7;
    • hasPlatform Link icon

      boolean hasPlatform()
      .pb.Platform platform = 10;
      Returns:
      Whether the platform field is set.
    • getPlatform Link icon

      Ops.Platform getPlatform()
      .pb.Platform platform = 10;
      Returns:
      The platform.
    • getPlatformOrBuilder Link icon

      Ops.PlatformOrBuilder getPlatformOrBuilder()
      .pb.Platform platform = 10;
    • hasConstraints Link icon

      boolean hasConstraints()
      .pb.WorkerConstraints constraints = 11;
      Returns:
      Whether the constraints field is set.
    • getConstraints Link icon

      Ops.WorkerConstraints getConstraints()
      .pb.WorkerConstraints constraints = 11;
      Returns:
      The constraints.
    • getConstraintsOrBuilder Link icon

      Ops.WorkerConstraintsOrBuilder getConstraintsOrBuilder()
      .pb.WorkerConstraints constraints = 11;
    • getOpCase Link icon

      Ops.Op.OpCase getOpCase()