Class: Google::Cloud::Logging::V2::CreateLinkRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Logging::V2::CreateLinkRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/logging/v2/logging_config.rb
Overview
The parameters to CreateLink.
Instance Attribute Summary collapse
-
#link ⇒ ::Google::Cloud::Logging::V2::Link
Required.
-
#link_id ⇒ ::String
Required.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#link ⇒ ::Google::Cloud::Logging::V2::Link
814 815 816 817 |
# File 'proto_docs/google/logging/v2/logging_config.rb', line 814 class CreateLinkRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#link_id ⇒ ::String
814 815 816 817 |
# File 'proto_docs/google/logging/v2/logging_config.rb', line 814 class CreateLinkRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
814 815 816 817 |
# File 'proto_docs/google/logging/v2/logging_config.rb', line 814 class CreateLinkRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |