Reference documentation and code samples for the Discovery Engine V1BETA API class Google::Cloud::DiscoveryEngine::V1beta::Chunk::ChunkMetadata.
Metadata of the current chunk. This field is only populated on SearchService.Search API.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#next_chunks
def next_chunks() -> ::Array<::Google::Cloud::DiscoveryEngine::V1beta::Chunk>
    Returns
    
  - (::Array<::Google::Cloud::DiscoveryEngine::V1beta::Chunk>) — 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.
#next_chunks=
def next_chunks=(value) -> ::Array<::Google::Cloud::DiscoveryEngine::V1beta::Chunk>
    Parameter
    
  - value (::Array<::Google::Cloud::DiscoveryEngine::V1beta::Chunk>) — 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
    
  - (::Array<::Google::Cloud::DiscoveryEngine::V1beta::Chunk>) — 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.
#previous_chunks
def previous_chunks() -> ::Array<::Google::Cloud::DiscoveryEngine::V1beta::Chunk>
    Returns
    
  - (::Array<::Google::Cloud::DiscoveryEngine::V1beta::Chunk>) — 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.
#previous_chunks=
def previous_chunks=(value) -> ::Array<::Google::Cloud::DiscoveryEngine::V1beta::Chunk>
    Parameter
    
  - value (::Array<::Google::Cloud::DiscoveryEngine::V1beta::Chunk>) — 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
    
- (::Array<::Google::Cloud::DiscoveryEngine::V1beta::Chunk>) — 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.