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. |
create |
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: |
lifecycle |
Output only. The resource lifecycle state. |
bigquery |
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. |
BigQueryDataset
Describes a BigQuery dataset that was created by a link.
JSON representation |
---|
{ "datasetId": string } |
Fields | |
---|---|
dataset |
Output only. The full resource name of the BigQuery dataset. The DATASET_ID will match the ID of the link, so the link must match the naming restrictions of BigQuery datasets (alphanumeric characters and underscores only). The dataset will have a resource path of "bigquery.googleapis.com/projects/[PROJECT_ID]/datasets/[DATASET_ID]" |
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. |