Financial Services V1 API - Class Google::Cloud::FinancialServices::V1::Dataset (v0.2.0)

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
Returns

#date_range

def date_range() -> ::Google::Type::Interval
Returns
  • (::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
Parameter
  • value (::Google::Type::Interval) — Required. Core time window of the dataset. All tables should have complete data covering this period.
Returns
  • (::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}
Returns
  • (::Google::Protobuf::Map{::String => ::String}) — Labels

#labels=

def labels=(value) -> ::Google::Protobuf::Map{::String => ::String}
Parameter
  • value (::Google::Protobuf::Map{::String => ::String}) — Labels
Returns
  • (::Google::Protobuf::Map{::String => ::String}) — Labels

#name

def name() -> ::String
Returns
  • (::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
Returns

#table_specs

def table_specs() -> ::Google::Protobuf::Map{::String => ::String}
Returns
  • (::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}
Parameter
  • 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
Returns
  • (::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
Returns

#time_zone=

def time_zone=(value) -> ::Google::Type::TimeZone
Parameter
Returns

#update_time

def update_time() -> ::Google::Protobuf::Timestamp
Returns