google-apis-apihub_v1 0.8.0 → 0.9.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: 267789b76644e09e81894d97a07c8e7f9ff0fe7cea57bac606af6ba1859160d2
         
     | 
| 
      
 4 
     | 
    
         
            +
              data.tar.gz: b1ec3e6baa811ee605269fd8a159d22189a784af9579857f82de6494afad38b9
         
     | 
| 
       5 
5 
     | 
    
         
             
            SHA512:
         
     | 
| 
       6 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       7 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 6 
     | 
    
         
            +
              metadata.gz: a86fbffda5e052a6ae3cbfde6ed9fe7071371e0b1958156ef8eaf37e5c816df2e53d318cd82d8f73089e36ba38ffb5ae5bfb82223270cd6ba958d35be6e0af7c
         
     | 
| 
      
 7 
     | 
    
         
            +
              data.tar.gz: d19244384a0a477ada6e483213d4c8ce544214cb0826500196516509f2c65a0ae3da6ad3761e2101ebb3726e0c2a1f3bc14896d149182f6f8798fd93f821a24f
         
     | 
    
        data/CHANGELOG.md
    CHANGED
    
    
| 
         @@ -203,7 +203,9 @@ module Google 
     | 
|
| 
       203 
203 
     | 
    
         
             
                    # @return [Google::Apis::ApihubV1::GoogleCloudApihubV1Documentation]
         
     | 
| 
       204 
204 
     | 
    
         
             
                    attr_accessor :documentation
         
     | 
| 
       205 
205 
     | 
    
         | 
| 
       206 
     | 
    
         
            -
                    # Optional. Fingerprint of the API resource.
         
     | 
| 
      
 206 
     | 
    
         
            +
                    # Optional. Fingerprint of the API resource. This must be unique for each API
         
     | 
| 
      
 207 
     | 
    
         
            +
                    # resource. It can neither be unset nor be updated to an existing fingerprint of
         
     | 
| 
      
 208 
     | 
    
         
            +
                    # another API resource.
         
     | 
| 
       207 
209 
     | 
    
         
             
                    # Corresponds to the JSON property `fingerprint`
         
     | 
| 
       208 
210 
     | 
    
         
             
                    # @return [String]
         
     | 
| 
       209 
211 
     | 
    
         
             
                    attr_accessor :fingerprint
         
     | 
| 
         @@ -4534,6 +4536,13 @@ module Google 
     | 
|
| 
       4534 
4536 
     | 
    
         
             
                    # @return [Array<Google::Apis::ApihubV1::GoogleLongrunningOperation>]
         
     | 
| 
       4535 
4537 
     | 
    
         
             
                    attr_accessor :operations
         
     | 
| 
       4536 
4538 
     | 
    
         | 
| 
      
 4539 
     | 
    
         
            +
                    # Unordered list. Unreachable resources. Populated when the request sets `
         
     | 
| 
      
 4540 
     | 
    
         
            +
                    # ListOperationsRequest.return_partial_success` and reads across collections e.g.
         
     | 
| 
      
 4541 
     | 
    
         
            +
                    # when attempting to list all resources across all supported locations.
         
     | 
| 
      
 4542 
     | 
    
         
            +
                    # Corresponds to the JSON property `unreachable`
         
     | 
| 
      
 4543 
     | 
    
         
            +
                    # @return [Array<String>]
         
     | 
| 
      
 4544 
     | 
    
         
            +
                    attr_accessor :unreachable
         
     | 
| 
      
 4545 
     | 
    
         
            +
                  
         
     | 
| 
       4537 
4546 
     | 
    
         
             
                    def initialize(**args)
         
     | 
| 
       4538 
4547 
     | 
    
         
             
                       update!(**args)
         
     | 
| 
       4539 
4548 
     | 
    
         
             
                    end
         
     | 
| 
         @@ -4542,6 +4551,7 @@ module Google 
     | 
|
| 
       4542 
4551 
     | 
    
         
             
                    def update!(**args)
         
     | 
| 
       4543 
4552 
     | 
    
         
             
                      @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
         
     | 
