google-api-client 0.39.3 → 0.39.4

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.
Files changed (59) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +25 -0
  3. data/generated/google/apis/bigtableadmin_v1.rb +1 -1
  4. data/generated/google/apis/bigtableadmin_v2.rb +1 -1
  5. data/generated/google/apis/bigtableadmin_v2/service.rb +4 -4
  6. data/generated/google/apis/cloudsearch_v1.rb +1 -1
  7. data/generated/google/apis/cloudsearch_v1/classes.rb +8 -6
  8. data/generated/google/apis/composer_v1beta1.rb +1 -1
  9. data/generated/google/apis/composer_v1beta1/classes.rb +58 -0
  10. data/generated/google/apis/composer_v1beta1/representations.rb +30 -0
  11. data/generated/google/apis/composer_v1beta1/service.rb +5 -0
  12. data/generated/google/apis/compute_alpha.rb +1 -1
  13. data/generated/google/apis/compute_alpha/classes.rb +142 -58
  14. data/generated/google/apis/compute_alpha/representations.rb +27 -0
  15. data/generated/google/apis/compute_alpha/service.rb +825 -668
  16. data/generated/google/apis/compute_beta.rb +1 -1
  17. data/generated/google/apis/compute_beta/classes.rb +171 -54
  18. data/generated/google/apis/compute_beta/representations.rb +47 -0
  19. data/generated/google/apis/compute_beta/service.rb +591 -591
  20. data/generated/google/apis/compute_v1.rb +1 -1
  21. data/generated/google/apis/compute_v1/classes.rb +111 -50
  22. data/generated/google/apis/compute_v1/representations.rb +16 -0
  23. data/generated/google/apis/compute_v1/service.rb +83 -0
  24. data/generated/google/apis/datacatalog_v1beta1.rb +1 -1
  25. data/generated/google/apis/datacatalog_v1beta1/classes.rb +26 -10
  26. data/generated/google/apis/dialogflow_v2.rb +1 -1
  27. data/generated/google/apis/dialogflow_v2beta1.rb +1 -1
  28. data/generated/google/apis/file_v1.rb +1 -1
  29. data/generated/google/apis/file_v1/classes.rb +1156 -0
  30. data/generated/google/apis/file_v1/representations.rb +381 -0
  31. data/generated/google/apis/file_v1beta1.rb +1 -1
  32. data/generated/google/apis/file_v1beta1/classes.rb +1156 -0
  33. data/generated/google/apis/file_v1beta1/representations.rb +381 -0
  34. data/generated/google/apis/firebase_v1beta1.rb +1 -1
  35. data/generated/google/apis/firebase_v1beta1/classes.rb +2 -12
  36. data/generated/google/apis/jobs_v3.rb +1 -1
  37. data/generated/google/apis/memcache_v1beta2.rb +1 -1
  38. data/generated/google/apis/memcache_v1beta2/classes.rb +24 -12
  39. data/generated/google/apis/memcache_v1beta2/service.rb +5 -2
  40. data/generated/google/apis/ml_v1.rb +1 -1
  41. data/generated/google/apis/ml_v1/classes.rb +84 -18
  42. data/generated/google/apis/ml_v1/representations.rb +4 -0
  43. data/generated/google/apis/ml_v1/service.rb +11 -6
  44. data/generated/google/apis/monitoring_v3.rb +1 -1
  45. data/generated/google/apis/monitoring_v3/service.rb +1 -1
  46. data/generated/google/apis/people_v1.rb +1 -1
  47. data/generated/google/apis/people_v1/service.rb +1 -1
  48. data/generated/google/apis/pubsub_v1.rb +1 -1
  49. data/generated/google/apis/pubsub_v1/classes.rb +6 -7
  50. data/generated/google/apis/secretmanager_v1.rb +1 -1
  51. data/generated/google/apis/secretmanager_v1/classes.rb +26 -13
  52. data/generated/google/apis/secretmanager_v1/service.rb +3 -0
  53. data/generated/google/apis/secretmanager_v1beta1.rb +1 -1
  54. data/generated/google/apis/secretmanager_v1beta1/classes.rb +23 -10
  55. data/generated/google/apis/secretmanager_v1beta1/service.rb +3 -0
  56. data/generated/google/apis/servicecontrol_v1.rb +1 -1
  57. data/generated/google/apis/servicecontrol_v1/classes.rb +3 -3
  58. data/lib/google/apis/version.rb +1 -1
  59. metadata +3 -3
