google-api-client 0.9.18 → 0.9.19
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -1
- data/generated/google/apis/adexchangebuyer2_v2beta1.rb +3 -3
- data/generated/google/apis/adexchangebuyer2_v2beta1/service.rb +2 -2
- data/generated/google/apis/adsense_v1_4.rb +1 -1
- data/generated/google/apis/adsensehost_v4_1.rb +1 -1
- data/generated/google/apis/androidenterprise_v1.rb +1 -1
- data/generated/google/apis/androidenterprise_v1/classes.rb +10 -0
- data/generated/google/apis/androidenterprise_v1/representations.rb +1 -0
- data/generated/google/apis/androidpublisher_v2.rb +1 -1
- data/generated/google/apis/androidpublisher_v2/classes.rb +38 -0
- data/generated/google/apis/androidpublisher_v2/representations.rb +27 -0
- data/generated/google/apis/androidpublisher_v2/service.rb +55 -0
- data/generated/google/apis/appsactivity_v1.rb +1 -1
- data/generated/google/apis/calendar_v3.rb +1 -1
- data/generated/google/apis/civicinfo_v2.rb +1 -1
- data/generated/google/apis/civicinfo_v2/classes.rb +118 -1
- data/generated/google/apis/civicinfo_v2/representations.rb +83 -0
- data/generated/google/apis/civicinfo_v2/service.rb +20 -5
- data/generated/google/apis/cloudbuild_v1.rb +1 -1
- data/generated/google/apis/compute_beta.rb +1 -1
- data/generated/google/apis/compute_beta/classes.rb +4 -5
- data/generated/google/apis/compute_beta/service.rb +3 -1
- data/generated/google/apis/compute_v1.rb +1 -1
- data/generated/google/apis/compute_v1/classes.rb +4 -5
- data/generated/google/apis/datastore_v1.rb +1 -1
- data/generated/google/apis/doubleclicksearch_v2.rb +1 -1
- data/generated/google/apis/genomics_v1/classes.rb +25 -25
- data/generated/google/apis/genomics_v1/representations.rb +11 -11
- data/generated/google/apis/genomics_v1/service.rb +30 -30
- data/generated/google/apis/logging_v2beta1.rb +1 -1
- data/generated/google/apis/logging_v2beta1/classes.rb +46 -31
- data/generated/google/apis/logging_v2beta1/representations.rb +5 -3
- data/generated/google/apis/monitoring_v3.rb +1 -1
- data/generated/google/apis/plus_domains_v1.rb +1 -1
- data/generated/google/apis/plus_v1.rb +1 -1
- data/generated/google/apis/sheets_v4.rb +1 -1
- data/generated/google/apis/sheets_v4/classes.rb +89 -1
- data/generated/google/apis/sheets_v4/representations.rb +53 -0
- data/generated/google/apis/sheets_v4/service.rb +164 -89
- data/generated/google/apis/speech_v1beta1.rb +1 -1
- data/generated/google/apis/storage_v1.rb +1 -1
- data/generated/google/apis/storage_v1/classes.rb +21 -5
- data/generated/google/apis/storage_v1/representations.rb +2 -0
- data/lib/google/apis/version.rb +1 -1
- metadata +2 -2
@@ -755,10 +755,21 @@ module Google
|
|
755
755
|
execute_or_queue_command(command, &block)
|
756
756
|
end
|
757
757
|
|
758
|
-
#
|
759
|
-
# to poll the operation result at intervals as recommended by the API service.
|
758
|
+
# Lists operations that match the specified filter in the request.
|
760
759
|
# @param [String] name
|
761
|
-
# The name of the operation
|
760
|
+
# The name of the operation collection.
|
761
|
+
# @param [String] filter
|
762
|
+
# A string for filtering Operations. The following filter fields are supported: *
|
763
|
+
# projectId: Required. Corresponds to OperationMetadata.projectId. * createTime:
|
764
|
+
# The time this job was created, in seconds from the [epoch](http://en.
|
765
|
+
# wikipedia.org/wiki/Unix_time). Can use `>=` and/or `= 1432140000` * `projectId
|
766
|
+
# = my-project AND createTime >= 1432140000 AND createTime <= 1432150000 AND
|
767
|
+
# status = RUNNING`
|
768
|
+
# @param [Fixnum] page_size
|
769
|
+
# The maximum number of results to return. If unspecified, defaults to 256. The
|
770
|
+
# maximum value is 2048.
|
771
|
+
# @param [String] page_token
|
772
|
+
# The standard list page token.
|
762
773
|
# @param [String] fields
|
763
774
|
# Selector specifying which fields to include in a partial response.
|
764
775
|
# @param [String] quota_user
|
@@ -768,39 +779,31 @@ module Google
|
|
768
779
|
# Request-specific options
|
769
780
|
#
|
770
781
|
# @yield [result, err] Result & error if block supplied
|
771
|
-
# @yieldparam result [Google::Apis::GenomicsV1::
|
782
|
+
# @yieldparam result [Google::Apis::GenomicsV1::ListOperationsResponse] parsed result object
|
772
783
|
# @yieldparam err [StandardError] error object if request failed
|
773
784
|
#
|
774
|
-
# @return [Google::Apis::GenomicsV1::
|
785
|
+
# @return [Google::Apis::GenomicsV1::ListOperationsResponse]
|
775
786
|
#
|
776
787
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
777
788
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
778
789
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
779
|
-
def
|
790
|
+
def list_operations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
|
780
791
|
command = make_simple_command(:get, 'v1/{+name}', options)
|
781
|
-
command.response_representation = Google::Apis::GenomicsV1::
|
782
|
-
command.response_class = Google::Apis::GenomicsV1::
|
792
|
+
command.response_representation = Google::Apis::GenomicsV1::ListOperationsResponse::Representation
|
793
|
+
command.response_class = Google::Apis::GenomicsV1::ListOperationsResponse
|
783
794
|
command.params['name'] = name unless name.nil?
|
795
|
+
command.query['filter'] = filter unless filter.nil?
|
796
|
+
command.query['pageSize'] = page_size unless page_size.nil?
|
797
|
+
command.query['pageToken'] = page_token unless page_token.nil?
|
784
798
|
command.query['fields'] = fields unless fields.nil?
|
785
799
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
786
800
|
execute_or_queue_command(command, &block)
|
787
801
|
end
|
788
802
|
|
789
|
-
#
|
803
|
+
# Gets the latest state of a long-running operation. Clients can use this method
|
804
|
+
# to poll the operation result at intervals as recommended by the API service.
|
790
805
|
# @param [String] name
|
791
|
-
# The name of the operation
|
792
|
-
# @param [String] filter
|
793
|
-
# A string for filtering Operations. The following filter fields are supported: *
|
794
|
-
# projectId: Required. Corresponds to OperationMetadata.projectId. * createTime:
|
795
|
-
# The time this job was created, in seconds from the [epoch](http://en.
|
796
|
-
# wikipedia.org/wiki/Unix_time). Can use `>=` and/or `= 1432140000` * `projectId
|
797
|
-
# = my-project AND createTime >= 1432140000 AND createTime <= 1432150000 AND
|
798
|
-
# status = RUNNING`
|
799
|
-
# @param [Fixnum] page_size
|
800
|
-
# The maximum number of results to return. If unspecified, defaults to 256. The
|
801
|
-
# maximum value is 2048.
|
802
|
-
# @param [String] page_token
|
803
|
-
# The standard list page token.
|
806
|
+
# The name of the operation resource.
|
804
807
|
# @param [String] fields
|
805
808
|
# Selector specifying which fields to include in a partial response.
|
806
809
|
# @param [String] quota_user
|
@@ -810,22 +813,19 @@ module Google
|
|
810
813
|
# Request-specific options
|
811
814
|
#
|
812
815
|
# @yield [result, err] Result & error if block supplied
|
813
|
-
# @yieldparam result [Google::Apis::GenomicsV1::
|
816
|
+
# @yieldparam result [Google::Apis::GenomicsV1::Operation] parsed result object
|
814
817
|
# @yieldparam err [StandardError] error object if request failed
|
815
818
|
#
|
816
|
-
# @return [Google::Apis::GenomicsV1::
|
819
|
+
# @return [Google::Apis::GenomicsV1::Operation]
|
817
820
|
#
|
818
821
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
819
822
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
820
823
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
821
|
-
def
|
824
|
+
def get_operation(name, fields: nil, quota_user: nil, options: nil, &block)
|
822
825
|
command = make_simple_command(:get, 'v1/{+name}', options)
|
823
|
-
command.response_representation = Google::Apis::GenomicsV1::
|
824
|
-
command.response_class = Google::Apis::GenomicsV1::
|
826
|
+
command.response_representation = Google::Apis::GenomicsV1::Operation::Representation
|
827
|
+
command.response_class = Google::Apis::GenomicsV1::Operation
|
825
828
|
command.params['name'] = name unless name.nil?
|
826
|
-
command.query['filter'] = filter unless filter.nil?
|
827
|
-
command.query['pageSize'] = page_size unless page_size.nil?
|
828
|
-
command.query['pageToken'] = page_token unless page_token.nil?
|
829
829
|
command.query['fields'] = fields unless fields.nil?
|
830
830
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
831
831
|
execute_or_queue_command(command, &block)
|
@@ -25,7 +25,7 @@ module Google
|
|
25
25
|
# @see https://cloud.google.com/logging/docs/
|
26
26
|
module LoggingV2beta1
|
27
27
|
VERSION = 'V2beta1'
|
28
|
-
REVISION = '
|
28
|
+
REVISION = '20161017'
|
29
29
|
|
30
30
|
# View and manage your data across Google Cloud Platform services
|
31
31
|
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
|
@@ -113,22 +113,19 @@ module Google
|
|
113
113
|
end
|
114
114
|
end
|
115
115
|
|
116
|
-
# Describes a sink used to export log entries outside Stackdriver Logging.
|
116
|
+
# Describes a sink used to export log entries outside of Stackdriver Logging.
|
117
117
|
class LogSink
|
118
118
|
include Google::Apis::Core::Hashable
|
119
119
|
|
120
|
-
#
|
121
|
-
#
|
122
|
-
# Examples
|
123
|
-
# "
|
124
|
-
# "
|
125
|
-
#
|
126
|
-
#
|
127
|
-
# required on the topic
|
128
|
-
# For BigQuery, the role "roles/editor" is required on the dataset
|
129
|
-
# Corresponds to the JSON property `writerIdentity`
|
120
|
+
# Required. The export destination. See
|
121
|
+
# [Exporting Logs With Sinks](/logging/docs/api/tasks/exporting-logs).
|
122
|
+
# Examples:
|
123
|
+
# "storage.googleapis.com/my-gcs-bucket"
|
124
|
+
# "bigquery.googleapis.com/projects/my-project-id/datasets/my-dataset"
|
125
|
+
# "pubsub.googleapis.com/projects/my-project/topics/my-topic"
|
126
|
+
# Corresponds to the JSON property `destination`
|
130
127
|
# @return [String]
|
131
|
-
attr_accessor :
|
128
|
+
attr_accessor :destination
|
132
129
|
|
133
130
|
# Optional. An [advanced logs filter](/logging/docs/view/advanced_filters).
|
134
131
|
# Only log entries matching the filter are exported. The filter
|
@@ -141,15 +138,27 @@ module Google
|
|
141
138
|
# @return [String]
|
142
139
|
attr_accessor :filter
|
143
140
|
|
144
|
-
#
|
145
|
-
#
|
146
|
-
# Examples:
|
147
|
-
# "storage.googleapis.com/my-gcs-bucket"
|
148
|
-
# "bigquery.googleapis.com/projects/my-project-id/datasets/my-dataset"
|
149
|
-
# "pubsub.googleapis.com/projects/my-project/topics/my-topic"
|
150
|
-
# Corresponds to the JSON property `destination`
|
141
|
+
# Optional. Time at which this sink expires.
|
142
|
+
# Corresponds to the JSON property `endTime`
|
151
143
|
# @return [String]
|
152
|
-
attr_accessor :
|
144
|
+
attr_accessor :end_time
|
145
|
+
|
146
|
+
# Required. The client-assigned sink identifier, unique within the
|
147
|
+
# project. Example: `"my-syslog-errors-to-pubsub"`. Sink identifiers are
|
148
|
+
# limited to 1000 characters and can include only the following characters:
|
149
|
+
# `A-Z`, `a-z`, `0-9`, and the special characters `_-.`. The maximum length
|
150
|
+
# of the name is 100 characters.
|
151
|
+
# Corresponds to the JSON property `name`
|
152
|
+
# @return [String]
|
153
|
+
attr_accessor :name
|
154
|
+
|
155
|
+
# Optional. Time range for which this sink is active.
|
156
|
+
# Logs are exported only if start_time <= entry.timestamp < end_time
|
157
|
+
# Both start_time and end_time may be omitted to specify
|
158
|
+
# (half) infinite ranges. The start_time must be less than the end_time.
|
159
|
+
# Corresponds to the JSON property `startTime`
|
160
|
+
# @return [String]
|
161
|
+
attr_accessor :start_time
|
153
162
|
|
154
163
|
# Optional. The log entry version to use for this sink's exported log
|
155
164
|
# entries. This version does not have to correspond to the version of the
|
@@ -159,14 +168,18 @@ module Google
|
|
159
168
|
# @return [String]
|
160
169
|
attr_accessor :output_version_format
|
161
170
|
|
162
|
-
#
|
163
|
-
#
|
164
|
-
#
|
165
|
-
#
|
166
|
-
#
|
167
|
-
#
|
171
|
+
# Output only. The IAM identity to which the destination needs to grant write
|
172
|
+
# access. This may be a service account or a group.
|
173
|
+
# Examples (Do not assume these specific values):
|
174
|
+
# "serviceAccount:cloud-logs@system.gserviceaccount.com"
|
175
|
+
# "group:cloud-logs@google.com"
|
176
|
+
# For GCS destinations, the role "roles/owner" is required on the bucket
|
177
|
+
# For Cloud Pubsub destinations, the role "roles/pubsub.publisher" is
|
178
|
+
# required on the topic
|
179
|
+
# For BigQuery, the role "roles/editor" is required on the dataset
|
180
|
+
# Corresponds to the JSON property `writerIdentity`
|
168
181
|
# @return [String]
|
169
|
-
attr_accessor :
|
182
|
+
attr_accessor :writer_identity
|
170
183
|
|
171
184
|
def initialize(**args)
|
172
185
|
update!(**args)
|
@@ -174,11 +187,13 @@ module Google
|
|
174
187
|
|
175
188
|
# Update properties of this object
|
176
189
|
def update!(**args)
|
177
|
-
@writer_identity = args[:writer_identity] if args.key?(:writer_identity)
|
178
|
-
@filter = args[:filter] if args.key?(:filter)
|
179
190
|
@destination = args[:destination] if args.key?(:destination)
|
180
|
-
@
|
191
|
+
@filter = args[:filter] if args.key?(:filter)
|
192
|
+
@end_time = args[:end_time] if args.key?(:end_time)
|
181
193
|
@name = args[:name] if args.key?(:name)
|
194
|
+
@start_time = args[:start_time] if args.key?(:start_time)
|
195
|
+
@output_version_format = args[:output_version_format] if args.key?(:output_version_format)
|
196
|
+
@writer_identity = args[:writer_identity] if args.key?(:writer_identity)
|
182
197
|
end
|
183
198
|
end
|
184
199
|
|
@@ -1105,7 +1120,7 @@ module Google
|
|
1105
1120
|
# @return [Array<String>]
|
1106
1121
|
attr_accessor :project_ids
|
1107
1122
|
|
1108
|
-
#
|
1123
|
+
# Required. One or more cloud resources from which to retrieve log entries.
|
1109
1124
|
# Example: `"projects/my-project-1A"`, `"projects/1234567890"`. Projects
|
1110
1125
|
# listed in `projectIds` are added to this list.
|
1111
1126
|
# Corresponds to the JSON property `resourceNames`
|
@@ -172,11 +172,13 @@ module Google
|
|
172
172
|
class LogSink
|
173
173
|
# @private
|
174
174
|
class Representation < Google::Apis::Core::JsonRepresentation
|
175
|
-
property :writer_identity, as: 'writerIdentity'
|
176
|
-
property :filter, as: 'filter'
|
177
175
|
property :destination, as: 'destination'
|
178
|
-
property :
|
176
|
+
property :filter, as: 'filter'
|
177
|
+
property :end_time, as: 'endTime'
|
179
178
|
property :name, as: 'name'
|
179
|
+
property :start_time, as: 'startTime'
|
180
|
+
property :output_version_format, as: 'outputVersionFormat'
|
181
|
+
property :writer_identity, as: 'writerIdentity'
|
180
182
|
end
|
181
183
|
end
|
182
184
|
|
@@ -27,7 +27,7 @@ module Google
|
|
27
27
|
# @see https://cloud.google.com/monitoring/api/
|
28
28
|
module MonitoringV3
|
29
29
|
VERSION = 'V3'
|
30
|
-
REVISION = '
|
30
|
+
REVISION = '20161017'
|
31
31
|
|
32
32
|
# View and manage your data across Google Cloud Platform services
|
33
33
|
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
|
@@ -25,7 +25,7 @@ module Google
|
|
25
25
|
# @see https://developers.google.com/+/domains/
|
26
26
|
module PlusDomainsV1
|
27
27
|
VERSION = 'V1'
|
28
|
-
REVISION = '
|
28
|
+
REVISION = '20161018'
|
29
29
|
|
30
30
|
# View your circles and the people and pages in them
|
31
31
|
AUTH_PLUS_CIRCLES_READ = 'https://www.googleapis.com/auth/plus.circles.read'
|
@@ -25,7 +25,7 @@ module Google
|
|
25
25
|
# @see https://developers.google.com/+/api/
|
26
26
|
module PlusV1
|
27
27
|
VERSION = 'V1'
|
28
|
-
REVISION = '
|
28
|
+
REVISION = '20161018'
|
29
29
|
|
30
30
|
# Know the list of people in your circles, your age range, and language
|
31
31
|
AUTH_PLUS_LOGIN = 'https://www.googleapis.com/auth/plus.login'
|
@@ -25,7 +25,7 @@ module Google
|
|
25
25
|
# @see https://developers.google.com/sheets/
|
26
26
|
module SheetsV4
|
27
27
|
VERSION = 'V4'
|
28
|
-
REVISION = '
|
28
|
+
REVISION = '20161014'
|
29
29
|
|
30
30
|
# View the files in your Google Drive
|
31
31
|
AUTH_DRIVE_READONLY = 'https://www.googleapis.com/auth/drive.readonly'
|
@@ -217,6 +217,34 @@ module Google
|
|
217
217
|
end
|
218
218
|
end
|
219
219
|
|
220
|
+
# The response when clearing a range of values in a spreadsheet.
|
221
|
+
class ClearValuesResponse
|
222
|
+
include Google::Apis::Core::Hashable
|
223
|
+
|
224
|
+
# The spreadsheet the updates were applied to.
|
225
|
+
# Corresponds to the JSON property `spreadsheetId`
|
226
|
+
# @return [String]
|
227
|
+
attr_accessor :spreadsheet_id
|
228
|
+
|
229
|
+
# The range (in A1 notation) that was cleared.
|
230
|
+
# (If the request was for an unbounded range or a ranger larger
|
231
|
+
# than the bounds of the sheet, this will be the actual range
|
232
|
+
# that was cleared, bounded to the sheet's limits.)
|
233
|
+
# Corresponds to the JSON property `clearedRange`
|
234
|
+
# @return [String]
|
235
|
+
attr_accessor :cleared_range
|
236
|
+
|
237
|
+
def initialize(**args)
|
238
|
+
update!(**args)
|
239
|
+
end
|
240
|
+
|
241
|
+
# Update properties of this object
|
242
|
+
def update!(**args)
|
243
|
+
@spreadsheet_id = args[:spreadsheet_id] if args.key?(:spreadsheet_id)
|
244
|
+
@cleared_range = args[:cleared_range] if args.key?(:cleared_range)
|
245
|
+
end
|
246
|
+
end
|
247
|
+
|
220
248
|
# Updates a conditional format rule at the given index,
|
221
249
|
# or moves a conditional format rule to another index.
|
222
250
|
class UpdateConditionalFormatRuleRequest
|
@@ -1561,6 +1589,34 @@ module Google
|
|
1561
1589
|
end
|
1562
1590
|
end
|
1563
1591
|
|
1592
|
+
# The response when updating a range of values in a spreadsheet.
|
1593
|
+
class BatchClearValuesResponse
|
1594
|
+
include Google::Apis::Core::Hashable
|
1595
|
+
|
1596
|
+
# The spreadsheet the updates were applied to.
|
1597
|
+
# Corresponds to the JSON property `spreadsheetId`
|
1598
|
+
# @return [String]
|
1599
|
+
attr_accessor :spreadsheet_id
|
1600
|
+
|
1601
|
+
# The ranges that were cleared, in A1 notation.
|
1602
|
+
# (If the requests were for an unbounded range or a ranger larger
|
1603
|
+
# than the bounds of the sheet, this will be the actual ranges
|
1604
|
+
# that were cleared, bounded to the sheet's limits.)
|
1605
|
+
# Corresponds to the JSON property `clearedRanges`
|
1606
|
+
# @return [Array<String>]
|
1607
|
+
attr_accessor :cleared_ranges
|
1608
|
+
|
1609
|
+
def initialize(**args)
|
1610
|
+
update!(**args)
|
1611
|
+
end
|
1612
|
+
|
1613
|
+
# Update properties of this object
|
1614
|
+
def update!(**args)
|
1615
|
+
@spreadsheet_id = args[:spreadsheet_id] if args.key?(:spreadsheet_id)
|
1616
|
+
@cleared_ranges = args[:cleared_ranges] if args.key?(:cleared_ranges)
|
1617
|
+
end
|
1618
|
+
end
|
1619
|
+
|
1564
1620
|
# A rule describing a conditional format.
|
1565
1621
|
class ConditionalFormatRule
|
1566
1622
|
include Google::Apis::Core::Hashable
|
@@ -2793,6 +2849,19 @@ module Google
|
|
2793
2849
|
end
|
2794
2850
|
end
|
2795
2851
|
|
2852
|
+
# The request for clearing a range of values in a spreadsheet.
|
2853
|
+
class ClearValuesRequest
|
2854
|
+
include Google::Apis::Core::Hashable
|
2855
|
+
|
2856
|
+
def initialize(**args)
|
2857
|
+
update!(**args)
|
2858
|
+
end
|
2859
|
+
|
2860
|
+
# Update properties of this object
|
2861
|
+
def update!(**args)
|
2862
|
+
end
|
2863
|
+
end
|
2864
|
+
|
2796
2865
|
# A protected range.
|
2797
2866
|
class ProtectedRange
|
2798
2867
|
include Google::Apis::Core::Hashable
|
@@ -3263,6 +3332,25 @@ module Google
|
|
3263
3332
|
end
|
3264
3333
|
end
|
3265
3334
|
|
3335
|
+
# The request for clearing more than one range of values in a spreadsheet.
|
3336
|
+
class BatchClearValuesRequest
|
3337
|
+
include Google::Apis::Core::Hashable
|
3338
|
+
|
3339
|
+
# The ranges to clear, in A1 notation.
|
3340
|
+
# Corresponds to the JSON property `ranges`
|
3341
|
+
# @return [Array<String>]
|
3342
|
+
attr_accessor :ranges
|
3343
|
+
|
3344
|
+
def initialize(**args)
|
3345
|
+
update!(**args)
|
3346
|
+
end
|
3347
|
+
|
3348
|
+
# Update properties of this object
|
3349
|
+
def update!(**args)
|
3350
|
+
@ranges = args[:ranges] if args.key?(:ranges)
|
3351
|
+
end
|
3352
|
+
end
|
3353
|
+
|
3266
3354
|
# Updates properties of dimensions within the specified range.
|
3267
3355
|
class UpdateDimensionPropertiesRequest
|
3268
3356
|
include Google::Apis::Core::Hashable
|
@@ -3609,7 +3697,7 @@ module Google
|
|
3609
3697
|
attr_accessor :style
|
3610
3698
|
|
3611
3699
|
# The width of the border, in pixels.
|
3612
|
-
#
|
3700
|
+
# Deprecated; the width is determined by the "style" field.
|
3613
3701
|
# Corresponds to the JSON property `width`
|
3614
3702
|
# @return [Fixnum]
|
3615
3703
|
attr_accessor :width
|
@@ -64,6 +64,12 @@ module Google
|
|
64
64
|
include Google::Apis::Core::JsonObjectSupport
|
65
65
|
end
|
66
66
|
|
67
|
+
class ClearValuesResponse
|
68
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
69
|
+
|
70
|
+
include Google::Apis::Core::JsonObjectSupport
|
71
|
+
end
|
72
|
+
|
67
73
|
class UpdateConditionalFormatRuleRequest
|
68
74
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
69
75
|
|
@@ -256,6 +262,12 @@ module Google
|
|
256
262
|
include Google::Apis::Core::JsonObjectSupport
|
257
263
|
end
|
258
264
|
|
265
|
+
class BatchClearValuesResponse
|
266
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
267
|
+
|
268
|
+
include Google::Apis::Core::JsonObjectSupport
|
269
|
+
end
|
270
|
+
|
259
271
|
class ConditionalFormatRule
|
260
272
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
261
273
|
|
@@ -388,6 +400,12 @@ module Google
|
|
388
400
|
include Google::Apis::Core::JsonObjectSupport
|
389
401
|
end
|
390
402
|
|
403
|
+
class ClearValuesRequest
|
404
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
405
|
+
|
406
|
+
include Google::Apis::Core::JsonObjectSupport
|
407
|
+
end
|
408
|
+
|
391
409
|
class ProtectedRange
|
392
410
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
393
411
|
|
@@ -448,6 +466,12 @@ module Google
|
|
448
466
|
include Google::Apis::Core::JsonObjectSupport
|
449
467
|
end
|
450
468
|
|
469
|
+
class BatchClearValuesRequest
|
470
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
471
|
+
|
472
|
+
include Google::Apis::Core::JsonObjectSupport
|
473
|
+
end
|
474
|
+
|
451
475
|
class UpdateDimensionPropertiesRequest
|
452
476
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
453
477
|
|
@@ -803,6 +827,14 @@ module Google
|
|
803
827
|
end
|
804
828
|
end
|
805
829
|
|
830
|
+
class ClearValuesResponse
|
831
|
+
# @private
|
832
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
833
|
+
property :spreadsheet_id, as: 'spreadsheetId'
|
834
|
+
property :cleared_range, as: 'clearedRange'
|
835
|
+
end
|
836
|
+
end
|
837
|
+
|
806
838
|
class UpdateConditionalFormatRuleRequest
|
807
839
|
# @private
|
808
840
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1151,6 +1183,14 @@ module Google
|
|
1151
1183
|
end
|
1152
1184
|
end
|
1153
1185
|
|
1186
|
+
class BatchClearValuesResponse
|
1187
|
+
# @private
|
1188
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1189
|
+
property :spreadsheet_id, as: 'spreadsheetId'
|
1190
|
+
collection :cleared_ranges, as: 'clearedRanges'
|
1191
|
+
end
|
1192
|
+
end
|
1193
|
+
|
1154
1194
|
class ConditionalFormatRule
|
1155
1195
|
# @private
|
1156
1196
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1392,6 +1432,12 @@ module Google
|
|
1392
1432
|
end
|
1393
1433
|
end
|
1394
1434
|
|
1435
|
+
class ClearValuesRequest
|
1436
|
+
# @private
|
1437
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1438
|
+
end
|
1439
|
+
end
|
1440
|
+
|
1395
1441
|
class ProtectedRange
|
1396
1442
|
# @private
|
1397
1443
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1498,6 +1544,13 @@ module Google
|
|
1498
1544
|
end
|
1499
1545
|
end
|
1500
1546
|
|
1547
|
+
class BatchClearValuesRequest
|
1548
|
+
# @private
|
1549
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1550
|
+
collection :ranges, as: 'ranges'
|
1551
|
+
end
|
1552
|
+
end
|
1553
|
+
|
1501
1554
|
class UpdateDimensionPropertiesRequest
|
1502
1555
|
# @private
|
1503
1556
|
class Representation < Google::Apis::Core::JsonRepresentation
|