Class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSearchResponseSummaryBlobAttachment
- Inherits:
-
Object
- Object
- Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSearchResponseSummaryBlobAttachment
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/discoveryengine_v1beta/classes.rb,
lib/google/apis/discoveryengine_v1beta/representations.rb,
lib/google/apis/discoveryengine_v1beta/representations.rb
Overview
Stores binarydata attached to text answer, e.g. image, video, audio, etc.
Instance Attribute Summary collapse
-
#attribution_type ⇒ String
Output only.
-
#data ⇒ Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSearchResponseSummaryBlobAttachmentBlob
Stores type and data of the blob.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1betaSearchResponseSummaryBlobAttachment
constructor
A new instance of GoogleCloudDiscoveryengineV1betaSearchResponseSummaryBlobAttachment.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1betaSearchResponseSummaryBlobAttachment
Returns a new instance of GoogleCloudDiscoveryengineV1betaSearchResponseSummaryBlobAttachment.
32090 32091 32092 |
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 32090 def initialize(**args) update!(**args) end |
Instance Attribute Details
#attribution_type ⇒ String
Output only. The attribution type of the blob.
Corresponds to the JSON property attributionType
32083 32084 32085 |
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 32083 def attribution_type @attribution_type end |
#data ⇒ Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSearchResponseSummaryBlobAttachmentBlob
Stores type and data of the blob.
Corresponds to the JSON property data
32088 32089 32090 |
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 32088 def data @data end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
32095 32096 32097 32098 |
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 32095 def update!(**args) @attribution_type = args[:attribution_type] if args.key?(:attribution_type) @data = args[:data] if args.key?(:data) end |