Uses of Class
com.google.api.Distribution.Range.Builder
Packages that use Distribution.Range.Builder
-
Uses of Distribution.Range.Builder in com.google.api
Methods in com.google.api that return Distribution.Range.BuilderModifier and TypeMethodDescriptionDistribution.Range.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Distribution.Range.Builder.clear()Distribution.Range.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Distribution.Range.Builder.clearMax()The maximum of the population values.Distribution.Range.Builder.clearMin()The minimum of the population values.Distribution.Range.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) Distribution.Range.Builder.clone()Distribution.Builder.getRangeBuilder()If specified, contains the range of the population values.Distribution.Range.Builder.mergeFrom(Distribution.Range other) Distribution.Range.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Distribution.Range.Builder.mergeFrom(com.google.protobuf.Message other) Distribution.Range.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static Distribution.Range.BuilderDistribution.Range.newBuilder()static Distribution.Range.BuilderDistribution.Range.newBuilder(Distribution.Range prototype) Distribution.Range.newBuilderForType()protected Distribution.Range.BuilderDistribution.Range.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Distribution.Range.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Distribution.Range.Builder.setMax(double value) The maximum of the population values.Distribution.Range.Builder.setMin(double value) The minimum of the population values.Distribution.Range.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) Distribution.Range.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Distribution.Range.toBuilder()Methods in com.google.api with parameters of type Distribution.Range.BuilderModifier and TypeMethodDescriptionDistribution.Builder.setRange(Distribution.Range.Builder builderForValue) If specified, contains the range of the population values.