View Source GoogleApi.Logging.V2.Model.Link (google_api_logging v0.47.0)

Describes a link connected to an analytics enabled bucket.

Attributes

  • bigqueryDataset (type: GoogleApi.Logging.V2.Model.BigQueryDataset.t, default: nil) - 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.
  • createTime (type: DateTime.t, default: nil) - Output only. The creation timestamp of the link.
  • description (type: String.t, default: nil) - Optional. Describes this link.The maximum length of the description is 8000 characters.
  • lifecycleState (type: String.t, default: nil) - Output only. The resource lifecycle state.
  • name (type: String.t, default: nil) - 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. "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

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Logging.V2.Model.Link{
  bigqueryDataset: GoogleApi.Logging.V2.Model.BigQueryDataset.t() | nil,
  createTime: DateTime.t() | nil,
  description: String.t() | nil,
  lifecycleState: String.t() | nil,
  name: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.