Class: Google::Cloud::FinancialServices::V1::Dataset
- Inherits:
-
Object
- Object
- Google::Cloud::FinancialServices::V1::Dataset
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/financialservices/v1/dataset.rb
Overview
The Dataset resource contains summary information about a dataset.
Defined Under Namespace
Modules: State Classes: LabelsEntry, TableSpecsEntry
Instance Attribute Summary collapse
-
#create_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#date_range ⇒ ::Google::Type::Interval
Required.
-
#labels ⇒ ::Google::Protobuf::Map{::String => ::String}
Labels.
-
#name ⇒ ::String
readonly
Output only.
-
#state ⇒ ::Google::Cloud::FinancialServices::V1::Dataset::State
readonly
Output only.
-
#table_specs ⇒ ::Google::Protobuf::Map{::String => ::String}
Required.
-
#time_zone ⇒ ::Google::Type::TimeZone
The timezone of the data, default will act as UTC.
-
#update_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
Instance Attribute Details
#create_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. The timestamp of creation of this resource.
61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 |
# File 'proto_docs/google/cloud/financialservices/v1/dataset.rb', line 61 class Dataset include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class TableSpecsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # The possible states of a resource. module State # State is unspecified, should not occur. STATE_UNSPECIFIED = 0 # The resource has not finished being created. CREATING = 1 # The resource is active/ready to be used. ACTIVE = 2 # The resource is in the process of being updated. UPDATING = 3 # The resource is in the process of being deleted. DELETING = 4 end end |
#date_range ⇒ ::Google::Type::Interval
Returns Required. Core time window of the dataset. All tables should have complete data covering this period.
61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 |
# File 'proto_docs/google/cloud/financialservices/v1/dataset.rb', line 61 class Dataset include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class TableSpecsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # The possible states of a resource. module State # State is unspecified, should not occur. STATE_UNSPECIFIED = 0 # The resource has not finished being created. CREATING = 1 # The resource is active/ready to be used. ACTIVE = 2 # The resource is in the process of being updated. UPDATING = 3 # The resource is in the process of being deleted. DELETING = 4 end end |
#labels ⇒ ::Google::Protobuf::Map{::String => ::String}
Returns Labels.
61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 |
# File 'proto_docs/google/cloud/financialservices/v1/dataset.rb', line 61 class Dataset include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class TableSpecsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # The possible states of a resource. module State # State is unspecified, should not occur. STATE_UNSPECIFIED = 0 # The resource has not finished being created. CREATING = 1 # The resource is active/ready to be used. ACTIVE = 2 # The resource is in the process of being updated. UPDATING = 3 # The resource is in the process of being deleted. DELETING = 4 end end |
#name ⇒ ::String (readonly)
Returns Output only. The resource name of the Dataset.
format:
/projects/{project_num}/locations/{location}/instances/{instance}/datasets/{dataset}
.
61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 |
# File 'proto_docs/google/cloud/financialservices/v1/dataset.rb', line 61 class Dataset include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class TableSpecsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # The possible states of a resource. module State # State is unspecified, should not occur. STATE_UNSPECIFIED = 0 # The resource has not finished being created. CREATING = 1 # The resource is active/ready to be used. ACTIVE = 2 # The resource is in the process of being updated. UPDATING = 3 # The resource is in the process of being deleted. DELETING = 4 end end |
#state ⇒ ::Google::Cloud::FinancialServices::V1::Dataset::State (readonly)
Returns Output only. State of the dataset (creating, active, deleting, etc.).
61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 |
# File 'proto_docs/google/cloud/financialservices/v1/dataset.rb', line 61 class Dataset include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class TableSpecsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # The possible states of a resource. module State # State is unspecified, should not occur. STATE_UNSPECIFIED = 0 # The resource has not finished being created. CREATING = 1 # The resource is active/ready to be used. ACTIVE = 2 # The resource is in the process of being updated. UPDATING = 3 # The resource is in the process of being deleted. DELETING = 4 end end |
#table_specs ⇒ ::Google::Protobuf::Map{::String => ::String}
Returns 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
.
61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 |
# File 'proto_docs/google/cloud/financialservices/v1/dataset.rb', line 61 class Dataset include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class TableSpecsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # The possible states of a resource. module State # State is unspecified, should not occur. STATE_UNSPECIFIED = 0 # The resource has not finished being created. CREATING = 1 # The resource is active/ready to be used. ACTIVE = 2 # The resource is in the process of being updated. UPDATING = 3 # The resource is in the process of being deleted. DELETING = 4 end end |
#time_zone ⇒ ::Google::Type::TimeZone
Returns The timezone of the data, default will act as UTC.
61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 |
# File 'proto_docs/google/cloud/financialservices/v1/dataset.rb', line 61 class Dataset include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class TableSpecsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # The possible states of a resource. module State # State is unspecified, should not occur. STATE_UNSPECIFIED = 0 # The resource has not finished being created. CREATING = 1 # The resource is active/ready to be used. ACTIVE = 2 # The resource is in the process of being updated. UPDATING = 3 # The resource is in the process of being deleted. DELETING = 4 end end |
#update_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. The timestamp of the most recent update of this resource.
61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 |
# File 'proto_docs/google/cloud/financialservices/v1/dataset.rb', line 61 class Dataset include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class TableSpecsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # The possible states of a resource. module State # State is unspecified, should not occur. STATE_UNSPECIFIED = 0 # The resource has not finished being created. CREATING = 1 # The resource is active/ready to be used. ACTIVE = 2 # The resource is in the process of being updated. UPDATING = 3 # The resource is in the process of being deleted. DELETING = 4 end end |