Class: Google::Apis::SheetsV4::Response

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

Overview

A single response from an update.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ Response

Returns a new instance of Response.



8581
8582
8583
# File 'lib/google/apis/sheets_v4/classes.rb', line 8581

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

Instance Attribute Details

#add_bandingGoogle::Apis::SheetsV4::AddBandingResponse

The result of adding a banded range. Corresponds to the JSON property addBanding



8464
8465
8466
# File 'lib/google/apis/sheets_v4/classes.rb', line 8464

def add_banding
  @add_banding
end

#add_chartGoogle::Apis::SheetsV4::AddChartResponse

The result of adding a chart to a spreadsheet. Corresponds to the JSON property addChart



8469
8470
8471
# File 'lib/google/apis/sheets_v4/classes.rb', line 8469

def add_chart
  @add_chart
end

#add_data_sourceGoogle::Apis::SheetsV4::AddDataSourceResponse

The result of adding a data source. Corresponds to the JSON property addDataSource



8474
8475
8476
# File 'lib/google/apis/sheets_v4/classes.rb', line 8474

def add_data_source
  @add_data_source
end

#add_dimension_groupGoogle::Apis::SheetsV4::AddDimensionGroupResponse

The result of adding a group. Corresponds to the JSON property addDimensionGroup



8479
8480
8481
# File 'lib/google/apis/sheets_v4/classes.rb', line 8479

def add_dimension_group
  @add_dimension_group
end

#add_filter_viewGoogle::Apis::SheetsV4::AddFilterViewResponse

The result of adding a filter view. Corresponds to the JSON property addFilterView



8484
8485
8486
# File 'lib/google/apis/sheets_v4/classes.rb', line 8484

def add_filter_view
  @add_filter_view
end

#add_named_rangeGoogle::Apis::SheetsV4::AddNamedRangeResponse

The result of adding a named range. Corresponds to the JSON property addNamedRange



8489
8490
8491
# File 'lib/google/apis/sheets_v4/classes.rb', line 8489

def add_named_range
  @add_named_range
end

#add_protected_rangeGoogle::Apis::SheetsV4::AddProtectedRangeResponse

The result of adding a new protected range. Corresponds to the JSON property addProtectedRange



8494
8495
8496
# File 'lib/google/apis/sheets_v4/classes.rb', line 8494

def add_protected_range
  @add_protected_range
end

#add_sheetGoogle::Apis::SheetsV4::AddSheetResponse

The result of adding a sheet. Corresponds to the JSON property addSheet



8499
8500
8501
# File 'lib/google/apis/sheets_v4/classes.rb', line 8499

def add_sheet
  @add_sheet
end

#add_slicerGoogle::Apis::SheetsV4::AddSlicerResponse

The result of adding a slicer to a spreadsheet. Corresponds to the JSON property addSlicer



8504
8505
8506
# File 'lib/google/apis/sheets_v4/classes.rb', line 8504

def add_slicer
  @add_slicer
end

#cancel_data_source_refreshGoogle::Apis::SheetsV4::CancelDataSourceRefreshResponse

The response from cancelling one or multiple data source object refreshes. Corresponds to the JSON property cancelDataSourceRefresh



8509
8510
8511
# File 'lib/google/apis/sheets_v4/classes.rb', line 8509

def cancel_data_source_refresh
  @cancel_data_source_refresh
end

#create_developer_metadataGoogle::Apis::SheetsV4::CreateDeveloperMetadataResponse

The response from creating developer metadata. Corresponds to the JSON property createDeveloperMetadata



8514
8515
8516
# File 'lib/google/apis/sheets_v4/classes.rb', line 8514

def 
  @create_developer_metadata
end

#delete_conditional_format_ruleGoogle::Apis::SheetsV4::DeleteConditionalFormatRuleResponse

The result of deleting a conditional format rule. Corresponds to the JSON property deleteConditionalFormatRule



8519
8520
8521
# File 'lib/google/apis/sheets_v4/classes.rb', line 8519

def delete_conditional_format_rule
  @delete_conditional_format_rule
end

#delete_developer_metadataGoogle::Apis::SheetsV4::DeleteDeveloperMetadataResponse

The response from deleting developer metadata. Corresponds to the JSON property deleteDeveloperMetadata



8524
8525
8526
# File 'lib/google/apis/sheets_v4/classes.rb', line 8524

def 
  @delete_developer_metadata
end

#delete_dimension_groupGoogle::Apis::SheetsV4::DeleteDimensionGroupResponse

The result of deleting a group. Corresponds to the JSON property deleteDimensionGroup



8529
8530
8531
# File 'lib/google/apis/sheets_v4/classes.rb', line 8529

def delete_dimension_group
  @delete_dimension_group
end

#delete_duplicatesGoogle::Apis::SheetsV4::DeleteDuplicatesResponse

The result of removing duplicates in a range. Corresponds to the JSON property deleteDuplicates



8534
8535
8536
# File 'lib/google/apis/sheets_v4/classes.rb', line 8534

def delete_duplicates
  @delete_duplicates
end

#duplicate_filter_viewGoogle::Apis::SheetsV4::DuplicateFilterViewResponse

The result of a filter view being duplicated. Corresponds to the JSON property duplicateFilterView



8539
8540
8541
# File 'lib/google/apis/sheets_v4/classes.rb', line 8539

def duplicate_filter_view
  @duplicate_filter_view
end

#duplicate_sheetGoogle::Apis::SheetsV4::DuplicateSheetResponse

The result of duplicating a sheet. Corresponds to the JSON property duplicateSheet



8544
8545
8546
# File 'lib/google/apis/sheets_v4/classes.rb', line 8544

def duplicate_sheet
  @duplicate_sheet
end

#find_replaceGoogle::Apis::SheetsV4::FindReplaceResponse

The result of the find/replace. Corresponds to the JSON property findReplace



8549
8550
8551
# File 'lib/google/apis/sheets_v4/classes.rb', line 8549

def find_replace
  @find_replace
end

#refresh_data_sourceGoogle::Apis::SheetsV4::RefreshDataSourceResponse

The response from refreshing one or multiple data source objects. Corresponds to the JSON property refreshDataSource



8554
8555
8556
# File 'lib/google/apis/sheets_v4/classes.rb', line 8554

def refresh_data_source
  @refresh_data_source
end

#trim_whitespaceGoogle::Apis::SheetsV4::TrimWhitespaceResponse

The result of trimming whitespace in cells. Corresponds to the JSON property trimWhitespace



8559
8560
8561
# File 'lib/google/apis/sheets_v4/classes.rb', line 8559

def trim_whitespace
  @trim_whitespace
end

#update_conditional_format_ruleGoogle::Apis::SheetsV4::UpdateConditionalFormatRuleResponse

The result of updating a conditional format rule. Corresponds to the JSON property updateConditionalFormatRule



8564
8565
8566
# File 'lib/google/apis/sheets_v4/classes.rb', line 8564

def update_conditional_format_rule
  @update_conditional_format_rule
end

#update_data_sourceGoogle::Apis::SheetsV4::UpdateDataSourceResponse

The response from updating data source. Corresponds to the JSON property updateDataSource



8569
8570
8571
# File 'lib/google/apis/sheets_v4/classes.rb', line 8569

def update_data_source
  @update_data_source
end

#update_developer_metadataGoogle::Apis::SheetsV4::UpdateDeveloperMetadataResponse

The response from updating developer metadata. Corresponds to the JSON property updateDeveloperMetadata



8574
8575
8576
# File 'lib/google/apis/sheets_v4/classes.rb', line 8574

def 
  @update_developer_metadata
end

#update_embedded_object_positionGoogle::Apis::SheetsV4::UpdateEmbeddedObjectPositionResponse

The result of updating an embedded object's position. Corresponds to the JSON property updateEmbeddedObjectPosition



8579
8580
8581
# File 'lib/google/apis/sheets_v4/classes.rb', line 8579

def update_embedded_object_position
  @update_embedded_object_position
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



8586
8587
8588
8589
8590
8591
8592
8593
8594
8595
8596
8597
8598
8599
8600
8601
8602
8603
8604
8605
8606
8607
8608
8609
8610
8611
# File 'lib/google/apis/sheets_v4/classes.rb', line 8586

def update!(**args)
  @add_banding = args[:add_banding] if args.key?(:add_banding)
  @add_chart = args[:add_chart] if args.key?(:add_chart)
  @add_data_source = args[:add_data_source] if args.key?(:add_data_source)
  @add_dimension_group = args[:add_dimension_group] if args.key?(:add_dimension_group)
  @add_filter_view = args[:add_filter_view] if args.key?(:add_filter_view)
  @add_named_range = args[:add_named_range] if args.key?(:add_named_range)
  @add_protected_range = args[:add_protected_range] if args.key?(:add_protected_range)
  @add_sheet = args[:add_sheet] if args.key?(:add_sheet)
  @add_slicer = args[:add_slicer] if args.key?(:add_slicer)
  @cancel_data_source_refresh = args[:cancel_data_source_refresh] if args.key?(:cancel_data_source_refresh)
  @create_developer_metadata = args[:create_developer_metadata] if args.key?(:create_developer_metadata)
  @delete_conditional_format_rule = args[:delete_conditional_format_rule] if args.key?(:delete_conditional_format_rule)
  @delete_developer_metadata = args[:delete_developer_metadata] if args.key?(:delete_developer_metadata)
  @delete_dimension_group = args[:delete_dimension_group] if args.key?(:delete_dimension_group)
  @delete_duplicates = args[:delete_duplicates] if args.key?(:delete_duplicates)
  @duplicate_filter_view = args[:duplicate_filter_view] if args.key?(:duplicate_filter_view)
  @duplicate_sheet = args[:duplicate_sheet] if args.key?(:duplicate_sheet)
  @find_replace = args[:find_replace] if args.key?(:find_replace)
  @refresh_data_source = args[:refresh_data_source] if args.key?(:refresh_data_source)
  @trim_whitespace = args[:trim_whitespace] if args.key?(:trim_whitespace)
  @update_conditional_format_rule = args[:update_conditional_format_rule] if args.key?(:update_conditional_format_rule)
  @update_data_source = args[:update_data_source] if args.key?(:update_data_source)
  @update_developer_metadata = args[:update_developer_metadata] if args.key?(:update_developer_metadata)
  @update_embedded_object_position = args[:update_embedded_object_position] if args.key?(:update_embedded_object_position)
end