Package com.google.cloud.clouddms.v1
Interface EntityIssue.PositionOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
EntityIssue.Position
,EntityIssue.Position.Builder
- Enclosing class:
- EntityIssue
public static interface EntityIssue.PositionOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getColumn()
Issue column numberint
getLength()
Issue lengthint
getLine()
Issue line numberint
getOffset()
Issue offset-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getLine
int getLine()
Issue line number
int32 line = 1;
- Returns:
- The line.
-
getColumn
int getColumn()
Issue column number
int32 column = 2;
- Returns:
- The column.
-
getOffset
int getOffset()
Issue offset
int32 offset = 3;
- Returns:
- The offset.
-
getLength
int getLength()
Issue length
int32 length = 4;
- Returns:
- The length.
-
-