google-api-client 0.9.pre4 → 0.9.pre5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (76) hide show
  1. checksums.yaml +4 -4
  2. data/.travis.yml +1 -1
  3. data/CHANGELOG.md +9 -0
  4. data/README.md +11 -1
  5. data/api_names.yaml +1 -0
  6. data/api_names_out.yaml +163 -98
  7. data/generated/google/apis/admin_datatransfer_v1.rb +1 -1
  8. data/generated/google/apis/analytics_v3.rb +1 -1
  9. data/generated/google/apis/analytics_v3/classes.rb +7 -0
  10. data/generated/google/apis/analytics_v3/representations.rb +1 -0
  11. data/generated/google/apis/analytics_v3/service.rb +42 -0
  12. data/generated/google/apis/appstate_v1.rb +1 -1
  13. data/generated/google/apis/bigquery_v2.rb +1 -1
  14. data/generated/google/apis/bigquery_v2/classes.rb +23 -66
  15. data/generated/google/apis/bigquery_v2/representations.rb +1 -17
  16. data/generated/google/apis/bigquery_v2/service.rb +6 -6
  17. data/generated/google/apis/cloudbilling_v1.rb +1 -1
  18. data/generated/google/apis/cloudmonitoring_v2beta2.rb +1 -1
  19. data/generated/google/apis/deploymentmanager_v2.rb +1 -1
  20. data/generated/google/apis/deploymentmanager_v2/classes.rb +5 -4
  21. data/generated/google/apis/doubleclicksearch_v2.rb +1 -1
  22. data/generated/google/apis/drive_v2.rb +1 -1
  23. data/generated/google/apis/drive_v2/service.rb +4 -3
  24. data/generated/google/apis/drive_v3.rb +1 -1
  25. data/generated/google/apis/games_configuration_v1configuration.rb +1 -1
  26. data/generated/google/apis/games_management_v1management.rb +1 -1
  27. data/generated/google/apis/games_v1.rb +1 -1
  28. data/generated/google/apis/genomics_v1.rb +1 -1
  29. data/generated/google/apis/gmail_v1.rb +1 -1
  30. data/generated/google/apis/gmail_v1/classes.rb +2 -2
  31. data/generated/google/apis/plus_domains_v1.rb +1 -1
  32. data/generated/google/apis/plus_v1.rb +1 -1
  33. data/generated/google/apis/plus_v1/classes.rb +0 -497
  34. data/generated/google/apis/plus_v1/representations.rb +0 -121
  35. data/generated/google/apis/plus_v1/service.rb +0 -101
  36. data/generated/google/apis/replicapoolupdater_v1beta1.rb +1 -1
  37. data/generated/google/apis/replicapoolupdater_v1beta1/classes.rb +4 -4
  38. data/generated/google/apis/webmasters_v3.rb +3 -3
  39. data/generated/google/apis/webmasters_v3/service.rb +2 -2
  40. data/generated/google/apis/youtube_v3.rb +1 -1
  41. data/generated/google/apis/youtube_v3/classes.rb +942 -64
  42. data/generated/google/apis/youtube_v3/representations.rb +307 -0
  43. data/generated/google/apis/youtube_v3/service.rb +443 -1
  44. data/google-api-client.gemspec +1 -0
  45. data/lib/google/apis/core/api_command.rb +2 -2
  46. data/lib/google/apis/core/base_service.rb +2 -0
  47. data/lib/google/apis/core/http_client_adapter.rb +82 -0
  48. data/lib/google/apis/core/http_command.rb +16 -1
  49. data/lib/google/apis/core/json_representation.rb +3 -2
  50. data/lib/google/apis/core/upload.rb +7 -1
  51. data/lib/google/apis/options.rb +4 -2
  52. data/lib/google/apis/version.rb +1 -1
  53. data/samples/Gemfile +7 -0
  54. data/samples/README.md +51 -0
  55. data/samples/google-api-samples +32 -0
  56. data/samples/lib/base_cli.rb +94 -0
  57. data/samples/lib/samples/analytics.rb +62 -0
  58. data/samples/lib/samples/calendar.rb +83 -0
  59. data/samples/lib/samples/drive.rb +82 -0
  60. data/samples/lib/samples/gmail.rb +50 -0
  61. data/samples/lib/samples/pubsub.rb +114 -0
  62. data/samples/lib/samples/translate.rb +44 -0
  63. data/samples/lib/samples/you_tube.rb +44 -0
  64. data/spec/google/apis/core/api_command_spec.rb +39 -0
  65. data/spec/google/apis/core/http_command_spec.rb +9 -0
  66. data/spec/google/apis/core/upload_spec.rb +14 -0
  67. data/spec/google/apis/options_spec.rb +0 -8
  68. data/spec/integration_tests/adsense_spec.rb +1 -0
  69. data/spec/integration_tests/pubsub_spec.rb +3 -3
  70. data/spec/integration_tests/url_shortener_spec.rb +14 -0
  71. data/spec/spec_helper.rb +33 -6
  72. data/{samples/translate/translate.rb → spec/spec_helper/load_path_spec.rb} +15 -6
  73. metadata +30 -6
  74. data/samples/calendar/calendar.rb +0 -43
  75. data/samples/drive/drive.rb +0 -47
  76. data/samples/pubsub/pubsub.rb +0 -51
