Reference documentation and code samples for the Google Cloud Data Catalog V1BETA1 API class Google::Cloud::DataCatalog::V1beta1::BigQueryTableSpec.
Describes a BigQuery table.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#table_source_type
def table_source_type() -> ::Google::Cloud::DataCatalog::V1beta1::TableSourceType
Returns
- (::Google::Cloud::DataCatalog::V1beta1::TableSourceType) — Output only. The table source type.
#table_spec
def table_spec() -> ::Google::Cloud::DataCatalog::V1beta1::TableSpec
Returns
-
(::Google::Cloud::DataCatalog::V1beta1::TableSpec) — Spec of a BigQuery table. This field should only be populated if
table_source_type
isBIGQUERY_TABLE
.
#table_spec=
def table_spec=(value) -> ::Google::Cloud::DataCatalog::V1beta1::TableSpec
Parameter
-
value (::Google::Cloud::DataCatalog::V1beta1::TableSpec) — Spec of a BigQuery table. This field should only be populated if
table_source_type
isBIGQUERY_TABLE
.
Returns
-
(::Google::Cloud::DataCatalog::V1beta1::TableSpec) — Spec of a BigQuery table. This field should only be populated if
table_source_type
isBIGQUERY_TABLE
.
#view_spec
def view_spec() -> ::Google::Cloud::DataCatalog::V1beta1::ViewSpec
Returns
-
(::Google::Cloud::DataCatalog::V1beta1::ViewSpec) — Table view specification. This field should only be populated if
table_source_type
isBIGQUERY_VIEW
.
#view_spec=
def view_spec=(value) -> ::Google::Cloud::DataCatalog::V1beta1::ViewSpec
Parameter
-
value (::Google::Cloud::DataCatalog::V1beta1::ViewSpec) — Table view specification. This field should only be populated if
table_source_type
isBIGQUERY_VIEW
.
Returns
-
(::Google::Cloud::DataCatalog::V1beta1::ViewSpec) — Table view specification. This field should only be populated if
table_source_type
isBIGQUERY_VIEW
.