Class: Google::Apis::BigtableadminV1::Frame
- Inherits:
-
Object
- Object
- Google::Apis::BigtableadminV1::Frame
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/bigtableadmin_v1/classes.rb,
generated/google/apis/bigtableadmin_v1/representations.rb,
generated/google/apis/bigtableadmin_v1/representations.rb
Instance Attribute Summary collapse
-
#target_name ⇒ String
Corresponds to the JSON property
targetName
. -
#workflow_guid ⇒ String
Corresponds to the JSON property
workflowGuid
. -
#zone_id ⇒ String
Corresponds to the JSON property
zoneId
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ Frame
constructor
A new instance of Frame.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ Frame
Returns a new instance of Frame.
408 409 410 |
# File 'generated/google/apis/bigtableadmin_v1/classes.rb', line 408 def initialize(**args) update!(**args) end |
Instance Attribute Details
#target_name ⇒ String
Corresponds to the JSON property targetName
396 397 398 |
# File 'generated/google/apis/bigtableadmin_v1/classes.rb', line 396 def target_name @target_name end |
#workflow_guid ⇒ String
Corresponds to the JSON property workflowGuid
401 402 403 |
# File 'generated/google/apis/bigtableadmin_v1/classes.rb', line 401 def workflow_guid @workflow_guid end |
#zone_id ⇒ String
Corresponds to the JSON property zoneId
406 407 408 |
# File 'generated/google/apis/bigtableadmin_v1/classes.rb', line 406 def zone_id @zone_id end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
413 414 415 416 417 |
# File 'generated/google/apis/bigtableadmin_v1/classes.rb', line 413 def update!(**args) @target_name = args[:target_name] if args.key?(:target_name) @workflow_guid = args[:workflow_guid] if args.key?(:workflow_guid) @zone_id = args[:zone_id] if args.key?(:zone_id) end |