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.
-
#document ⇒ ::String
Optional.
-
#enabled ⇒ ::Boolean
Optional.
-
#image_uri ⇒ ::String
Optional.
-
#title ⇒ ::String
Required.
-
#uri ⇒ ::String
Optional.
Instance Attribute Details
#description ⇒ ::String
202 203 204 205 |
# File 'proto_docs/google/cloud/discoveryengine/v1/common.rb', line 202 class SearchLinkPromotion include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#document ⇒ ::String
202 203 204 205 |
# File 'proto_docs/google/cloud/discoveryengine/v1/common.rb', line 202 class SearchLinkPromotion include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#enabled ⇒ ::Boolean
202 203 204 205 |
# File 'proto_docs/google/cloud/discoveryengine/v1/common.rb', line 202 class SearchLinkPromotion include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#image_uri ⇒ ::String
202 203 204 205 |
# File 'proto_docs/google/cloud/discoveryengine/v1/common.rb', line 202 class SearchLinkPromotion include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#title ⇒ ::String
202 203 204 205 |
# File 'proto_docs/google/cloud/discoveryengine/v1/common.rb', line 202 class SearchLinkPromotion include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#uri ⇒ ::String
202 203 204 205 |
# File 'proto_docs/google/cloud/discoveryengine/v1/common.rb', line 202 class SearchLinkPromotion include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |