google-apis-gkehub_v2 0.14.0 → 0.16.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: 044e757eb4962eb42a4850c33bddbca70f54928e85e49aa362017fe29618e75f
         
     | 
| 
      
 4 
     | 
    
         
            +
              data.tar.gz: da4f2f8aaf179298c50f7b9c16278bc677049f6b05b3c6fa45af7b439e4a283f
         
     | 
| 
       5 
5 
     | 
    
         
             
            SHA512:
         
     | 
| 
       6 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       7 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 6 
     | 
    
         
            +
              metadata.gz: 3ba818c395458e5c66ad8c5c23825af94ef85793eaf6e6ce76e13ad8fd39493fe05abca2efc4af88cb5a7d05e5b16d6729e486c8f10e8d2dd2576e2074a69534
         
     | 
| 
      
 7 
     | 
    
         
            +
              data.tar.gz: fc079c506c2454ddfb33294574130511431c5742972525d812045958e7454866f6fc567ab0de981e0d67d1ea4d94635e735d0fa398f91cf55d692783bf27a6b5
         
     | 
    
        data/CHANGELOG.md
    CHANGED
    
    | 
         @@ -1,5 +1,13 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            # Release history for google-apis-gkehub_v2
         
     | 
| 
       2 
2 
     | 
    
         | 
| 
      
 3 
     | 
    
         
            +
            ### v0.16.0 (2025-11-02)
         
     | 
| 
      
 4 
     | 
    
         
            +
             
     | 
| 
      
 5 
     | 
    
         
            +
            * Regenerated from discovery document revision 20251026
         
     | 
| 
      
 6 
     | 
    
         
            +
             
     | 
| 
      
 7 
     | 
    
         
            +
            ### v0.15.0 (2025-10-12)
         
     | 
| 
      
 8 
     | 
    
         
            +
             
     | 
| 
      
 9 
     | 
    
         
            +
            * Regenerated from discovery document revision 20251002
         
     | 
| 
      
 10 
     | 
    
         
            +
             
     | 
| 
       3 
11 
     | 
    
         
             
            ### v0.14.0 (2025-10-05)
         
     | 
| 
       4 
12 
     | 
    
         | 
| 
       5 
13 
     | 
    
         
             
            * Regenerated from discovery document revision 20250925
         
     | 
| 
         @@ -1315,6 +1315,11 @@ module Google 
     | 
|
| 
       1315 
1315 
     | 
    
         
             
                    # @return [Google::Apis::GkehubV2::ConfigManagementHierarchyControllerState]
         
     | 
| 
       1316 
1316 
     | 
    
         
             
                    attr_accessor :hierarchy_controller_state
         
     | 
| 
       1317 
1317 
     | 
    
         | 
| 
      
 1318 
     | 
    
         
            +
                    # Output only. The Kubernetes API server version of the cluster.
         
     | 
| 
      
 1319 
     | 
    
         
            +
                    # Corresponds to the JSON property `kubernetesApiServerVersion`
         
     | 
| 
      
 1320 
     | 
    
         
            +
                    # @return [String]
         
     | 
| 
      
 1321 
     | 
    
         
            +
                    attr_accessor :kubernetes_api_server_version
         
     | 
| 
      
 1322 
     | 
    
         
            +
                  
         
     | 
| 
       1318 
1323 
     | 
    
         
             
                    # **Anthos Config Management**: Configuration for a single cluster. Intended to
         
     | 
| 
       1319 
1324 
     | 
    
         
             
                    # parallel the ConfigManagement CR.
         
     | 
| 
       1320 
1325 
     | 
    
         
             
                    # Corresponds to the JSON property `membershipSpec`
         
     | 
| 
         @@ -1341,6 +1346,7 @@ module Google 
     | 
|
| 
       1341 
1346 
     | 
    
         
             
                      @cluster_name = args[:cluster_name] if args.key?(:cluster_name)
         
     | 
| 
       1342 
1347 
     | 
    
         
             
                      @config_sync_state = args[:config_sync_state] if args.key?(:config_sync_state)
         
     | 
| 
       1343 
1348 
     | 
    
         
             
                      @hierarchy_controller_state = args[:hierarchy_controller_state] if args.key?(:hierarchy_controller_state)
         
     | 
| 
      
 1349 
     | 
    
         
            +
                      @kubernetes_api_server_version = args[:kubernetes_api_server_version] if args.key?(:kubernetes_api_server_version)
         
     | 
| 
       1344 
