public final class Point extends GeneratedMessageV3 implements PointOrBuilder
Point within the file (line and character).
Protobuf type google.cloud.apihub.v1.Point
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
CHARACTER_FIELD_NUMBER
public static final int CHARACTER_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
LINE_FIELD_NUMBER
public static final int LINE_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static Point getDefaultInstance()
Returns |
Type |
Description |
Point |
|
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static Point.Builder newBuilder()
newBuilder(Point prototype)
public static Point.Builder newBuilder(Point prototype)
Parameter |
Name |
Description |
prototype |
Point
|
public static Point parseDelimitedFrom(InputStream input)
Returns |
Type |
Description |
Point |
|
public static Point parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Returns |
Type |
Description |
Point |
|
parseFrom(byte[] data)
public static Point parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
Returns |
Type |
Description |
Point |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Point parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Returns |
Type |
Description |
Point |
|
parseFrom(ByteString data)
public static Point parseFrom(ByteString data)
Returns |
Type |
Description |
Point |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Point parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Returns |
Type |
Description |
Point |
|
public static Point parseFrom(CodedInputStream input)
Returns |
Type |
Description |
Point |
|
public static Point parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Returns |
Type |
Description |
Point |
|
public static Point parseFrom(InputStream input)
Returns |
Type |
Description |
Point |
|
public static Point parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Returns |
Type |
Description |
Point |
|
parseFrom(ByteBuffer data)
public static Point parseFrom(ByteBuffer data)
Returns |
Type |
Description |
Point |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Point parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Returns |
Type |
Description |
Point |
|
parser()
public static Parser<Point> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
getCharacter()
public int getCharacter()
Required. Character position within the line (zero-indexed).
int32 character = 2 [(.google.api.field_behavior) = REQUIRED];
Returns |
Type |
Description |
int |
The character.
|
getDefaultInstanceForType()
public Point getDefaultInstanceForType()
Returns |
Type |
Description |
Point |
|
getLine()
Required. Line number (zero-indexed).
int32 line = 1 [(.google.api.field_behavior) = REQUIRED];
Returns |
Type |
Description |
int |
The line.
|
getParserForType()
public Parser<Point> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public Point.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Point.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public Point.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides