google-apis-deploymentmanager_v2 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: 143850fbe1be11639d5da405bb6a371dcd6e492413a179e960cd335142f92cf9
4
- data.tar.gz: bc3569115e4a8a008f40103920de25e65c8dcb0a2f23a18e38709160d27303f2
3
+ metadata.gz: d1d52be334e9f2f776bb87938cbb823cc76851e32270856408575e58e858b486
4
+ data.tar.gz: a614d8a9684e2a566b96fccb53bcf5e55a26e2d2790c8ea22c3afb1d549a6ac0
5
5
  SHA512:
6
- metadata.gz: baa08d04a66b1ab18b770afb54951675b98253596b62e3609139ae80f01df3f3c3a5be9efa12ce5c76a1045a2ac47462375069f2a172a6043ae4f8729007d02a
7
- data.tar.gz: 6ebab131bddcd8a7d6c4319b909cd0d3f7c27e7b4b6cfa221e710ab947ba5752be0fe1c55e61a4d6c1c7c1fb4c76c0be41ac2e07ca913d2b771ed9eafc55a997
6
+ metadata.gz: 7290518af437e601b42ec03c231d238eda8d7ab55efd7c9a9afe13616fe851b8163bc2b79013d5c284054931f2b7d215b949559c975e3fb2105fcd02dc52a5db
7
+ data.tar.gz: efcfd970fe814244508bb1b58a2b8b3d0aaaae8f1fa61c888770acc8c1c368bba6e921432b922ba6b34cd14a5f7a63ca9ae8ca3d5336a2d590c0296cd2b06752
data/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # Release history for google-apis-deploymentmanager_v2
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
 
@@ -93,7 +93,7 @@ module Google
93
93
  end
94
94
  end
95
95
 
96
- # Associates `members` with a `role`.
96
+ # Associates `members`, or principals, with a `role`.
97
97
  class Binding
98
98
  include Google::Apis::Core::Hashable
99
99
 
@@ -116,7 +116,7 @@ module Google
116
116
  # @return [Google::Apis::DeploymentmanagerV2::Expr]
117
117
  attr_accessor :condition
118
118
 
119
- # Specifies the identities requesting access for a Cloud Platform resource. `
119
+ # Specifies the principals requesting access for a Cloud Platform resource. `
120
120
  # members` can have the following values: * `allUsers`: A special identifier
121
121
  # that represents anyone who is on the internet; with or without a Google
122
122
  # account. * `allAuthenticatedUsers`: A special identifier that represents
@@ -146,8 +146,8 @@ module Google
146
146
  # @return [Array<String>]
147
147
  attr_accessor :members
148
148
 
149
- # Role that is assigned to `members`. For example, `roles/viewer`, `roles/editor`
150
- # , or `roles/owner`.
149
+ # Role that is assigned to the list of `members`, or principals. For example, `
150
+ # roles/viewer`, `roles/editor`, or `roles/owner`.
151
151
  # Corresponds to the JSON property `role`
152
152
  # @return [String]
153
153
  attr_accessor :role
@@ -539,31 +539,31 @@ module Google
539
539
 
540
540
  # An Identity and Access Management (IAM) policy, which specifies access
541
541
  # controls for Google Cloud resources. A `Policy` is a collection of `bindings`.
542
- # A `binding` binds one or more `members` to a single `role`. Members can be
543
- # user accounts, service accounts, Google groups, and domains (such as G Suite).
544
- # A `role` is a named list of permissions; each `role` can be an IAM predefined
545
- # role or a user-created custom role. For some types of Google Cloud resources,
546
- # a `binding` can also specify a `condition`, which is a logical expression that
547
- # allows access to a resource only if the expression evaluates to `true`. A
548
- # condition can add constraints based on attributes of the request, the resource,
549
- # or both. To learn which resources support conditions in their IAM policies,
550
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
551
- # resource-policies). **JSON example:** ` "bindings": [ ` "role": "roles/
552
- # resourcemanager.organizationAdmin", "members": [ "user:mike@example.com", "
553
- # group:admins@example.com", "domain:google.com", "serviceAccount:my-project-id@
554
- # appspot.gserviceaccount.com" ] `, ` "role": "roles/resourcemanager.
555
- # organizationViewer", "members": [ "user:eve@example.com" ], "condition": ` "
556
- # title": "expirable access", "description": "Does not grant access after Sep
557
- # 2020", "expression": "request.time < timestamp('2020-10-01T00:00:00.000Z')", `
558
- # ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:** bindings: -
559
- # members: - user:mike@example.com - group:admins@example.com - domain:google.
560
- # com - serviceAccount:my-project-id@appspot.gserviceaccount.com role: roles/
561
- # resourcemanager.organizationAdmin - members: - user:eve@example.com role:
562
- # roles/resourcemanager.organizationViewer condition: title: expirable access
563
- # description: Does not grant access after Sep 2020 expression: request.time <
564
- # timestamp('2020-10-01T00:00:00.000Z') - etag: BwWWja0YfJA= - version: 3 For a
565
- # description of IAM and its features, see the [IAM documentation](https://cloud.
566
- # google.com/iam/docs/).
542
+ # A `binding` binds one or more `members`, or principals, to a single `role`.
543
+ # Principals can be user accounts, service accounts, Google groups, and domains (
544
+ # such as G Suite). A `role` is a named list of permissions; each `role` can be
545
+ # an IAM predefined role or a user-created custom role. For some types of Google
546
+ # Cloud resources, a `binding` can also specify a `condition`, which is a
547
+ # logical expression that allows access to a resource only if the expression
548
+ # evaluates to `true`. A condition can add constraints based on attributes of
549
+ # the request, the resource, or both. To learn which resources support
550
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
551
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
552
+ # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
553
+ # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
554
+ # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
555
+ # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
556
+ # ], "condition": ` "title": "expirable access", "description": "Does not grant
557
+ # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
558
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
559
+ # bindings: - members: - user:mike@example.com - group:admins@example.com -
560
+ # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
561
+ # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
562
+ # com role: roles/resourcemanager.organizationViewer condition: title: expirable
563
+ # access description: Does not grant access after Sep 2020 expression: request.
564
+ # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
565
+ # a description of IAM and its features, see the [IAM documentation](https://
566
+ # cloud.google.com/iam/docs/).
567
567
  # Corresponds to the JSON property `policy`
568
568
  # @return [Google::Apis::DeploymentmanagerV2::Policy]
569
569
  attr_accessor :policy
@@ -1040,31 +1040,31 @@ module Google
1040
1040
 
1041
1041
  # An Identity and Access Management (IAM) policy, which specifies access
1042
1042
  # controls for Google Cloud resources. A `Policy` is a collection of `bindings`.
1043
- # A `binding` binds one or more `members` to a single `role`. Members can be
1044
- # user accounts, service accounts, Google groups, and domains (such as G Suite).
1045
- # A `role` is a named list of permissions; each `role` can be an IAM predefined
1046
- # role or a user-created custom role. For some types of Google Cloud resources,
1047
- # a `binding` can also specify a `condition`, which is a logical expression that
1048
- # allows access to a resource only if the expression evaluates to `true`. A
1049
- # condition can add constraints based on attributes of the request, the resource,
1050
- # or both. To learn which resources support conditions in their IAM policies,
1051
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
1052
- # resource-policies). **JSON example:** ` "bindings": [ ` "role": "roles/
1053
- # resourcemanager.organizationAdmin", "members": [ "user:mike@example.com", "
1054
- # group:admins@example.com", "domain:google.com", "serviceAccount:my-project-id@
1055
- # appspot.gserviceaccount.com" ] `, ` "role": "roles/resourcemanager.
1056
- # organizationViewer", "members": [ "user:eve@example.com" ], "condition": ` "
1057
- # title": "expirable access", "description": "Does not grant access after Sep
1058
- # 2020", "expression": "request.time < timestamp('2020-10-01T00:00:00.000Z')", `
1059
- # ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:** bindings: -
1060
- # members: - user:mike@example.com - group:admins@example.com - domain:google.
1061
- # com - serviceAccount:my-project-id@appspot.gserviceaccount.com role: roles/
1062
- # resourcemanager.organizationAdmin - members: - user:eve@example.com role:
1063
- # roles/resourcemanager.organizationViewer condition: title: expirable access
1064
- # description: Does not grant access after Sep 2020 expression: request.time <
1065
- # timestamp('2020-10-01T00:00:00.000Z') - etag: BwWWja0YfJA= - version: 3 For a
1066
- # description of IAM and its features, see the [IAM documentation](https://cloud.
1067
- # google.com/iam/docs/).
1043
+ # A `binding` binds one or more `members`, or principals, to a single `role`.
1044
+ # Principals can be user accounts, service accounts, Google groups, and domains (
1045
+ # such as G Suite). A `role` is a named list of permissions; each `role` can be
1046
+ # an IAM predefined role or a user-created custom role. For some types of Google
1047
+ # Cloud resources, a `binding` can also specify a `condition`, which is a
1048
+ # logical expression that allows access to a resource only if the expression
1049
+ # evaluates to `true`. A condition can add constraints based on attributes of
1050
+ # the request, the resource, or both. To learn which resources support
1051
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
1052
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
1053
+ # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
1054
+ # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
1055
+ # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
1056
+ # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
1057
+ # ], "condition": ` "title": "expirable access", "description": "Does not grant
1058
+ # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
1059
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
1060
+ # bindings: - members: - user:mike@example.com - group:admins@example.com -
1061
+ # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
1062
+ # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
1063
+ # com role: roles/resourcemanager.organizationViewer condition: title: expirable
1064
+ # access description: Does not grant access after Sep 2020 expression: request.
1065
+ # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
1066
+ # a description of IAM and its features, see the [IAM documentation](https://
1067
+ # cloud.google.com/iam/docs/).
1068
1068
  class Policy
1069
1069
  include Google::Apis::Core::Hashable
1070
1070
 
@@ -1073,9 +1073,14 @@ module Google
1073
1073
  # @return [Array<Google::Apis::DeploymentmanagerV2::AuditConfig>]
1074
1074
  attr_accessor :audit_configs
1075
1075
 
1076
- # Associates a list of `members` to a `role`. Optionally, may specify a `
1077
- # condition` that determines how and when the `bindings` are applied. Each of
1078
- # the `bindings` must contain at least one member.
1076
+ # Associates a list of `members`, or principals, with a `role`. Optionally, may
1077
+ # specify a `condition` that determines how and when the `bindings` are applied.
1078
+ # Each of the `bindings` must contain at least one principal. The `bindings` in
1079
+ # a `Policy` can refer to up to 1,500 principals; up to 250 of these principals
1080
+ # can be Google groups. Each occurrence of a principal counts towards these
1081
+ # limits. For example, if the `bindings` grant 50 different roles to `user:alice@
1082
+ # example.com`, and not to any other principal, then you can add another 1,450
1083
+ # principals to the `bindings` in the `Policy`.
1079
1084
  # Corresponds to the JSON property `bindings`
1080
1085
  # @return [Array<Google::Apis::DeploymentmanagerV2::Binding>]
1081
1086
  attr_accessor :bindings
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DeploymentmanagerV2
18
18
  # Version of the google-apis-deploymentmanager_v2 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
@@ -244,20 +244,24 @@ module Google
244
244
  # The project ID for this request.
245
245
  # @param [String] filter
246
246
  # A filter expression that filters resources listed in the response. The
247
- # expression must specify the field name, a comparison operator, and the value
248
- # that you want to use for filtering. The value must be a string, a number, or a
249
- # boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For
247
+ # expression must specify the field name, an operator, and the value that you
248
+ # want to use for filtering. The value must be a string, a number, or a boolean.
249
+ # The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For
250
250
  # example, if you are filtering Compute Engine instances, you can exclude
251
251
  # instances named `example-instance` by specifying `name != example-instance`.
252
- # You can also filter nested fields. For example, you could specify `scheduling.
253
- # automaticRestart = false` to include instances only if they are not scheduled
254
- # for automatic restarts. You can use filtering on nested fields to filter based
255
- # on resource labels. To filter on multiple expressions, provide each separate
256
- # expression within parentheses. For example: ``` (scheduling.automaticRestart =
257
- # true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `
258
- # AND` expression. However, you can include `AND` and `OR` expressions
259
- # explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform =
260
- # "Intel Broadwell") AND (scheduling.automaticRestart = true) ```
252
+ # The `:` operator can be used with string fields to match substrings. For non-
253
+ # string fields it is equivalent to the `=` operator. The `:*` comparison can be
254
+ # used to test whether a key has been defined. For example, to find all objects
255
+ # with `owner` label use: ``` labels.owner:* ``` You can also filter nested
256
+ # fields. For example, you could specify `scheduling.automaticRestart = false`
257
+ # to include instances only if they are not scheduled for automatic restarts.
258
+ # You can use filtering on nested fields to filter based on resource labels. To
259
+ # filter on multiple expressions, provide each separate expression within
260
+ # parentheses. For example: ``` (scheduling.automaticRestart = true) (
261
+ # cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND`
262
+ # expression. However, you can include `AND` and `OR` expressions explicitly.
263
+ # For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel
264
+ # Broadwell") AND (scheduling.automaticRestart = true) ```
261
265
  # @param [Fixnum] max_results
262
266
  # The maximum number of results per page that should be returned. If the number
263
267
  # of available results is larger than `maxResults`, Compute Engine returns a `
@@ -568,20 +572,24 @@ module Google
568
572
  # The name of the deployment for this request.
569
573
  # @param [String] filter
570
574
  # A filter expression that filters resources listed in the response. The
571
- # expression must specify the field name, a comparison operator, and the value
572
- # that you want to use for filtering. The value must be a string, a number, or a
573
- # boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For
575
+ # expression must specify the field name, an operator, and the value that you
576
+ # want to use for filtering. The value must be a string, a number, or a boolean.
577
+ # The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For
574
578
  # example, if you are filtering Compute Engine instances, you can exclude
575
579
  # instances named `example-instance` by specifying `name != example-instance`.
576
- # You can also filter nested fields. For example, you could specify `scheduling.
577
- # automaticRestart = false` to include instances only if they are not scheduled
578
- # for automatic restarts. You can use filtering on nested fields to filter based
579
- # on resource labels. To filter on multiple expressions, provide each separate
580
- # expression within parentheses. For example: ``` (scheduling.automaticRestart =
581
- # true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `
582
- # AND` expression. However, you can include `AND` and `OR` expressions
583
- # explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform =
584
- # "Intel Broadwell") AND (scheduling.automaticRestart = true) ```
580
+ # The `:` operator can be used with string fields to match substrings. For non-
581
+ # string fields it is equivalent to the `=` operator. The `:*` comparison can be
582
+ # used to test whether a key has been defined. For example, to find all objects
583
+ # with `owner` label use: ``` labels.owner:* ``` You can also filter nested
584
+ # fields. For example, you could specify `scheduling.automaticRestart = false`
585
+ # to include instances only if they are not scheduled for automatic restarts.
586
+ # You can use filtering on nested fields to filter based on resource labels. To
587
+ # filter on multiple expressions, provide each separate expression within
588
+ # parentheses. For example: ``` (scheduling.automaticRestart = true) (
589
+ # cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND`
590
+ # expression. However, you can include `AND` and `OR` expressions explicitly.
591
+ # For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel
592
+ # Broadwell") AND (scheduling.automaticRestart = true) ```
585
593
  # @param [Fixnum] max_results
586
594
  # The maximum number of results per page that should be returned. If the number
587
595
  # of available results is larger than `maxResults`, Compute Engine returns a `
@@ -668,20 +676,24 @@ module Google
668
676
  # The project ID for this request.
669
677
  # @param [String] filter
670
678
  # A filter expression that filters resources listed in the response. The
671
- # expression must specify the field name, a comparison operator, and the value
672
- # that you want to use for filtering. The value must be a string, a number, or a
673
- # boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For
679
+ # expression must specify the field name, an operator, and the value that you
680
+ # want to use for filtering. The value must be a string, a number, or a boolean.
681
+ # The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For
674
682
  # example, if you are filtering Compute Engine instances, you can exclude
675
683
  # instances named `example-instance` by specifying `name != example-instance`.
676
- # You can also filter nested fields. For example, you could specify `scheduling.
677
- # automaticRestart = false` to include instances only if they are not scheduled
678
- # for automatic restarts. You can use filtering on nested fields to filter based
679
- # on resource labels. To filter on multiple expressions, provide each separate
680
- # expression within parentheses. For example: ``` (scheduling.automaticRestart =
681
- # true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `
682
- # AND` expression. However, you can include `AND` and `OR` expressions
683
- # explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform =
684
- # "Intel Broadwell") AND (scheduling.automaticRestart = true) ```
684
+ # The `:` operator can be used with string fields to match substrings. For non-
685
+ # string fields it is equivalent to the `=` operator. The `:*` comparison can be
686
+ # used to test whether a key has been defined. For example, to find all objects
687
+ # with `owner` label use: ``` labels.owner:* ``` You can also filter nested
688
+ # fields. For example, you could specify `scheduling.automaticRestart = false`
689
+ # to include instances only if they are not scheduled for automatic restarts.
690
+ # You can use filtering on nested fields to filter based on resource labels. To
691
+ # filter on multiple expressions, provide each separate expression within
692
+ # parentheses. For example: ``` (scheduling.automaticRestart = true) (
693
+ # cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND`
694
+ # expression. However, you can include `AND` and `OR` expressions explicitly.
695
+ # For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel
696
+ # Broadwell") AND (scheduling.automaticRestart = true) ```
685
697
  # @param [Fixnum] max_results
686
698
  # The maximum number of results per page that should be returned. If the number
687
699
  # of available results is larger than `maxResults`, Compute Engine returns a `
@@ -772,20 +784,24 @@ module Google
772
784
  # The name of the deployment for this request.
773
785
  # @param [String] filter
774
786
  # A filter expression that filters resources listed in the response. The
775
- # expression must specify the field name, a comparison operator, and the value
776
- # that you want to use for filtering. The value must be a string, a number, or a
777
- # boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For
787
+ # expression must specify the field name, an operator, and the value that you
788
+ # want to use for filtering. The value must be a string, a number, or a boolean.
789
+ # The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For
778
790
  # example, if you are filtering Compute Engine instances, you can exclude
779
791
  # instances named `example-instance` by specifying `name != example-instance`.
780
- # You can also filter nested fields. For example, you could specify `scheduling.
781
- # automaticRestart = false` to include instances only if they are not scheduled
782
- # for automatic restarts. You can use filtering on nested fields to filter based
783
- # on resource labels. To filter on multiple expressions, provide each separate
784
- # expression within parentheses. For example: ``` (scheduling.automaticRestart =
785
- # true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `
786
- # AND` expression. However, you can include `AND` and `OR` expressions
787
- # explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform =
788
- # "Intel Broadwell") AND (scheduling.automaticRestart = true) ```
792
+ # The `:` operator can be used with string fields to match substrings. For non-
793
+ # string fields it is equivalent to the `=` operator. The `:*` comparison can be
794
+ # used to test whether a key has been defined. For example, to find all objects
795
+ # with `owner` label use: ``` labels.owner:* ``` You can also filter nested
796
+ # fields. For example, you could specify `scheduling.automaticRestart = false`
797
+ # to include instances only if they are not scheduled for automatic restarts.
798
+ # You can use filtering on nested fields to filter based on resource labels. To
799
+ # filter on multiple expressions, provide each separate expression within
800
+ # parentheses. For example: ``` (scheduling.automaticRestart = true) (
801
+ # cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND`
802
+ # expression. However, you can include `AND` and `OR` expressions explicitly.
803
+ # For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel
804
+ # Broadwell") AND (scheduling.automaticRestart = true) ```
789
805
  # @param [Fixnum] max_results
790
806
  # The maximum number of results per page that should be returned. If the number
791
807
  # of available results is larger than `maxResults`, Compute Engine returns a `
@@ -839,20 +855,24 @@ module Google
839
855
  # The project ID for this request.
840
856
  # @param [String] filter
841
857
  # A filter expression that filters resources listed in the response. The
842
- # expression must specify the field name, a comparison operator, and the value
843
- # that you want to use for filtering. The value must be a string, a number, or a
844
- # boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For
858
+ # expression must specify the field name, an operator, and the value that you
859
+ # want to use for filtering. The value must be a string, a number, or a boolean.
860
+ # The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For
845
861
  # example, if you are filtering Compute Engine instances, you can exclude
846
862
  # instances named `example-instance` by specifying `name != example-instance`.
847
- # You can also filter nested fields. For example, you could specify `scheduling.
848
- # automaticRestart = false` to include instances only if they are not scheduled
849
- # for automatic restarts. You can use filtering on nested fields to filter based
850
- # on resource labels. To filter on multiple expressions, provide each separate
851
- # expression within parentheses. For example: ``` (scheduling.automaticRestart =
852
- # true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `
853
- # AND` expression. However, you can include `AND` and `OR` expressions
854
- # explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform =
855
- # "Intel Broadwell") AND (scheduling.automaticRestart = true) ```
863
+ # The `:` operator can be used with string fields to match substrings. For non-
864
+ # string fields it is equivalent to the `=` operator. The `:*` comparison can be
865
+ # used to test whether a key has been defined. For example, to find all objects
866
+ # with `owner` label use: ``` labels.owner:* ``` You can also filter nested
867
+ # fields. For example, you could specify `scheduling.automaticRestart = false`
868
+ # to include instances only if they are not scheduled for automatic restarts.
869
+ # You can use filtering on nested fields to filter based on resource labels. To
870
+ # filter on multiple expressions, provide each separate expression within
871
+ # parentheses. For example: ``` (scheduling.automaticRestart = true) (
872
+ # cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND`
873
+ # expression. However, you can include `AND` and `OR` expressions explicitly.
874
+ # For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel
875
+ # Broadwell") AND (scheduling.automaticRestart = true) ```
856
876
  # @param [Fixnum] max_results
857
877
  # The maximum number of results per page that should be returned. If the number
858
878
  # 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 = 'V2'
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_v2
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_v2/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-deploymentmanager_v2/v0.8.0
62
- source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-deploymentmanager_v2
60
+ changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-deploymentmanager_v2/CHANGELOG.md
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-deploymentmanager_v2/v0.12.0
62
+ source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-deploymentmanager_v2
63
63
  post_install_message:
64
64
  rdoc_options: []
65
65
  require_paths: