google-apis-gkehub_v1 0.90.0 → 0.92.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: 6e515a24cd6eb1b13c21aeb47374e0e086be8d7be7731693fd839e76b64b3e48
         
     | 
| 
      
 4 
     | 
    
         
            +
              data.tar.gz: d11cb6188752dd091eb447b5127ad81839022164bb44f654a11fc1de11e4e9d3
         
     | 
| 
       5 
5 
     | 
    
         
             
            SHA512:
         
     | 
| 
       6 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       7 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 6 
     | 
    
         
            +
              metadata.gz: f580e202e5b7dcfaf6bf0a32cb5451d28945b34b28d01b3e7d72b00330d5f599b5e4b1dbbeddf4d664342e0e81ff55dd9282e264cf8e151bb751fd04f9d76d29
         
     | 
| 
      
 7 
     | 
    
         
            +
              data.tar.gz: 1223dd3d5c5e1ba5f58cca480f83f5917cabd67d33dfc66636c1671c10b5f8ebca029eb1890fd334972f1eab70691ae7ae82cc9390f19680e6e07ba353e59225
         
     | 
    
        data/CHANGELOG.md
    CHANGED
    
    | 
         @@ -1,5 +1,13 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            # Release history for google-apis-gkehub_v1
         
     | 
| 
       2 
2 
     | 
    
         | 
| 
      
 3 
     | 
    
         
            +
            ### v0.92.0 (2025-11-02)
         
     | 
| 
      
 4 
     | 
    
         
            +
             
     | 
| 
      
 5 
     | 
    
         
            +
            * Regenerated from discovery document revision 20251026
         
     | 
| 
      
 6 
     | 
    
         
            +
             
     | 
| 
      
 7 
     | 
    
         
            +
            ### v0.91.0 (2025-10-12)
         
     | 
| 
      
 8 
     | 
    
         
            +
             
     | 
| 
      
 9 
     | 
    
         
            +
            * Regenerated from discovery document revision 20251002
         
     | 
| 
      
 10 
     | 
    
         
            +
             
     | 
| 
       3 
11 
     | 
    
         
             
            ### v0.90.0 (2025-09-14)
         
     | 
| 
       4 
12 
     | 
    
         | 
| 
       5 
13 
     | 
    
         
             
            * Regenerated from discovery document revision 20250907
         
     | 
| 
         @@ -1632,6 +1632,11 @@ module Google 
     | 
|
| 
       1632 
1632 
     | 
    
         
             
                    # @return [Google::Apis::GkehubV1::ConfigManagementHierarchyControllerState]
         
     | 
| 
       1633 
1633 
     | 
    
         
             
                    attr_accessor :hierarchy_controller_state
         
     | 
| 
       1634 
1634 
     | 
    
         | 
| 
      
 1635 
     | 
    
         
            +
                    # Output only. The Kubernetes API server version of the cluster.
         
     | 
| 
      
 1636 
     | 
    
         
            +
                    # Corresponds to the JSON property `kubernetesApiServerVersion`
         
     | 
| 
      
 1637 
     | 
    
         
            +
                    # @return [String]
         
     | 
| 
      
 1638 
     | 
    
         
            +
                    attr_accessor :kubernetes_api_server_version
         
     | 
| 
      
 1639 
     | 
    
         
            +
                  
         
     | 
| 
       1635 
1640 
     | 
    
         
             
                    # **Anthos Config Management**: Configuration for a single cluster. Intended to
         
     | 
| 
       1636 
1641 
     | 
    
         
             
                    # parallel the ConfigManagement CR.
         
     | 
| 
       1637 
1642 
     | 
    
         
             
                    # Corresponds to the JSON property `membershipSpec`
         
     | 
| 
         @@ -1657,6 +1662,7 @@ module Google 
     | 
|
| 
       1657 
1662 
     | 
    
         
             
                      @cluster_name = args[:cluster_name] if args.key?(:cluster_name)
         
     | 
| 
       1658 
