google-apis-osconfig_v1 0.42.0 → 0.43.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 +4 -4
 - data/CHANGELOG.md +4 -0
 - data/lib/google/apis/osconfig_v1/classes.rb +10 -6
 - data/lib/google/apis/osconfig_v1/gem_version.rb +2 -2
 - metadata +3 -3
 
    
        checksums.yaml
    CHANGED
    
    | 
         @@ -1,7 +1,7 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            ---
         
     | 
| 
       2 
2 
     | 
    
         
             
            SHA256:
         
     | 
| 
       3 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       4 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 3 
     | 
    
         
            +
              metadata.gz: c53e7dcac26827cfcbb28be44755c18e51e0c8f353c17effb815e3bd6fca04b5
         
     | 
| 
      
 4 
     | 
    
         
            +
              data.tar.gz: 5e5d5f464e5f5100d53084ff71ad69ea199bdcd536e4c25ecad0ae52aca5fc78
         
     | 
| 
       5 
5 
     | 
    
         
             
            SHA512:
         
     | 
| 
       6 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       7 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 6 
     | 
    
         
            +
              metadata.gz: '0299ab67f9aca93cc1ecd964e790a51e4023c229d508f60196425da88af6cae55467436d1bc2e574325c0c5eef23374a0df4ba243ac006d8efc70dac0bb05bbe'
         
     | 
| 
      
 7 
     | 
    
         
            +
              data.tar.gz: 4b7c6354dfd9c5202b3a34f7044396e259414dd34b4415eea91b2bec62ad650d1e0a5f29e1a7926d367cc57b0b7c874c9a663551f1522eaeda6efe2257096cfa
         
     | 
    
        data/CHANGELOG.md
    CHANGED
    
    
| 
         @@ -3358,24 +3358,28 @@ module Google 
     | 
|
| 
       3358 
3358 
     | 
    
         
             
                  class TimeOfDay
         
     | 
| 
       3359 
3359 
     | 
    
         
             
                    include Google::Apis::Core::Hashable
         
     | 
| 
       3360 
3360 
     | 
    
         | 
| 
       3361 
     | 
    
         
            -
                    # Hours of day in 24 hour format.  
     | 
| 
       3362 
     | 
    
         
            -
                    #  
     | 
| 
      
 3361 
     | 
    
         
            +
                    # Hours of a day in 24 hour format. Must be greater than or equal to 0 and
         
     | 
| 
      
 3362 
     | 
    
         
            +
                    # typically must be less than or equal to 23. An API may choose to allow the
         
     | 
| 
      
 3363 
     | 
    
         
            +
                    # value "24:00:00" for scenarios like business closing time.
         
     | 
| 
       3363 
3364 
     | 
    
         
             
                    # Corresponds to the JSON property `hours`
         
     | 
| 
       3364 
3365 
     | 
    
         
             
                    # @return [Fixnum]
         
     | 
| 
       3365 
3366 
     | 
    
         
             
                    attr_accessor :hours
         
     | 
| 
       3366 
3367 
     | 
    
         | 
| 
       3367 
     | 
    
         
            -
                    # Minutes of hour 
     | 
| 
      
 3368 
     | 
    
         
            +
                    # Minutes of an hour. Must be greater than or equal to 0 and less than or equal
         
     | 
| 
      
 3369 
     | 
    
         
            +
                    # to 59.
         
     | 
| 
       3368 
3370 
     | 
    
         
             
                    # Corresponds to the JSON property `minutes`
         
     | 
| 
       3369 
3371 
     | 
    
         
             
                    # @return [Fixnum]
         
     | 
| 
       3370 
3372 
     | 
    
         
             
                    attr_accessor :minutes
         
     | 
| 
       3371 
3373 
     | 
    
         | 
| 
       3372 
     | 
    
         
            -
                    # Fractions of seconds in nanoseconds. Must be  
     | 
| 
      
 3374 
     | 
    
         
            +
                    # Fractions of seconds, in nanoseconds. Must be greater than or equal to 0 and
         
     | 
