GoogleApi.DataCatalog.V1.Model.GoogleCloudDatacatalogV1CloudBigtableInstanceSpecCloudBigtableClusterSpec (google_api_data_catalog v0.32.2)

View Source

Spec that applies to clusters of an Instance of Cloud Bigtable.

Attributes

  • displayName (type: String.t, default: nil) - Name of the cluster.
  • linkedResource (type: String.t, default: nil) - A link back to the parent resource, in this case Instance.
  • location (type: String.t, default: nil) - Location of the cluster, typically a Cloud zone.
  • type (type: String.t, default: nil) - Type of the resource. For a cluster this would be "CLUSTER".

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.DataCatalog.V1.Model.GoogleCloudDatacatalogV1CloudBigtableInstanceSpecCloudBigtableClusterSpec{
    displayName: String.t() | nil,
    linkedResource: String.t() | nil,
    location: String.t() | nil,
    type: String.t() | nil
  }

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.