google-apis-artifactregistry_v1beta2 0.18.0 → 0.21.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:  
     | 
| 
       4 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 3 
     | 
    
         
            +
              metadata.gz: 26dfecc9932d36777966e69932f182db15d94c92e7f9fe570e307d6bbb2b1806
         
     | 
| 
      
 4 
     | 
    
         
            +
              data.tar.gz: a343b8e520e370ba88ab505c37a7be4a859d8d9fc9629b50ea60678dc91c471a
         
     | 
| 
       5 
5 
     | 
    
         
             
            SHA512:
         
     | 
| 
       6 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       7 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 6 
     | 
    
         
            +
              metadata.gz: 6a7835f083557fc7a30119cc856e164a37e4bba9c970e34eee702caf2a1c0eb1f666f52cd0c6464e575239168bb90a798e1340e8cf0b6ccc11ac4d7d11bf16dc
         
     | 
| 
      
 7 
     | 
    
         
            +
              data.tar.gz: f598d2d1c37c9bb60997a7c398d84d4528d8b1f79a57c61870d3dbec4dcdb9de01557a310130e20e8a227a5bd983192938d99a764ae4dd000b97c82e73703ab7
         
     | 
    
        data/CHANGELOG.md
    CHANGED
    
    | 
         @@ -1,5 +1,17 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            # Release history for google-apis-artifactregistry_v1beta2
         
     | 
| 
       2 
2 
     | 
    
         | 
| 
      
 3 
     | 
    
         
            +
            ### v0.21.0 (2022-03-10)
         
     | 
| 
      
 4 
     | 
    
         
            +
             
     | 
| 
      
 5 
     | 
    
         
            +
            * Regenerated from discovery document revision 20220307
         
     | 
| 
      
 6 
     | 
    
         
            +
             
     | 
| 
      
 7 
     | 
    
         
            +
            ### v0.20.0 (2022-02-08)
         
     | 
| 
      
 8 
     | 
    
         
            +
             
     | 
| 
      
 9 
     | 
    
         
            +
            * Regenerated from discovery document revision 20220203
         
     | 
| 
      
 10 
     | 
    
         
            +
             
     | 
| 
      
 11 
     | 
    
         
            +
            ### v0.19.0 (2022-01-27)
         
     | 
| 
      
 12 
     | 
    
         
            +
             
     | 
| 
      
 13 
     | 
    
         
            +
            * Regenerated from discovery document revision 20220121
         
     | 
| 
      
 14 
     | 
    
         
            +
             
     | 
| 
       3 
15 
     | 
    
         
             
            ### v0.18.0 (2022-01-15)
         
     | 
| 
       4 
16 
     | 
    
         | 
| 
       5 
17 
     | 
    
         
             
            * Regenerated from discovery document revision 20220113
         
     | 
| 
         @@ -368,11 +368,11 @@ module Google 
     | 
|
| 
       368 
368 
     | 
    
         
             
                    end
         
     | 
| 
       369 
369 
     | 
    
         
             
                  end
         
     | 
| 
       370 
370 
     | 
    
         | 
| 
       371 
     | 
    
         
            -
                  # The response message from importing artifacts.
         
     | 
| 
      
 371 
     | 
    
         
            +
                  # The response message from importing APT artifacts.
         
     | 
| 
       372 
372 
     | 
    
         
             
                  class ImportAptArtifactsResponse
         
     | 
| 
       373 
373 
     | 
    
         
             
                    include Google::Apis::Core::Hashable
         
     | 
| 
       374 
374 
     | 
    
         | 
| 
       375 
     | 
    
         
            -
                    # The Apt artifacts  
     | 
| 
      
 375 
     | 
    
         
            +
                    # The Apt artifacts imported.
         
     | 
| 
       376 
376 
     | 
    
         
             
                    # Corresponds to the JSON property `aptArtifacts`
         
     | 
| 
       377 
377 
     | 
    
         
             
                    # @return [Array<Google::Apis::ArtifactregistryV1beta2::AptArtifact>]
         
     | 
| 
       378 
378 
     | 
    
         
             
                    attr_accessor :apt_artifacts
         
     | 
| 
         @@ -468,7 +468,7 @@ module Google 
     | 
|
| 
       468 
468 
     | 
    
         
             
                    end
         
     | 
| 
       469 
469 
     | 
    
         
             
                  end
         
     | 
| 
       470 
470 
     | 
    
         | 
| 
       471 
     | 
    
         
            -
                  # The response message from importing artifacts.
         
     | 
| 
      
 471 
     | 
    
         
            +
                  # The response message from importing YUM artifacts.
         
     | 
| 
       472 
472 
     | 
    
         
             
                  class ImportYumArtifactsResponse
         
     | 
| 
       473 
473 
     | 
    
         
             
                    include Google::Apis::Core::Hashable
         
     | 
| 
       474 
474 
     | 
    
         | 
| 
         @@ -477,7 +477,7 @@ module Google 
     | 
|
| 
       477 
477 
     | 
    
         
             
                    # @return [Array<Google::Apis::ArtifactregistryV1beta2::ImportYumArtifactsErrorInfo>]
         
     | 
| 
       478 
478 
     | 
    
         
             
                    attr_accessor :errors
         
     | 
| 
       479 
479 
     | 
    
         | 
| 
       480 
     | 
    
         
            -
                    # The yum artifacts  
     | 
| 
      
 480 
     | 
    
         
            +
                    # The yum artifacts imported.
         
     | 
| 
       481 
481 
     | 
    
         
             
                    # Corresponds to the JSON property `yumArtifacts`
         
     | 
| 
       482 
482 
     | 
    
         
             
                    # @return [Array<Google::Apis::ArtifactregistryV1beta2::YumArtifact>]
         
     | 
| 
       483 
483 
     | 
    
         
             
                    attr_accessor :yum_artifacts
         
     | 
| 
         @@ -971,7 +971,7 @@ module Google 
     | 
|
| 
       971 
971 
     | 
    
         
             
                    # @return [String]
         
     | 
| 
       972 
972 
     | 
    
         
             
                    attr_accessor :format
         
     | 
| 
       973 
973 
     | 
    
         | 
| 
       974 
     | 
    
         
            -
                    # The Cloud KMS resource name of the customer managed encryption key that 
     | 
| 
      
 974 
     | 
    
         
            +
                    # The Cloud KMS resource name of the customer managed encryption key that's used
         
     | 
| 
       975 
975 
     | 
    
         
             
                    # to encrypt the contents of the Repository. Has the form: `projects/my-project/
         
     | 
| 
       976 
976 
     | 
    
         
             
                    # locations/my-region/keyRings/my-kr/cryptoKeys/my-key`. This value may not be
         
     | 
| 
       977 
977 
     | 
    
         
             
                    # changed after the Repository has been created.
         
     | 
| 
         @@ -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. 
     | 
| 
      
 19 
     | 
    
         
            +
                  GEM_VERSION = "0.21.0"
         
     | 
| 
       20 
20 
     | 
    
         | 
| 
       21 
21 
     | 
    
         
             
                  # Version of the code generator used to generate this client
         
     | 
| 
       22 
22 
     | 
    
         
             
                  GENERATOR_VERSION = "0.4.1"
         
     | 
| 
       23 
23 
     | 
    
         | 
| 
       24 
24 
     | 
    
         
             
                  # Revision of the discovery document this client was generated from
         
     | 
| 
       25 
     | 
    
         
            -
                  REVISION = " 
     | 
| 
      
 25 
     | 
    
         
            +
                  REVISION = "20220307"
         
     | 
| 
       26 
26 
     | 
    
         
             
                end
         
     | 
| 
       27 
27 
     | 
    
         
             
              end
         
     | 
| 
       28 
28 
     | 
    
         
             
            end
         
     | 
| 
         @@ -570,7 +570,7 @@ module Google 
     | 
|
| 
       570 
570 
     | 
    
         
             
                    # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
         
     | 
| 
       571 
571 
     | 
    
         
             
                    # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
         
     | 
| 
       572 
572 
     | 
    
         
             
                    # @raise [Google::Apis::AuthorizationError] Authorization is required
         
     | 
