Class: Google::Apis::BigtableadminV2::Frame
- Inherits:
-
Object
- Object
- Google::Apis::BigtableadminV2::Frame
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/bigtableadmin_v2/classes.rb,
generated/google/apis/bigtableadmin_v2/representations.rb,
generated/google/apis/bigtableadmin_v2/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.
827 828 829 |
# File 'generated/google/apis/bigtableadmin_v2/classes.rb', line 827 def initialize(**args) update!(**args) end |
Instance Attribute Details
#target_name ⇒ String
Corresponds to the JSON property targetName
815 816 817 |
# File 'generated/google/apis/bigtableadmin_v2/classes.rb', line 815 def target_name @target_name end |
#workflow_guid ⇒ String
Corresponds to the JSON property workflowGuid
820 821 822 |
# File 'generated/google/apis/bigtableadmin_v2/classes.rb', line 820 def workflow_guid @workflow_guid end |
#zone_id ⇒ String
Corresponds to the JSON property zoneId
825 826 827 |
# File 'generated/google/apis/bigtableadmin_v2/classes.rb', line 825 def zone_id @zone_id end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
832 833 834 835 836 |
# File 'generated/google/apis/bigtableadmin_v2/classes.rb', line 832 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 |