| 
      
 3375 
     | 
    
         
            +
                    # less than or equal to 999,999,999.
         
     | 
| 
       3373 
3376 
     | 
    
         
             
                    # Corresponds to the JSON property `nanos`
         
     | 
| 
       3374 
3377 
     | 
    
         
             
                    # @return [Fixnum]
         
     | 
| 
       3375 
3378 
     | 
    
         
             
                    attr_accessor :nanos
         
     | 
| 
       3376 
3379 
     | 
    
         | 
| 
       3377 
     | 
    
         
            -
                    # Seconds of  
     | 
| 
       3378 
     | 
    
         
            -
                    # allow the value 60 if it allows leap- 
     | 
| 
      
 3380 
     | 
    
         
            +
                    # Seconds of a minute. Must be greater than or equal to 0 and typically must be
         
     | 
| 
      
 3381 
     | 
    
         
            +
                    # less than or equal to 59. An API may allow the value 60 if it allows leap-
         
     | 
| 
      
 3382 
     | 
    
         
            +
                    # seconds.
         
     | 
| 
       3379 
3383 
     | 
    
         
             
                    # Corresponds to the JSON property `seconds`
         
     | 
| 
       3380 
3384 
     | 
    
         
             
                    # @return [Fixnum]
         
     | 
| 
       3381 
3385 
     | 
    
         
             
                    attr_accessor :seconds
         
     | 
| 
         @@ -16,13 +16,13 @@ module Google 
     | 
|
| 
       16 
16 
     | 
    
         
             
              module Apis
         
     | 
| 
       17 
17 
     | 
    
         
             
                module OsconfigV1
         
     | 
| 
       18 
18 
     | 
    
         
             
                  # Version of the google-apis-osconfig_v1 gem
         
     | 
| 
       19 
     | 
    
         
            -
                  GEM_VERSION = "0. 
     | 
| 
      
 19 
     | 
    
         
            +
                  GEM_VERSION = "0.43.0"
         
     | 
| 
       20 
20 
     | 
    
         | 
| 
       21 
21 
     | 
    
         
             
                  # Version of the code generator used to generate this client
         
     | 
| 
       22 
22 
     | 
    
         
             
                  GENERATOR_VERSION = "0.15.1"
         
     | 
| 
       23 
23 
     | 
    
         | 
| 
       24 
24 
     | 
    
         
             
                  # Revision of the discovery document this client was generated from
         
     | 
| 
       25 
     | 
    
         
            -
                  REVISION = " 
     | 
| 
      
 25 
     | 
    
         
            +
                  REVISION = "20241002"
         
     | 
| 
       26 
26 
     | 
    
         
             
                end
         
     | 
| 
       27 
27 
     | 
    
         
             
              end
         
     | 
| 
       28 
28 
     | 
    
         
             
            end
         
     | 
    
        metadata
    CHANGED
    
    | 
         @@ -1,14 +1,14 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            --- !ruby/object:Gem::Specification
         
     | 
| 
       2 
2 
     | 
    
         
             
            name: google-apis-osconfig_v1
         
     | 
| 
       3 
3 
     | 
    
         
             
            version: !ruby/object:Gem::Version
         
     | 
| 
       4 
     | 
    
         
            -
              version: 0. 
     | 
| 
      
 4 
     | 
    
         
            +
              version: 0.43.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: 2024- 
     | 
| 
      
 11 
     | 
    
         
            +
            date: 2024-10-06 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-osconfig_v1/CHANGELOG.md
         
     | 
| 
       61 
     | 
    
         
            -
              documentation_uri: https://googleapis.dev/ruby/google-apis-osconfig_v1/v0. 
     | 
| 
      
 61 
     | 
    
         
            +
              documentation_uri: https://googleapis.dev/ruby/google-apis-osconfig_v1/v0.43.0
         
     | 
| 
       62 
62 
     | 
    
         
             
              source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-osconfig_v1
         
     | 
| 
       63 
63 
     | 
    
         
             
            post_install_message: 
         
     | 
| 
       64 
64 
     | 
    
         
             
            rdoc_options: []
         
     |