Skip to content

Commit 32a1a01

Browse files
feat: Automated regeneration of containeranalysis v1beta1 client (googleapis#24093)
Auto-created at 2025-08-24 10:59:49 +0000 using the toys pull request generator.
1 parent 8fec525 commit 32a1a01

File tree

5 files changed

+21
-6
lines changed

5 files changed

+21
-6
lines changed

api_names_out.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135450,6 +135450,7 @@
135450135450
"/containeranalysis:v1beta1/BuildStep/id": id
135451135451
"/containeranalysis:v1beta1/BuildStep/name": name
135452135452
"/containeranalysis:v1beta1/BuildStep/pullTiming": pull_timing
135453+
"/containeranalysis:v1beta1/BuildStep/remoteConfig": remote_config
135453135454
"/containeranalysis:v1beta1/BuildStep/results": results
135454135455
"/containeranalysis:v1beta1/BuildStep/results/result": result
135455135456
"/containeranalysis:v1beta1/BuildStep/script": script

generated/google-apis-containeranalysis_v1beta1/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release history for google-apis-containeranalysis_v1beta1
22

3+
### v0.66.0 (2025-08-24)
4+
5+
* Regenerated from discovery document revision 20250813
6+
37
### v0.65.0 (2025-07-13)
48

59
* Regenerated from discovery document revision 20250704

generated/google-apis-containeranalysis_v1beta1/lib/google/apis/containeranalysis_v1beta1/classes.rb

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -731,7 +731,7 @@ def update!(**args)
731731
end
732732
end
733733

734-
# A step in the build pipeline. Next ID: 22
734+
# A step in the build pipeline. Next ID: 23
735735
class BuildStep
736736
include Google::Apis::Core::Hashable
737737

@@ -822,6 +822,11 @@ class BuildStep
822822
# @return [Google::Apis::ContaineranalysisV1beta1::TimeSpan]
823823
attr_accessor :pull_timing
824824

825+
# Remote configuration for the build step.
826+
# Corresponds to the JSON property `remoteConfig`
827+
# @return [String]
828+
attr_accessor :remote_config
829+
825830
#
826831
# Corresponds to the JSON property `results`
827832
# @return [Array<Google::Apis::ContaineranalysisV1beta1::StepResult>]
@@ -893,6 +898,7 @@ def update!(**args)
893898
@id = args[:id] if args.key?(:id)
894899
@name = args[:name] if args.key?(:name)
895900
@pull_timing = args[:pull_timing] if args.key?(:pull_timing)
901+
@remote_config = args[:remote_config] if args.key?(:remote_config)
896902
@results = args[:results] if args.key?(:results)
897903
@script = args[:script] if args.key?(:script)
898904
@secret_env = args[:secret_env] if args.key?(:secret_env)
@@ -5018,7 +5024,8 @@ class ListNotesResponse
50185024
attr_accessor :notes
50195025

50205026
# Unordered list. Unreachable regions. Populated for requests from the global
5021-
# region when `return_partial_success` is set. Format: projects//locations/
5027+
# region when `return_partial_success` is set. Format: `projects/[PROJECT_ID]/
5028+
# locations/[LOCATION]`
50225029
# Corresponds to the JSON property `unreachable`
50235030
# @return [Array<String>]
50245031
attr_accessor :unreachable
@@ -5051,7 +5058,8 @@ class ListOccurrencesResponse
50515058
attr_accessor :occurrences
50525059

50535060
# Unordered list. Unreachable regions. Populated for requests from the global
5054-
# region when `return_partial_success` is set. Format: projects//locations/
5061+
# region when `return_partial_success` is set. Format: `projects/[PROJECT_ID]/
5062+
# locations/[LOCATION]`
50555063
# Corresponds to the JSON property `unreachable`
50565064
# @return [Array<String>]
50575065
attr_accessor :unreachable
@@ -7242,7 +7250,8 @@ class VulnerabilityOccurrencesSummary
72427250
attr_accessor :counts
72437251

72447252
# Unordered list. Unreachable regions. Populated for requests from the global
7245-
# region when `return_partial_success` is set. Format: projects//locations/
7253+
# region when `return_partial_success` is set. Format: `projects/[PROJECT_ID]/
7254+
# locations/[LOCATION]`
72467255
# Corresponds to the JSON property `unreachable`
72477256
# @return [Array<String>]
72487257
attr_accessor :unreachable

generated/google-apis-containeranalysis_v1beta1/lib/google/apis/containeranalysis_v1beta1/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module ContaineranalysisV1beta1
1818
# Version of the google-apis-containeranalysis_v1beta1 gem
19-
GEM_VERSION = "0.65.0"
19+
GEM_VERSION = "0.66.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.18.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20250704"
25+
REVISION = "20250813"
2626
end
2727
end
2828
end

generated/google-apis-containeranalysis_v1beta1/lib/google/apis/containeranalysis_v1beta1/representations.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1237,6 +1237,7 @@ class Representation < Google::Apis::Core::JsonRepresentation
12371237
property :name, as: 'name'
12381238
property :pull_timing, as: 'pullTiming', class: Google::Apis::ContaineranalysisV1beta1::TimeSpan, decorator: Google::Apis::ContaineranalysisV1beta1::TimeSpan::Representation
12391239

1240+
property :remote_config, as: 'remoteConfig'
12401241
collection :results, as: 'results', class: Google::Apis::ContaineranalysisV1beta1::StepResult, decorator: Google::Apis::ContaineranalysisV1beta1::StepResult::Representation
12411242

12421243
property :script, as: 'script'

0 commit comments

Comments
 (0)