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.



916
917
918
# File 'lib/google/apis/bigtableadmin_v2/classes.rb', line 916

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

Instance Attribute Details

#target_nameString

Corresponds to the JSON property targetName

Returns:

  • (String)


904
905
906
# File 'lib/google/apis/bigtableadmin_v2/classes.rb', line 904

def target_name
  @target_name
end

#workflow_guidString

Corresponds to the JSON property workflowGuid

Returns:

  • (String)


909
910
911
# File 'lib/google/apis/bigtableadmin_v2/classes.rb', line 909

def workflow_guid
  @workflow_guid
end

#zone_idString

Corresponds to the JSON property zoneId

Returns:

  • (String)


914
915
916
# File 'lib/google/apis/bigtableadmin_v2/classes.rb', line 914

def zone_id
  @zone_id
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



921
922
923
924
925
# File 'lib/google/apis/bigtableadmin_v2/classes.rb', line 921

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