google-apis-artifactregistry_v1 0.48.0 → 0.49.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c75a677abb10e19cb882f6dfaf0d668f367bf9162e64696f8470655c464ff5c6
4
- data.tar.gz: c9dc67878950f89d468c1c1bc07d09471b31899bbc2150264c2595d0ac4705a3
3
+ metadata.gz: e5f844048a10dec1b6ecacc65698da85b7bbc7f13522c42aca18b1f7f6cfe3f5
4
+ data.tar.gz: 218ce420ea667f2a64ee8a5924ccf8f61d1bdbd211d620d0ad4c280f6709ae89
5
5
  SHA512:
6
- metadata.gz: 8078eb4988970fd505e7469e1ef7a2a349304d874f3bb0f4f90016f942e51fac397d097a7ba3fe720b3e542e4aab741bdea8f78c6ccadbeb57ce728d7ba1e600
7
- data.tar.gz: ee41a80d3ca8bd0070a4a20e80510ffd11b896ec143a9d796ae961547957abb8a06b86af5baec75e3dbb71cff712919ad87a6c2b50b50c65ce5a5f2c2aada63e
6
+ metadata.gz: b7e5764e9ced47a2214ddb6e87acb6b6d0126284da3ed2409cf3b9af9b6ece2ce801a7d00c8f68c2389207cabf4d1dde9090f833c7d0d411d1aa8a6c6beb63a1
7
+ data.tar.gz: 714c7a0b8f2a3befc1b522b6b5c9819e7ba8dd4dfe7aa68b1b929a14890ef1fcd96ecdedb6a13415648eb6fe83a5b73f9d4c5d2981bcfcb733f0844f08671fd9
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-artifactregistry_v1
2
2
 
3
+ ### v0.49.0 (2023-10-22)
4
+
5
+ * Regenerated from discovery document revision 20231018
6
+
3
7
  ### v0.48.0 (2023-10-08)
4
8
 
5
9
  * Regenerated from discovery document revision 20231002
@@ -1928,6 +1928,11 @@ module Google
1928
1928
  # @return [Google::Apis::ArtifactregistryV1::PythonRepository]
1929
1929
  attr_accessor :python_repository
1930
1930
 
1931
+ # The credentials to access the remote repository.
1932
+ # Corresponds to the JSON property `upstreamCredentials`
1933
+ # @return [Google::Apis::ArtifactregistryV1::UpstreamCredentials]
1934
+ attr_accessor :upstream_credentials
1935
+
1931
1936
  # Configuration for a Yum remote repository.
1932
1937
  # Corresponds to the JSON property `yumRepository`
1933
1938
  # @return [Google::Apis::ArtifactregistryV1::YumRepository]
@@ -1945,6 +1950,7 @@ module Google
1945
1950
  @maven_repository = args[:maven_repository] if args.key?(:maven_repository)
1946
1951
  @npm_repository = args[:npm_repository] if args.key?(:npm_repository)
1947
1952
  @python_repository = args[:python_repository] if args.key?(:python_repository)
1953
+ @upstream_credentials = args[:upstream_credentials] if args.key?(:upstream_credentials)
1948
1954
  @yum_repository = args[:yum_repository] if args.key?(:yum_repository)
1949
1955
  end
1950
1956
  end
@@ -2532,6 +2538,25 @@ module Google
2532
2538
  end
2533
2539
  end
2534
2540
 
2541
+ # The credentials to access the remote repository.
2542
+ class UpstreamCredentials
2543
+ include Google::Apis::Core::Hashable
2544
+
2545
+ # Username and password credentials.
2546
+ # Corresponds to the JSON property `usernamePasswordCredentials`
2547
+ # @return [Google::Apis::ArtifactregistryV1::UsernamePasswordCredentials]
2548
+ attr_accessor :username_password_credentials
2549
+
2550
+ def initialize(**args)
2551
+ update!(**args)
2552
+ end
2553
+
2554
+ # Update properties of this object
2555
+ def update!(**args)
2556
+ @username_password_credentials = args[:username_password_credentials] if args.key?(:username_password_credentials)
2557
+ end
2558
+ end
2559
+
2535
2560
  # Artifact policy configuration for the repository contents.
2536
2561
  class UpstreamPolicy
2537
2562
  include Google::Apis::Core::Hashable
@@ -2564,6 +2589,33 @@ module Google
2564
2589
  end
2565
2590
  end
2566
2591
 
