Class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaGenerateGroundedContentResponseCandidateGroundingMetadataSearchEntryPoint
- Inherits:
-
Object
- Object
- Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaGenerateGroundedContentResponseCandidateGroundingMetadataSearchEntryPoint
- 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
Google search entry point.
Instance Attribute Summary collapse
-
#rendered_content ⇒ String
Web content snippet that can be embedded in a web page or an app webview.
-
#sdk_blob ⇒ String
Base64 encoded JSON representing array of tuple.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1betaGenerateGroundedContentResponseCandidateGroundingMetadataSearchEntryPoint
constructor
A new instance of GoogleCloudDiscoveryengineV1betaGenerateGroundedContentResponseCandidateGroundingMetadataSearchEntryPoint.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1betaGenerateGroundedContentResponseCandidateGroundingMetadataSearchEntryPoint
Returns a new instance of GoogleCloudDiscoveryengineV1betaGenerateGroundedContentResponseCandidateGroundingMetadataSearchEntryPoint.
16390 16391 16392 |
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 16390 def initialize(**args) update!(**args) end |
Instance Attribute Details
#rendered_content ⇒ String
Web content snippet that can be embedded in a web page or an app webview.
Corresponds to the JSON property renderedContent
16382 16383 16384 |
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 16382 def rendered_content @rendered_content end |
#sdk_blob ⇒ String
Base64 encoded JSON representing array of tuple.
Corresponds to the JSON property sdkBlob
NOTE: Values are automatically base64 encoded/decoded in the client library.
16388 16389 16390 |
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 16388 def sdk_blob @sdk_blob end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
16395 16396 16397 16398 |
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 16395 def update!(**args) @rendered_content = args[:rendered_content] if args.key?(:rendered_content) @sdk_blob = args[:sdk_blob] if args.key?(:sdk_blob) end |