google-apis-cloudasset_v1p1beta1 0.44.0 → 0.45.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: e89255bb82ed672db0517a35a9103078f6aaf982e2f9efe8a0837ed23826ad41
         
     | 
| 
      
 4 
     | 
    
         
            +
              data.tar.gz: 11defc97525690b40c72a0dd97133c7be8a0a9929cd01b6a370e68f8c9e3122a
         
     | 
| 
       5 
5 
     | 
    
         
             
            SHA512:
         
     | 
| 
       6 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       7 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 6 
     | 
    
         
            +
              metadata.gz: 3b025a73839adeda220da7f033dd9e10f774b47659d01fdbd224406eb2a8536cd682a5fda40dae282fc00f4a3176a8b0c5d218bf3ce35867c53356130e3e45e5
         
     | 
| 
      
 7 
     | 
    
         
            +
              data.tar.gz: 1d198090e1b2f6afc43a919e6239ce874cb1a3bbc214dc25ec780cc029f580a7d9d9a0edea3c0b80cc9f572f02709e4c576c99c818d386b53a86bc3e7c9a711c
         
     | 
    
        data/CHANGELOG.md
    CHANGED
    
    
| 
         @@ -1429,6 +1429,12 @@ module Google 
     | 
|
| 
       1429 
1429 
     | 
    
         
             
                    # @return [Array<String>]
         
     | 
| 
       1430 
1430 
     | 
    
         
             
                    attr_accessor :resources
         
     | 
| 
       1431 
1431 
     | 
    
         | 
| 
      
 1432 
     | 
    
         
            +
                    # IAM roles that represent the set of operations that the sources specified in
         
     | 
| 
      
 1433 
     | 
    
         
            +
                    # the corresponding EgressFrom. are allowed to perform in this ServicePerimeter.
         
     | 
| 
      
 1434 
     | 
    
         
            +
                    # Corresponds to the JSON property `roles`
         
     | 
| 
      
 1435 
     | 
    
         
            +
                    # @return [Array<String>]
         
     | 
| 
      
 1436 
     | 
    
         
            +
                    attr_accessor :roles
         
     | 
| 
      
 1437 
     | 
    
         
            +
                  
         
     | 
| 
       1432 
1438 
     | 
    
         
             
                    def initialize(**args)
         
     | 
| 
       1433 
1439 
     | 
    
         
             
                       update!(**args)
         
     | 
| 
       1434 
1440 
     | 
    
         
             
                    end
         
     | 
| 
         @@ -1438,6 +1444,7 @@ module Google 
     | 
|
| 
       1438 
1444 
     | 
    
         
             
                      @external_resources = args[:external_resources] if args.key?(:external_resources)
         
     | 
| 
       1439 
1445 
     | 
    
         
             
                      @operations = args[:operations] if args.key?(:operations)
         
     | 
| 
       1440 
1446 
     | 
    
         
             
                      @resources = args[:resources] if args.key?(:resources)
         
     | 
| 
      
 1447 
     | 
    
         
            +
                      @roles = args[:roles] if args.key?(:roles)
         
     | 
| 
       1441 
1448 
     | 
    
         
             
                    end
         
     | 
| 
       1442 
1449 
     | 
    
         
             
                  end
         
     | 
| 
       1443 
1450 
     | 
    
         | 
| 
         @@ -1590,6 +1597,12 @@ module Google 
     | 
|
| 
       1590 
1597 
     | 
    
         
             
                    # @return [Array<String>]
         
     | 
| 
       1591 
1598 
     | 
    
         
             
                    attr_accessor :resources
         
     | 
| 
       1592 
1599 
     | 
    
         | 
| 
      
 1600 
     | 
    
         
            +
                    # IAM roles that represent the set of operations that the sources specified in
         
     | 
| 
      
 1601 
     | 
    
         
            +
                    # the corresponding IngressFrom are allowed to perform in this ServicePerimeter.
         
     | 
| 
      
 1602 
     | 
    
         
            +
                    # Corresponds to the JSON property `roles`
         
     | 
| 
      
 1603 
     | 
    
         
            +
                    # @return [Array<String>]
         
     | 
| 
      
 1604 
     | 
    
         
            +
                    attr_accessor :roles
         
     | 
| 
      
 1605 
     | 
    
         
            +
                  
         
     | 
| 
       1593 
1606 
     | 
    
         
             
                    def initialize(**args)
         
     | 
| 
       1594 
1607 
     | 
    
         
             
                       update!(**args)
         
     | 
| 
       1595 
1608 
     | 
    
         
             
                    end
         
     | 
| 
         @@ -1598,6 +1611,7 @@ module Google 
     | 
|
| 
       1598 
1611 
     | 
    
         
             
                    def update!(**args)
         
     | 
| 
       1599 
1612 
     | 
    
         
             
                      @operations = args[:operations] if args.key?(:operations)
         
     | 
| 
       1600 
1613 
     | 
    
         
             
                      @resources = args[:resources] if args.key?(:resources)
         
     | 
| 
      
 1614 
     | 
    
         
            +
                      @roles = args[:roles] if args.key?(:roles)
         
     | 
| 
       1601 
1615 
     | 
    
         
             
                    end
         
     | 
| 
       1602 
1616 
     | 
    
         
             
                  end
         
     | 
| 
       1603 
1617 
     | 
    
         | 
| 
         @@ -16,13 +16,13 @@ module Google 
     | 
|
| 
       16 
16 
     | 
    
         
             
              module Apis
         
     | 
| 
       17 
17 
     | 
    
         
             
                module CloudassetV1p1beta1
         
     | 
| 
       18 
18 
     | 
    
         
             
                  # Version of the google-apis-cloudasset_v1p1beta1 gem
         
     | 
| 
       19 
     | 
    
         
            -
                  GEM_VERSION = "0. 
     | 
| 
      
 19 
     | 
    
         
            +
                  GEM_VERSION = "0.45.0"
         
     | 
| 
       20 
20 
     | 
    
         | 
| 
       21 
21 
     | 
    
         
             
                  # Version of the code generator used to generate this client
         
     | 
| 
       22 
22 
     | 
    
         
             
                  GENERATOR_VERSION = "0.16.0"
         
     | 
| 
       23 
23 
     | 
    
         | 
| 
       24 
24 
     | 
    
         
             
                  # Revision of the discovery document this client was generated from
         
     | 
| 
       25 
     | 
    
         
            -
                  REVISION = " 
     | 
| 
      
 25 
     | 
    
         
            +
                  REVISION = "20250307"
         
     | 
| 
       26 
26 
     | 
    
         
             
                end
         
     | 
| 
       27 
27 
     | 
    
         
             
              end
         
     | 
| 
       28 
28 
     | 
    
         
             
            end
         
     | 
| 
         @@ -565,6 +565,7 @@ module Google 
     | 
|
| 
       565 
565 
     | 
    
         
             
                      collection :operations, as: 'operations', class: Google::Apis::CloudassetV1p1beta1::GoogleIdentityAccesscontextmanagerV1ApiOperation, decorator: Google::Apis::CloudassetV1p1beta1::GoogleIdentityAccesscontextmanagerV1ApiOperation::Representation
         
     | 
| 
       566 
566 
     | 
    
         | 
| 
       567 
567 
     | 
    
         
             
                      collection :resources, as: 'resources'
         
     | 
| 
      
 568 
     | 
    
         
            +
                      collection :roles, as: 'roles'
         
     | 
| 
       568 
569 
     | 
    
         
             
                    end
         
     | 
| 
       569 
570 
     | 
    
         
             
                  end
         
     | 
| 
       570 
571 
     | 
    
         | 
| 
         @@ -603,6 +604,7 @@ module Google 
     | 
|
| 
       603 
604 
     | 
    
         
             
                      collection :operations, as: 'operations', class: Google::Apis::CloudassetV1p1beta1::GoogleIdentityAccesscontextmanagerV1ApiOperation, decorator: Google::Apis::CloudassetV1p1beta1::GoogleIdentityAccesscontextmanagerV1ApiOperation::Representation
         
     | 
| 
       604 
605 
     | 
    
         | 
| 
       605 
606 
     | 
    
         
             
                      collection :resources, as: 'resources'
         
     | 
| 
      
 607 
     | 
    
         
            +
                      collection :roles, as: 'roles'
         
     | 
| 
       606 
608 
     | 
    
         
             
                    end
         
     | 
| 
       607 
609 
     | 
    
         
             
                  end
         
     | 
| 
       608 
610 
     | 
    
         | 
    
        metadata
    CHANGED
    
    | 
         @@ -1,13 +1,13 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            --- !ruby/object:Gem::Specification
         
     | 
| 
       2 
2 
     | 
    
         
             
            name: google-apis-cloudasset_v1p1beta1
         
     | 
| 
       3 
3 
     | 
    
         
             
            version: !ruby/object:Gem::Version
         
     | 
| 
       4 
     | 
    
         
            -
              version: 0. 
     | 
| 
      
 4 
     | 
    
         
            +
              version: 0.45.0
         
     | 
| 
       5 
5 
     | 
    
         
             
            platform: ruby
         
     | 
| 
       6 
6 
     | 
    
         
             
            authors:
         
     | 
| 
       7 
7 
     | 
    
         
             
            - Google LLC
         
     | 
| 
       8 
8 
     | 
    
         
             
            bindir: bin
         
     | 
| 
       9 
9 
     | 
    
         
             
            cert_chain: []
         
     | 
| 
       10 
     | 
    
         
            -
            date: 2025-03- 
     | 
| 
      
 10 
     | 
    
         
            +
            date: 2025-03-16 00:00:00.000000000 Z
         
     | 
| 
       11 
11 
     | 
    
         
             
            dependencies:
         
     | 
| 
       12 
12 
     | 
    
         
             
            - !ruby/object:Gem::Dependency
         
     | 
| 
       13 
13 
     | 
    
         
             
              name: google-apis-core
         
     | 
| 
         @@ -57,7 +57,7 @@ licenses: 
     | 
|
| 
       57 
57 
     | 
    
         
             
            metadata:
         
     | 
| 
       58 
58 
     | 
    
         
             
              bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
         
     | 
| 
       59 
59 
     | 
    
         
             
              changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudasset_v1p1beta1/CHANGELOG.md
         
     | 
| 
       60 
     | 
    
         
            -
              documentation_uri: https://googleapis.dev/ruby/google-apis-cloudasset_v1p1beta1/v0. 
     | 
| 
      
 60 
     | 
    
         
            +
              documentation_uri: https://googleapis.dev/ruby/google-apis-cloudasset_v1p1beta1/v0.45.0
         
     | 
| 
       61 
61 
     | 
    
         
             
              source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudasset_v1p1beta1
         
     | 
| 
       62 
62 
     | 
    
         
             
            rdoc_options: []
         
     | 
| 
       63 
63 
     | 
    
         
             
            require_paths:
         
     |