Class: Google::Cloud::Logging::V2::Link
- Inherits:
-
Object
- Object
- Google::Cloud::Logging::V2::Link
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/logging/v2/logging_config.rb
Overview
Describes a link connected to an analytics enabled bucket.
Instance Attribute Summary collapse
-
#bigquery_dataset ⇒ ::Google::Cloud::Logging::V2::BigQueryDataset
The information of a BigQuery Dataset.
-
#create_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#description ⇒ ::String
Describes this link.
-
#lifecycle_state ⇒ ::Google::Cloud::Logging::V2::LifecycleState
readonly
Output only.
-
#name ⇒ ::String
The resource name of the link.
Instance Attribute Details
#bigquery_dataset ⇒ ::Google::Cloud::Logging::V2::BigQueryDataset
Returns The information of a BigQuery Dataset. When a link is created, a BigQuery dataset is created along with it, in the same project as the LogBucket it's linked to. This dataset will also have BigQuery Views corresponding to the LogViews in the bucket.
329 330 331 332 |
# File 'proto_docs/google/logging/v2/logging_config.rb', line 329 class Link include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#create_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. The creation timestamp of the link.
329 330 331 332 |
# File 'proto_docs/google/logging/v2/logging_config.rb', line 329 class Link include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#description ⇒ ::String
Returns Describes this link.
The maximum length of the description is 8000 characters.
329 330 331 332 |
# File 'proto_docs/google/logging/v2/logging_config.rb', line 329 class Link include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#lifecycle_state ⇒ ::Google::Cloud::Logging::V2::LifecycleState (readonly)
Returns Output only. The resource lifecycle state.
329 330 331 332 |
# File 'proto_docs/google/logging/v2/logging_config.rb', line 329 class Link include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns The resource name of the link. The name can have up to 100 characters. A valid link id (at the end of the link name) must only have alphanumeric characters and underscores within it.
"projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]"
"organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]"
"billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]"
"folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]"
For example:
`projects/my-project/locations/global/buckets/my-bucket/links/my_link.
329 330 331 332 |
# File 'proto_docs/google/logging/v2/logging_config.rb', line 329 class Link include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |