Resource: Link
Describes a link connected to an analytics enabled bucket.
JSON representation |
---|
{ "name": string, "description": string, "createTime": string, "lifecycleState": enum ( |
Fields | |
---|---|
name |
Output only. 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.
For example: `projects/my-project/locations/global/buckets/my-bucket/links/my_link |
description |
Optional. Describes this link. The maximum length of the description is 8000 characters. |
createTime |
Output only. The creation timestamp of the link. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
lifecycleState |
Output only. The resource lifecycle state. |
bigqueryDataset |
Optional. 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. |
Methods |
|
---|---|
|
Asynchronously creates a linked dataset in BigQuery which makes it possible to use BigQuery to read the logs stored in the log bucket. |
|
Deletes a link. |
|
Gets a link. |
|
Lists links. |