Uses of Class
pb.Ops.Input.Builder
Packages that use Ops.Input.Builder
-
Uses of Ops.Input.Builder in pb
Subclasses with type arguments of type Ops.Input.Builder in pbModifier and TypeClassDescriptionstatic final class
Input represents an input edge for an Op.Methods in pb that return Ops.Input.BuilderModifier and TypeMethodDescriptionOps.Op.Builder.addInputsBuilder()
changes to this structure must be represented in json.go.Ops.Op.Builder.addInputsBuilder
(int index) changes to this structure must be represented in json.go.Ops.Input.Builder.clear()
Ops.Input.Builder.clearDigest()
digest of the marshaled input OpOps.Input.Builder.clearIndex()
output index of the input OpOps.Op.Builder.getInputsBuilder
(int index) changes to this structure must be represented in json.go.Ops.Input.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Ops.Input.Builder.mergeFrom
(com.google.protobuf.Message other) static Ops.Input.Builder
Ops.Input.newBuilder()
static Ops.Input.Builder
Ops.Input.newBuilder
(Ops.Input prototype) Ops.Input.newBuilderForType()
protected Ops.Input.Builder
Ops.Input.newBuilderForType
(com.google.protobuf.AbstractMessage.BuilderParent parent) digest of the marshaled input OpOps.Input.Builder.setDigestBytes
(com.google.protobuf.ByteString value) digest of the marshaled input OpOps.Input.Builder.setIndex
(long value) output index of the input OpOps.Input.toBuilder()
Methods in pb that return types with arguments of type Ops.Input.BuilderModifier and TypeMethodDescriptionOps.Op.Builder.getInputsBuilderList()
changes to this structure must be represented in json.go.Methods in pb with parameters of type Ops.Input.BuilderModifier and TypeMethodDescriptionOps.Op.Builder.addInputs
(int index, Ops.Input.Builder builderForValue) changes to this structure must be represented in json.go.Ops.Op.Builder.addInputs
(Ops.Input.Builder builderForValue) changes to this structure must be represented in json.go.Ops.Op.Builder.setInputs
(int index, Ops.Input.Builder builderForValue) changes to this structure must be represented in json.go.