@@ -29,7 +29,7 @@ module Google
29
29
  # @see https://cloud.google.com/monitoring/api/
30
30
  module MonitoringV3
31
31
  VERSION = 'V3'
32
- REVISION = '20200502'
32
+ REVISION = '20200509'
33
33
 
34
34
  # View and manage your data across Google Cloud Platform services
35
35
  AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
@@ -1341,7 +1341,7 @@ module Google
1341
1341
  execute_or_queue_command(command, &block)
1342
1342
  end
1343
1343
 
1344
- # Queries time series using the time series query language. This method does not
1344
+ # Queries time series using Monitoring Query Language. This method does not
1345
1345
  # require a Workspace.
1346
1346
  # @param [String] name
1347
1347
  # Required. The project on which to execute the request. The format is:
@@ -25,7 +25,7 @@ module Google
25
25
  # @see https://developers.google.com/people/
26
26
  module PeopleV1
27
27
  VERSION = 'V1'
28
- REVISION = '20200427'
28
+ REVISION = '20200513'
29
29
 
30
30
  # See, edit, download, and permanently delete your contacts
31
31
  AUTH_CONTACTS = 'https://www.googleapis.com/auth/contacts'
@@ -679,7 +679,7 @@ module Google
679
679
  # @param [Fixnum] page_size
680
680
  # Optional. The number of connections to include in the response. Valid values
681
681
  # are
682
- # between 1 and 2000, inclusive. Defaults to 100 if not set or set to 0.
682
+ # between 1 and 1000, inclusive. Defaults to 100 if not set or set to 0.
683
683
  # @param [String] page_token
684
684
  # Optional. A page token, received from a previous `ListConnections` call.
685
685
  # Provide this to retrieve the subsequent page.
@@ -25,7 +25,7 @@ module Google
25
25
  # @see https://cloud.google.com/pubsub/docs
26
26
  module PubsubV1
27
27
  VERSION = 'V1'
28
- REVISION = '20200427'
28
+ REVISION = '20200505'
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'
@@ -883,19 +883,18 @@ module Google
883
883
  # @return [String]
884
884
  attr_accessor :ack_id
885
885
 
886
- # Delivery attempt counter is 1 + (the sum of number of NACKs and number of
887
- # ack_deadline exceeds) for this message.
886
+ # The approximate number of times that Cloud Pub/Sub has attempted to deliver
887
+ # the associated message to a subscriber.
888
+ # More precisely, this is 1 + (number of NACKs) +
889
+ # (number of ack_deadline exceeds) for this message.
888
890
  # A NACK is any call to ModifyAckDeadline with a 0 deadline. An ack_deadline
889
891
  # exceeds event is whenever a message is not acknowledged within
890
892
  # ack_deadline. Note that ack_deadline is initially
891
893
  # Subscription.ackDeadlineSeconds, but may get extended automatically by
892
894
  # the client library.
893
- # The first delivery of a given message will have this value as 1. The value
894
- # is calculated at best effort and is approximate.
895
+ # Upon the first delivery of a given message, `delivery_attempt` will have a
896
+ # value of 1. The value is calculated at best effort and is approximate.
895
897
  # If a DeadLetterPolicy is not set on the subscription, this will be 0.
