google-apis-containeranalysis_v1alpha1 0.51.0 → 0.53.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: 1d79a63e2c5a0836da29831be630634f0406867a44cc79173585e7a2820219b6
4
- data.tar.gz: 76c859d0c7c267c3b45ac7f302fe4e193d6cfa56ac9a0663942cf88db43b6f11
3
+ metadata.gz: ea93912e9f357901f163a56dedf068bf7c9b94a446aa78440e98e1f3f5860ceb
4
+ data.tar.gz: cdd8f24a8240c8f64feba3cba2a4ba19cfac756553dadae41f5f9f93b2696c30
5
5
  SHA512:
6
- metadata.gz: ac4045d4be2d4004ddf61dd8d66ca2526920a099dcafc0bf22629f7672cb6f4b33be6e5ace92f3a74cec5ceede3384b774f7d8b911ecc30f8b3c6a03d0d85573
7
- data.tar.gz: 67bde609136ab3446e18c754e9c86331e0feae263f7ed17a378b5a14a5df3774b068214ea6931d5f4bf4c2f3d032fe4cddf655352f7ab0841c61d4a2a8bc05fc
6
+ metadata.gz: 3bf37fbc5d5b9ca2f4b09c7b4658719180c42d93cb37933ae073e3a34c04f38cb87a58f90080bf75901a760db6399918f44c652b7ba9cf8cb76459282b0d41a2
7
+ data.tar.gz: 9a5f18b7a678aa1dd74fb0aef8af4ea773423532e83acdd3dc2fefbb82a5b86d422e78ea8bcc06cb9e249a254983b18d1fb5f581443a17f7288dd9b6aecb62d0
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-containeranalysis_v1alpha1
2
2
 
3
+ ### v0.53.0 (2023-08-27)
4
+
5
+ * Regenerated from discovery document revision 20230811
6
+
7
+ ### v0.52.0 (2023-08-13)
8
+
9
+ * Regenerated from discovery document revision 20230804
10
+
3
11
  ### v0.51.0 (2023-08-03)
4
12
 
5
13
  * Regenerated from discovery document revision 20230721
@@ -2086,6 +2086,39 @@ module Google
2086
2086
  end
2087
2087
  end
2088
2088
 
2089
+ # Location of the source in a 2nd-gen Google Cloud Build repository resource.
2090
+ class ContaineranalysisGoogleDevtoolsCloudbuildV1ConnectedRepository
2091
+ include Google::Apis::Core::Hashable
2092
+
2093
+ # Directory, relative to the source root, in which to run the build.
2094
+ # Corresponds to the JSON property `dir`
2095
+ # @return [String]
2096
+ attr_accessor :dir
2097
+
2098
+ # Required. Name of the Google Cloud Build repository, formatted as `projects/*/
2099
+ # locations/*/connections/*/repositories/*`.
2100
+ # Corresponds to the JSON property `repository`
2101
+ # @return [String]
2102
+ attr_accessor :repository
2103
+
2104
+ # The revision to fetch from the Git repository such as a branch, a tag, a
2105
+ # commit SHA, or any Git ref.
2106
+ # Corresponds to the JSON property `revision`
2107
+ # @return [String]
2108
+ attr_accessor :revision
2109
+
2110
+ def initialize(**args)
2111
+ update!(**args)
2112
+ end
2113
+
2114
+ # Update properties of this object
2115
+ def update!(**args)
2116
+ @dir = args[:dir] if args.key?(:dir)
2117
+ @repository = args[:repository] if args.key?(:repository)
2118
+ @revision = args[:revision] if args.key?(:revision)
2119
+ end
2120
+ end
2121
+
2089
2122
  # Container message for hashes of byte content of files, used in
2090
2123
  # SourceProvenance messages to verify integrity of source input to the build.
2091
2124
  class ContaineranalysisGoogleDevtoolsCloudbuildV1FileHashes
@@ -2432,6 +2465,11 @@ module Google
2432
2465
  class ContaineranalysisGoogleDevtoolsCloudbuildV1Source
2433
2466
  include Google::Apis::Core::Hashable
2434
2467
 
2468
+ # Location of the source in a 2nd-gen Google Cloud Build repository resource.
2469
+ # Corresponds to the JSON property `connectedRepository`
2470
+ # @return [Google::Apis::ContaineranalysisV1alpha1::ContaineranalysisGoogleDevtoolsCloudbuildV1ConnectedRepository]
2471
+ attr_accessor :connected_repository
2472
+
2435
2473
  # Location of the source in any accessible Git repository.
2436
2474
  # Corresponds to the JSON property `gitSource`
2437
2475
  # @return [Google::Apis::ContaineranalysisV1alpha1::ContaineranalysisGoogleDevtoolsCloudbuildV1GitSource]
@@ -2460,6 +2498,7 @@ module Google
2460
2498
 
2461
2499
  # Update properties of this object
2462
2500
  def update!(**args)
2501
+ @connected_repository = args[:connected_repository] if args.key?(:connected_repository)
2463
2502
  @git_source = args[:git_source] if args.key?(:git_source)
2464
2503
  @repo_source = args[:repo_source] if args.key?(:repo_source)
2465
2504
  @storage_source = args[:storage_source] if args.key?(:storage_source)
@@ -5164,13 +5203,13 @@ module Google
5164
5203
  # @return [String]
5165
5204
  attr_accessor :name
5166
5205
 
5167
- # The normal response of the operation in case of success. If the original
5168
- # method returns no data on success, such as `Delete`, the response is `google.
5169
- # protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`,
5170
- # the response should be the resource. For other methods, the response should
5171
- # have the type `XxxResponse`, where `Xxx` is the original method name. For
5172
- # example, if the original method name is `TakeSnapshot()`, the inferred
5173
- # response type is `TakeSnapshotResponse`.
5206
+ # The normal, successful response of the operation. If the original method
5207
+ # returns no data on success, such as `Delete`, the response is `google.protobuf.
5208
+ # Empty`. If the original method is standard `Get`/`Create`/`Update`, the
5209
+ # response should be the resource. For other methods, the response should have
5210
+ # the type `XxxResponse`, where `Xxx` is the original method name. For example,
5211
+ # if the original method name is `TakeSnapshot()`, the inferred response type is
5212
+ # `TakeSnapshotResponse`.
5174
5213
  # Corresponds to the JSON property `response`
5175
5214
  # @return [Hash<String,Object>]
5176
5215
  attr_accessor :response
@@ -5601,22 +5640,22 @@ module Google
5601
5640
  # evaluates to `true`. A condition can add constraints based on attributes of
5602
5641
  # the request, the resource, or both. To learn which resources support
5603
5642
  # conditions in their IAM policies, see the [IAM documentation](https://cloud.
5604
- # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
5643
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
5605
5644
  # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
5606
5645
  # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
5607
5646
  # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
5608
5647
  # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
5609
5648
  # ], "condition": ` "title": "expirable access", "description": "Does not grant
5610
5649
  # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
5611
- # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
5612
- # bindings: - members: - user:mike@example.com - group:admins@example.com -
5613
- # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
5614
- # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
5615
- # com role: roles/resourcemanager.organizationViewer condition: title: expirable
5616
- # access description: Does not grant access after Sep 2020 expression: request.
5617
- # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
5618
- # a description of IAM and its features, see the [IAM documentation](https://
5619
- # cloud.google.com/iam/docs/).
5650
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
5651
+ # example:** ``` bindings: - members: - user:mike@example.com - group:admins@
5652
+ # example.com - domain:google.com - serviceAccount:my-project-id@appspot.
5653
+ # gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
5654
+ # user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
5655
+ # title: expirable access description: Does not grant access after Sep 2020
5656
+ # expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
5657
+ # BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
5658
+ # [IAM documentation](https://cloud.google.com/iam/docs/).
5620
5659
  class Policy
5621
5660
  include Google::Apis::Core::Hashable
5622
5661
 
@@ -6347,22 +6386,22 @@ module Google
6347
6386
  # evaluates to `true`. A condition can add constraints based on attributes of
6348
6387
  # the request, the resource, or both. To learn which resources support
6349
6388
  # conditions in their IAM policies, see the [IAM documentation](https://cloud.
6350
- # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
6389
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
6351
6390
  # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
6352
6391
  # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
6353
6392
  # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
6354
6393
  # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
6355
6394
  # ], "condition": ` "title": "expirable access", "description": "Does not grant
6356
6395
  # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
6357
- # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
6358
- # bindings: - members: - user:mike@example.com - group:admins@example.com -
6359
- # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
6360
- # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
6361
- # com role: roles/resourcemanager.organizationViewer condition: title: expirable
6362
- # access description: Does not grant access after Sep 2020 expression: request.
6363
- # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
6364
- # a description of IAM and its features, see the [IAM documentation](https://
6365
- # cloud.google.com/iam/docs/).
6396
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
6397
+ # example:** ``` bindings: - members: - user:mike@example.com - group:admins@
6398
+ # example.com - domain:google.com - serviceAccount:my-project-id@appspot.
6399
+ # gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
6400
+ # user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
6401
+ # title: expirable access description: Does not grant access after Sep 2020
6402
+ # expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
6403
+ # BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
6404
+ # [IAM documentation](https://cloud.google.com/iam/docs/).
6366
6405
  # Corresponds to the JSON property `policy`
6367
6406
  # @return [Google::Apis::ContaineranalysisV1alpha1::Policy]
6368
6407
  attr_accessor :policy
@@ -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.51.0"
19
+ GEM_VERSION = "0.53.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230721"
25
+ REVISION = "20230811"
26
26
  end
27
27
  end
28
28
  end
@@ -250,6 +250,12 @@ module Google
250
250
  include Google::Apis::Core::JsonObjectSupport
251
251
  end
252
252
 
253
+ class ContaineranalysisGoogleDevtoolsCloudbuildV1ConnectedRepository
254
+ class Representation < Google::Apis::Core::JsonRepresentation; end
255
+
256
+ include Google::Apis::Core::JsonObjectSupport
257
+ end
258
+
253
259
  class ContaineranalysisGoogleDevtoolsCloudbuildV1FileHashes
254
260
  class Representation < Google::Apis::Core::JsonRepresentation; end
255
261
 
@@ -1514,6 +1520,15 @@ module Google
1514
1520
  end
1515
1521
  end
1516
1522
 
1523
+ class ContaineranalysisGoogleDevtoolsCloudbuildV1ConnectedRepository
1524
+ # @private
1525
+ class Representation < Google::Apis::Core::JsonRepresentation
1526
+ property :dir, as: 'dir'
1527
+ property :repository, as: 'repository'
1528
+ property :revision, as: 'revision'
1529
+ end
1530
+ end
1531
+
1517
1532
  class ContaineranalysisGoogleDevtoolsCloudbuildV1FileHashes
1518
1533
  # @private
1519
1534
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1610,6 +1625,8 @@ module Google
1610
1625
  class ContaineranalysisGoogleDevtoolsCloudbuildV1Source
1611
1626
  # @private
1612
1627
  class Representation < Google::Apis::Core::JsonRepresentation
1628
+ property :connected_repository, as: 'connectedRepository', class: Google::Apis::ContaineranalysisV1alpha1::ContaineranalysisGoogleDevtoolsCloudbuildV1ConnectedRepository, decorator: Google::Apis::ContaineranalysisV1alpha1::ContaineranalysisGoogleDevtoolsCloudbuildV1ConnectedRepository::Representation
1629
+
1613
1630
  property :git_source, as: 'gitSource', class: Google::Apis::ContaineranalysisV1alpha1::ContaineranalysisGoogleDevtoolsCloudbuildV1GitSource, decorator: Google::Apis::ContaineranalysisV1alpha1::ContaineranalysisGoogleDevtoolsCloudbuildV1GitSource::Representation
1614
1631
 
1615
1632
  property :repo_source, as: 'repoSource', class: Google::Apis::ContaineranalysisV1alpha1::ContaineranalysisGoogleDevtoolsCloudbuildV1RepoSource, decorator: Google::Apis::ContaineranalysisV1alpha1::ContaineranalysisGoogleDevtoolsCloudbuildV1RepoSource::Representation
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.51.0
4
+ version: 0.53.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-08-06 00:00:00.000000000 Z
11
+ date: 2023-09-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -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.51.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-containeranalysis_v1alpha1/v0.53.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.2
78
+ rubygems_version: 3.4.19
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Container Analysis API V1alpha1