Reference documentation and code samples for the API hub V1 API class Google::Cloud::ApiHub::V1::Point.
Point within the file (line and character).
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#character
def character() -> ::Integer
Returns
- (::Integer) — Required. Character position within the line (zero-indexed).
#character=
def character=(value) -> ::Integer
Parameter
- value (::Integer) — Required. Character position within the line (zero-indexed).
Returns
- (::Integer) — Required. Character position within the line (zero-indexed).
#line
def line() -> ::Integer
Returns
- (::Integer) — Required. Line number (zero-indexed).
#line=
def line=(value) -> ::Integer
Parameter
- value (::Integer) — Required. Line number (zero-indexed).
Returns
- (::Integer) — Required. Line number (zero-indexed).