1663 
     | 
    
         
             
                      @config_sync_state = args[:config_sync_state] if args.key?(:config_sync_state)
         
     | 
| 
       1659 
1664 
     | 
    
         
             
                      @hierarchy_controller_state = args[:hierarchy_controller_state] if args.key?(:hierarchy_controller_state)
         
     | 
| 
      
 1665 
     | 
    
         
            +
                      @kubernetes_api_server_version = args[:kubernetes_api_server_version] if args.key?(:kubernetes_api_server_version)
         
     | 
| 
       1660 
1666 
     | 
    
         
             
                      @membership_spec = args[:membership_spec] if args.key?(:membership_spec)
         
     | 
| 
       1661 
1667 
     | 
    
         
             
                      @operator_state = args[:operator_state] if args.key?(:operator_state)
         
     | 
| 
       1662 
1668 
     | 
    
         
             
                      @policy_controller_state = args[:policy_controller_state] if args.key?(:policy_controller_state)
         
     | 
| 
         @@ -3756,6 +3762,13 @@ module Google 
     | 
|
| 
       3756 
3762 
     | 
    
         
             
                    # @return [Array<Google::Apis::GkehubV1::Operation>]
         
     | 
| 
       3757 
3763 
     | 
    
         
             
                    attr_accessor :operations
         
     | 
| 
       3758 
3764 
     | 
    
         | 
| 
      
 3765 
     | 
    
         
            +
                    # Unordered list. Unreachable resources. Populated when the request sets `
         
     | 
| 
      
 3766 
     | 
    
         
            +
                    # ListOperationsRequest.return_partial_success` and reads across collections e.g.
         
     | 
| 
      
 3767 
     | 
    
         
            +
                    # when attempting to list all resources across all supported locations.
         
     | 
| 
      
 3768 
     | 
    
         
            +
                    # Corresponds to the JSON property `unreachable`
         
     | 
| 
      
 3769 
     | 
    
         
            +
                    # @return [Array<String>]
         
     | 
| 
      
 3770 
     | 
    
         
            +
                    attr_accessor :unreachable
         
     | 
| 
      
 3771 
     | 
    
         
            +
                  
         
     | 
| 
       3759 
3772 
     | 
    
         
             
                    def initialize(**args)
         
     | 
| 
       3760 
3773 
     | 
    
         
             
                       update!(**args)
         
     | 
| 
       3761 
3774 
     | 
    
         
             
                    end
         
     | 
| 
         @@ -3764,6 +3777,7 @@ module Google 
     | 
|
| 
       3764 
3777 
     | 
    
         
             
                    def update!(**args)
         
     | 
| 
       3765 
3778 
     | 
    
         
             
                      @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
         
     | 
| 
       3766 
3779 
     | 
    
         
             
                      @operations = args[:operations] if args.key?(:operations)
         
     | 
| 
      
 3780 
     | 
    
         
            +
                      @unreachable = args[:unreachable] if args.key?(:unreachable)
         
     | 
| 
       3767 
3781 
     | 
    
         
             
                    end
         
     | 
| 
       3768 
3782 
     | 
    
         
             
                  end
         
     | 
| 
       3769 
3783 
     | 
    
         | 
| 
         @@ -16,13 +16,13 @@ module Google 
     | 
|
| 
       16 
16 
     | 
    
         
             
              module Apis
         
     | 
| 
       17 
17 
     | 
    
         
             
                module GkehubV1
         
     | 
| 
       18 
18 
     | 
    
         
             
                  # Version of the google-apis-gkehub_v1 gem
         
     | 
| 
       19 
     | 
    
         
            -
                  GEM_VERSION = "0. 
     | 
| 
      
 19 
     | 
    
         
            +
                  GEM_VERSION = "0.92.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
         
     | 
| 
         @@ -1450,6 +1450,7 @@ module Google 
     | 
|
| 
       1450 
1450 
     | 
    
         | 
| 
       1451 
1451 
     | 
    
         
             
                      property :hierarchy_controller_state, as: 'hierarchyControllerState', class: Google::Apis::GkehubV1::ConfigManagementHierarchyControllerState, decorator: Google::Apis::GkehubV1::ConfigManagementHierarchyControllerState::Representation
         
     | 
| 
       1452 
1452 
     | 
    
         | 
| 
      
 1453 
     | 
    
         
            +
                      property :kubernetes_api_server_version, as: 'kubernetesApiServerVersion'
         
     | 
| 
       1453 
1454 
     | 
    
         
             
                      property :membership_spec, as: 'membershipSpec', class: Google::Apis::GkehubV1::ConfigManagementMembershipSpec, decorator: Google::Apis::GkehubV1::ConfigManagementMembershipSpec::Representation
         
     | 
| 
       1454 
1455 
     | 
    
         | 
| 
       1455 
1456 
     | 
    
         
             
                      property :operator_state, as: 'operatorState', class: Google::Apis::GkehubV1::ConfigManagementOperatorState, decorator: Google::Apis::GkehubV1::ConfigManagementOperatorState::Representation
         
     | 
| 
         @@ -2054,6 +2055,7 @@ module Google 
     | 
|
| 
       2054 
2055 
     | 
    
         
             
                      property :next_page_token, as: 'nextPageToken'
         
     | 
| 
       2055 
2056 
     | 
    
         
             
                      collection :operations, as: 'operations', class: Google::Apis::GkehubV1::Operation, decorator: Google::Apis::GkehubV1::Operation::Representation
         
     | 
| 
       2056 
2057 
     | 
    
         | 
| 
      
 2058 
     | 
    
         
            +
                      collection :unreachable, as: 'unreachable'
         
     | 
| 
       2057 
2059 
     | 
    
         
             
                    end
         
     | 
| 
       2058 
2060 
     | 
    
         
             
                  end
         
     | 
| 
       2059 
2061 
     | 
    
         | 
| 
         @@ -127,8 +127,8 @@ module Google 
     | 
|
| 
       127 
127 
     | 
    
         
             
                    # @param [String] name
         
     | 
| 
       128 
128 
     | 
    
         
             
                    #   The resource that owns the locations collection, if applicable.
         
     | 
| 
       129 
129 
     | 
    
         
             
                    # @param [Array<String>, String] extra_location_types
         
     | 
| 
       130 
     | 
    
         
            -
                    #   Optional.  
     | 
| 
       131 
     | 
    
         
            -
                    #    
     | 
| 
      
 130 
     | 
    
         
            +
                    #   Optional. Do not use this field. It is unsupported and is ignored unless
         
     | 
| 
      
 131 
     | 
    
         
            +
                    #   explicitly documented otherwise. This is primarily for internal usage.
         
     | 
| 
       132 
132 
     | 
    
         
             
                    # @param [String] filter
         
     | 
| 
       133 
133 
     | 
    
         
             
                    #   A filter to narrow down results to a preferred subset. The filtering language
         
     | 
| 
       134 
134 
     | 
    
         
             
                    #   accepts strings like `"displayName=tokyo"`, and is documented in more detail
         
     | 
| 
         @@ -1649,6 +1649,13 @@ module Google 
     | 
|
| 
       1649 
1649 
     | 
    
         
             
                    #   The standard list page size.
         
     | 
| 
       1650 
1650 
     | 
    
         
             
                    # @param [String] page_token
         
     | 
| 
       1651 
1651 
     | 
    
         
             
                    #   The standard list page token.
         
     | 
| 
      
 1652 
     | 
    
         
            +
                    # @param [Boolean] return_partial_success
         
     | 
| 
      
 1653 
     | 
    
         
            +
                    #   When set to `true`, operations that are reachable are returned as normal, and
         
     | 
| 
      
 1654 
     | 
    
         
            +
                    #   those that are unreachable are returned in the [ListOperationsResponse.
         
     | 
| 
      
 1655 
     | 
    
         
            +
                    #   unreachable] field. This can only be `true` when reading across collections e.
         
     | 
| 
      
 1656 
     | 
    
         
            +
                    #   g. when `parent` is set to `"projects/example/locations/-"`. This field is not
         
     | 
| 
      
 1657 
     | 
    
         
            +
                    #   by default supported and will result in an `UNIMPLEMENTED` error if set unless
         
     | 
| 
      
 1658 
     | 
    
         
            +
                    #   explicitly documented otherwise in service or product specific documentation.
         
     | 
| 
       1652 
1659 
     | 
    
         
             
                    # @param [String] fields
         
     | 
| 
       1653 
1660 
     | 
    
         
             
                    #   Selector specifying which fields to include in a partial response.
         
     | 
| 
       1654 
1661 
     | 
    
         
             
                    # @param [String] quota_user
         
     | 
| 
         @@ -1666,7 +1673,7 @@ module Google 
     | 
|
| 
       1666 
1673 
     | 
    
         
             
                    # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
         
     | 
| 
       1667 
1674 
     | 
    
         
             
                    # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
         
     | 
| 
       1668 
1675 
     | 
    
         
             
                    # @raise [Google::Apis::AuthorizationError] Authorization is required
         
     | 
| 
       1669 
     | 
    
         
            -
                    def list_project_location_operations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
         
     | 
| 
      
 1676 
     | 
    
         
            +
                    def list_project_location_operations(name, filter: nil, page_size: nil, page_token: nil, return_partial_success: nil, fields: nil, quota_user: nil, options: nil, &block)
         
     | 
| 
       1670 
1677 
     | 
    
         
             
                      command = make_simple_command(:get, 'v1/{+name}/operations', options)
         
     | 
| 
       1671 
1678 
     | 
    
         
             
                      command.response_representation = Google::Apis::GkehubV1::ListOperationsResponse::Representation
         
     | 
| 
       1672 
1679 
     | 
    
         
             
                      command.response_class = Google::Apis::GkehubV1::ListOperationsResponse
         
     | 
| 
         @@ -1674,6 +1681,7 @@ module Google 
     | 
|
| 
       1674 
1681 
     | 
    
         
             
                      command.query['filter'] = filter unless filter.nil?
         
     | 
| 
       1675 
1682 
     | 
    
         
             
                      command.query['pageSize'] = page_size unless page_size.nil?
         
     | 
| 
       1676 
1683 
     | 
    
         
             
                      command.query['pageToken'] = page_token unless page_token.nil?
         
     | 
| 
      
 1684 
     | 
    
         
            +
                      command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
         
     | 
| 
       1677 
1685 
     | 
    
         
             
                      command.query['fields'] = fields unless fields.nil?
         
     | 
| 
       1678 
1686 
     | 
    
         
             
                      command.query['quotaUser'] = quota_user unless quota_user.nil?
         
     | 
| 
       1679 
1687 
     | 
    
         
             
                      execute_or_queue_command(command, &block)
         
     | 
    
        metadata
    CHANGED
    
    | 
         @@ -1,7 +1,7 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            --- !ruby/object:Gem::Specification
         
     | 
| 
       2 
2 
     | 
    
         
             
            name: google-apis-gkehub_v1
         
     | 
| 
       3 
3 
     | 
    
         
             
            version: !ruby/object:Gem::Version
         
     | 
| 
       4 
     | 
    
         
            -
              version: 0. 
     | 
| 
      
 4 
     | 
    
         
            +
              version: 0.92.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_v1/CHANGELOG.md
         
     | 
| 
       60 
     | 
    
         
            -
              documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1/v0. 
     | 
| 
      
 60 
     | 
    
         
            +
              documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1/v0.92.0
         
     | 
| 
       61 
61 
     | 
    
         
             
              source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-gkehub_v1
         
     | 
| 
       62 
62 
     | 
    
         
             
            rdoc_options: []
         
     | 
| 
       63 
63 
     | 
    
         
             
            require_paths:
         
     |