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.



487
488
489
# File 'lib/google/apis/bigtableadmin_v1/classes.rb', line 487

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

Instance Attribute Details

#target_nameString

Corresponds to the JSON property targetName

Returns:

  • (String)


475
476
477
# File 'lib/google/apis/bigtableadmin_v1/classes.rb', line 475

def target_name
  @target_name
end

#workflow_guidString

Corresponds to the JSON property workflowGuid

Returns:

  • (String)


480
481
482
# File 'lib/google/apis/bigtableadmin_v1/classes.rb', line 480

def workflow_guid
  @workflow_guid
end

#zone_idString

Corresponds to the JSON property zoneId

Returns:

  • (String)


485
486
487
# File 'lib/google/apis/bigtableadmin_v1/classes.rb', line 485

def zone_id
  @zone_id
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



492
493
494
495
496
# File 'lib/google/apis/bigtableadmin_v1/classes.rb', line 492

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