Class: Google::Apis::BigqueryV2::TransactionInfo
- Inherits:
-
Object
- Object
- Google::Apis::BigqueryV2::TransactionInfo
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/bigquery_v2/classes.rb,
generated/google/apis/bigquery_v2/representations.rb,
generated/google/apis/bigquery_v2/representations.rb
Instance Attribute Summary collapse
-
#transaction_id ⇒ String
[Output-only] // [Alpha] Id of the transaction.
Instance Method Summary collapse
-
#initialize(**args) ⇒ TransactionInfo
constructor
A new instance of TransactionInfo.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ TransactionInfo
Returns a new instance of TransactionInfo.
6964 6965 6966 |
# File 'generated/google/apis/bigquery_v2/classes.rb', line 6964 def initialize(**args) update!(**args) end |
Instance Attribute Details
#transaction_id ⇒ String
[Output-only] // [Alpha] Id of the transaction.
Corresponds to the JSON property transactionId
6962 6963 6964 |
# File 'generated/google/apis/bigquery_v2/classes.rb', line 6962 def transaction_id @transaction_id end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
6969 6970 6971 |
# File 'generated/google/apis/bigquery_v2/classes.rb', line 6969 def update!(**args) @transaction_id = args[:transaction_id] if args.key?(:transaction_id) end |