Class: Google::Apis::BigqueryV2::TransactionInfo

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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_idString

[Output-only] // [Alpha] Id of the transaction. Corresponds to the JSON property transactionId

Returns:

  • (String)


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