Uses of Class
pb.Ops.LowerDiffInput.Builder
Packages that use Ops.LowerDiffInput.Builder
-
Uses of Ops.LowerDiffInput.Builder in pb
Subclasses with type arguments of type Ops.LowerDiffInput.Builder in pbModifier and TypeClassDescriptionstatic final class
Protobuf typepb.LowerDiffInput
Methods in pb that return Ops.LowerDiffInput.BuilderModifier and TypeMethodDescriptionOps.LowerDiffInput.Builder.clear()
Ops.LowerDiffInput.Builder.clearInput()
int64 input = 1;
Ops.DiffOp.Builder.getLowerBuilder()
.pb.LowerDiffInput lower = 1;
Ops.LowerDiffInput.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Ops.LowerDiffInput.Builder.mergeFrom
(com.google.protobuf.Message other) Ops.LowerDiffInput.Builder.mergeFrom
(Ops.LowerDiffInput other) static Ops.LowerDiffInput.Builder
Ops.LowerDiffInput.newBuilder()
static Ops.LowerDiffInput.Builder
Ops.LowerDiffInput.newBuilder
(Ops.LowerDiffInput prototype) Ops.LowerDiffInput.newBuilderForType()
protected Ops.LowerDiffInput.Builder
Ops.LowerDiffInput.newBuilderForType
(com.google.protobuf.AbstractMessage.BuilderParent parent) Ops.LowerDiffInput.Builder.setInput
(long value) int64 input = 1;
Ops.LowerDiffInput.toBuilder()
Methods in pb with parameters of type Ops.LowerDiffInput.BuilderModifier and TypeMethodDescriptionOps.DiffOp.Builder.setLower
(Ops.LowerDiffInput.Builder builderForValue) .pb.LowerDiffInput lower = 1;