| 
       4544 
4553 
     | 
    
         
             
                      @operations = args[:operations] if args.key?(:operations)
         
     | 
| 
      
 4554 
     | 
    
         
            +
                      @unreachable = args[:unreachable] if args.key?(:unreachable)
         
     | 
| 
       4545 
4555 
     | 
    
         
             
                    end
         
     | 
| 
       4546 
4556 
     | 
    
         
             
                  end
         
     | 
| 
       4547 
4557 
     | 
    
         | 
| 
         @@ -16,13 +16,13 @@ module Google 
     | 
|
| 
       16 
16 
     | 
    
         
             
              module Apis
         
     | 
| 
       17 
17 
     | 
    
         
             
                module ApihubV1
         
     | 
| 
       18 
18 
     | 
    
         
             
                  # Version of the google-apis-apihub_v1 gem
         
     | 
| 
       19 
     | 
    
         
            -
                  GEM_VERSION = "0. 
     | 
| 
      
 19 
     | 
    
         
            +
                  GEM_VERSION = "0.9.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 = "20251025"
         
     | 
| 
       26 
26 
     | 
    
         
             
                end
         
     | 
| 
       27 
27 
     | 
    
         
             
              end
         
     | 
| 
       28 
28 
     | 
    
         
             
            end
         
     | 
| 
         @@ -2032,6 +2032,7 @@ module Google 
     | 
|
| 
       2032 
2032 
     | 
    
         
             
                      property :next_page_token, as: 'nextPageToken'
         
     | 
| 
       2033 
2033 
     | 
    
         
             
                      collection :operations, as: 'operations', class: Google::Apis::ApihubV1::GoogleLongrunningOperation, decorator: Google::Apis::ApihubV1::GoogleLongrunningOperation::Representation
         
     | 
| 
       2034 
2034 
     | 
    
         | 
| 
      
 2035 
     | 
    
         
            +
                      collection :unreachable, as: 'unreachable'
         
     | 
| 
       2035 
2036 
     | 
    
         
             
                    end
         
     | 
| 
       2036 
2037 
     | 
    
         
             
                  end
         
     | 
| 
       2037 
2038 
     | 
    
         | 
| 
         @@ -119,8 +119,8 @@ module Google 
     | 
|
| 
       119 
119 
     | 
    
         
             
                    # @param [String] name
         
     | 
| 
       120 
120 
     | 
    
         
             
                    #   The resource that owns the locations collection, if applicable.
         
     | 
| 
       121 
121 
     | 
    
         
             
                    # @param [Array<String>, String] extra_location_types
         
     | 
| 
       122 
     | 
    
         
            -
                    #   Optional.  
     | 
| 
       123 
     | 
    
         
            -
                    #    
     | 
| 
      
 122 
     | 
    
         
            +
                    #   Optional. Do not use this field. It is unsupported and is ignored unless
         
     | 
| 
      
 123 
     | 
    
         
            +
                    #   explicitly documented otherwise. This is primarily for internal usage.
         
     | 
| 
       124 
124 
     | 
    
         
             
                    # @param [String] filter
         
     | 
| 
       125 
125 
     | 
    
         
             
                    #   A filter to narrow down results to a preferred subset. The filtering language
         
     | 
| 
       126 
126 
     | 
    
         
             
                    #   accepts strings like `"displayName=tokyo"`, and is documented in more detail
         
     | 
| 
         @@ -605,9 +605,10 @@ module Google 
     | 
|
| 
       605 
605 
     | 
    
         | 
| 
       606 
606 
     | 
    
         
             
                    # Update an API resource in the API hub. The following fields in the API can be
         
     | 
| 
       607 
607 
     | 
    
         
             
                    # updated: * display_name * description * owner * documentation * target_user *
         
     | 
| 
       608 
     | 
    
         
            -
                    # team * business_unit * maturity_level * api_style * attributes  
     | 
| 
       609 
     | 
    
         
            -
                    # should be used to specify the fields being updated. Updating 
     | 
| 
       610 
     | 
    
         
            -
                    # requires complete owner message and updates both owner and 
     | 
