Reference documentation and code samples for the Financial Services V1 API class Google::Cloud::FinancialServices::V1::Dataset.
The Dataset resource contains summary information about a dataset.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#create_time
def create_time() -> ::Google::Protobuf::Timestamp
- (::Google::Protobuf::Timestamp) — Output only. The timestamp of creation of this resource.
#date_range
def date_range() -> ::Google::Type::Interval
- (::Google::Type::Interval) — Required. Core time window of the dataset. All tables should have complete data covering this period.
#date_range=
def date_range=(value) -> ::Google::Type::Interval
- value (::Google::Type::Interval) — Required. Core time window of the dataset. All tables should have complete data covering this period.
- (::Google::Type::Interval) — Required. Core time window of the dataset. All tables should have complete data covering this period.
#labels
def labels() -> ::Google::Protobuf::Map{::String => ::String}
- (::Google::Protobuf::Map{::String => ::String}) — Labels
#labels=
def labels=(value) -> ::Google::Protobuf::Map{::String => ::String}
- value (::Google::Protobuf::Map{::String => ::String}) — Labels
- (::Google::Protobuf::Map{::String => ::String}) — Labels
#name
def name() -> ::String
-
(::String) — Output only. The resource name of the Dataset.
format:
/projects/{project_num}/locations/{location}/instances/{instance}/datasets/{dataset}
#state
def state() -> ::Google::Cloud::FinancialServices::V1::Dataset::State
- (::Google::Cloud::FinancialServices::V1::Dataset::State) — Output only. State of the dataset (creating, active, deleting, etc.)
#table_specs
def table_specs() -> ::Google::Protobuf::Map{::String => ::String}
-
(::Google::Protobuf::Map{::String => ::String}) —
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
#table_specs=
def table_specs=(value) -> ::Google::Protobuf::Map{::String => ::String}
-
value (::Google::Protobuf::Map{::String => ::String}) —
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
-
(::Google::Protobuf::Map{::String => ::String}) —
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
#time_zone
def time_zone() -> ::Google::Type::TimeZone
- (::Google::Type::TimeZone) — The timezone of the data, default will act as UTC.
#time_zone=
def time_zone=(value) -> ::Google::Type::TimeZone
- value (::Google::Type::TimeZone) — The timezone of the data, default will act as UTC.
- (::Google::Type::TimeZone) — The timezone of the data, default will act as UTC.
#update_time
def update_time() -> ::Google::Protobuf::Timestamp
- (::Google::Protobuf::Timestamp) — Output only. The timestamp of the most recent update of this resource.