Class: Google::Cloud::DiscoveryEngine::V1::Chunk::PageSpan

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

Overview

Page span of the chunk.

Instance Attribute Summary collapse

Instance Attribute Details

#page_end::Integer

Returns The end page of the chunk.

Returns:

  • (::Integer)

    The end page of the chunk.



89
90
91
92
# File 'proto_docs/google/cloud/discoveryengine/v1/chunk.rb', line 89

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

#page_start::Integer

Returns The start page of the chunk.

Returns:

  • (::Integer)

    The start page of the chunk.



89
90
91
92
# File 'proto_docs/google/cloud/discoveryengine/v1/chunk.rb', line 89

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