Uses of Class
com.google.protobuf.UInt64Value.Builder
Packages that use UInt64Value.Builder
-
Uses of UInt64Value.Builder in com.google.protobuf
Methods in com.google.protobuf that return UInt64Value.BuilderModifier and TypeMethodDescriptionUInt64Value.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) UInt64Value.Builder.clear()UInt64Value.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) UInt64Value.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) UInt64Value.Builder.clearValue()The uint64 value.UInt64Value.Builder.clone()UInt64Value.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) UInt64Value.Builder.mergeFrom(com.google.protobuf.Message other) UInt64Value.Builder.mergeFrom(UInt64Value other) final UInt64Value.BuilderUInt64Value.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static UInt64Value.BuilderUInt64Value.newBuilder()static UInt64Value.BuilderUInt64Value.newBuilder(UInt64Value prototype) UInt64Value.newBuilderForType()protected UInt64Value.BuilderUInt64Value.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) UInt64Value.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) final UInt64Value.BuilderUInt64Value.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) UInt64Value.Builder.setValue(long value) The uint64 value.UInt64Value.toBuilder()