Class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1BatchGetDocumentsMetadataResponseDocumentMetadata

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/discoveryengine_v1/classes.rb,
lib/google/apis/discoveryengine_v1/representations.rb,
lib/google/apis/discoveryengine_v1/representations.rb

Overview

The metadata of a Document.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1BatchGetDocumentsMetadataResponseDocumentMetadata

Returns a new instance of GoogleCloudDiscoveryengineV1BatchGetDocumentsMetadataResponseDocumentMetadata.



1689
1690
1691
# File 'lib/google/apis/discoveryengine_v1/classes.rb', line 1689

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#last_refreshed_timeString

The timestamp of the last time the Document was last indexed. Corresponds to the JSON property lastRefreshedTime

Returns:

  • (String)


1677
1678
1679
# File 'lib/google/apis/discoveryengine_v1/classes.rb', line 1677

def last_refreshed_time
  @last_refreshed_time
end

#matcher_valueGoogle::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1BatchGetDocumentsMetadataResponseDocumentMetadataMatcherValue

The value of the matcher that was used to match the Document. Corresponds to the JSON property matcherValue



1682
1683
1684
# File 'lib/google/apis/discoveryengine_v1/classes.rb', line 1682

def matcher_value
  @matcher_value
end

#statusString

The status of the document. Corresponds to the JSON property status

Returns:

  • (String)


1687
1688
1689
# File 'lib/google/apis/discoveryengine_v1/classes.rb', line 1687

def status
  @status
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1694
1695
1696
1697
1698
# File 'lib/google/apis/discoveryengine_v1/classes.rb', line 1694

def update!(**args)
  @last_refreshed_time = args[:last_refreshed_time] if args.key?(:last_refreshed_time)
  @matcher_value = args[:matcher_value] if args.key?(:matcher_value)
  @status = args[:status] if args.key?(:status)
end