@@ -25,7 +25,7 @@ module Google
25
25
  # @see https://developers.google.com/admin-sdk/data-transfer/
26
26
  module AdminDatatransferV1
27
27
  VERSION = 'DatatransferV1'
28
- REVISION = '20150917'
28
+ REVISION = '20151124'
29
29
 
30
30
  # View and manage data transfers between users in your organization
31
31
  AUTH_ADMIN_DATATRANSFER = 'https://www.googleapis.com/auth/admin.datatransfer'
@@ -25,7 +25,7 @@ module Google
25
25
  # @see https://developers.google.com/analytics/
26
26
  module AnalyticsV3
27
27
  VERSION = 'V3'
28
- REVISION = '20151124'
28
+ REVISION = '20151215'
29
29
 
30
30
  # View and manage your Google Analytics data
31
31
  AUTH_ANALYTICS = 'https://www.googleapis.com/auth/analytics'
@@ -3506,6 +3506,12 @@ module Google
3506
3506
  # @return [String]
3507
3507
  attr_accessor :account_id
3508
3508
 
3509
+ # Indicates whether bot filtering is enabled for this view (profile).
3510
+ # Corresponds to the JSON property `botFilteringEnabled`
3511
+ # @return [Boolean]
3512
+ attr_accessor :bot_filtering_enabled
3513
+ alias_method :bot_filtering_enabled?, :bot_filtering_enabled
3514
+
3509
3515
  # Child link for this view (profile). Points to the list of goals for this view (
3510
3516
  # profile).
3511
3517
  # Corresponds to the JSON property `childLink`
@@ -3641,6 +3647,7 @@ module Google
3641
3647
  # Update properties of this object
3642
3648
  def update!(**args)
3643
3649
  @account_id = args[:account_id] unless args[:account_id].nil?
3650
+ @bot_filtering_enabled = args[:bot_filtering_enabled] unless args[:bot_filtering_enabled].nil?
3644
3651
  @child_link = args[:child_link] unless args[:child_link].nil?
3645
3652
  @created = args[:created] unless args[:created].nil?
3646
3653
  @currency = args[:currency] unless args[:currency].nil?
@@ -1264,6 +1264,7 @@ module Google
1264
1264
  # @private
1265
1265
  class Representation < Google::Apis::Core::JsonRepresentation
1266
1266
  property :account_id, as: 'accountId'
1267
+ property :bot_filtering_enabled, as: 'botFilteringEnabled'
1267
1268
  property :child_link, as: 'childLink', class: Google::Apis::AnalyticsV3::Profile::ChildLink, decorator: Google::Apis::AnalyticsV3::Profile::ChildLink::Representation
1268
1269
 
1269
1270
  property :created, as: 'created', type: DateTime