896
- # <b>EXPERIMENTAL:</b> This feature is part of a closed alpha release. This
897
- # API might be changed in backward-incompatible ways and is not recommended
898
- # for production use. It is not subject to any SLA or deprecation policy.
899
898
  # Corresponds to the JSON property `deliveryAttempt`
900
899
  # @return [Fixnum]
901
900
  attr_accessor :delivery_attempt
@@ -26,7 +26,7 @@ module Google
26
26
  # @see https://cloud.google.com/secret-manager/
27
27
  module SecretmanagerV1
28
28
  VERSION = 'V1'
29
- REVISION = '20200413'
29
+ REVISION = '20200508'
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'
@@ -33,7 +33,7 @@ module Google
33
33
  attr_accessor :name
34
34
 
35
35
  # A secret payload resource in the Secret Manager API. This contains the
36
- # sensitive secret data that is associated with a SecretVersion.
36
+ # sensitive secret payload that is associated with a SecretVersion.
37
37
  # Corresponds to the JSON property `payload`
38
38
  # @return [Google::Apis::SecretmanagerV1::SecretPayload]
39
39
  attr_accessor :payload
@@ -54,7 +54,7 @@ module Google
54
54
  include Google::Apis::Core::Hashable
55
55
 
56
56
  # A secret payload resource in the Secret Manager API. This contains the
57
- # sensitive secret data that is associated with a SecretVersion.
57
+ # sensitive secret payload that is associated with a SecretVersion.
58
58
  # Corresponds to the JSON property `payload`
59
59
  # @return [Google::Apis::SecretmanagerV1::SecretPayload]
60
60
  attr_accessor :payload
@@ -548,10 +548,13 @@ module Google
548
548
  # Google groups, and domains (such as G Suite). A `role` is a named list of
549
549
  # permissions; each `role` can be an IAM predefined role or a user-created
550
550
  # custom role.
551
- # Optionally, a `binding` can specify a `condition`, which is a logical
552
- # expression that allows access to a resource only if the expression evaluates
553
- # to `true`. A condition can add constraints based on attributes of the
554
- # request, the resource, or both.
551
+ # For some types of Google Cloud resources, a `binding` can also specify a
552
+ # `condition`, which is a logical expression that allows access to a resource
553
+ # only if the expression evaluates to `true`. A condition can add constraints
554
+ # based on attributes of the request, the resource, or both. To learn which
555
+ # resources support conditions in their IAM policies, see the
556
+ # [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-
557
+ # policies).
555
558
  # **JSON example:**
556
559
  # `
557
560
  # "bindings": [
@@ -566,7 +569,9 @@ module Google
566
569
  # `,
567
570
  # `
568
571
  # "role": "roles/resourcemanager.organizationViewer",
569
- # "members": ["user:eve@example.com"],
572
+ # "members": [
573
+ # "user:eve@example.com"
574
+ # ],
570
575
  # "condition": `
571
576
  # "title": "expirable access",
572
577
  # "description": "Does not grant access after Sep 2020",
@@ -644,6 +649,9 @@ module Google
644
649
  # the conditions in the version `3` policy are lost.
645
650
  # If a policy does not include any conditions, operations on that policy may
646
651
  # specify any valid version or leave the field unset.
652
+ # To learn which resources support conditions in their IAM policies, see the
653
+ # [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-
654
+ # policies).
647
655
  # Corresponds to the JSON property `version`
648
656
  # @return [Fixnum]
649
657
  attr_accessor :version
@@ -757,7 +765,7 @@ module Google
757
765
  end
758
766
 
759
767
  # A secret payload resource in the Secret Manager API. This contains the
760
- # sensitive secret data that is associated with a SecretVersion.
768
+ # sensitive secret payload that is associated with a SecretVersion.
761
769
  class SecretPayload
762
770
  include Google::Apis::Core::Hashable
763
771
 
@@ -830,10 +838,13 @@ module Google
830
838
  # Google groups, and domains (such as G Suite). A `role` is a named list of
