google-cloud-privileged_access_manager-v1 0.1.1 → 0.1.2
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: 5af72b67ce278f858409b499027af9be8eeee753196db1cdc218acfdf4aa5a6f
         | 
| 4 | 
            +
              data.tar.gz: d6f449b023b816f464687d9b03d26b9e7ce5cb0de7ac8830af7d8bfdd8bb91e2
         | 
| 5 5 | 
             
            SHA512:
         | 
| 6 | 
            -
              metadata.gz:  | 
| 7 | 
            -
              data.tar.gz:  | 
| 6 | 
            +
              metadata.gz: 7e8c911e5f22d342557815414f878295bd4b65ba7e4e662063531bdc2052a5a63b5cb4a6bddff6907f0ede96e05cee79a597fffd09231a96a559060d3e1e40f5
         | 
| 7 | 
            +
              data.tar.gz: 24eef800756105ae0c93d91a5154650824ae7501b9d986adcd87ce16c0a1fe7791bf3d0eea71330bdf8b11d3cf29ac6718d8314e8ce986c4aabff276733d3888
         | 
| @@ -196,9 +196,26 @@ module Google | |
| 196 196 | 
             
                # @!attribute [rw] common
         | 
| 197 197 | 
             
                #   @return [::Google::Api::CommonLanguageSettings]
         | 
| 198 198 | 
             
                #     Some settings.
         | 
| 199 | 
            +
                # @!attribute [rw] experimental_features
         | 
| 200 | 
            +
                #   @return [::Google::Api::PythonSettings::ExperimentalFeatures]
         | 
| 201 | 
            +
                #     Experimental features to be included during client library generation.
         | 
| 199 202 | 
             
                class PythonSettings
         | 
| 200 203 | 
             
                  include ::Google::Protobuf::MessageExts
         | 
| 201 204 | 
             
                  extend ::Google::Protobuf::MessageExts::ClassMethods
         | 
| 205 | 
            +
             | 
| 206 | 
            +
                  # Experimental features to be included during client library generation.
         | 
| 207 | 
            +
                  # These fields will be deprecated once the feature graduates and is enabled
         | 
| 208 | 
            +
                  # by default.
         | 
| 209 | 
            +
                  # @!attribute [rw] rest_async_io_enabled
         | 
| 210 | 
            +
                  #   @return [::Boolean]
         | 
| 211 | 
            +
                  #     Enables generation of asynchronous REST clients if `rest` transport is
         | 
| 212 | 
            +
                  #     enabled. By default, asynchronous REST clients will not be generated.
         | 
| 213 | 
            +
                  #     This feature will be enabled by default 1 month after launching the
         | 
| 214 | 
            +
                  #     feature in preview packages.
         | 
| 215 | 
            +
                  class ExperimentalFeatures
         | 
| 216 | 
            +
                    include ::Google::Protobuf::MessageExts
         | 
| 217 | 
            +
                    extend ::Google::Protobuf::MessageExts::ClassMethods
         | 
| 218 | 
            +
                  end
         | 
| 202 219 | 
             
                end
         | 
| 203 220 |  | 
| 204 221 | 
             
                # Settings for Node client libraries.
         | 
    
        metadata
    CHANGED
    
    | @@ -1,14 +1,14 @@ | |
| 1 1 | 
             
            --- !ruby/object:Gem::Specification
         | 
| 2 2 | 
             
            name: google-cloud-privileged_access_manager-v1
         | 
| 3 3 | 
             
            version: !ruby/object:Gem::Version
         | 
| 4 | 
            -
              version: 0.1. | 
| 4 | 
            +
              version: 0.1.2
         | 
| 5 5 | 
             
            platform: ruby
         | 
| 6 6 | 
             
            authors:
         | 
| 7 7 | 
             
            - Google LLC
         | 
| 8 8 | 
             
            autorequire: 
         | 
| 9 9 | 
             
            bindir: bin
         | 
| 10 10 | 
             
            cert_chain: []
         | 
| 11 | 
            -
            date: 2024-08- | 
| 11 | 
            +
            date: 2024-08-30 00:00:00.000000000 Z
         | 
| 12 12 | 
             
            dependencies:
         | 
| 13 13 | 
             
            - !ruby/object:Gem::Dependency
         | 
| 14 14 | 
             
              name: gapic-common
         |