Reference documentation and code samples for the Google Cloud Financial Services V1 Client class Dataset.
The Dataset resource contains summary information about a dataset.
Generated from protobuf message google.cloud.financialservices.v1.Dataset
Namespace
Google \ Cloud \ FinancialServices \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Output only. The resource name of the Dataset. format: /projects/{project_num}/locations/{location}/instances/{instance}/datasets/{dataset}
↳ create_time
↳ update_time
↳ labels
↳ table_specs
array| Google\Protobuf\Internal\MapField
Required. The set of BigQuery tables in the dataset. The key should be the table type and the value should be the BigQuery tables in the format bq://{project}.{dataset}.{table}
. Current table types are: * * party
* * account_party_link
* * transaction
* * risk_case_event
* * party_supplementary_data
↳ state
int
Output only. State of the dataset (creating, active, deleting, etc.)
↳ date_range
Google\Type\Interval
Required. Core time window of the dataset. All tables should have complete data covering this period.
↳ time_zone
getName
Output only. The resource name of the Dataset.
format: /projects/{project_num}/locations/{location}/instances/{instance}/datasets/{dataset}
string
setName
Output only. The resource name of the Dataset.
format: /projects/{project_num}/locations/{location}/instances/{instance}/datasets/{dataset}
var
string
$this
getCreateTime
Output only. The timestamp of creation of this resource.
hasCreateTime
clearCreateTime
setCreateTime
Output only. The timestamp of creation of this resource.
$this
getUpdateTime
Output only. The timestamp of the most recent update of this resource.
hasUpdateTime
clearUpdateTime
setUpdateTime
Output only. The timestamp of the most recent update of this resource.
$this
getLabels
Labels
setLabels
Labels
$this
getTableSpecs
Required. The set of BigQuery tables in the dataset. The key should be the
table type and the value should be the BigQuery tables in the format bq://{project}.{dataset}.{table}
.
Current table types are:
-
party
-
account_party_link
-
transaction
-
risk_case_event
-
party_supplementary_data
setTableSpecs
Required. The set of BigQuery tables in the dataset. The key should be the
table type and the value should be the BigQuery tables in the format bq://{project}.{dataset}.{table}
.
Current table types are:
-
party
-
account_party_link
-
transaction
-
risk_case_event
-
party_supplementary_data
$this
getState
Output only. State of the dataset (creating, active, deleting, etc.)
int
setState
Output only. State of the dataset (creating, active, deleting, etc.)
var
int
$this
getDateRange
Required. Core time window of the dataset. All tables should have complete data covering this period.
hasDateRange
clearDateRange
setDateRange
Required. Core time window of the dataset. All tables should have complete data covering this period.
$this
getTimeZone
The timezone of the data, default will act as UTC.
hasTimeZone
clearTimeZone
setTimeZone
The timezone of the data, default will act as UTC.
$this