google-apis-deploymentmanager_v2beta 0.8.0 → 0.12.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: '04964bcd2cabcf69c02b28d05055f45bc3101a9062830b74902e586cf136d04a'
4
- data.tar.gz: 2d70d05ab397c0bb3ee68c62dffed0f1f4c7cea0f90753884850e5e2bc1c5e44
3
+ metadata.gz: 7ea23da3208ba387c5d2d7b12835538dcf657b13d4efd3ee64e551f3593136f0
4
+ data.tar.gz: e0e447746c2a0dccaa4ec829a6ae4e9d9e6e6e166e112c5dd84f5eb79c80d580
5
5
  SHA512:
6
- metadata.gz: 8db1731e5c2acdf7450ecc5725175f01cd0040c2bfdaca1133573e1b5bd6234435cb6265200af946f40adae71b4f9cb243b1a21b651ecd7c0ce5247caa25b818
7
- data.tar.gz: c327bf0961c1f92a0dc4a5d002f9640519b39bc6c5a49a7cd92da0da61cdcf417a49cf750c63bc109951718cde1a6a96797e06443db6797cd8d1715c3795060e
6
+ metadata.gz: f117feffaf0e15b6705807498fbdd7ff6b116f1925d96dad82e885479cb1462a3cda2ec9756f2932e3f3542b30e4d4f012ef524acfe88ec87587ba95d4d993f5
7
+ data.tar.gz: ede3ee011ed957a8724f2f87a132657e7b238615ad1050ad0c17ef7441c1d1ca294e880e111e4745afa5a4458ab65679f74aea3bee3641b44a417455cea6c964
data/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # Release history for google-apis-deploymentmanager_v2beta
2
2
 
3
+ ### v0.12.0 (2021-10-21)
4
+
5
+ * Regenerated from discovery document revision 20211014
6
+ * Unspecified changes
7
+
8
+ ### v0.11.0 (2021-10-07)
9
+
10
+ * Regenerated from discovery document revision 20210930
11
+
12
+ ### v0.10.0 (2021-08-21)
13
+
14
+ * Regenerated from discovery document revision 20210817
15
+
16
+ ### v0.9.0 (2021-08-05)
17
+
18
+ * Regenerated from discovery document revision 20210729
19
+
3
20
  ### v0.8.0 (2021-06-29)
4
21
 
5
22
  * Regenerated using generator version 0.4.0
data/OVERVIEW.md CHANGED
@@ -60,8 +60,8 @@ See the class reference docs for information on the methods you can call from a
60
60
 
61
61
  More detailed descriptions of the Google simple REST clients are available in two documents.
62
62
 
63
- * The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/master/docs/usage-guide.md) discusses how to make API calls, how to use the provided data structures, and how to work the various features of the client library, including media upload and download, error handling, retries, pagination, and logging.
64
- * The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/master/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
63
+ * The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/usage-guide.md) discusses how to make API calls, how to use the provided data structures, and how to work the various features of the client library, including media upload and download, error handling, retries, pagination, and logging.
64
+ * The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
65
65
 
66
66
  (Note: the above documents are written for the simple REST clients in general, and their examples may not reflect the Deploymentmanager service in particular.)
67
67
 
@@ -183,7 +183,7 @@ module Google
183
183
  end
184
184
  end
185
185
 
186
- # Associates `members` with a `role`.
186
+ # Associates `members`, or principals, with a `role`.
187
187
  class Binding
188
188
  include Google::Apis::Core::Hashable
189
189
 
@@ -206,7 +206,7 @@ module Google
206
206
  # @return [Google::Apis::DeploymentmanagerV2beta::Expr]
207
207
  attr_accessor :condition
208
208
 
209
- # Specifies the identities requesting access for a Cloud Platform resource. `
209
+ # Specifies the principals requesting access for a Cloud Platform resource. `
210
210
  # members` can have the following values: * `allUsers`: A special identifier
211
211
  # that represents anyone who is on the internet; with or without a Google
212
212
  # account. * `allAuthenticatedUsers`: A special identifier that represents
@@ -236,8 +236,8 @@ module Google
236
236
  # @return [Array<String>]
237
237
  attr_accessor :members
238
238
 
239
- # Role that is assigned to `members`. For example, `roles/viewer`, `roles/editor`
240
- # , or `roles/owner`.
239
+ # Role that is assigned to the list of `members`, or principals. For example, `
240
+ # roles/viewer`, `roles/editor`, or `roles/owner`.
241
241
  # Corresponds to the JSON property `role`
242
242
  # @return [String]
243
243
  attr_accessor :role
@@ -847,31 +847,31 @@ module Google
847
847
 
848
848
  # An Identity and Access Management (IAM) policy, which specifies access
849
849
  # controls for Google Cloud resources. A `Policy` is a collection of `bindings`.
850
- # A `binding` binds one or more `members` to a single `role`. Members can be
851
- # user accounts, service accounts, Google groups, and domains (such as G Suite).
852
- # A `role` is a named list of permissions; each `role` can be an IAM predefined
853
- # role or a user-created custom role. For some types of Google Cloud resources,
854
- # a `binding` can also specify a `condition`, which is a logical expression that
855
- # allows access to a resource only if the expression evaluates to `true`. A
856
- # condition can add constraints based on attributes of the request, the resource,
857
- # or both. To learn which resources support conditions in their IAM policies,
858
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
859
- # resource-policies). **JSON example:** ` "bindings": [ ` "role": "roles/
860
- # resourcemanager.organizationAdmin", "members": [ "user:mike@example.com", "
861
- # group:admins@example.com", "domain:google.com", "serviceAccount:my-project-id@
862
- # appspot.gserviceaccount.com" ] `, ` "role": "roles/resourcemanager.
863
- # organizationViewer", "members": [ "user:eve@example.com" ], "condition": ` "
864
- # title": "expirable access", "description": "Does not grant access after Sep
865
- # 2020", "expression": "request.time < timestamp('2020-10-01T00:00:00.000Z')", `
866
- # ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:** bindings: -
867
- # members: - user:mike@example.com - group:admins@example.com - domain:google.
868
- # com - serviceAccount:my-project-id@appspot.gserviceaccount.com role: roles/
869
- # resourcemanager.organizationAdmin - members: - user:eve@example.com role:
870
- # roles/resourcemanager.organizationViewer condition: title: expirable access
871
- # description: Does not grant access after Sep 2020 expression: request.time <
872
- # timestamp('2020-10-01T00:00:00.000Z') - etag: BwWWja0YfJA= - version: 3 For a
873
- # description of IAM and its features, see the [IAM documentation](https://cloud.
874
- # google.com/iam/docs/).
850
+ # A `binding` binds one or more `members`, or principals, to a single `role`.
851
+ # Principals can be user accounts, service accounts, Google groups, and domains (
852
+ # such as G Suite). A `role` is a named list of permissions; each `role` can be
853
+ # an IAM predefined role or a user-created custom role. For some types of Google
854
+ # Cloud resources, a `binding` can also specify a `condition`, which is a
855
+ # logical expression that allows access to a resource only if the expression
856
+ # evaluates to `true`. A condition can add constraints based on attributes of
857
+ # the request, the resource, or both. To learn which resources support
858
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
859
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
860
+ # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
861
+ # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
862
+ # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
863
+ # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
864
+ # ], "condition": ` "title": "expirable access", "description": "Does not grant
865
+ # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
866
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
867
+ # bindings: - members: - user:mike@example.com - group:admins@example.com -
868
+ # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
869
+ # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
870
+ # com role: roles/resourcemanager.organizationViewer condition: title: expirable
871
+ # access description: Does not grant access after Sep 2020 expression: request.
872
+ # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
873
+ # a description of IAM and its features, see the [IAM documentation](https://
874
+ # cloud.google.com/iam/docs/).
875
875
  # Corresponds to the JSON property `policy`
876
876
  # @return [Google::Apis::DeploymentmanagerV2beta::Policy]
877
877
  attr_accessor :policy
@@ -1429,31 +1429,31 @@ module Google
1429
1429
 
1430
1430
  # An Identity and Access Management (IAM) policy, which specifies access
1431
1431
  # controls for Google Cloud resources. A `Policy` is a collection of `bindings`.
1432
- # A `binding` binds one or more `members` to a single `role`. Members can be
1433
- # user accounts, service accounts, Google groups, and domains (such as G Suite).
1434
- # A `role` is a named list of permissions; each `role` can be an IAM predefined
1435
- # role or a user-created custom role. For some types of Google Cloud resources,
1436
- # a `binding` can also specify a `condition`, which is a logical expression that
1437
- # allows access to a resource only if the expression evaluates to `true`. A
1438
- # condition can add constraints based on attributes of the request, the resource,
1439
- # or both. To learn which resources support conditions in their IAM policies,
1440
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
1441
- # resource-policies). **JSON example:** ` "bindings": [ ` "role": "roles/
1442
- # resourcemanager.organizationAdmin", "members": [ "user:mike@example.com", "
1443
- # group:admins@example.com", "domain:google.com", "serviceAccount:my-project-id@
1444
- # appspot.gserviceaccount.com" ] `, ` "role": "roles/resourcemanager.
1445
- # organizationViewer", "members": [ "user:eve@example.com" ], "condition": ` "
1446
- # title": "expirable access", "description": "Does not grant access after Sep
1447
- # 2020", "expression": "request.time < timestamp('2020-10-01T00:00:00.000Z')", `
1448
- # ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:** bindings: -
1449
- # members: - user:mike@example.com - group:admins@example.com - domain:google.
1450
- # com - serviceAccount:my-project-id@appspot.gserviceaccount.com role: roles/
1451
- # resourcemanager.organizationAdmin - members: - user:eve@example.com role:
1452
- # roles/resourcemanager.organizationViewer condition: title: expirable access
1453
- # description: Does not grant access after Sep 2020 expression: request.time <
1454
- # timestamp('2020-10-01T00:00:00.000Z') - etag: BwWWja0YfJA= - version: 3 For a
1455
- # description of IAM and its features, see the [IAM documentation](https://cloud.
1456
- # google.com/iam/docs/).
1432
+ # A `binding` binds one or more `members`, or principals, to a single `role`.
1433
+ # Principals can be user accounts, service accounts, Google groups, and domains (
1434
+ # such as G Suite). A `role` is a named list of permissions; each `role` can be
1435
+ # an IAM predefined role or a user-created custom role. For some types of Google
1436
+ # Cloud resources, a `binding` can also specify a `condition`, which is a
1437
+ # logical expression that allows access to a resource only if the expression
1438
+ # evaluates to `true`. A condition can add constraints based on attributes of
1439
+ # the request, the resource, or both. To learn which resources support
1440
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
1441
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
1442
+ # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
1443
+ # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
1444
+ # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
1445
+ # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
1446
+ # ], "condition": ` "title": "expirable access", "description": "Does not grant
1447
+ # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
1448
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
1449
+ # bindings: - members: - user:mike@example.com - group:admins@example.com -
1450
+ # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
1451
+ # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
1452
+ # com role: roles/resourcemanager.organizationViewer condition: title: expirable
1453
+ # access description: Does not grant access after Sep 2020 expression: request.
1454
+ # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
1455
+ # a description of IAM and its features, see the [IAM documentation](https://
1456
+ # cloud.google.com/iam/docs/).
1457
1457
  class Policy
1458
1458
  include Google::Apis::Core::Hashable
1459
1459
 
@@ -1462,9 +1462,14 @@ module Google
1462
1462
  # @return [Array<Google::Apis::DeploymentmanagerV2beta::AuditConfig>]
1463
1463
  attr_accessor :audit_configs
1464
1464
 
1465
- # Associates a list of `members` to a `role`. Optionally, may specify a `
1466
- # condition` that determines how and when the `bindings` are applied. Each of
1467
- # the `bindings` must contain at least one member.
1465
+ # Associates a list of `members`, or principals, with a `role`. Optionally, may
1466
+ # specify a `condition` that determines how and when the `bindings` are applied.
1467
+ # Each of the `bindings` must contain at least one principal. The `bindings` in
1468
+ # a `Policy` can refer to up to 1,500 principals; up to 250 of these principals
1469
+ # can be Google groups. Each occurrence of a principal counts towards these
1470
+ # limits. For example, if the `bindings` grant 50 different roles to `user:alice@
1471
+ # example.com`, and not to any other principal, then you can add another 1,450
1472
+ # principals to the `bindings` in the `Policy`.
1468
1473
  # Corresponds to the JSON property `bindings`
1469
1474
  # @return [Array<Google::Apis::DeploymentmanagerV2beta::Binding>]
1470
1475
  attr_accessor :bindings
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DeploymentmanagerV2beta
18
18
  # Version of the google-apis-deploymentmanager_v2beta gem
19
- GEM_VERSION = "0.8.0"
19
+ GEM_VERSION = "0.12.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210311"
25
+ REVISION = "20211014"
26
26
  end
27
27
  end
28
28
  end
@@ -155,20 +155,24 @@ module Google
155
155
  # The project ID for this request.
156
156
  # @param [String] filter
157
157
  # A filter expression that filters resources listed in the response. The
158
- # expression must specify the field name, a comparison operator, and the value
159
- # that you want to use for filtering. The value must be a string, a number, or a
160
- # boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For
158
+ # expression must specify the field name, an operator, and the value that you
159
+ # want to use for filtering. The value must be a string, a number, or a boolean.
160
+ # The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For
161
161
  # example, if you are filtering Compute Engine instances, you can exclude
162
162
  # instances named `example-instance` by specifying `name != example-instance`.
163
- # You can also filter nested fields. For example, you could specify `scheduling.
164
- # automaticRestart = false` to include instances only if they are not scheduled
165
- # for automatic restarts. You can use filtering on nested fields to filter based
166
- # on resource labels. To filter on multiple expressions, provide each separate
167
- # expression within parentheses. For example: ``` (scheduling.automaticRestart =
168
- # true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `
169
- # AND` expression. However, you can include `AND` and `OR` expressions
170
- # explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform =
171
- # "Intel Broadwell") AND (scheduling.automaticRestart = true) ```
163
+ # The `:` operator can be used with string fields to match substrings. For non-
164
+ # string fields it is equivalent to the `=` operator. The `:*` comparison can be
165
+ # used to test whether a key has been defined. For example, to find all objects
166
+ # with `owner` label use: ``` labels.owner:* ``` You can also filter nested
167
+ # fields. For example, you could specify `scheduling.automaticRestart = false`
168
+ # to include instances only if they are not scheduled for automatic restarts.
169
+ # You can use filtering on nested fields to filter based on resource labels. To
170
+ # filter on multiple expressions, provide each separate expression within
171
+ # parentheses. For example: ``` (scheduling.automaticRestart = true) (
172
+ # cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND`
173
+ # expression. However, you can include `AND` and `OR` expressions explicitly.
174
+ # For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel
175
+ # Broadwell") AND (scheduling.automaticRestart = true) ```
172
176
  # @param [Fixnum] max_results
173
177
  # The maximum number of results per page that should be returned. If the number
174
178
  # of available results is larger than `maxResults`, Compute Engine returns a `
@@ -481,20 +485,24 @@ module Google
481
485
  # The project ID for this request.
482
486
  # @param [String] filter
483
487
  # A filter expression that filters resources listed in the response. The
484
- # expression must specify the field name, a comparison operator, and the value
485
- # that you want to use for filtering. The value must be a string, a number, or a
486
- # boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For
488
+ # expression must specify the field name, an operator, and the value that you
489
+ # want to use for filtering. The value must be a string, a number, or a boolean.
490
+ # The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For
487
491
  # example, if you are filtering Compute Engine instances, you can exclude
488
492
  # instances named `example-instance` by specifying `name != example-instance`.
489
- # You can also filter nested fields. For example, you could specify `scheduling.
490
- # automaticRestart = false` to include instances only if they are not scheduled
491
- # for automatic restarts. You can use filtering on nested fields to filter based
492
- # on resource labels. To filter on multiple expressions, provide each separate
493
- # expression within parentheses. For example: ``` (scheduling.automaticRestart =
494
- # true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `
495
- # AND` expression. However, you can include `AND` and `OR` expressions
496
- # explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform =
497
- # "Intel Broadwell") AND (scheduling.automaticRestart = true) ```
493
+ # The `:` operator can be used with string fields to match substrings. For non-
494
+ # string fields it is equivalent to the `=` operator. The `:*` comparison can be
495
+ # used to test whether a key has been defined. For example, to find all objects
496
+ # with `owner` label use: ``` labels.owner:* ``` You can also filter nested
497
+ # fields. For example, you could specify `scheduling.automaticRestart = false`
498
+ # to include instances only if they are not scheduled for automatic restarts.
499
+ # You can use filtering on nested fields to filter based on resource labels. To
500
+ # filter on multiple expressions, provide each separate expression within
501
+ # parentheses. For example: ``` (scheduling.automaticRestart = true) (
502
+ # cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND`
503
+ # expression. However, you can include `AND` and `OR` expressions explicitly.
504
+ # For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel
505
+ # Broadwell") AND (scheduling.automaticRestart = true) ```
498
506
  # @param [Fixnum] max_results
499
507
  # The maximum number of results per page that should be returned. If the number
500
508
  # of available results is larger than `maxResults`, Compute Engine returns a `
@@ -805,20 +813,24 @@ module Google
805
813
  # The name of the deployment for this request.
806
814
  # @param [String] filter
807
815
  # A filter expression that filters resources listed in the response. The
808
- # expression must specify the field name, a comparison operator, and the value
809
- # that you want to use for filtering. The value must be a string, a number, or a
810
- # boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For
816
+ # expression must specify the field name, an operator, and the value that you
817
+ # want to use for filtering. The value must be a string, a number, or a boolean.
818
+ # The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For
811
819
  # example, if you are filtering Compute Engine instances, you can exclude
812
820
  # instances named `example-instance` by specifying `name != example-instance`.
813
- # You can also filter nested fields. For example, you could specify `scheduling.
814
- # automaticRestart = false` to include instances only if they are not scheduled
815
- # for automatic restarts. You can use filtering on nested fields to filter based
816
- # on resource labels. To filter on multiple expressions, provide each separate
817
- # expression within parentheses. For example: ``` (scheduling.automaticRestart =
818
- # true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `
819
- # AND` expression. However, you can include `AND` and `OR` expressions
820
- # explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform =
821
- # "Intel Broadwell") AND (scheduling.automaticRestart = true) ```
821
+ # The `:` operator can be used with string fields to match substrings. For non-
822
+ # string fields it is equivalent to the `=` operator. The `:*` comparison can be
823
+ # used to test whether a key has been defined. For example, to find all objects
824
+ # with `owner` label use: ``` labels.owner:* ``` You can also filter nested
825
+ # fields. For example, you could specify `scheduling.automaticRestart = false`
826
+ # to include instances only if they are not scheduled for automatic restarts.
827
+ # You can use filtering on nested fields to filter based on resource labels. To
828
+ # filter on multiple expressions, provide each separate expression within
829
+ # parentheses. For example: ``` (scheduling.automaticRestart = true) (
830
+ # cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND`
831
+ # expression. However, you can include `AND` and `OR` expressions explicitly.
832
+ # For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel
833
+ # Broadwell") AND (scheduling.automaticRestart = true) ```
822
834
  # @param [Fixnum] max_results
823
835
  # The maximum number of results per page that should be returned. If the number
824
836
  # of available results is larger than `maxResults`, Compute Engine returns a `
@@ -905,20 +917,24 @@ module Google
905
917
  # The project ID for this request.
906
918
  # @param [String] filter
907
919
  # A filter expression that filters resources listed in the response. The
908
- # expression must specify the field name, a comparison operator, and the value
909
- # that you want to use for filtering. The value must be a string, a number, or a
910
- # boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For
920
+ # expression must specify the field name, an operator, and the value that you
921
+ # want to use for filtering. The value must be a string, a number, or a boolean.
922
+ # The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For
911
923
  # example, if you are filtering Compute Engine instances, you can exclude
912
924
  # instances named `example-instance` by specifying `name != example-instance`.
913
- # You can also filter nested fields. For example, you could specify `scheduling.
914
- # automaticRestart = false` to include instances only if they are not scheduled
915
- # for automatic restarts. You can use filtering on nested fields to filter based
916
- # on resource labels. To filter on multiple expressions, provide each separate
917
- # expression within parentheses. For example: ``` (scheduling.automaticRestart =
918
- # true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `
919
- # AND` expression. However, you can include `AND` and `OR` expressions
920
- # explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform =
921
- # "Intel Broadwell") AND (scheduling.automaticRestart = true) ```
925
+ # The `:` operator can be used with string fields to match substrings. For non-
926
+ # string fields it is equivalent to the `=` operator. The `:*` comparison can be
927
+ # used to test whether a key has been defined. For example, to find all objects
928
+ # with `owner` label use: ``` labels.owner:* ``` You can also filter nested
929
+ # fields. For example, you could specify `scheduling.automaticRestart = false`
930
+ # to include instances only if they are not scheduled for automatic restarts.
931
+ # You can use filtering on nested fields to filter based on resource labels. To
932
+ # filter on multiple expressions, provide each separate expression within
933
+ # parentheses. For example: ``` (scheduling.automaticRestart = true) (
934
+ # cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND`
935
+ # expression. However, you can include `AND` and `OR` expressions explicitly.
936
+ # For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel
937
+ # Broadwell") AND (scheduling.automaticRestart = true) ```
922
938
  # @param [Fixnum] max_results
923
939
  # The maximum number of results per page that should be returned. If the number
924
940
  # of available results is larger than `maxResults`, Compute Engine returns a `
@@ -1009,20 +1025,24 @@ module Google
1009
1025
  # The name of the deployment for this request.
1010
1026
  # @param [String] filter
1011
1027
  # A filter expression that filters resources listed in the response. The
1012
- # expression must specify the field name, a comparison operator, and the value
1013
- # that you want to use for filtering. The value must be a string, a number, or a
1014
- # boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For
1028
+ # expression must specify the field name, an operator, and the value that you
1029
+ # want to use for filtering. The value must be a string, a number, or a boolean.
1030
+ # The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For
1015
1031
  # example, if you are filtering Compute Engine instances, you can exclude
1016
1032
  # instances named `example-instance` by specifying `name != example-instance`.
1017
- # You can also filter nested fields. For example, you could specify `scheduling.
1018
- # automaticRestart = false` to include instances only if they are not scheduled
1019
- # for automatic restarts. You can use filtering on nested fields to filter based
1020
- # on resource labels. To filter on multiple expressions, provide each separate
1021
- # expression within parentheses. For example: ``` (scheduling.automaticRestart =
1022
- # true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `
1023
- # AND` expression. However, you can include `AND` and `OR` expressions
1024
- # explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform =
1025
- # "Intel Broadwell") AND (scheduling.automaticRestart = true) ```
1033
+ # The `:` operator can be used with string fields to match substrings. For non-
1034
+ # string fields it is equivalent to the `=` operator. The `:*` comparison can be
1035
+ # used to test whether a key has been defined. For example, to find all objects
1036
+ # with `owner` label use: ``` labels.owner:* ``` You can also filter nested
1037
+ # fields. For example, you could specify `scheduling.automaticRestart = false`
1038
+ # to include instances only if they are not scheduled for automatic restarts.
1039
+ # You can use filtering on nested fields to filter based on resource labels. To
1040
+ # filter on multiple expressions, provide each separate expression within
1041
+ # parentheses. For example: ``` (scheduling.automaticRestart = true) (
1042
+ # cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND`
1043
+ # expression. However, you can include `AND` and `OR` expressions explicitly.
1044
+ # For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel
1045
+ # Broadwell") AND (scheduling.automaticRestart = true) ```
1026
1046
  # @param [Fixnum] max_results
1027
1047
  # The maximum number of results per page that should be returned. If the number
1028
1048
  # of available results is larger than `maxResults`, Compute Engine returns a `
@@ -1211,20 +1231,24 @@ module Google
1211
1231
  # The project ID for this request.
1212
1232
  # @param [String] filter
1213
1233
  # A filter expression that filters resources listed in the response. The
1214
- # expression must specify the field name, a comparison operator, and the value
1215
- # that you want to use for filtering. The value must be a string, a number, or a
1216
- # boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For
1234
+ # expression must specify the field name, an operator, and the value that you
1235
+ # want to use for filtering. The value must be a string, a number, or a boolean.
1236
+ # The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For
1217
1237
  # example, if you are filtering Compute Engine instances, you can exclude
1218
1238
  # instances named `example-instance` by specifying `name != example-instance`.
1219
- # You can also filter nested fields. For example, you could specify `scheduling.
1220
- # automaticRestart = false` to include instances only if they are not scheduled
1221
- # for automatic restarts. You can use filtering on nested fields to filter based
1222
- # on resource labels. To filter on multiple expressions, provide each separate
1223
- # expression within parentheses. For example: ``` (scheduling.automaticRestart =
1224
- # true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `
1225
- # AND` expression. However, you can include `AND` and `OR` expressions
1226
- # explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform =
1227
- # "Intel Broadwell") AND (scheduling.automaticRestart = true) ```
1239
+ # The `:` operator can be used with string fields to match substrings. For non-
1240
+ # string fields it is equivalent to the `=` operator. The `:*` comparison can be
1241
+ # used to test whether a key has been defined. For example, to find all objects
1242
+ # with `owner` label use: ``` labels.owner:* ``` You can also filter nested
1243
+ # fields. For example, you could specify `scheduling.automaticRestart = false`
1244
+ # to include instances only if they are not scheduled for automatic restarts.
1245
+ # You can use filtering on nested fields to filter based on resource labels. To
1246
+ # filter on multiple expressions, provide each separate expression within
1247
+ # parentheses. For example: ``` (scheduling.automaticRestart = true) (
1248
+ # cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND`
1249
+ # expression. However, you can include `AND` and `OR` expressions explicitly.
1250
+ # For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel
1251
+ # Broadwell") AND (scheduling.automaticRestart = true) ```
1228
1252
  # @param [Fixnum] max_results
1229
1253
  # The maximum number of results per page that should be returned. If the number
1230
1254
  # of available results is larger than `maxResults`, Compute Engine returns a `
@@ -1279,20 +1303,24 @@ module Google
1279
1303
  # The name of the type provider for this request.
1280
1304
  # @param [String] filter
1281
1305
  # A filter expression that filters resources listed in the response. The
1282
- # expression must specify the field name, a comparison operator, and the value
1283
- # that you want to use for filtering. The value must be a string, a number, or a
1284
- # boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For
1306
+ # expression must specify the field name, an operator, and the value that you
1307
+ # want to use for filtering. The value must be a string, a number, or a boolean.
1308
+ # The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For
1285
1309
  # example, if you are filtering Compute Engine instances, you can exclude
1286
1310
  # instances named `example-instance` by specifying `name != example-instance`.
1287
- # You can also filter nested fields. For example, you could specify `scheduling.
1288
- # automaticRestart = false` to include instances only if they are not scheduled
1289
- # for automatic restarts. You can use filtering on nested fields to filter based
1290
- # on resource labels. To filter on multiple expressions, provide each separate
1291
- # expression within parentheses. For example: ``` (scheduling.automaticRestart =
1292
- # true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `
1293
- # AND` expression. However, you can include `AND` and `OR` expressions
1294
- # explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform =
1295
- # "Intel Broadwell") AND (scheduling.automaticRestart = true) ```
1311
+ # The `:` operator can be used with string fields to match substrings. For non-
1312
+ # string fields it is equivalent to the `=` operator. The `:*` comparison can be
1313
+ # used to test whether a key has been defined. For example, to find all objects
1314
+ # with `owner` label use: ``` labels.owner:* ``` You can also filter nested
1315
+ # fields. For example, you could specify `scheduling.automaticRestart = false`
1316
+ # to include instances only if they are not scheduled for automatic restarts.
1317
+ # You can use filtering on nested fields to filter based on resource labels. To
1318
+ # filter on multiple expressions, provide each separate expression within
1319
+ # parentheses. For example: ``` (scheduling.automaticRestart = true) (
1320
+ # cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND`
1321
+ # expression. However, you can include `AND` and `OR` expressions explicitly.
1322
+ # For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel
1323
+ # Broadwell") AND (scheduling.automaticRestart = true) ```
1296
1324
  # @param [Fixnum] max_results
1297
1325
  # The maximum number of results per page that should be returned. If the number
1298
1326
  # of available results is larger than `maxResults`, Compute Engine returns a `
@@ -1418,20 +1446,24 @@ module Google
1418
1446
  # The project ID for this request.
1419
1447
  # @param [String] filter
1420
1448
  # A filter expression that filters resources listed in the response. The
1421
- # expression must specify the field name, a comparison operator, and the value
1422
- # that you want to use for filtering. The value must be a string, a number, or a
1423
- # boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For
1449
+ # expression must specify the field name, an operator, and the value that you
1450
+ # want to use for filtering. The value must be a string, a number, or a boolean.
1451
+ # The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For
1424
1452
  # example, if you are filtering Compute Engine instances, you can exclude
1425
1453
  # instances named `example-instance` by specifying `name != example-instance`.
1426
- # You can also filter nested fields. For example, you could specify `scheduling.
1427
- # automaticRestart = false` to include instances only if they are not scheduled
1428
- # for automatic restarts. You can use filtering on nested fields to filter based
1429
- # on resource labels. To filter on multiple expressions, provide each separate
1430
- # expression within parentheses. For example: ``` (scheduling.automaticRestart =
1431
- # true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `
1432
- # AND` expression. However, you can include `AND` and `OR` expressions
1433
- # explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform =
1434
- # "Intel Broadwell") AND (scheduling.automaticRestart = true) ```
1454
+ # The `:` operator can be used with string fields to match substrings. For non-
1455
+ # string fields it is equivalent to the `=` operator. The `:*` comparison can be
1456
+ # used to test whether a key has been defined. For example, to find all objects
1457
+ # with `owner` label use: ``` labels.owner:* ``` You can also filter nested
1458
+ # fields. For example, you could specify `scheduling.automaticRestart = false`
1459
+ # to include instances only if they are not scheduled for automatic restarts.
1460
+ # You can use filtering on nested fields to filter based on resource labels. To
1461
+ # filter on multiple expressions, provide each separate expression within
1462
+ # parentheses. For example: ``` (scheduling.automaticRestart = true) (
1463
+ # cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND`
1464
+ # expression. However, you can include `AND` and `OR` expressions explicitly.
1465
+ # For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel
1466
+ # Broadwell") AND (scheduling.automaticRestart = true) ```
1435
1467
  # @param [Fixnum] max_results
1436
1468
  # The maximum number of results per page that should be returned. If the number
1437
1469
  # of available results is larger than `maxResults`, Compute Engine returns a `
@@ -31,10 +31,10 @@ module Google
31
31
  # This is NOT the gem version.
32
32
  VERSION = 'V2beta'
33
33
 
34
- # See, edit, configure, and delete your Google Cloud Platform data
34
+ # See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account.
35
35
  AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
36
36
 
37
- # View your data across Google Cloud Platform services
37
+ # View your data across Google Cloud services and see the email address of your Google Account
38
38
  AUTH_CLOUD_PLATFORM_READ_ONLY = 'https://www.googleapis.com/auth/cloud-platform.read-only'
39
39
 
40
40
  # View and manage your Google Cloud Platform management resources and deployment status information
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-deploymentmanager_v2beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.0
4
+ version: 0.12.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-07-05 00:00:00.000000000 Z
11
+ date: 2021-10-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -57,9 +57,9 @@ licenses:
57
57
  - Apache-2.0
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
- changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-deploymentmanager_v2beta/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-deploymentmanager_v2beta/v0.8.0
62
- source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-deploymentmanager_v2beta
60
+ changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-deploymentmanager_v2beta/CHANGELOG.md
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-deploymentmanager_v2beta/v0.12.0
62
+ source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-deploymentmanager_v2beta
63
63
  post_install_message:
64
64
  rdoc_options: []
65
65
  require_paths: