google-apis-artifactregistry_v1beta2 0.17.0 → 0.18.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: 81841913b2f340d07ea68f7969d73e6d4612acb8fcd3abc03af5f9cf50df47b0
4
- data.tar.gz: 6500dbdf8a2b474317a2dbabc04628633a45775ac42908751ce76da95768d26b
3
+ metadata.gz: 2563c9870e87cf7b130ad5737df13b048b8b4bc040890e21ac4fc1203e1146a5
4
+ data.tar.gz: e376af330e9aca45e3eff9ec17488895db2d85bfc89c8c1ba0a441529184088b
5
5
  SHA512:
6
- metadata.gz: a2a0a8b063868b79316bbe1754407832fc51e52a079105a7b414fcc624df27e586df62f0cc8f6c99f89851d29f819e7097873e88ae58c68e80b088ebc58b5b44
7
- data.tar.gz: 012e9ec14db97e6d706e7994ffd5039cf5f6b99c36c49b6003ea5b3a52e0beafd799cf30500c936f36bdbfc9f048a917596f05b5db5a5d4f8592e1fda5fcc5b5
6
+ metadata.gz: 41c4df21c4a2b54aed167c5e0ea6005208ffbdf8cd9cc3fd854efa7f431bf955442e2bbedac98f2e36962693a922055ce2a404efd681c2d1ecfb9dd7d1989682
7
+ data.tar.gz: 510b7112c19d64a2bf49720cae09adeb6280761bbf50282cc27ea88e6e198df6a442a7f2ed8aea0be58ffaec05aa16c1b40e562d0934567b44d1953643a92674
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-artifactregistry_v1beta2
2
2
 
3
+ ### v0.18.0 (2022-01-15)
4
+
5
+ * Regenerated from discovery document revision 20220113
6
+ * Regenerated using generator version 0.4.1
7
+
3
8
  ### v0.17.0 (2021-12-14)
4
9
 
5
10
  * Unspecified changes
@@ -784,6 +784,19 @@ module Google
784
784
  end
785
785
  end
786
786
 
787
+ # Metadata type for longrunning-operations, currently empty.
788
+ class OperationMetadata
789
+ include Google::Apis::Core::Hashable
790
+
791
+ def initialize(**args)
792
+ update!(**args)
793
+ end
794
+
795
+ # Update properties of this object
796
+ def update!(**args)
797
+ end
798
+ end
799
+
787
800
  # Packages are named collections of versions.
788
801
  class Package
789
802
  include Google::Apis::Core::Hashable
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ArtifactregistryV1beta2
18
18
  # Version of the google-apis-artifactregistry_v1beta2 gem
19
- GEM_VERSION = "0.17.0"
19
+ GEM_VERSION = "0.18.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.4.0"
22
+ GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20211108"
25
+ REVISION = "20220113"
26
26
  end
27
27
  end
28
28
  end
@@ -160,6 +160,12 @@ module Google
160
160
  include Google::Apis::Core::JsonObjectSupport
161
161
  end
162
162
 
163
+ class OperationMetadata
164
+ class Representation < Google::Apis::Core::JsonRepresentation; end
165
+
166
+ include Google::Apis::Core::JsonObjectSupport
167
+ end
168
+
163
169
  class Package
164
170
  class Representation < Google::Apis::Core::JsonRepresentation; end
165
171
 
@@ -478,6 +484,12 @@ module Google
478
484
  end
479
485
  end
480
486
 
487
+ class OperationMetadata
488
+ # @private
489
+ class Representation < Google::Apis::Core::JsonRepresentation
490
+ end
491
+ end
492
+
481
493
  class Package
482
494
  # @private
483
495
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -50,7 +50,7 @@ module Google
50
50
  @batch_path = 'batch'
51
51
  end
52
52
 
53
- # Retrieves the Settings for the Project
53
+ # Retrieves the Settings for the Project.
54
54
  # @param [String] name
55
55
  # Required. The name of the projectSettings resource.
56
56
  # @param [String] fields
@@ -80,7 +80,7 @@ module Google
80
80
  execute_or_queue_command(command, &block)
81
81
  end
82
82
 
83
- # Retrieves the Settings for the Project
83
+ # Updates the Settings for the Project.
84
84
  # @param [String] name
85
85
  # The name of the project's settings. Always of the form: projects/`project-id`/
86
86
  # projectSettings In update request: never set In response: always set
@@ -224,7 +224,7 @@ module Google
224
224
  # Creates a repository. The returned Operation will finish once the repository
225
225
  # has been created. Its response will be the created Repository.
226
226
  # @param [String] parent
227
- # The name of the parent resource where the repository will be created.
227
+ # Required. The name of the parent resource where the repository will be created.
228
228
  # @param [Google::Apis::ArtifactregistryV1beta2::Repository] repository_object
229
229
  # @param [String] repository_id
230
230
  # The repository id to use for this repository.
@@ -262,7 +262,7 @@ module Google
262
262
  # finish once the repository has been deleted. It will not have any Operation
263
263
  # metadata and will return a google.protobuf.Empty response.
264
264
  # @param [String] name
265
- # The name of the repository to delete.
265
+ # Required. The name of the repository to delete.
266
266
  # @param [String] fields
267
267
  # Selector specifying which fields to include in a partial response.
268
268
  # @param [String] quota_user
@@ -292,7 +292,7 @@ module Google
292
292
 
293
293
  # Gets a repository.
294
294
  # @param [String] name
295
- # The name of the repository to retrieve.
295
+ # Required. The name of the repository to retrieve.
296
296
  # @param [String] fields
297
297
  # Selector specifying which fields to include in a partial response.
298
298
  # @param [String] quota_user
@@ -365,7 +365,7 @@ module Google
365
365
 
366
366
  # Lists repositories.
367
367
  # @param [String] parent
368
- # The name of the parent resource whose repositories will be listed.
368
+ # Required. The name of the parent resource whose repositories will be listed.
369
369
  # @param [Fixnum] page_size
370
370
  # The maximum number of repositories to return. Maximum page size is 1,000.
371
371
  # @param [String] page_token
@@ -665,7 +665,7 @@ module Google
665
665
  # Deletes a package and all of its versions and tags. The returned operation
666
666
  # will complete once the package has been deleted.
667
667
  # @param [String] name
668
- # The name of the package to delete.
668
+ # Required. The name of the package to delete.
669
669
  # @param [String] fields
670
670
  # Selector specifying which fields to include in a partial response.
671
671
  # @param [String] quota_user
@@ -695,7 +695,7 @@ module Google
695
695
 
696
696
  # Gets a package.
697
697
  # @param [String] name
698
- # The name of the package to retrieve.
698
+ # Required. The name of the package to retrieve.
699
699
  # @param [String] fields
700
700
  # Selector specifying which fields to include in a partial response.
701
701
  # @param [String] quota_user
@@ -725,7 +725,7 @@ module Google
725
725
 
726
726
  # Lists packages.
727
727
  # @param [String] parent
728
- # The name of the parent resource whose packages will be listed.
728
+ # Required. The name of the parent resource whose packages will be listed.
729
729
  # @param [Fixnum] page_size
730
730
  # The maximum number of packages to return. Maximum page size is 1,000.
731
731
  # @param [String] page_token
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-artifactregistry_v1beta2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.17.0
4
+ version: 0.18.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: 2022-01-10 00:00:00.000000000 Z
11
+ date: 2022-01-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_v1beta2/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-artifactregistry_v1beta2/v0.17.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-artifactregistry_v1beta2/v0.18.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-artifactregistry_v1beta2
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.3.4
78
+ rubygems_version: 3.3.5
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Artifact Registry API V1beta2