google-apis-firebasedataconnect_v1 0.9.0 → 0.10.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: 1f96ded33a9ec6268faab19cf2cd74238c36422dcd91e16fe10f4ddcd32d61cd
         
     | 
| 
      
 4 
     | 
    
         
            +
              data.tar.gz: fc16408f789e0756aceaebf651f3ca8dfa82840d0d4ad96dd86d7b6300adcd95
         
     | 
| 
       5 
5 
     | 
    
         
             
            SHA512:
         
     | 
| 
       6 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       7 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 6 
     | 
    
         
            +
              metadata.gz: db71ffa1167e3dc0183e07257c3140123ea27fe855a309c22475feecdd815c8581636b87b4045e245f0cd741d0bd7b69ed5f41e3f7ec9b84ea85a10170851d57
         
     | 
| 
      
 7 
     | 
    
         
            +
              data.tar.gz: 40cd3df85a945a91d0323e30e5219f93ce83e507779361cddffb4942ad65e3b930bf9ba48f01e7f4c6f9b0c99e7e06b35782c96cdb18ea8fffefbbaa4eaca157
         
     | 
    
        data/CHANGELOG.md
    CHANGED
    
    
| 
         @@ -16,13 +16,13 @@ module Google 
     | 
|
| 
       16 
16 
     | 
    
         
             
              module Apis
         
     | 
| 
       17 
17 
     | 
    
         
             
                module FirebasedataconnectV1
         
     | 
| 
       18 
18 
     | 
    
         
             
                  # Version of the google-apis-firebasedataconnect_v1 gem
         
     | 
| 
       19 
     | 
    
         
            -
                  GEM_VERSION = "0. 
     | 
| 
      
 19 
     | 
    
         
            +
                  GEM_VERSION = "0.10.0"
         
     | 
| 
       20 
20 
     | 
    
         | 
| 
       21 
21 
     | 
    
         
             
                  # Version of the code generator used to generate this client
         
     | 
| 
       22 
22 
     | 
    
         
             
                  GENERATOR_VERSION = "0.18.0"
         
     | 
| 
       23 
23 
     | 
    
         | 
| 
       24 
24 
     | 
    
         
             
                  # Revision of the discovery document this client was generated from
         
     | 
| 
       25 
     | 
    
         
            -
                  REVISION = " 
     | 
| 
      
 25 
     | 
    
         
            +
                  REVISION = "20251026"
         
     | 
| 
       26 
26 
     | 
    
         
             
                end
         
     | 
| 
       27 
27 
     | 
    
         
             
              end
         
     | 
| 
       28 
28 
     | 
    
         
             
            end
         
     | 
| 
         @@ -1202,8 +1202,7 @@ module Google 
     | 
|
| 
       1202 
1202 
     | 
    
         
             
                      execute_or_queue_command(command, &block)
         
     | 
| 
       1203 
1203 
     | 
    
         
             
                    end
         
     | 
| 
       1204 
1204 
     | 
    
         | 
| 
       1205 
     | 
    
         
            -
                    # Lists Schemas in a given project and location. 
     | 
| 
       1206 
     | 
    
         
            -
                    # is supported, so this will always return at most one Schema.
         
     | 
| 
      
 1205 
     | 
    
         
            +
                    # Lists Schemas in a given project and location.
         
     | 
| 
       1207 
1206 
     | 
    
         
             
                    # @param [String] parent
         
     | 
| 
       1208 
1207 
     | 
    
         
             
                    #   Required. Value of parent.
         
     | 
| 
       1209 
1208 
     | 
    
         
             
                    # @param [String] filter
         
     | 
    
        metadata
    CHANGED
    
    | 
         @@ -1,7 +1,7 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            --- !ruby/object:Gem::Specification
         
     | 
| 
       2 
2 
     | 
    
         
             
            name: google-apis-firebasedataconnect_v1
         
     | 
| 
       3 
3 
     | 
    
         
             
            version: !ruby/object:Gem::Version
         
     | 
| 
       4 
     | 
    
         
            -
              version: 0. 
     | 
| 
      
 4 
     | 
    
         
            +
              version: 0.10.0
         
     | 
| 
       5 
5 
     | 
    
         
             
            platform: ruby
         
     | 
| 
       6 
6 
     | 
    
         
             
            authors:
         
     | 
| 
       7 
7 
     | 
    
         
             
            - Google LLC
         
     | 
| 
         @@ -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-firebasedataconnect_v1/CHANGELOG.md
         
     | 
| 
       60 
     | 
    
         
            -
              documentation_uri: https://googleapis.dev/ruby/google-apis-firebasedataconnect_v1/v0. 
     | 
| 
      
 60 
     | 
    
         
            +
              documentation_uri: https://googleapis.dev/ruby/google-apis-firebasedataconnect_v1/v0.10.0
         
     | 
| 
       61 
61 
     | 
    
         
             
              source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-firebasedataconnect_v1
         
     | 
| 
       62 
62 
     | 
    
         
             
            rdoc_options: []
         
     | 
| 
       63 
63 
     | 
    
         
             
            require_paths:
         
     |