There are a few methods in that are supposed to exist in this class according to the documentation, but do not exist when I actually try to use them. The source code for the class, at C:\Ruby22-x64\lib\ruby\gems\2.2.0\gems\google-api-client-0.9.9\generated\google\apis\sheets_v4, doesn't show any sign of these methods. The missing methods are:
append_spreadsheet_value
batch_clear_values
batch_spreadsheet_value_clear_by_data_filter
batch_spreadsheet_get_by_data_filter
batch_spreadsheet_update_by_data_filter
clear_values
get_spreadsheet_by_data_filter
get_spreadsheet_developer_metadatum
search_developer_metadatum_developer_metadata
Is the code for these methods supposed to be located somewhere else and I just can't find it, is the missing code a big oversight, or is there some other explanation for these methods not working?