@@ -2489,6 +2489,48 @@ module Google
2489
2489
  execute_or_queue_command(command, &block)
2490
2490
  end
2491
2491
 
2492
+ # Deletes an unsampled report.
2493
+ # @param [String] account_id
2494
+ # Account ID to delete the unsampled report for.
2495
+ # @param [String] web_property_id
2496
+ # Web property ID to delete the unsampled reports for.
2497
+ # @param [String] profile_id
2498
+ # View (Profile) ID to delete the unsampled report for.
2499
+ # @param [String] unsampled_report_id
2500
+ # ID of the unsampled report to be deleted.
2501
+ # @param [String] fields
2502
+ # Selector specifying which fields to include in a partial response.
2503
+ # @param [String] quota_user
2504
+ # Available to use for quota purposes for server-side applications. Can be any
2505
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
2506
+ # Overrides userIp if both are provided.
2507
+ # @param [String] user_ip
2508
+ # IP address of the site where the request originates. Use this if you want to
2509
+ # enforce per-user limits.
2510
+ # @param [Google::Apis::RequestOptions] options
2511
+ # Request-specific options
2512
+ #
2513
+ # @yield [result, err] Result & error if block supplied
2514
+ # @yieldparam result [NilClass] No result returned for this method
2515
+ # @yieldparam err [StandardError] error object if request failed
2516
+ #
2517
+ # @return [void]
2518
+ #
2519
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
2520
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
2521
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
2522
+ def delete_unsampled_report(account_id, web_property_id, profile_id, unsampled_report_id, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
2523
+ command = make_simple_command(:delete, 'management/accounts/{accountId}/webproperties/{webPropertyId}/profiles/{profileId}/unsampledReports/{unsampledReportId}', options)
2524
+ command.params['accountId'] = account_id unless account_id.nil?
2525
+ command.params['webPropertyId'] = web_property_id unless web_property_id.nil?
2526
+ command.params['profileId'] = profile_id unless profile_id.nil?
2527
+ command.params['unsampledReportId'] = unsampled_report_id unless unsampled_report_id.nil?
2528
+ command.query['fields'] = fields unless fields.nil?
2529
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
2530
+ command.query['userIp'] = user_ip unless user_ip.nil?
2531
+ execute_or_queue_command(command, &block)
2532
+ end
2533
+
2492
2534
  # Returns a single unsampled report.
2493
2535
  # @param [String] account_id
2494
2536
  # Account ID to retrieve unsampled report for.
@@ -25,7 +25,7 @@ module Google
25
25
  # @see https://developers.google.com/games/services/web/api/states
26
26
  module AppstateV1
27
27
  VERSION = 'V1'
28
- REVISION = '20151209'
28
+ REVISION = '20151214'
29
29
 
30
30
  # View and manage your data for this application
31
31
  AUTH_APPSTATE = 'https://www.googleapis.com/auth/appstate'
@@ -25,7 +25,7 @@ module Google
25
25
  # @see https://cloud.google.com/bigquery/
26
26
  module BigqueryV2
27
27
  VERSION = 'V2'
28
- REVISION = '20151211'
28
+ REVISION = '20160104'
29
29
 
30
30
  # View and manage your data in Google BigQuery
31
31
  AUTH_BIGQUERY = 'https://www.googleapis.com/auth/bigquery'
@@ -809,11 +809,6 @@ module Google
809
809
  # @return [Google::Apis::BigqueryV2::JobConfigurationExtract]
810
810
  attr_accessor :extract
811
811
 
812
- # [Pick one] Configures a link job.
813
- # Corresponds to the JSON property `link`
814
- # @return [Google::Apis::BigqueryV2::JobConfigurationLink]
815
- attr_accessor :link
816
-
817
812
  # [Pick one] Configures a load job.
818
813
  # Corresponds to the JSON property `load`
819
814
  # @return [Google::Apis::BigqueryV2::JobConfigurationLoad]
@@ -833,7 +828,6 @@ module Google
833
828
  @copy = args[:copy] unless args[:copy].nil?
834
829
  @dry_run = args[:dry_run] unless args[:dry_run].nil?
835
830
  @extract = args[:extract] unless args[:extract].nil?
836
- @link = args[:link] unless args[:link].nil?
837
831
  @load = args[:load] unless args[:load].nil?
838
832
  @query = args[:query] unless args[:query].nil?
839
833
  end
@@ -901,55 +895,6 @@ module Google
901
895
  end
902
896
  end
903
897
 
904
- #
905
- class JobConfigurationLink
906
- include Google::Apis::Core::Hashable
907
-
908
- # [Optional] Specifies whether the job is allowed to create new tables. The
909
- # following values are supported: CREATE_IF_NEEDED: If the table does not exist,
910
- # BigQuery creates the table. CREATE_NEVER: The table must already exist. If it
911
- # does not, a 'notFound' error is returned in the job result. The default value
912
- # is CREATE_IF_NEEDED. Creation, truncation and append actions occur as one
913
- # atomic update upon job completion.
914
- # Corresponds to the JSON property `createDisposition`
915
- # @return [String]
916
- attr_accessor :create_disposition
917
-
918
- # [Required] The destination table of the link job.
919
- # Corresponds to the JSON property `destinationTable`
920
- # @return [Google::Apis::BigqueryV2::TableReference]
921
- attr_accessor :destination_table
922
-
923
- # [Required] URI of source table to link.
924
- # Corresponds to the JSON property `sourceUri`
925
- # @return [Array<String>]
926
- attr_accessor :source_uri
927
-
928
- # [Optional] Specifies the action that occurs if the destination table already
929
- # exists. The following values are supported: WRITE_TRUNCATE: If the table
930
- # already exists, BigQuery overwrites the table data. WRITE_APPEND: If the table
931
- # already exists, BigQuery appends the data to the table. WRITE_EMPTY: If the
932
- # table already exists and contains data, a 'duplicate' error is returned in the
933
- # job result. The default value is WRITE_EMPTY. Each action is atomic and only
934
- # occurs if BigQuery is able to complete the job successfully. Creation,
935
- # truncation and append actions occur as one atomic update upon job completion.
936
- # Corresponds to the JSON property `writeDisposition`
937
- # @return [String]
938
- attr_accessor :write_disposition
939
-
940
- def initialize(**args)
941
- update!(**args)
942
- end
943
-
944
- # Update properties of this object
945
- def update!(**args)
946
- @create_disposition = args[:create_disposition] unless args[:create_disposition].nil?
947
- @destination_table = args[:destination_table] unless args[:destination_table].nil?
948
- @source_uri = args[:source_uri] unless args[:source_uri].nil?
949
- @write_disposition = args[:write_disposition] unless args[:write_disposition].nil?
950
- end
951
- end
952
-
953
898
  #
954
899
  class JobConfigurationLoad
955
900
  include Google::Apis::Core::Hashable
@@ -994,11 +939,12 @@ module Google
994
939
  # @return [String]
995
940
  attr_accessor :encoding
996
941
 
997
- # [Optional] The separator for fields in a CSV file. BigQuery converts the
998
- # string to ISO-8859-1 encoding, and then uses the first byte of the encoded
999
- # string to split the data in its raw, binary state. BigQuery also supports the
1000
- # escape sequence "\t" to specify a tab separator. The default value is a comma (
1001
- # ',').
942
+ # [Optional] The separator for fields in a CSV file. The separator can be any
943
+ # ISO-8859-1 single-byte character. To use a character in the range 128-255, you
944
+ # must encode the character as UTF8. BigQuery converts the string to ISO-8859-1
945
+ # encoding, and then uses the first byte of the encoded string to split the data
946
+ # in its raw, binary state. BigQuery also supports the escape sequence "\t" to
947
+ # specify a tab separator. The default value is a comma (',').
1002
948
  # Corresponds to the JSON property `fieldDelimiter`
1003
949
  # @return [String]
1004
950
  attr_accessor :field_delimiter
@@ -1045,8 +991,8 @@ module Google
1045
991
  attr_accessor :quote
1046
992
 
1047
993
  # [Optional] The schema for the destination table. The schema can be omitted if
1048
- # the destination table already exists or if the schema can be inferred from the
1049
- # loaded data.
994
+ # the destination table already exists, or if you're loading data from Google
995
+ # Cloud Datastore.
1050
996
  # Corresponds to the JSON property `schema`
1051
997
  # @return [Google::Apis::BigqueryV2::TableSchema]
1052
998
  attr_accessor :schema
@@ -1161,6 +1107,13 @@ module Google
1161
1107
  attr_accessor :flatten_results
1162
1108
  alias_method :flatten_results?, :flatten_results
1163
1109
 
1110
+ # [Optional] Limits the billing tier for this job. Queries that have resource
1111
+ # usage beyond this tier will fail (without incurring a charge). If unspecified,
1112
+ # this will be set to your project default.
1113
+ # Corresponds to the JSON property `maximumBillingTier`
1114
+ # @return [Fixnum]
1115
+ attr_accessor :maximum_billing_tier
1116
+
1164
1117
  # [Deprecated] This property is deprecated.
1165
1118
  # Corresponds to the JSON property `preserveNulls`
1166
1119
  # @return [Boolean]
@@ -1223,6 +1176,7 @@ module Google
1223
1176
  @default_dataset = args[:default_dataset] unless args[:default_dataset].nil?
1224
1177
  @destination_table = args[:destination_table] unless args[:destination_table].nil?
1225
1178
  @flatten_results = args[:flatten_results] unless args[:flatten_results].nil?
1179
+ @maximum_billing_tier = args[:maximum_billing_tier] unless args[:maximum_billing_tier].nil?
1226
1180
  @preserve_nulls = args[:preserve_nulls] unless args[:preserve_nulls].nil?
1227
1181
  @priority = args[:priority] unless args[:priority].nil?
1228
1182
  @query = args[:query] unless args[:query].nil?
@@ -2024,7 +1978,8 @@ module Google
2024
1978
 
2025
1979
  # [Output-only] Describes the table type. The following values are supported:
2026
1980
  # TABLE: A normal BigQuery table. VIEW: A virtual table defined by a SQL query.
2027
- # The default value is TABLE.
1981
+ # EXTERNAL: A table that references data stored in an external storage system,
1982
+ # such as Google Cloud Storage. The default value is TABLE.
2028
1983
  # Corresponds to the JSON property `type`
2029
1984
  # @return [String]
2030
1985
  attr_accessor :type
@@ -2110,9 +2065,11 @@ module Google
2110
2065
  attr_accessor :skip_invalid_rows
2111
2066
  alias_method :skip_invalid_rows?, :skip_invalid_rows
2112
2067
 
2113
- # [Experimental] If specified, treats the destination table as a base template,
2114
- # and inserts the rows into an instance table named "". BigQuery will manage
2115
- # creation of the instance table, using the schema of the base template table.
2068
+ # [Optional] If specified, treats the destination table as a base template, and
2069
+ # inserts the rows into an instance table named "`destination``templateSuffix`".
2070
+ # BigQuery will manage creation of the instance table, using the schema of the
2071
+ # base template table. See https://cloud.google.com/bigquery/streaming-data-into-
2072
+ # bigquery#template-tables for considerations when working with templates tables.
2116
2073
  # Corresponds to the JSON property `templateSuffix`
2117
2074
  # @return [String]
2118
2075
  attr_accessor :template_suffix
@@ -82,10 +82,6 @@ module Google
82
82
  class Representation < Google::Apis::Core::JsonRepresentation; end
83
83
  end
84
84
 
85
- class JobConfigurationLink
86
- class Representation < Google::Apis::Core::JsonRepresentation; end
87
- end
88
-
89
85
  class JobConfigurationLoad
90
86
  class Representation < Google::Apis::Core::JsonRepresentation; end
91
87
  end
@@ -399,8 +395,6 @@ module Google
399
395
  property :dry_run, as: 'dryRun'
400
396
  property :extract, as: 'extract', class: Google::Apis::BigqueryV2::JobConfigurationExtract, decorator: Google::Apis::BigqueryV2::JobConfigurationExtract::Representation
401
397
 
402
- property :link, as: 'link', class: Google::Apis::BigqueryV2::JobConfigurationLink, decorator: Google::Apis::BigqueryV2::JobConfigurationLink::Representation
403
-
404
398
  property :load, as: 'load', class: Google::Apis::BigqueryV2::JobConfigurationLoad, decorator: Google::Apis::BigqueryV2::JobConfigurationLoad::Representation
405
399
 
406
400
  property :query, as: 'query', class: Google::Apis::BigqueryV2::JobConfigurationQuery, decorator: Google::Apis::BigqueryV2::JobConfigurationQuery::Representation
@@ -422,17 +416,6 @@ module Google
422
416
  end
423
417
  end
424
418
 
425
- class JobConfigurationLink
426
- # @private
427
- class Representation < Google::Apis::Core::JsonRepresentation
428
- property :create_disposition, as: 'createDisposition'
429
- property :destination_table, as: 'destinationTable', class: Google::Apis::BigqueryV2::TableReference, decorator: Google::Apis::BigqueryV2::TableReference::Representation
430
-
431
- collection :source_uri, as: 'sourceUri'
432
- property :write_disposition, as: 'writeDisposition'
433
- end
434
- end
435
-
436
419
  class JobConfigurationLoad
437
420
  # @private
438
421
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -468,6 +451,7 @@ module Google
468
451
  property :destination_table, as: 'destinationTable', class: Google::Apis::BigqueryV2::TableReference, decorator: Google::Apis::BigqueryV2::TableReference::Representation
469
452
 
470
453
  property :flatten_results, as: 'flattenResults'
454
+ property :maximum_billing_tier, as: 'maximumBillingTier'
471
455
  property :preserve_nulls, as: 'preserveNulls'
472
456
  property :priority, as: 'priority'
473
457
  property :query, as: 'query'
@@ -307,9 +307,9 @@ module Google
307
307
  # client will need to poll for the job status to see if the cancel completed
308
308
  # successfully. Cancelled jobs may still incur costs.
309
309
  # @param [String] project_id
310
- # Project ID of the job to cancel
310
+ # [Required] Project ID of the job to cancel
311
311
  # @param [String] job_id
312
- # Job ID of the job to cancel
312
+ # [Required] Job ID of the job to cancel
313
313
  # @param [String] fields
314
314
  # Selector specifying which fields to include in a partial response.
315
315
  # @param [String] quota_user
@@ -347,9 +347,9 @@ module Google
347
347
  # six month period after creation. Requires that you're the person who ran the
348
348
  # job, or have the Is Owner project role.
349
349
  # @param [String] project_id
350
- # Project ID of the requested job
350
+ # [Required] Project ID of the requested job
351
351
  # @param [String] job_id
352
- # Job ID of the requested job
352
+ # [Required] Job ID of the requested job
353
353
  # @param [String] fields
354
354
  # Selector specifying which fields to include in a partial response.
355
355
  # @param [String] quota_user
@@ -385,9 +385,9 @@ module Google
385
385
 
386
386
  # Retrieves the results of a query job.
387
387
  # @param [String] project_id
388
- # Project ID of the query job
388
+ # [Required] Project ID of the query job
389
389
  # @param [String] job_id
390
- # Job ID of the query job
390
+ # [Required] Job ID of the query job
391
391
  # @param [Fixnum] max_results
392
392
  # Maximum number of results to read
393
393
  # @param [String] page_token
@@ -26,7 +26,7 @@ module Google
26
26
  # @see https://cloud.google.com/billing/
27
27
  module CloudbillingV1
28
28
  VERSION = 'V1'
29
- REVISION = '20150903'
29
+ REVISION = '20151222'
30
30
 
31
31
  # View and manage your data across Google Cloud Platform services
32
32
  AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
@@ -25,7 +25,7 @@ module Google
25
25
  # @see https://cloud.google.com/monitoring/v2beta2/
26
26
  module CloudmonitoringV2beta2
27
27
  VERSION = 'V2beta2'
28
- REVISION = '20151213'
28
+ REVISION = '20160105'
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'
@@ -26,7 +26,7 @@ module Google
26
26
  # @see https://cloud.google.com/deployment-manager/
27
27
  module DeploymentmanagerV2
28
28
  VERSION = 'V2'
29
- REVISION = '20151207'
29
+ REVISION = '20151213'
30
30
 
31
31
  # View and manage your data across Google Cloud Platform services
32
32
  AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
@@ -409,14 +409,14 @@ module Google
409
409
 
410
410
  # [Output Only] An optional progress indicator that ranges from 0 to 100. There
411
411
  # is no requirement that this be linear or support any granularity of operations.
412
- # This should not be used to guess at when the operation will be complete. This
412
+ # This should not be used to guess when the operation will be complete. This
413
413
  # number should monotonically increase as the operation progresses.
414
414
  # Corresponds to the JSON property `progress`
415
415
  # @return [Fixnum]
416
416
  attr_accessor :progress
417
417
 
418
- # [Output Only] URL of the region where the operation resides. Only applicable
419
- # for regional resources.
418
+ # [Output Only] URL of the region where the operation resides. Only available
419
+ # when performing regional operations.
420
420
  # Corresponds to the JSON property `region`
421
421
  # @return [String]
422
422
  attr_accessor :region
@@ -466,7 +466,8 @@ module Google
466
466
  # @return [Array<Google::Apis::DeploymentmanagerV2::Operation::Warning>]
467
467
  attr_accessor :warnings
468
468
 
469
- # [Output Only] URL of the zone where the operation resides.
469
+ # [Output Only] URL of the zone where the operation resides. Only available when
470
+ # performing per-zone operations.
470
471
  # Corresponds to the JSON property `zone`
471
472
  # @return [String]
472
473
  attr_accessor :zone
@@ -26,7 +26,7 @@ module Google
26
26
  # @see https://developers.google.com/doubleclick-search/
27
27
  module DoubleclicksearchV2
28
28
  VERSION = 'V2'
29
- REVISION = '20151202'
29
+ REVISION = '20151230'
30
30
 
31
31
  # View and manage your advertising data in DoubleClick Search
32
32
  AUTH_DOUBLECLICKSEARCH = 'https://www.googleapis.com/auth/doubleclicksearch'
@@ -25,7 +25,7 @@ module Google
25
25
  # @see https://developers.google.com/drive/
26
26
  module DriveV2
27
27
  VERSION = 'V2'
28
- REVISION = '20151209'
28
+ REVISION = '20151230'
29
29
 
30
30
  # View and manage the files in your Google Drive
31
31
  AUTH_DRIVE = 'https://www.googleapis.com/auth/drive'
@@ -1972,7 +1972,7 @@ module Google
1972
1972
  execute_or_queue_command(command, &block)
1973
1973
  end
1974
1974
 
1975
- # Adds a property to a file.
1975
+ # Adds a property to a file, or updates it if it already exists.
1976
1976
  # @param [String] file_id
1977
1977
  # The ID of the file.
1978
1978
  # @param [Google::Apis::DriveV2::Property] property_object
@@ -2045,7 +2045,8 @@ module Google
2045
2045
  execute_or_queue_command(command, &block)
2046
2046
  end
2047
2047
 
2048
- # Updates a property. This method supports patch semantics.
2048
+ # Updates a property, or adds it if it doesn't exist. This method supports patch
2049
+ # semantics.
2049
2050
  # @param [String] file_id
2050
2051
  # The ID of the file.
2051
2052
  # @param [String] property_key
@@ -2089,7 +2090,7 @@ module Google
2089
2090
  execute_or_queue_command(command, &block)
2090
2091
  end
2091
2092
 
2092
- # Updates a property.
2093
+ # Updates a property, or adds it if it doesn't exist.
2093
2094
  # @param [String] file_id
2094
2095
  # The ID of the file.
2095
2096
  # @param [String] property_key