1350 
     | 
    
         
             
                      @membership_spec = args[:membership_spec] if args.key?(:membership_spec)
         
     | 
| 
       1345 
1351 
     | 
    
         
             
                      @operator_state = args[:operator_state] if args.key?(:operator_state)
         
     | 
| 
       1346 
1352 
     | 
    
         
             
                      @policy_controller_state = args[:policy_controller_state] if args.key?(:policy_controller_state)
         
     | 
| 
         @@ -16,13 +16,13 @@ module Google 
     | 
|
| 
       16 
16 
     | 
    
         
             
              module Apis
         
     | 
| 
       17 
17 
     | 
    
         
             
                module GkehubV2
         
     | 
| 
       18 
18 
     | 
    
         
             
                  # Version of the google-apis-gkehub_v2 gem
         
     | 
| 
       19 
     | 
    
         
            -
                  GEM_VERSION = "0. 
     | 
| 
      
 19 
     | 
    
         
            +
                  GEM_VERSION = "0.16.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
         
     | 
| 
         @@ -967,6 +967,7 @@ module Google 
     | 
|
| 
       967 
967 
     | 
    
         | 
| 
       968 
968 
     | 
    
         
             
                      property :hierarchy_controller_state, as: 'hierarchyControllerState', class: Google::Apis::GkehubV2::ConfigManagementHierarchyControllerState, decorator: Google::Apis::GkehubV2::ConfigManagementHierarchyControllerState::Representation
         
     | 
| 
       969 
969 
     | 
    
         | 
| 
      
 970 
     | 
    
         
            +
                      property :kubernetes_api_server_version, as: 'kubernetesApiServerVersion'
         
     | 
| 
       970 
971 
     | 
    
         
             
                      property :membership_spec, as: 'membershipSpec', class: Google::Apis::GkehubV2::ConfigManagementSpec, decorator: Google::Apis::GkehubV2::ConfigManagementSpec::Representation
         
     | 
| 
       971 
972 
     | 
    
         | 
| 
       972 
973 
     | 
    
         
             
                      property :operator_state, as: 'operatorState', class: Google::Apis::GkehubV2::ConfigManagementOperatorState, decorator: Google::Apis::GkehubV2::ConfigManagementOperatorState::Representation
         
     | 
| 
         @@ -85,8 +85,8 @@ module Google 
     | 
|
| 
       85 
85 
     | 
    
         
             
                    # @param [String] name
         
     | 
| 
       86 
86 
     | 
    
         
             
                    #   The resource that owns the locations collection, if applicable.
         
     | 
| 
       87 
87 
     | 
    
         
             
                    # @param [Array<String>, String] extra_location_types
         
     | 
| 
       88 
     | 
    
         
            -
                    #   Optional.  
     | 
| 
       89 
     | 
    
         
            -
                    #    
     | 
| 
      
 88 
     | 
    
         
            +
                    #   Optional. Do not use this field. It is unsupported and is ignored unless
         
     | 
| 
      
 89 
     | 
    
         
            +
                    #   explicitly documented otherwise. This is primarily for internal usage.
         
     | 
| 
       90 
90 
     | 
    
         
             
                    # @param [String] filter
         
     | 
| 
       91 
91 
     | 
    
         
             
                    #   A filter to narrow down results to a preferred subset. The filtering language
         
     | 
| 
       92 
92 
     | 
    
         
             
                    #   accepts strings like `"displayName=tokyo"`, and is documented in more detail
         
     | 
    
        metadata
    CHANGED
    
    | 
         @@ -1,7 +1,7 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            --- !ruby/object:Gem::Specification
         
     | 
| 
       2 
2 
     | 
    
         
             
            name: google-apis-gkehub_v2
         
     | 
| 
       3 
3 
     | 
    
         
             
            version: !ruby/object:Gem::Version
         
     | 
| 
       4 
     | 
    
         
            -
              version: 0. 
     | 
| 
      
 4 
     | 
    
         
            +
              version: 0.16.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-gkehub_v2/CHANGELOG.md
         
     | 
| 
       60 
     | 
    
         
            -
              documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v2/v0. 
     | 
| 
      
 60 
     | 
    
         
            +
              documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v2/v0.16.0
         
     | 
| 
       61 
61 
     | 
    
         
             
              source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-gkehub_v2
         
     | 
| 
       62 
62 
     | 
    
         
             
            rdoc_options: []
         
     | 
| 
       63 
63 
     | 
    
         
             
            require_paths:
         
     |