2592
+ # Username and password credentials.
2593
+ class UsernamePasswordCredentials
2594
+ include Google::Apis::Core::Hashable
2595
+
2596
+ # The Secret Manager key version that holds the password to access the remote
2597
+ # repository. Must be in the format of `projects/`project`/secrets/`secret`/
2598
+ # versions/`version``.
2599
+ # Corresponds to the JSON property `passwordSecretVersion`
2600
+ # @return [String]
2601
+ attr_accessor :password_secret_version
2602
+
2603
+ # The username to access the remote repository.
2604
+ # Corresponds to the JSON property `username`
2605
+ # @return [String]
2606
+ attr_accessor :username
2607
+
2608
+ def initialize(**args)
2609
+ update!(**args)
2610
+ end
2611
+
2612
+ # Update properties of this object
2613
+ def update!(**args)
2614
+ @password_secret_version = args[:password_secret_version] if args.key?(:password_secret_version)
2615
+ @username = args[:username] if args.key?(:username)
2616
+ end
2617
+ end
2618
+
2567
2619
  # The Artifact Registry VPC SC config that apply to a Project.
2568
2620
  class VpcscConfig
2569
2621
  include Google::Apis::Core::Hashable
@@ -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.48.0"
19
+ GEM_VERSION = "0.49.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 = "20231002"
25
+ REVISION = "20231018"
26
26
  end
27
27
  end
28
28
  end
@@ -520,12 +520,24 @@ module Google
520
520
  include Google::Apis::Core::JsonObjectSupport
521
521
  end
522
522
 
523
+ class UpstreamCredentials
524
+ class Representation < Google::Apis::Core::JsonRepresentation; end
525
+
526
+ include Google::Apis::Core::JsonObjectSupport
527
+ end
528
+
523
529
  class UpstreamPolicy
524
530
  class Representation < Google::Apis::Core::JsonRepresentation; end
525
531
 
526
532
  include Google::Apis::Core::JsonObjectSupport
527
533
  end
528
534
 
535
+ class UsernamePasswordCredentials
536
+ class Representation < Google::Apis::Core::JsonRepresentation; end
537
+
538
+ include Google::Apis::Core::JsonObjectSupport
539
+ end
540
+
529
541
  class VpcscConfig
530
542
  class Representation < Google::Apis::Core::JsonRepresentation; end
531
543
 
@@ -1096,6 +1108,8 @@ module Google
1096
1108
 
1097
1109
  property :python_repository, as: 'pythonRepository', class: Google::Apis::ArtifactregistryV1::PythonRepository, decorator: Google::Apis::ArtifactregistryV1::PythonRepository::Representation
1098
1110
 
1111
+ property :upstream_credentials, as: 'upstreamCredentials', class: Google::Apis::ArtifactregistryV1::UpstreamCredentials, decorator: Google::Apis::ArtifactregistryV1::UpstreamCredentials::Representation
1112
+
1099
1113
  property :yum_repository, as: 'yumRepository', class: Google::Apis::ArtifactregistryV1::YumRepository, decorator: Google::Apis::ArtifactregistryV1::YumRepository::Representation
1100
1114
 
1101
1115
  end
@@ -1293,6 +1307,14 @@ module Google
1293
1307
  end
1294
1308
  end
1295
1309
 
1310
+ class UpstreamCredentials
1311
+ # @private
1312
+ class Representation < Google::Apis::Core::JsonRepresentation
1313
+ property :username_password_credentials, as: 'usernamePasswordCredentials', class: Google::Apis::ArtifactregistryV1::UsernamePasswordCredentials, decorator: Google::Apis::ArtifactregistryV1::UsernamePasswordCredentials::Representation
1314
+
1315
+ end
1316
+ end
1317
+
1296
1318
  class UpstreamPolicy
1297
1319
  # @private
1298
1320
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1302,6 +1324,14 @@ module Google
1302
1324
  end
1303
1325
  end
1304
1326
 
1327
+ class UsernamePasswordCredentials
1328
+ # @private
1329
+ class Representation < Google::Apis::Core::JsonRepresentation
1330
+ property :password_secret_version, as: 'passwordSecretVersion'
1331
+ property :username, as: 'username'
1332
+ end
1333
+ end
1334
+
1305
1335
  class VpcscConfig
1306
1336
  # @private
1307
1337
  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.48.0
4
+ version: 0.49.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-10-08 00:00:00.000000000 Z
11
+ date: 2023-10-22 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.48.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-artifactregistry_v1/v0.49.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: []