Class: Google::Apis::BigtableadminV1::Frame

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/bigtableadmin_v1/classes.rb,
lib/google/apis/bigtableadmin_v1/representations.rb,
lib/google/apis/bigtableadmin_v1/representations.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ Frame

Returns a new instance of Frame.



582
583
584
# File 'lib/google/apis/bigtableadmin_v1/classes.rb', line 582

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#target_nameString

Corresponds to the JSON property targetName

Returns:

  • (String)


570
571
572
# File 'lib/google/apis/bigtableadmin_v1/classes.rb', line 570

def target_name
  @target_name
end

#workflow_guidString

Corresponds to the JSON property workflowGuid

Returns:

  • (String)


575
576
577
# File 'lib/google/apis/bigtableadmin_v1/classes.rb', line 575

def workflow_guid
  @workflow_guid
end

#zone_idString

Corresponds to the JSON property zoneId

Returns:

  • (String)


580
581
582
# File 'lib/google/apis/bigtableadmin_v1/classes.rb', line 580

def zone_id
  @zone_id
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



587
588
589
590
591
# File 'lib/google/apis/bigtableadmin_v1/classes.rb', line 587

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