| 
      
 608 
     | 
    
         
            +
                    # team * business_unit * maturity_level * api_style * attributes * fingerprint
         
     | 
| 
      
 609 
     | 
    
         
            +
                    # The update_mask should be used to specify the fields being updated. Updating
         
     | 
| 
      
 610 
     | 
    
         
            +
                    # the owner field requires complete owner message and updates both owner and
         
     | 
| 
      
 611 
     | 
    
         
            +
                    # email fields.
         
     | 
| 
       611 
612 
     | 
    
         
             
                    # @param [String] name
         
     | 
| 
       612 
613 
     | 
    
         
             
                    #   Identifier. The name of the API resource in the API Hub. Format: `projects/`
         
     | 
| 
       613 
614 
     | 
    
         
             
                    #   project`/locations/`location`/apis/`api``
         
     | 
| 
         @@ -1147,10 +1148,15 @@ module Google 
     | 
|
| 
       1147 
1148 
     | 
    
         
             
                    # Update an operation in an API version. The following fields in the
         
     | 
| 
       1148 
1149 
     | 
    
         
             
                    # ApiOperation resource can be updated: * details.description * details.
         
     | 
| 
       1149 
1150 
     | 
    
         
             
                    # documentation * details.http_operation.path * details.http_operation.method *
         
     | 
| 
       1150 
     | 
    
         
            -
                    # details.deprecated * attributes  
     | 
| 
       1151 
     | 
    
         
            -
                    #  
     | 
| 
       1152 
     | 
    
         
            -
                    #  
     | 
| 
       1153 
     | 
    
         
            -
                    #  
     | 
| 
      
 1151 
     | 
    
         
            +
                    # details.deprecated * attributes * details.mcp_tool.title * details.mcp_tool.
         
     | 
| 
      
 1152 
     | 
    
         
            +
                    # description * details.input_schema * details.output_schema * details.mcp_tool.
         
     | 
| 
      
 1153 
     | 
    
         
            +
                    # annotations.title * details.mcp_tool.annotations.read_only_hint * details.
         
     | 
| 
      
 1154 
     | 
    
         
            +
                    # mcp_tool.annotations.destructive_hint * details.mcp_tool.annotations.
         
     | 
| 
      
 1155 
     | 
    
         
            +
                    # idempotent_hint * details.mcp_tool.annotations.open_world_hint * details.
         
     | 
| 
      
 1156 
     | 
    
         
            +
                    # mcp_tool.annotations.additional_hints The update_mask should be used to
         
     | 
| 
      
 1157 
     | 
    
         
            +
                    # specify the fields being updated. An operation can be updated only if the
         
     | 
| 
      
 1158 
     | 
    
         
            +
                    # operation was created via CreateApiOperation API. If the operation was created
         
     | 
| 
      
 1159 
     | 
    
         
            +
                    # by parsing the spec, then it can be edited by updating the spec.
         
     | 
| 
       1154 
1160 
     | 
    
         
             
                    # @param [String] name
         
     | 
| 
       1155 
1161 
     | 
    
         
             
                    #   Identifier. The name of the operation. Format: `projects/`project`/locations/`
         
     | 
| 
       1156 
1162 
     | 
    
         
             
                    #   location`/apis/`api`/versions/`version`/operations/`operation``
         
     | 
| 
         @@ -3015,6 +3021,13 @@ module Google 
     | 
|
| 
       3015 
3021 
     | 
    
         
             
                    #   The standard list page size.
         
     | 
| 
       3016 
3022 
     | 
    
         
             
                    # @param [String] page_token
         
     | 
| 
       3017 
3023 
     | 
    
         
             
                    #   The standard list page token.
         
     | 
| 
      
 3024 
     | 
    
         
            +
                    # @param [Boolean] return_partial_success
         
     | 
| 
      
 3025 
     | 
    
         
            +
                    #   When set to `true`, operations that are reachable are returned as normal, and
         
     | 
| 
      
 3026 
     | 
    
         
            +
                    #   those that are unreachable are returned in the [ListOperationsResponse.
         
     | 
