public final class Range extends GeneratedMessageV3 implements RangeOrBuilder
Generic half-open interval [start, end)
Protobuf type google.privacy.dlp.v2.Range
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
END_FIELD_NUMBER
public static final int END_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
START_FIELD_NUMBER
public static final int START_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
Static Methods
getDefaultInstance()
public static Range getDefaultInstance()
Returns |
---|
Type | Description |
Range | |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static Range.Builder newBuilder()
newBuilder(Range prototype)
public static Range.Builder newBuilder(Range prototype)
Parameter |
---|
Name | Description |
prototype | Range
|
public static Range parseDelimitedFrom(InputStream input)
Returns |
---|
Type | Description |
Range | |
public static Range parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Returns |
---|
Type | Description |
Range | |
parseFrom(byte[] data)
public static Range parseFrom(byte[] data)
Parameter |
---|
Name | Description |
data | byte[]
|
Returns |
---|
Type | Description |
Range | |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Range parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Returns |
---|
Type | Description |
Range | |
parseFrom(ByteString data)
public static Range parseFrom(ByteString data)
Returns |
---|
Type | Description |
Range | |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Range parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Returns |
---|
Type | Description |
Range | |
public static Range parseFrom(CodedInputStream input)
Returns |
---|
Type | Description |
Range | |
public static Range parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Returns |
---|
Type | Description |
Range | |
public static Range parseFrom(InputStream input)
Returns |
---|
Type | Description |
Range | |
public static Range parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Returns |
---|
Type | Description |
Range | |
parseFrom(ByteBuffer data)
public static Range parseFrom(ByteBuffer data)
Returns |
---|
Type | Description |
Range | |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Range parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Returns |
---|
Type | Description |
Range | |
parser()
public static Parser<Range> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
---|
Name | Description |
obj | Object
|
Overrides
getDefaultInstanceForType()
public Range getDefaultInstanceForType()
Returns |
---|
Type | Description |
Range | |
getEnd()
Index of the last character of the range (exclusive).
int64 end = 2;
Returns |
---|
Type | Description |
long | The end.
|
getParserForType()
public Parser<Range> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
---|
Type | Description |
int | |
Overrides
getStart()
Index of the first character of the range (inclusive).
int64 start = 1;
Returns |
---|
Type | Description |
long | The start.
|
hashCode()
Returns |
---|
Type | Description |
int | |
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public Range.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Range.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Overrides
toBuilder()
public Range.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides