google-apis-artifactregistry_v1 0.45.0 → 0.47.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: 5eb4434c9107853daaf6f70ed0504cc99a080ee3d464c438b2378ebf43b1e6d5
4
- data.tar.gz: 5bf9159ce0f7dbe25a6709ab069a9f470b7e3461ec3a6ed7f098b043a0444462
3
+ metadata.gz: a3a0154a689326594d1443bee36def1f09a913dbfe14b49af710eb4447ae19c9
4
+ data.tar.gz: dffe2b3763361ac4adcea950ee573b50c3f59dcc9138ad574d29073c41f9c857
5
5
  SHA512:
6
- metadata.gz: 46150201904cdd4a9468477937aaee8f41ffc595939cc62c08dc04cc81f6a065528b185b01b597dc5759f4347e22cef1a25e2831466c9daa9f0abd0438a83118
7
- data.tar.gz: 8cd0b3b76a989f6e7112f6f76c36ef66343c4fd7ad65b448dda1de9777cee2ad9348a64ee55fb84384d4f52ad14b25b97c17dddb53887884179c70f4e801551d
6
+ metadata.gz: 0e08445d0e5920ad16c0ca016d3fa9944958f4a0c64fdc62ae523bd5001f8d4195f738c6bc53e8eefecf27ea767db6de134b0e370b9b94d56ba84b47b5edae20
7
+ data.tar.gz: 4af087f0c36ef443ef1a121dc3561478013ecb825830fe9a3b9370bd8ff18198f2abd2221329c060926f6bd883f47d912c8fc0807e1c3b182dde4a1a0e2fa4e5
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-artifactregistry_v1
2
2
 
3
+ ### v0.47.0 (2023-09-17)
4
+
5
+ * Regenerated from discovery document revision 20230913
6
+
7
+ ### v0.46.0 (2023-09-10)
8
+
9
+ * Regenerated from discovery document revision 20230905
10
+
3
11
  ### v0.45.0 (2023-08-13)
4
12
 
5
13
  * Regenerated from discovery document revision 20230809
@@ -1984,7 +1984,7 @@ module Google
1984
1984
  # @return [Google::Apis::ArtifactregistryV1::DockerRepositoryConfig]
1985
1985
  attr_accessor :docker_config
1986
1986
 
1987
- # The format of packages that are stored in the repository.
1987
+ # Optional. The format of packages that are stored in the repository.
1988
1988
  # Corresponds to the JSON property `format`
1989
1989
  # @return [String]
1990
1990
  attr_accessor :format
@@ -2011,7 +2011,7 @@ module Google
2011
2011
  # @return [Google::Apis::ArtifactregistryV1::MavenRepositoryConfig]
2012
2012
  attr_accessor :maven_config
2013
2013
 
2014
- # The mode of the repository.
2014
+ # Optional. The mode of the repository.
2015
2015
  # Corresponds to the JSON property `mode`
2016
2016
  # @return [String]
2017
2017
  attr_accessor :mode
@@ -2033,12 +2033,6 @@ module Google
2033
2033
  attr_accessor :satisfies_pzs
2034
2034
  alias_method :satisfies_pzs?, :satisfies_pzs
2035
2035
 
2036
- # Config for whether to generate SBOMs for resources in this repository, as well
2037
- # as output fields describing current state.
2038
- # Corresponds to the JSON property `sbomConfig`
2039
- # @return [Google::Apis::ArtifactregistryV1::SbomConfig]
2040
- attr_accessor :sbom_config
2041
-
2042
2036
  # Output only. The size, in bytes, of all artifact storage in this repository.
2043
2037
  # Repositories that are generally available or in public preview use this to
2044
2038
  # calculate storage costs.
@@ -2075,39 +2069,12 @@ module Google
2075
2069
  @name = args[:name] if args.key?(:name)
2076
2070
  @remote_repository_config = args[:remote_repository_config] if args.key?(:remote_repository_config)
2077
2071
  @satisfies_pzs = args[:satisfies_pzs] if args.key?(:satisfies_pzs)
2078
- @sbom_config = args[:sbom_config] if args.key?(:sbom_config)
2079
2072
  @size_bytes = args[:size_bytes] if args.key?(:size_bytes)
2080
2073
  @update_time = args[:update_time] if args.key?(:update_time)
2081
2074
  @virtual_repository_config = args[:virtual_repository_config] if args.key?(:virtual_repository_config)
2082
2075
  end
2083
2076
  end
2084
2077
 
2085
- # Config for whether to generate SBOMs for resources in this repository, as well
2086
- # as output fields describing current state.
2087
- class SbomConfig
2088
- include Google::Apis::Core::Hashable
2089
-
2090
- # Optional. Config for whether this repository has sbom generation disabled.
2091
- # Corresponds to the JSON property `enablementConfig`
2092
- # @return [String]
2093
- attr_accessor :enablement_config
2094
-
2095
- # Output only. The last time this repository config was set to INHERITED.
2096
- # Corresponds to the JSON property `lastEnableTime`
2097
- # @return [String]
2098
- attr_accessor :last_enable_time
2099
-
2100
- def initialize(**args)
2101
- update!(**args)
2102
- end
2103
-
2104
- # Update properties of this object
2105
- def update!(**args)
2106
- @enablement_config = args[:enablement_config] if args.key?(:enablement_config)
2107
- @last_enable_time = args[:last_enable_time] if args.key?(:last_enable_time)
2108
- end
2109
- end
2110
-
2111
2078
  # Request message for `SetIamPolicy` method.
2112
2079
  class SetIamPolicyRequest
2113
2080
  include Google::Apis::Core::Hashable
@@ -2550,7 +2517,7 @@ module Google
2550
2517
  class UploadYumArtifactResponse
2551
2518
  include Google::Apis::Core::Hashable
2552
2519
 
2553
- # The Apt artifacts updated.
2520
+ # The Yum artifacts updated.
2554
2521
  # Corresponds to the JSON property `yumArtifacts`
2555
2522
  # @return [Array<Google::Apis::ArtifactregistryV1::YumArtifact>]
2556
2523
  attr_accessor :yum_artifacts
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ArtifactregistryV1
18
18
  # Version of the google-apis-artifactregistry_v1 gem
19
- GEM_VERSION = "0.45.0"
19
+ GEM_VERSION = "0.47.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 = "20230809"
25
+ REVISION = "20230913"
26
26
  end
27
27
  end
28
28
  end
@@ -382,12 +382,6 @@ module Google
382
382
  include Google::Apis::Core::JsonObjectSupport
383
383
  end
384
384
 
385
- class SbomConfig
386
- class Representation < Google::Apis::Core::JsonRepresentation; end
387
-
388
- include Google::Apis::Core::JsonObjectSupport
389
- end
390
-
391
385
  class SetIamPolicyRequest
392
386
  class Representation < Google::Apis::Core::JsonRepresentation; end
393
387
 
@@ -1127,8 +1121,6 @@ module Google
1127
1121
  property :remote_repository_config, as: 'remoteRepositoryConfig', class: Google::Apis::ArtifactregistryV1::RemoteRepositoryConfig, decorator: Google::Apis::ArtifactregistryV1::RemoteRepositoryConfig::Representation
1128
1122
 
1129
1123
  property :satisfies_pzs, as: 'satisfiesPzs'
1130
- property :sbom_config, as: 'sbomConfig', class: Google::Apis::ArtifactregistryV1::SbomConfig, decorator: Google::Apis::ArtifactregistryV1::SbomConfig::Representation
1131
-
1132
1124
  property :size_bytes, :numeric_string => true, as: 'sizeBytes'
1133
1125
  property :update_time, as: 'updateTime'
1134
1126
  property :virtual_repository_config, as: 'virtualRepositoryConfig', class: Google::Apis::ArtifactregistryV1::VirtualRepositoryConfig, decorator: Google::Apis::ArtifactregistryV1::VirtualRepositoryConfig::Representation
@@ -1136,14 +1128,6 @@ module Google
1136
1128
  end
1137
1129
  end
1138
1130
 
1139
- class SbomConfig
1140
- # @private
1141
- class Representation < Google::Apis::Core::JsonRepresentation
1142
- property :enablement_config, as: 'enablementConfig'
1143
- property :last_enable_time, as: 'lastEnableTime'
1144
- end
1145
- end
1146
-
1147
1131
  class SetIamPolicyRequest
1148
1132
  # @private
1149
1133
  class Representation < Google::Apis::Core::JsonRepresentation
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-artifactregistry_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.45.0
4
+ version: 0.47.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-13 00:00:00.000000000 Z
11
+ date: 2023-09-17 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-artifactregistry_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-artifactregistry_v1/v0.45.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-artifactregistry_v1/v0.47.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-artifactregistry_v1
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 Artifact Registry API V1