Contents
- Description
- Method Summary
- Method Details
- getInputsList()
- getInputs(int)
- getInputsCount()
- getInputsOrBuilderList()
- getInputsOrBuilder(int)
- hasExec()
- getExec()
- getExecOrBuilder()
- hasSource()
- getSource()
- getSourceOrBuilder()
- hasFile()
- getFile()
- getFileOrBuilder()
- hasBuild()
- getBuild()
- getBuildOrBuilder()
- hasMerge()
- getMerge()
- getMergeOrBuilder()
- hasDiff()
- getDiff()
- getDiffOrBuilder()
- hasPlatform()
- getPlatform()
- getPlatformOrBuilder()
- hasConstraints()
- getConstraints()
- getConstraintsOrBuilder()
- getOpCase()
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 Summary
Modifier and TypeMethodDescriptiongetBuild()
.pb.BuildOp build = 5;
.pb.BuildOp build = 5;
.pb.WorkerConstraints constraints = 11;
.pb.WorkerConstraints constraints = 11;
getDiff()
.pb.DiffOp diff = 7;
.pb.DiffOp diff = 7;
getExec()
.pb.ExecOp exec = 2;
.pb.ExecOp exec = 2;
getFile()
.pb.FileOp file = 4;
.pb.FileOp file = 4;
getInputs
(int index) changes to this structure must be represented in json.go.int
changes to this structure must be represented in json.go.changes to this structure must be represented in json.go.getInputsOrBuilder
(int index) changes to this structure must be represented in json.go.List
<? extends Ops.InputOrBuilder> changes to this structure must be represented in json.go.getMerge()
.pb.MergeOp merge = 6;
.pb.MergeOp merge = 6;
.pb.Platform platform = 10;
.pb.Platform platform = 10;
.pb.SourceOp source = 3;
.pb.SourceOp source = 3;
boolean
hasBuild()
.pb.BuildOp build = 5;
boolean
.pb.WorkerConstraints constraints = 11;
boolean
hasDiff()
.pb.DiffOp diff = 7;
boolean
hasExec()
.pb.ExecOp exec = 2;
boolean
hasFile()
.pb.FileOp file = 4;
boolean
hasMerge()
.pb.MergeOp merge = 6;
boolean
.pb.Platform platform = 10;
boolean
.pb.SourceOp source = 3;
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getInputsList
-
getInputs
changes to this structure must be represented in json.go. inputs is a set of input edges.
repeated .pb.Input inputs = 1;
-
getInputsCount
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
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
changes to this structure must be represented in json.go. inputs is a set of input edges.
repeated .pb.Input inputs = 1;
-
hasExec
boolean hasExec().pb.ExecOp exec = 2;
- Returns:
- Whether the exec field is set.
-
getExec
-
getExecOrBuilder
Ops.ExecOpOrBuilder getExecOrBuilder().pb.ExecOp exec = 2;
-
hasSource
boolean hasSource().pb.SourceOp source = 3;
- Returns:
- Whether the source field is set.
-
getSource
-
getSourceOrBuilder
Ops.SourceOpOrBuilder getSourceOrBuilder().pb.SourceOp source = 3;
-
hasFile
boolean hasFile().pb.FileOp file = 4;
- Returns:
- Whether the file field is set.
-
getFile
-
getFileOrBuilder
Ops.FileOpOrBuilder getFileOrBuilder().pb.FileOp file = 4;
-
hasBuild
boolean hasBuild().pb.BuildOp build = 5;
- Returns:
- Whether the build field is set.
-
getBuild
-
getBuildOrBuilder
Ops.BuildOpOrBuilder getBuildOrBuilder().pb.BuildOp build = 5;
-
hasMerge
boolean hasMerge().pb.MergeOp merge = 6;
- Returns:
- Whether the merge field is set.
-
getMerge
-
getMergeOrBuilder
Ops.MergeOpOrBuilder getMergeOrBuilder().pb.MergeOp merge = 6;
-
hasDiff
boolean hasDiff().pb.DiffOp diff = 7;
- Returns:
- Whether the diff field is set.
-
getDiff
-
getDiffOrBuilder
Ops.DiffOpOrBuilder getDiffOrBuilder().pb.DiffOp diff = 7;
-
hasPlatform
boolean hasPlatform().pb.Platform platform = 10;
- Returns:
- Whether the platform field is set.
-
getPlatform
-
getPlatformOrBuilder
Ops.PlatformOrBuilder getPlatformOrBuilder().pb.Platform platform = 10;
-
hasConstraints
boolean hasConstraints().pb.WorkerConstraints constraints = 11;
- Returns:
- Whether the constraints field is set.
-
getConstraints
Ops.WorkerConstraints getConstraints().pb.WorkerConstraints constraints = 11;
- Returns:
- The constraints.
-
getConstraintsOrBuilder
Ops.WorkerConstraintsOrBuilder getConstraintsOrBuilder().pb.WorkerConstraints constraints = 11;
-
getOpCase
Ops.Op.OpCase getOpCase()
-