| 
      
 3027 
     | 
    
         
            +
                    #   unreachable] field. This can only be `true` when reading across collections e.
         
     | 
| 
      
 3028 
     | 
    
         
            +
                    #   g. when `parent` is set to `"projects/example/locations/-"`. This field is not
         
     | 
| 
      
 3029 
     | 
    
         
            +
                    #   by default supported and will result in an `UNIMPLEMENTED` error if set unless
         
     | 
| 
      
 3030 
     | 
    
         
            +
                    #   explicitly documented otherwise in service or product specific documentation.
         
     | 
| 
       3018 
3031 
     | 
    
         
             
                    # @param [String] fields
         
     | 
| 
       3019 
3032 
     | 
    
         
             
                    #   Selector specifying which fields to include in a partial response.
         
     | 
| 
       3020 
3033 
     | 
    
         
             
                    # @param [String] quota_user
         
     | 
| 
         @@ -3032,7 +3045,7 @@ module Google 
     | 
|
| 
       3032 
3045 
     | 
    
         
             
                    # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
         
     | 
| 
       3033 
3046 
     | 
    
         
             
                    # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
         
     | 
| 
       3034 
3047 
     | 
    
         
             
                    # @raise [Google::Apis::AuthorizationError] Authorization is required
         
     | 
| 
       3035 
     | 
    
         
            -
                    def list_project_location_operations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
         
     | 
| 
      
 3048 
     | 
    
         
            +
                    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)
         
     | 
| 
       3036 
3049 
     | 
    
         
             
                      command = make_simple_command(:get, 'v1/{+name}/operations', options)
         
     | 
| 
       3037 
3050 
     | 
    
         
             
                      command.response_representation = Google::Apis::ApihubV1::GoogleLongrunningListOperationsResponse::Representation
         
     | 
| 
       3038 
3051 
     | 
    
         
             
                      command.response_class = Google::Apis::ApihubV1::GoogleLongrunningListOperationsResponse
         
     | 
| 
         @@ -3040,6 +3053,7 @@ module Google 
     | 
|
| 
       3040 
3053 
     | 
    
         
             
                      command.query['filter'] = filter unless filter.nil?
         
     | 
| 
       3041 
3054 
     | 
    
         
             
                      command.query['pageSize'] = page_size unless page_size.nil?
         
     | 
| 
       3042 
3055 
     | 
    
         
             
                      command.query['pageToken'] = page_token unless page_token.nil?
         
     | 
| 
      
 3056 
     | 
    
         
            +
                      command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
         
     | 
| 
       3043 
3057 
     | 
    
         
             
                      command.query['fields'] = fields unless fields.nil?
         
     | 
| 
       3044 
3058 
     | 
    
         
             
                      command.query['quotaUser'] = quota_user unless quota_user.nil?
         
     | 
| 
       3045 
3059 
     | 
    
         
             
                      execute_or_queue_command(command, &block)
         
     | 
    
        metadata
    CHANGED
    
    | 
         @@ -1,7 +1,7 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            --- !ruby/object:Gem::Specification
         
     | 
| 
       2 
2 
     | 
    
         
             
            name: google-apis-apihub_v1
         
     | 
| 
       3 
3 
     | 
    
         
             
            version: !ruby/object:Gem::Version
         
     | 
| 
       4 
     | 
    
         
            -
              version: 0. 
     | 
| 
      
 4 
     | 
    
         
            +
              version: 0.9.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-apihub_v1/CHANGELOG.md
         
     | 
| 
       60 
     | 
    
         
            -
              documentation_uri: https://googleapis.dev/ruby/google-apis-apihub_v1/v0. 
     | 
| 
      
 60 
     | 
    
         
            +
              documentation_uri: https://googleapis.dev/ruby/google-apis-apihub_v1/v0.9.0
         
     | 
| 
       61 
61 
     | 
    
         
             
              source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-apihub_v1
         
     | 
| 
       62 
62 
     | 
    
         
             
            rdoc_options: []
         
     | 
| 
       63 
63 
     | 
    
         
             
            require_paths:
         
     |