Class: Google::Cloud::DiscoveryEngine::V1::Chunk::ChunkMetadata

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

Overview

Metadata of the current chunk. This field is only populated on SearchService.Search API.

Instance Attribute Summary collapse

Instance Attribute Details

#next_chunks::Array<::Google::Cloud::DiscoveryEngine::V1::Chunk>

Returns The next chunks of the current chunk. The number is controlled by SearchRequest.ContentSearchSpec.ChunkSpec.num_next_chunks. This field is only populated on SearchService.Search API.

Returns:



111
112
113
114
# File 'proto_docs/google/cloud/discoveryengine/v1/chunk.rb', line 111

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

#previous_chunks::Array<::Google::Cloud::DiscoveryEngine::V1::Chunk>

Returns The previous chunks of the current chunk. The number is controlled by SearchRequest.ContentSearchSpec.ChunkSpec.num_previous_chunks. This field is only populated on SearchService.Search API.

Returns:



111
112
113
114
# File 'proto_docs/google/cloud/discoveryengine/v1/chunk.rb', line 111

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