| 
       573 
     | 
    
         
            -
                    def  
     | 
| 
      
 573 
     | 
    
         
            +
                    def upload_apt_artifact(parent, upload_apt_artifact_request_object = nil, fields: nil, quota_user: nil, upload_source: nil, content_type: nil, options: nil, &block)
         
     | 
| 
       574 
574 
     | 
    
         
             
                      if upload_source.nil?
         
     | 
| 
       575 
575 
     | 
    
         
             
                        command = make_simple_command(:post, 'v1beta2/{+parent}/aptArtifacts:create', options)
         
     | 
| 
       576 
576 
     | 
    
         
             
                      else
         
     | 
| 
         @@ -620,7 +620,8 @@ module Google 
     | 
|
| 
       620 
620 
     | 
    
         | 
| 
       621 
621 
     | 
    
         
             
                    # Lists files.
         
     | 
| 
       622 
622 
     | 
    
         
             
                    # @param [String] parent
         
     | 
| 
       623 
     | 
    
         
            -
                    #   The name of the  
     | 
| 
      
 623 
     | 
    
         
            +
                    #   The name of the repository whose files will be listed. For example: "projects/
         
     | 
| 
      
 624 
     | 
    
         
            +
                    #   p1/locations/us-central1/repositories/repo1
         
     | 
| 
       624 
625 
     | 
    
         
             
                    # @param [String] filter
         
     | 
| 
       625 
626 
     | 
    
         
             
                    #   An expression for filtering the results of the request. Filter rules are case
         
     | 
| 
       626 
627 
     | 
    
         
             
                    #   insensitive. The fields eligible for filtering are: * `name` * `owner` An
         
     | 
| 
         @@ -1011,7 +1012,7 @@ module Google 
     | 
|
| 
       1011 
1012 
     | 
    
         
             
                    # @param [String] parent
         
     | 
| 
       1012 
1013 
     | 
    
         
             
                    #   The name of the parent resource whose versions will be listed.
         
     | 
| 
       1013 
1014 
     | 
    
         
             
                    # @param [String] order_by
         
     | 
| 
       1014 
     | 
    
         
            -
                    #   Optional.  
     | 
| 
      
 1015 
     | 
    
         
            +
                    #   Optional. The field to order the results by.
         
     | 
| 
       1015 
1016 
     | 
    
         
             
                    # @param [Fixnum] page_size
         
     | 
| 
       1016 
1017 
     | 
    
         
             
                    #   The maximum number of versions to return. Maximum page size is 1,000.
         
     | 
| 
       1017 
1018 
     | 
    
         
             
                    # @param [String] page_token
         
     | 
| 
         @@ -1113,7 +1114,7 @@ module Google 
     | 
|
| 
       1113 
1114 
     | 
    
         
             
                    # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
         
     | 
| 
       1114 
1115 
     | 
    
         
             
                    # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
         
     | 
| 
       1115 
1116 
     | 
    
         
             
                    # @raise [Google::Apis::AuthorizationError] Authorization is required
         
     | 
| 
       1116 
     | 
    
         
            -
                    def  
     | 
| 
      
 1117 
     | 
    
         
            +
                    def upload_yum_artifact(parent, upload_yum_artifact_request_object = nil, fields: nil, quota_user: nil, upload_source: nil, content_type: nil, options: nil, &block)
         
     | 
| 
       1117 
1118 
     | 
    
         
             
                      if upload_source.nil?
         
     | 
| 
       1118 
1119 
     | 
    
         
             
                        command = make_simple_command(:post, 'v1beta2/{+parent}/yumArtifacts:create', options)
         
     | 
| 
       1119 
1120 
     | 
    
         
             
                      else
         
     | 
    
        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. 
     | 
| 
      
 4 
     | 
    
         
            +
              version: 0.21.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- 
     | 
| 
      
 11 
     | 
    
         
            +
            date: 2022-03-14 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. 
     | 
| 
      
 61 
     | 
    
         
            +
              documentation_uri: https://googleapis.dev/ruby/google-apis-artifactregistry_v1beta2/v0.21.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: []
         
     |