Class: Google::Cloud::DiscoveryEngine::V1beta::Reply::Reference Deprecated
- Inherits:
-
Object
- Object
- Google::Cloud::DiscoveryEngine::V1beta::Reply::Reference
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/discoveryengine/v1beta/conversation.rb
Overview
Deprecated.
This message is deprecated and may be removed in the next major version update.
Defines reference in reply.
Instance Attribute Summary collapse
-
#anchor_text ⇒ ::String
Anchor text.
-
#end ⇒ ::Integer
Anchor text end index.
-
#start ⇒ ::Integer
Anchor text start index.
-
#uri ⇒ ::String
URI link reference.
Instance Attribute Details
#anchor_text ⇒ ::String
Returns Anchor text.
94 95 96 97 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/conversation.rb', line 94 class Reference include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#end ⇒ ::Integer
Returns Anchor text end index.
94 95 96 97 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/conversation.rb', line 94 class Reference include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |