google-apis-artifactregistry_v1 0.45.0 → 0.46.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 143a8af8c759985a593317be192f2f1a38ecab0daf3884bab495aca2827eea17
|
4
|
+
data.tar.gz: 0ccae7bc1408d50de4a4b347e23014fd1af5e96d66e2d9a2d0890f8319e89c02
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f0ec1287e99176ca466a06b5607867142c6a253747c4f9277e57f4a85bad1592d4ed1b1a319ed83d6a04c872e456ffac15d90daf269cca96d6debdb4dee2da4d
|
7
|
+
data.tar.gz: 1b16fde4ece9ebe48db98820862d1e8684dbfc4f1389a55f19562666d737dea8a46877da3fecb055cbd588bdf179c6a45ce80dcd75d029d312edb5fc419e0fb6
|
data/CHANGELOG.md
CHANGED
@@ -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
|
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.
|
19
|
+
GEM_VERSION = "0.46.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 = "
|
25
|
+
REVISION = "20230905"
|
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.
|
4
|
+
version: 0.46.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
|
+
date: 2023-09-10 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.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-artifactregistry_v1/v0.46.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.
|
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
|