Reference documentation and code samples for the Data Catalog V1 API class Google::Cloud::DataCatalog::V1::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::V1::TableSourceType
Returns
- (::Google::Cloud::DataCatalog::V1::TableSourceType) — Output only. The table source type.
#table_spec
def table_spec() -> ::Google::Cloud::DataCatalog::V1::TableSpec
Returns
-
(::Google::Cloud::DataCatalog::V1::TableSpec) — Specification of a BigQuery table. Populated only if
the
table_source_type
isBIGQUERY_TABLE
.
#table_spec=
def table_spec=(value) -> ::Google::Cloud::DataCatalog::V1::TableSpec
Parameter
-
value (::Google::Cloud::DataCatalog::V1::TableSpec) — Specification of a BigQuery table. Populated only if
the
table_source_type
isBIGQUERY_TABLE
.
Returns
-
(::Google::Cloud::DataCatalog::V1::TableSpec) — Specification of a BigQuery table. Populated only if
the
table_source_type
isBIGQUERY_TABLE
.
#view_spec
def view_spec() -> ::Google::Cloud::DataCatalog::V1::ViewSpec
Returns
-
(::Google::Cloud::DataCatalog::V1::ViewSpec) — Table view specification. Populated only if
the
table_source_type
isBIGQUERY_VIEW
.
#view_spec=
def view_spec=(value) -> ::Google::Cloud::DataCatalog::V1::ViewSpec
Parameter
-
value (::Google::Cloud::DataCatalog::V1::ViewSpec) — Table view specification. Populated only if
the
table_source_type
isBIGQUERY_VIEW
.
Returns
-
(::Google::Cloud::DataCatalog::V1::ViewSpec) — Table view specification. Populated only if
the
table_source_type
isBIGQUERY_VIEW
.