Reference documentation and code samples for the API hub V1 API class Google::Cloud::ApiHub::V1::Range.
Object describing where in the file the issue was found.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#end
def end() -> ::Google::Cloud::ApiHub::V1::Point
Returns
- (::Google::Cloud::ApiHub::V1::Point) — Required. End of the issue.
#end=
def end=(value) -> ::Google::Cloud::ApiHub::V1::Point
Parameter
- value (::Google::Cloud::ApiHub::V1::Point) — Required. End of the issue.
Returns
- (::Google::Cloud::ApiHub::V1::Point) — Required. End of the issue.
#start
def start() -> ::Google::Cloud::ApiHub::V1::Point
Returns
- (::Google::Cloud::ApiHub::V1::Point) — Required. Start of the issue.
#start=
def start=(value) -> ::Google::Cloud::ApiHub::V1::Point
Parameter
- value (::Google::Cloud::ApiHub::V1::Point) — Required. Start of the issue.
Returns
- (::Google::Cloud::ApiHub::V1::Point) — Required. Start of the issue.