Google Cloud Data Catalog V1 Client - Class VertexDatasetSpec (1.9.1)

Reference documentation and code samples for the Google Cloud Data Catalog V1 Client class VertexDatasetSpec.

Specification for vertex dataset resources.

Generated from protobuf message google.cloud.datacatalog.v1.VertexDatasetSpec

Namespace

Google \ Cloud \ DataCatalog \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ data_item_count int|string

The number of DataItems in this Dataset. Only apply for non-structured Dataset.

↳ data_type int

Type of the dataset.

getDataItemCount

The number of DataItems in this Dataset. Only apply for non-structured Dataset.

Returns
TypeDescription
int|string

setDataItemCount

The number of DataItems in this Dataset. Only apply for non-structured Dataset.

Parameter
NameDescription
var int|string
Returns
TypeDescription
$this

getDataType

Type of the dataset.

Returns
TypeDescription
int

setDataType

Type of the dataset.

Parameter
NameDescription
var int
Returns
TypeDescription
$this