Class: Google::Cloud::DiscoveryEngine::V1::SearchLinkPromotion
- Inherits:
-
Object
- Object
- Google::Cloud::DiscoveryEngine::V1::SearchLinkPromotion
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/discoveryengine/v1/common.rb
Overview
Promotion proto includes uri and other helping information to display the promotion.
Instance Attribute Summary collapse
-
#description ⇒ ::String
Optional.
-
#enabled ⇒ ::Boolean
Optional.
-
#image_uri ⇒ ::String
Optional.
-
#title ⇒ ::String
Required.
-
#uri ⇒ ::String
Optional.
Instance Attribute Details
#description ⇒ ::String
Returns Optional. The Promotion description. Maximum length: 200 characters.
147 148 149 150 |
# File 'proto_docs/google/cloud/discoveryengine/v1/common.rb', line 147 class SearchLinkPromotion include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#enabled ⇒ ::Boolean
Returns Optional. The enabled promotion will be returned for any serving configs associated with the parent of the control this promotion is attached to.
This flag is used for basic site search only.
147 148 149 150 |
# File 'proto_docs/google/cloud/discoveryengine/v1/common.rb', line 147 class SearchLinkPromotion include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#image_uri ⇒ ::String
Returns Optional. The promotion thumbnail image url.
147 148 149 150 |
# File 'proto_docs/google/cloud/discoveryengine/v1/common.rb', line 147 class SearchLinkPromotion include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#title ⇒ ::String
Returns Required. The title of the promotion. Maximum length: 160 characters.
147 148 149 150 |
# File 'proto_docs/google/cloud/discoveryengine/v1/common.rb', line 147 class SearchLinkPromotion include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#uri ⇒ ::String
Returns Optional. The URL for the page the user wants to promote. Must be set for site search. For other verticals, this is optional.
147 148 149 150 |
# File 'proto_docs/google/cloud/discoveryengine/v1/common.rb', line 147 class SearchLinkPromotion include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |