public static final class Distribution.Range extends GeneratedMessageV3 implements Distribution.RangeOrBuilder
The range of the population values.
Protobuf type google.api.Distribution.Range
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > Distribution.RangeImplements
Distribution.RangeOrBuilderStatic Fields
MAX_FIELD_NUMBER
public static final int MAX_FIELD_NUMBER
Type | Description |
int |
MIN_FIELD_NUMBER
public static final int MIN_FIELD_NUMBER
Type | Description |
int |
Static Methods
getDefaultInstance()
public static Distribution.Range getDefaultInstance()
Type | Description |
Distribution.Range |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
newBuilder()
public static Distribution.Range.Builder newBuilder()
Type | Description |
Distribution.Range.Builder |
newBuilder(Distribution.Range prototype)
public static Distribution.Range.Builder newBuilder(Distribution.Range prototype)
Name | Description |
prototype | Distribution.Range |
Type | Description |
Distribution.Range.Builder |
parseDelimitedFrom(InputStream input)
public static Distribution.Range parseDelimitedFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
Distribution.Range |
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static Distribution.Range parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Distribution.Range |
Type | Description |
IOException |
parseFrom(byte[] data)
public static Distribution.Range parseFrom(byte[] data)
Name | Description |
data | byte[] |
Type | Description |
Distribution.Range |
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Distribution.Range parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | byte[] |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Distribution.Range |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static Distribution.Range parseFrom(ByteString data)
Name | Description |
data | ByteString |
Type | Description |
Distribution.Range |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Distribution.Range parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteString |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Distribution.Range |
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static Distribution.Range parseFrom(CodedInputStream input)
Name | Description |
input | CodedInputStream |
Type | Description |
Distribution.Range |
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static Distribution.Range parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Distribution.Range |
Type | Description |
IOException |
parseFrom(InputStream input)
public static Distribution.Range parseFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
Distribution.Range |
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static Distribution.Range parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Distribution.Range |
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static Distribution.Range parseFrom(ByteBuffer data)
Name | Description |
data | ByteBuffer |
Type | Description |
Distribution.Range |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Distribution.Range parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteBuffer |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Distribution.Range |
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<Distribution.Range> parser()
Type | Description |
Parser<Range> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Name | Description |
obj | Object |
Type | Description |
boolean |
getDefaultInstanceForType()
public Distribution.Range getDefaultInstanceForType()
Type | Description |
Distribution.Range |
getMax()
public double getMax()
The maximum of the population values.
double max = 2;
Type | Description |
double | The max. |
getMin()
public double getMin()
The minimum of the population values.
double min = 1;
Type | Description |
double | The min. |
getParserForType()
public Parser<Distribution.Range> getParserForType()
Type | Description |
Parser<Range> |
getSerializedSize()
public int getSerializedSize()
Type | Description |
int |
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Type | Description |
UnknownFieldSet |
hashCode()
public int hashCode()
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
newBuilderForType()
public Distribution.Range.Builder newBuilderForType()
Type | Description |
Distribution.Range.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Distribution.Range.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Name | Description |
parent | BuilderParent |
Type | Description |
Distribution.Range.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Name | Description |
unused | UnusedPrivateParameter |
Type | Description |
Object |
toBuilder()
public Distribution.Range.Builder toBuilder()
Type | Description |
Distribution.Range.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Name | Description |
output | CodedOutputStream |
Type | Description |
IOException |