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
Returns Required. The new 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
Returns Required. The ID to use for the link. The link_id can have up to 100 characters. A valid link_id must only have alphanumeric characters and underscores within it.
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
Returns Required. The full resource name of the bucket to create a link for.
"projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]"
"organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]"
"billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]"
"folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]".
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 |