public final class Range extends GeneratedMessageV3 implements RangeOrBuilder
Object describing where in the file the issue was found.
Protobuf type google.cloud.apihub.v1.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()
Required. End of the issue.
.google.cloud.apihub.v1.Point end = 2 [(.google.api.field_behavior) = REQUIRED];
Returns |
Type |
Description |
Point |
The end.
|
getEndOrBuilder()
public PointOrBuilder getEndOrBuilder()
Required. End of the issue.
.google.cloud.apihub.v1.Point end = 2 [(.google.api.field_behavior) = REQUIRED];
getParserForType()
public Parser<Range> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
getStart()
Required. Start of the issue.
.google.cloud.apihub.v1.Point start = 1 [(.google.api.field_behavior) = REQUIRED];
Returns |
Type |
Description |
Point |
The start.
|
getStartOrBuilder()
public PointOrBuilder getStartOrBuilder()
Required. Start of the issue.
.google.cloud.apihub.v1.Point start = 1 [(.google.api.field_behavior) = REQUIRED];
hasEnd()
Required. End of the issue.
.google.cloud.apihub.v1.Point end = 2 [(.google.api.field_behavior) = REQUIRED];
Returns |
Type |
Description |
boolean |
Whether the end field is set.
|
hasStart()
public boolean hasStart()
Required. Start of the issue.
.google.cloud.apihub.v1.Point start = 1 [(.google.api.field_behavior) = REQUIRED];
Returns |
Type |
Description |
boolean |
Whether the start field is set.
|
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)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public Range.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides