google-apis-containeranalysis_v1alpha1 0.58.0 → 0.60.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: 367ee815bd443d7602d40d931e5e5cdcf5a6f0a9dc0d5e7b33eb07e5190d5cca
4
- data.tar.gz: 7f4df68209bc7db31334b117cd4533f62e3c33361f60ae00358cf8755f75ffbb
3
+ metadata.gz: 88d4c3c82883c68e0bf13a9a9aa18d5ece4986369453ac934bc52c2c87a37c9c
4
+ data.tar.gz: 2b0cb6f5fc6aa3a5adb281960d8137026370fffc3b815c219047a638f5d93bbc
5
5
  SHA512:
6
- metadata.gz: d8fa5e4f0708edfc8e7a0b5629f0546a36f3ec47b95e98a4800156b1a0d989e113e7cf63d5106cefd9a846b4d953c1e3483448fd8fd741155f4b51feb2049894
7
- data.tar.gz: 42067e46cab691fa44076f90ff8cbcfa0d2f89754b4ed87f5eff0513ec1349b0ec03438796b51d1fb7a11b516044a130dd69c36d8af3587337d76e0c23491a9f
6
+ metadata.gz: 74a426d1f9339f7f664c65fad873b94ca24c1d62ec5ebe8ad4547f0c26970103dea9dbba47b12f54376f406b7a483325307957ca49e32e99c72054d7e89c74ab
7
+ data.tar.gz: e43601a259b70500f954dfe9396f5a61ce2e6223984198e10b46c7cca61eb7ed4548c0c541a991677e0571c6285c5c648eab91b77c12459c9741b8f773f37c71
data/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # Release history for google-apis-containeranalysis_v1alpha1
2
2
 
3
+ ### v0.60.0 (2024-02-18)
4
+
5
+ * Regenerated from discovery document revision 20240209
6
+ * Regenerated using generator version 0.13.1
7
+
8
+ ### v0.59.0 (2024-01-23)
9
+
10
+ * Regenerated from discovery document revision 20240105
11
+ * Regenerated using generator version 0.13.0
12
+
3
13
  ### v0.58.0 (2023-11-12)
4
14
 
5
15
  * Regenerated from discovery document revision 20231103
@@ -318,27 +318,52 @@ module Google
318
318
  # project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:`emailid``: An
319
319
  # email address that represents a Google group. For example, `admins@example.com`
320
320
  # . * `domain:`domain``: The G Suite domain (primary) that represents all the
321
- # users of that domain. For example, `google.com` or `example.com`. * `deleted:
322
- # user:`emailid`?uid=`uniqueid``: An email address (plus unique identifier)
323
- # representing a user that has been recently deleted. For example, `alice@
324
- # example.com?uid=123456789012345678901`. If the user is recovered, this value
325
- # reverts to `user:`emailid`` and the recovered user retains the role in the
326
- # binding. * `deleted:serviceAccount:`emailid`?uid=`uniqueid``: An email address
327
- # (plus unique identifier) representing a service account that has been recently
328
- # deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=
321
+ # users of that domain. For example, `google.com` or `example.com`. * `principal:
322
+ # //iam.googleapis.com/locations/global/workforcePools/`pool_id`/subject/`
323
+ # subject_attribute_value``: A single identity in a workforce identity pool. * `
324
+ # principalSet://iam.googleapis.com/locations/global/workforcePools/`pool_id`/
325
+ # group/`group_id``: All workforce identities in a group. * `principalSet://iam.
326
+ # googleapis.com/locations/global/workforcePools/`pool_id`/attribute.`
327
+ # attribute_name`/`attribute_value``: All workforce identities with a specific
328
+ # attribute value. * `principalSet://iam.googleapis.com/locations/global/
329
+ # workforcePools/`pool_id`/*`: All identities in a workforce identity pool. * `
330
+ # principal://iam.googleapis.com/projects/`project_number`/locations/global/
331
+ # workloadIdentityPools/`pool_id`/subject/`subject_attribute_value``: A single
332
+ # identity in a workload identity pool. * `principalSet://iam.googleapis.com/
333
+ # projects/`project_number`/locations/global/workloadIdentityPools/`pool_id`/
334
+ # group/`group_id``: A workload identity pool group. * `principalSet://iam.
335
+ # googleapis.com/projects/`project_number`/locations/global/
336
+ # workloadIdentityPools/`pool_id`/attribute.`attribute_name`/`attribute_value``:
337
+ # All identities in a workload identity pool with a certain attribute. * `
338
+ # principalSet://iam.googleapis.com/projects/`project_number`/locations/global/
339
+ # workloadIdentityPools/`pool_id`/*`: All identities in a workload identity pool.
340
+ # * `deleted:user:`emailid`?uid=`uniqueid``: An email address (plus unique
341
+ # identifier) representing a user that has been recently deleted. For example, `
342
+ # alice@example.com?uid=123456789012345678901`. If the user is recovered, this
343
+ # value reverts to `user:`emailid`` and the recovered user retains the role in
344
+ # the binding. * `deleted:serviceAccount:`emailid`?uid=`uniqueid``: An email
345
+ # address (plus unique identifier) representing a service account that has been
346
+ # recently deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=
329
347
  # 123456789012345678901`. If the service account is undeleted, this value
330
348
  # reverts to `serviceAccount:`emailid`` and the undeleted service account
331
349
  # retains the role in the binding. * `deleted:group:`emailid`?uid=`uniqueid``:
332
350
  # An email address (plus unique identifier) representing a Google group that has
333
351
  # been recently deleted. For example, `admins@example.com?uid=
334
352
  # 123456789012345678901`. If the group is recovered, this value reverts to `
335
- # group:`emailid`` and the recovered group retains the role in the binding.
353
+ # group:`emailid`` and the recovered group retains the role in the binding. * `
354
+ # deleted:principal://iam.googleapis.com/locations/global/workforcePools/`
355
+ # pool_id`/subject/`subject_attribute_value``: Deleted single identity in a
356
+ # workforce identity pool. For example, `deleted:principal://iam.googleapis.com/
357
+ # locations/global/workforcePools/my-pool-id/subject/my-subject-attribute-value`.
336
358
  # Corresponds to the JSON property `members`
337
359
  # @return [Array<String>]
338
360
  attr_accessor :members
339
361
 
340
362
  # Role that is assigned to the list of `members`, or principals. For example, `
341
- # roles/viewer`, `roles/editor`, or `roles/owner`.
363
+ # roles/viewer`, `roles/editor`, or `roles/owner`. For an overview of the IAM
364
+ # roles and permissions, see the [IAM documentation](https://cloud.google.com/
365
+ # iam/docs/roles-overview). For a list of the available pre-defined roles, see [
366
+ # here](https://cloud.google.com/iam/docs/understanding-roles).
342
367
  # Corresponds to the JSON property `role`
343
368
  # @return [String]
344
369
  attr_accessor :role
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ContaineranalysisV1alpha1
18
18
  # Version of the google-apis-containeranalysis_v1alpha1 gem
19
- GEM_VERSION = "0.58.0"
19
+ GEM_VERSION = "0.60.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.12.0"
22
+ GENERATOR_VERSION = "0.13.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20231103"
25
+ REVISION = "20240209"
26
26
  end
27
27
  end
28
28
  end
@@ -36,6 +36,8 @@ module Google
36
36
  #
37
37
  # @see https://cloud.google.com/container-analysis/api/reference/rest/
38
38
  class ContainerAnalysisService < Google::Apis::Core::BaseService
39
+ DEFAULT_ENDPOINT_TEMPLATE = "https://containeranalysis.$UNIVERSE_DOMAIN$/"
40
+
39
41
  # @return [String]
40
42
  # API key. Your API key identifies your project and provides you with API access,
41
43
  # quota, and reports. Required unless you provide an OAuth 2.0 token.
@@ -47,7 +49,7 @@ module Google
47
49
  attr_accessor :quota_user
48
50
 
49
51
  def initialize
50
- super('https://containeranalysis.googleapis.com/', '',
52
+ super(DEFAULT_ENDPOINT_TEMPLATE, '',
51
53
  client_name: 'google-apis-containeranalysis_v1alpha1',
52
54
  client_version: Google::Apis::ContaineranalysisV1alpha1::GEM_VERSION)
53
55
  @batch_path = 'batch'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-containeranalysis_v1alpha1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.58.0
4
+ version: 0.60.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: 2023-11-12 00:00:00.000000000 Z
11
+ date: 2024-02-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.11.0
19
+ version: 0.12.0
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: 0.11.0
29
+ version: 0.12.0
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-containeranalysis_v1alpha1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-containeranalysis_v1alpha1/v0.58.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-containeranalysis_v1alpha1/v0.60.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-containeranalysis_v1alpha1
63
63
  post_install_message:
64
64
  rdoc_options: []
@@ -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.4.19
78
+ rubygems_version: 3.5.3
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Container Analysis API V1alpha1