google-apis-deploymentmanager_alpha 0.9.0 → 0.13.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: ed6250722c4bc0b93e824aa98b4abc957b743b52a47c7bc136f6be112c56539a
4
- data.tar.gz: '078aa60c123e7d54acd1e7a84257fc5ce7f409bbebe542849c4d23bb58bb337b'
3
+ metadata.gz: e591cd96aa873780751108e641b5c4b7728072a691c48610c43fd8d67c985047
4
+ data.tar.gz: 30e6a212405db7a7821b714218c1fe897a1676d9b3c3a7db14b197d62d376222
5
5
  SHA512:
6
- metadata.gz: 7566b18df55960a42e1a59be1d86211e8f38255f39d0ccd932debcbe77ef76ebb2c41e7c9d9308460f7f51abdb538338550f5e2074d43efe630409bf35645157
7
- data.tar.gz: f51a09ba7ec3d08a38a4f7000b373dc4e6f99baa2614b8eda1017fb9a195016f46810780e62d92fa226273745cce38b7e105da1bc70732d770c5c010a0b41b31
6
+ metadata.gz: 3a06f0b5b7f566c292a290b955047d0e12247099d26e2299d579482cac64bf7310299bdf20905cb80981cb509c43d3fe0005b8902161d7b6003b9445ff41791a
7
+ data.tar.gz: e4b6f21b2e6ecd45e31247cb519fed81b3de152e1731ec3e3b977613cf0ad56b1c18448e4c8b5604beee2de732a89bc6c61460ebd8866d8e447a9d99f275fb89
data/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # Release history for google-apis-deploymentmanager_alpha
2
2
 
3
+ ### v0.13.0 (2021-12-14)
4
+
5
+ * Unspecified changes
6
+
7
+ ### v0.12.0 (2021-10-21)
8
+
9
+ * Regenerated from discovery document revision 20211014
10
+ * Unspecified changes
11
+
12
+ ### v0.11.0 (2021-10-07)
13
+
14
+ * Regenerated from discovery document revision 20210930
15
+
16
+ ### v0.10.0 (2021-08-21)
17
+
18
+ * Regenerated from discovery document revision 20210817
19
+
3
20
  ### v0.9.0 (2021-08-05)
4
21
 
5
22
  * Regenerated from discovery document revision 20210729
data/OVERVIEW.md CHANGED
@@ -51,7 +51,7 @@ require "google/apis/deploymentmanager_alpha"
51
51
  client = Google::Apis::DeploymentmanagerAlpha::DeploymentManagerService.new
52
52
 
53
53
  # Authenticate calls
54
- client.authentication = # ... use the googleauth gem to create credentials
54
+ client.authorization = # ... use the googleauth gem to create credentials
55
55
  ```
56
56
 
57
57
  See the class reference docs for information on the methods you can call from a client.
@@ -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::DeploymentmanagerAlpha::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
@@ -899,31 +899,31 @@ module Google
899
899
 
900
900
  # An Identity and Access Management (IAM) policy, which specifies access
901
901
  # controls for Google Cloud resources. A `Policy` is a collection of `bindings`.
902
- # A `binding` binds one or more `members` to a single `role`. Members can be
903
- # user accounts, service accounts, Google groups, and domains (such as G Suite).
904
- # A `role` is a named list of permissions; each `role` can be an IAM predefined
905
- # role or a user-created custom role. For some types of Google Cloud resources,
906
- # a `binding` can also specify a `condition`, which is a logical expression that
907
- # allows access to a resource only if the expression evaluates to `true`. A
908
- # condition can add constraints based on attributes of the request, the resource,
909
- # or both. To learn which resources support conditions in their IAM policies,
910
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
911
- # resource-policies). **JSON example:** ` "bindings": [ ` "role": "roles/
912
- # resourcemanager.organizationAdmin", "members": [ "user:mike@example.com", "
913
- # group:admins@example.com", "domain:google.com", "serviceAccount:my-project-id@
914
- # appspot.gserviceaccount.com" ] `, ` "role": "roles/resourcemanager.
915
- # organizationViewer", "members": [ "user:eve@example.com" ], "condition": ` "
916
- # title": "expirable access", "description": "Does not grant access after Sep
917
- # 2020", "expression": "request.time < timestamp('2020-10-01T00:00:00.000Z')", `
918
- # ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:** bindings: -
919
- # members: - user:mike@example.com - group:admins@example.com - domain:google.
920
- # com - serviceAccount:my-project-id@appspot.gserviceaccount.com role: roles/
921
- # resourcemanager.organizationAdmin - members: - user:eve@example.com role:
922
- # roles/resourcemanager.organizationViewer condition: title: expirable access
923
- # description: Does not grant access after Sep 2020 expression: request.time <
924
- # timestamp('2020-10-01T00:00:00.000Z') - etag: BwWWja0YfJA= - version: 3 For a
925
- # description of IAM and its features, see the [IAM documentation](https://cloud.
926
- # google.com/iam/docs/).
902
+ # A `binding` binds one or more `members`, or principals, to a single `role`.
903
+ # Principals can be user accounts, service accounts, Google groups, and domains (
904
+ # such as G Suite). A `role` is a named list of permissions; each `role` can be
905
+ # an IAM predefined role or a user-created custom role. For some types of Google
906
+ # Cloud resources, a `binding` can also specify a `condition`, which is a
907
+ # logical expression that allows access to a resource only if the expression
908
+ # evaluates to `true`. A condition can add constraints based on attributes of
909
+ # the request, the resource, or both. To learn which resources support
910
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
911
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
912
+ # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
913
+ # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
914
+ # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
915
+ # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
916
+ # ], "condition": ` "title": "expirable access", "description": "Does not grant
917
+ # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
918
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
919
+ # bindings: - members: - user:mike@example.com - group:admins@example.com -
920
+ # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
921
+ # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
922
+ # com role: roles/resourcemanager.organizationViewer condition: title: expirable
923
+ # access description: Does not grant access after Sep 2020 expression: request.
924
+ # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
925
+ # a description of IAM and its features, see the [IAM documentation](https://
926
+ # cloud.google.com/iam/docs/).
927
927
  # Corresponds to the JSON property `policy`
928
928
  # @return [Google::Apis::DeploymentmanagerAlpha::Policy]
929
929
  attr_accessor :policy
@@ -1522,31 +1522,31 @@ module Google
1522
1522
 
1523
1523
  # An Identity and Access Management (IAM) policy, which specifies access
1524
1524
  # controls for Google Cloud resources. A `Policy` is a collection of `bindings`.
1525
- # A `binding` binds one or more `members` to a single `role`. Members can be
1526
- # user accounts, service accounts, Google groups, and domains (such as G Suite).
1527
- # A `role` is a named list of permissions; each `role` can be an IAM predefined
1528
- # role or a user-created custom role. For some types of Google Cloud resources,
1529
- # a `binding` can also specify a `condition`, which is a logical expression that
1530
- # allows access to a resource only if the expression evaluates to `true`. A
1531
- # condition can add constraints based on attributes of the request, the resource,
1532
- # or both. To learn which resources support conditions in their IAM policies,
1533
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
1534
- # resource-policies). **JSON example:** ` "bindings": [ ` "role": "roles/
1535
- # resourcemanager.organizationAdmin", "members": [ "user:mike@example.com", "
1536
- # group:admins@example.com", "domain:google.com", "serviceAccount:my-project-id@
1537
- # appspot.gserviceaccount.com" ] `, ` "role": "roles/resourcemanager.
1538
- # organizationViewer", "members": [ "user:eve@example.com" ], "condition": ` "
1539
- # title": "expirable access", "description": "Does not grant access after Sep
1540
- # 2020", "expression": "request.time < timestamp('2020-10-01T00:00:00.000Z')", `
1541
- # ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:** bindings: -
1542
- # members: - user:mike@example.com - group:admins@example.com - domain:google.
1543
- # com - serviceAccount:my-project-id@appspot.gserviceaccount.com role: roles/
1544
- # resourcemanager.organizationAdmin - members: - user:eve@example.com role:
1545
- # roles/resourcemanager.organizationViewer condition: title: expirable access
1546
- # description: Does not grant access after Sep 2020 expression: request.time <
1547
- # timestamp('2020-10-01T00:00:00.000Z') - etag: BwWWja0YfJA= - version: 3 For a
1548
- # description of IAM and its features, see the [IAM documentation](https://cloud.
1549
- # google.com/iam/docs/).
1525
+ # A `binding` binds one or more `members`, or principals, to a single `role`.
1526
+ # Principals can be user accounts, service accounts, Google groups, and domains (
1527
+ # such as G Suite). A `role` is a named list of permissions; each `role` can be
1528
+ # an IAM predefined role or a user-created custom role. For some types of Google
1529
+ # Cloud resources, a `binding` can also specify a `condition`, which is a
1530
+ # logical expression that allows access to a resource only if the expression
1531
+ # evaluates to `true`. A condition can add constraints based on attributes of
1532
+ # the request, the resource, or both. To learn which resources support
1533
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
1534
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
1535
+ # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
1536
+ # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
1537
+ # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
1538
+ # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
1539
+ # ], "condition": ` "title": "expirable access", "description": "Does not grant
1540
+ # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
1541
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
1542
+ # bindings: - members: - user:mike@example.com - group:admins@example.com -
1543
+ # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
1544
+ # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
1545
+ # com role: roles/resourcemanager.organizationViewer condition: title: expirable
1546
+ # access description: Does not grant access after Sep 2020 expression: request.
1547
+ # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
1548
+ # a description of IAM and its features, see the [IAM documentation](https://
1549
+ # cloud.google.com/iam/docs/).
1550
1550
  class Policy
1551
1551
  include Google::Apis::Core::Hashable
1552
1552
 
@@ -1555,9 +1555,14 @@ module Google
1555
1555
  # @return [Array<Google::Apis::DeploymentmanagerAlpha::AuditConfig>]
1556
1556
  attr_accessor :audit_configs
1557
1557
 
1558
- # Associates a list of `members` to a `role`. Optionally, may specify a `
1559
- # condition` that determines how and when the `bindings` are applied. Each of
1560
- # the `bindings` must contain at least one member.
1558
+ # Associates a list of `members`, or principals, with a `role`. Optionally, may
1559
+ # specify a `condition` that determines how and when the `bindings` are applied.
1560
+ # Each of the `bindings` must contain at least one principal. The `bindings` in
1561
+ # a `Policy` can refer to up to 1,500 principals; up to 250 of these principals
1562
+ # can be Google groups. Each occurrence of a principal counts towards these
1563
+ # limits. For example, if the `bindings` grant 50 different roles to `user:alice@
1564
+ # example.com`, and not to any other principal, then you can add another 1,450
1565
+ # principals to the `bindings` in the `Policy`.
1561
1566
  # Corresponds to the JSON property `bindings`
1562
1567
  # @return [Array<Google::Apis::DeploymentmanagerAlpha::Binding>]
1563
1568
  attr_accessor :bindings
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DeploymentmanagerAlpha
18
18
  # Version of the google-apis-deploymentmanager_alpha gem
19
- GEM_VERSION = "0.9.0"
19
+ GEM_VERSION = "0.13.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 = "20210729"
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 `
@@ -1451,20 +1479,24 @@ module Google
1451
1479
  # The project ID for this request.
1452
1480
  # @param [String] filter
1453
1481
  # A filter expression that filters resources listed in the response. The
1454
- # expression must specify the field name, a comparison operator, and the value
1455
- # that you want to use for filtering. The value must be a string, a number, or a
1456
- # boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For
1482
+ # expression must specify the field name, an operator, and the value that you
1483
+ # want to use for filtering. The value must be a string, a number, or a boolean.
1484
+ # The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For
1457
1485
  # example, if you are filtering Compute Engine instances, you can exclude
1458
1486
  # instances named `example-instance` by specifying `name != example-instance`.
1459
- # You can also filter nested fields. For example, you could specify `scheduling.
1460
- # automaticRestart = false` to include instances only if they are not scheduled
1461
- # for automatic restarts. You can use filtering on nested fields to filter based
1462
- # on resource labels. To filter on multiple expressions, provide each separate
1463
- # expression within parentheses. For example: ``` (scheduling.automaticRestart =
1464
- # true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `
1465
- # AND` expression. However, you can include `AND` and `OR` expressions
1466
- # explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform =
1467
- # "Intel Broadwell") AND (scheduling.automaticRestart = true) ```
1487
+ # The `:` operator can be used with string fields to match substrings. For non-
1488
+ # string fields it is equivalent to the `=` operator. The `:*` comparison can be
1489
+ # used to test whether a key has been defined. For example, to find all objects
1490
+ # with `owner` label use: ``` labels.owner:* ``` You can also filter nested
1491
+ # fields. For example, you could specify `scheduling.automaticRestart = false`
1492
+ # to include instances only if they are not scheduled for automatic restarts.
1493
+ # You can use filtering on nested fields to filter based on resource labels. To
1494
+ # filter on multiple expressions, provide each separate expression within
1495
+ # parentheses. For example: ``` (scheduling.automaticRestart = true) (
1496
+ # cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND`
1497
+ # expression. However, you can include `AND` and `OR` expressions explicitly.
1498
+ # For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel
1499
+ # Broadwell") AND (scheduling.automaticRestart = true) ```
1468
1500
  # @param [Fixnum] max_results
1469
1501
  # The maximum number of results per page that should be returned. If the number
1470
1502
  # of available results is larger than `maxResults`, Compute Engine returns a `
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-deploymentmanager_alpha
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.0
4
+ version: 0.13.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-08-09 00:00:00.000000000 Z
11
+ date: 2022-01-10 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_alpha/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-deploymentmanager_alpha/v0.9.0
62
- source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-deploymentmanager_alpha
60
+ changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-deploymentmanager_alpha/CHANGELOG.md
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-deploymentmanager_alpha/v0.13.0
62
+ source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-deploymentmanager_alpha
63
63
  post_install_message:
64
64
  rdoc_options: []
65
65
  require_paths:
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.2.17
78
+ rubygems_version: 3.3.4
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Cloud Deployment Manager V2 API Alpha