Class: Google::Cloud::ApiHub::V1::Range

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/apihub/v1/common_fields.rb

Overview

Object describing where in the file the issue was found.

Instance Attribute Summary collapse

Instance Attribute Details

#end::Google::Cloud::ApiHub::V1::Point

Returns Required. End of the issue.

Returns:



1075
1076
1077
1078
# File 'proto_docs/google/cloud/apihub/v1/common_fields.rb', line 1075

class Range
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#start::Google::Cloud::ApiHub::V1::Point

Returns Required. Start of the issue.

Returns:



1075
1076
1077
1078
# File 'proto_docs/google/cloud/apihub/v1/common_fields.rb', line 1075

class Range
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end