Class: Google::Apis::BigtableadminV2::Frame

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ Frame

Returns a new instance of Frame.



1011
1012
1013
# File 'lib/google/apis/bigtableadmin_v2/classes.rb', line 1011

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

Instance Attribute Details

#target_nameString

Corresponds to the JSON property targetName

Returns:

  • (String)


999
1000
1001
# File 'lib/google/apis/bigtableadmin_v2/classes.rb', line 999

def target_name
  @target_name
end

#workflow_guidString

Corresponds to the JSON property workflowGuid

Returns:

  • (String)


1004
1005
1006
# File 'lib/google/apis/bigtableadmin_v2/classes.rb', line 1004

def workflow_guid
  @workflow_guid
end

#zone_idString

Corresponds to the JSON property zoneId

Returns:

  • (String)


1009
1010
1011
# File 'lib/google/apis/bigtableadmin_v2/classes.rb', line 1009

def zone_id
  @zone_id
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1016
1017
1018
1019
1020
# File 'lib/google/apis/bigtableadmin_v2/classes.rb', line 1016

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