831
839
  # permissions; each `role` can be an IAM predefined role or a user-created
832
840
  # custom role.
833
- # Optionally, a `binding` can specify a `condition`, which is a logical
834
- # expression that allows access to a resource only if the expression evaluates
835
- # to `true`. A condition can add constraints based on attributes of the
836
- # request, the resource, or both.
841
+ # For some types of Google Cloud resources, a `binding` can also specify a
842
+ # `condition`, which is a logical expression that allows access to a resource
843
+ # only if the expression evaluates to `true`. A condition can add constraints
844
+ # based on attributes of the request, the resource, or both. To learn which
845
+ # resources support conditions in their IAM policies, see the
846
+ # [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-
847
+ # policies).
837
848
  # **JSON example:**
838
849
  # `
839
850
  # "bindings": [
@@ -848,7 +859,9 @@ module Google
848
859
  # `,
849
860
  # `
850
861
  # "role": "roles/resourcemanager.organizationViewer",
851
- # "members": ["user:eve@example.com"],
862
+ # "members": [
863
+ # "user:eve@example.com"
864
+ # ],
852
865
  # "condition": `
853
866
  # "title": "expirable access",
854
867
  # "description": "Does not grant access after Sep 2020",
@@ -266,6 +266,9 @@ module Google
266
266
  # Requests for policies with any conditional bindings must specify version 3.
267
267
  # Policies without any conditional bindings may specify any valid value or
268
268
  # leave the field unset.
269
+ # To learn which resources support conditions in their IAM policies, see the
270
+ # [IAM
271
+ # documentation](https://cloud.google.com/iam/help/conditions/resource-policies).
269
272
  # @param [String] fields
270
273
  # Selector specifying which fields to include in a partial response.
271
274
  # @param [String] quota_user
@@ -26,7 +26,7 @@ module Google
26
26
  # @see https://cloud.google.com/secret-manager/
27
27
  module SecretmanagerV1beta1
28
28
  VERSION = 'V1beta1'
29
- REVISION = '20200413'
29
+ REVISION = '20200508'
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'
@@ -548,10 +548,13 @@ module Google
548
548
  # Google groups, and domains (such as G Suite). A `role` is a named list of
549
549
  # permissions; each `role` can be an IAM predefined role or a user-created
550
550
  # custom role.
551
- # Optionally, a `binding` can specify a `condition`, which is a logical
552
- # expression that allows access to a resource only if the expression evaluates
553
- # to `true`. A condition can add constraints based on attributes of the
554
- # request, the resource, or both.
551
+ # For some types of Google Cloud resources, a `binding` can also specify a
552
+ # `condition`, which is a logical expression that allows access to a resource
553
+ # only if the expression evaluates to `true`. A condition can add constraints
554
+ # based on attributes of the request, the resource, or both. To learn which
555
+ # resources support conditions in their IAM policies, see the
556
+ # [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-
557
+ # policies).
555
558
  # **JSON example:**
556
559
  # `
557
560
  # "bindings": [
@@ -566,7 +569,9 @@ module Google
566
569
  # `,
567
570
  # `
568
571
  # "role": "roles/resourcemanager.organizationViewer",
569
- # "members": ["user:eve@example.com"],
572
+ # "members": [
573
+ # "user:eve@example.com"
574
+ # ],
570
575
  # "condition": `
571
576
  # "title": "expirable access",
572
577
  # "description": "Does not grant access after Sep 2020",
@@ -644,6 +649,9 @@ module Google
644
649
  # the conditions in the version `3` policy are lost.
645
650
  # If a policy does not include any conditions, operations on that policy may
646
651
  # specify any valid version or leave the field unset.
652
+ # To learn which resources support conditions in their IAM policies, see the
653
+ # [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-
654
+ # policies).
647
655
  # Corresponds to the JSON property `version`
648
656
  # @return [Fixnum]
649
657
  attr_accessor :version
@@ -830,10 +838,13 @@ module Google
830
838
  # Google groups, and domains (such as G Suite). A `role` is a named list of
831
839
  # permissions; each `role` can be an IAM predefined role or a user-created
832
840
  # custom role.
833
- # Optionally, a `binding` can specify a `condition`, which is a logical
834
- # expression that allows access to a resource only if the expression evaluates
835
- # to `true`. A condition can add constraints based on attributes of the
836
- # request, the resource, or both.
841
+ # For some types of Google Cloud resources, a `binding` can also specify a
842
+ # `condition`, which is a logical expression that allows access to a resource
843
+ # only if the expression evaluates to `true`. A condition can add constraints
844
+ # based on attributes of the request, the resource, or both. To learn which
845
+ # resources support conditions in their IAM policies, see the
846
+ # [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-
847
+ # policies).
837
848
  # **JSON example:**
838
849
  # `
839
850
  # "bindings": [
@@ -848,7 +859,9 @@ module Google
848
859
  # `,
849
860
  # `
850
861
  # "role": "roles/resourcemanager.organizationViewer",
851
- # "members": ["user:eve@example.com"],
862
+ # "members": [
863
+ # "user:eve@example.com"
864
+ # ],
852
865
  # "condition": `
853
866
  # "title": "expirable access",
854
867
  # "description": "Does not grant access after Sep 2020",
@@ -266,6 +266,9 @@ module Google
266
266
  # Requests for policies with any conditional bindings must specify version 3.
267
267
  # Policies without any conditional bindings may specify any valid value or
268
268
  # leave the field unset.
269
+ # To learn which resources support conditions in their IAM policies, see the
270
+ # [IAM
271
+ # documentation](https://cloud.google.com/iam/help/conditions/resource-policies).
269
272
  # @param [String] fields
270
273
  # Selector specifying which fields to include in a partial response.
271
274
  # @param [String] quota_user
@@ -26,7 +26,7 @@ module Google
26
26
  # @see https://cloud.google.com/service-control/
27
27
  module ServicecontrolV1
28
28
  VERSION = 'V1'
29
- REVISION = '20200410'
29
+ REVISION = '20200511'
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'
@@ -536,9 +536,9 @@ module Google
536
536
 
537
537
  # Subject to whom this error applies. See the specific code enum for more
538
538
  # details on this field. For example:
539
- # - project:<project-id or project-number>”
540
- # - folder:<folder-id>”
541
- # - organization:<organization-id>”
539
+ # - "project:<project-id or project-number>"
540
+ # - "folder:<folder-id>"
541
+ # - "organization:<organization-id>"
542
542
  # Corresponds to the JSON property `subject`
543
543
  # @return [String]
544
544
  attr_accessor :subject
@@ -17,7 +17,7 @@ require 'open3'
17
17
  module Google
18
18
  module Apis
19
19
  # Client library version
20
- VERSION = '0.39.3'.freeze
20
+ VERSION = '0.39.4'.freeze
21
21
 
22
22
  # Current operating system
23
23
  # @private
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-api-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.39.3
4
+ version: 0.39.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Steven Bazyl
@@ -11,7 +11,7 @@ authors:
11
11
  autorequire:
12
12
  bindir: bin
13
13
  cert_chain: []
14
- date: 2020-05-14 00:00:00.000000000 Z
14
+ date: 2020-05-18 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: representable
@@ -1392,7 +1392,7 @@ homepage: https://github.com/google/google-api-ruby-client
1392
1392
  licenses:
1393
1393
  - Apache-2.0
1394
1394
  metadata:
1395
- documentation_uri: https://googleapis.dev/ruby/google-api-client/v0.39.3
1395
+ documentation_uri: https://googleapis.dev/ruby/google-api-client/v0.39.4
1396
1396
  post_install_message:
1397
1397
  rdoc_options: []
1398
1398
  require_paths: