google-apis-apim_v1alpha 0.7.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: c52a199ce42bf80c3ae720120b35208fd6c0ffe388fbe01356dafd78d6109d53
         
     | 
| 
      
 4 
     | 
    
         
            +
              data.tar.gz: 4fb053dfaff6e697b2329827b0567837ab3d8d881eebeef20645b4d55b764657
         
     | 
| 
       5 
5 
     | 
    
         
             
            SHA512:
         
     | 
| 
       6 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       7 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 6 
     | 
    
         
            +
              metadata.gz: 91ea83fed6947daa2382053aeef20999cc93d08ed7665cc8f8fd42ece3f6ce86f409f014bd3fb4b858af006f12e41248b19c4eebacac8b4a1c8253fd13211a31
         
     | 
| 
      
 7 
     | 
    
         
            +
              data.tar.gz: 1ab9a866ca175eb1387c9098f8436915a2d9f888db4749d8f42087d80294921a9e60a7894e39f063ad33b2bdbd016aa46b068a517114c2fb8b00ddd6e78f954d
         
     | 
    
        data/CHANGELOG.md
    CHANGED
    
    | 
         @@ -1,5 +1,13 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            # Release history for google-apis-apim_v1alpha
         
     | 
| 
       2 
2 
     | 
    
         | 
| 
      
 3 
     | 
    
         
            +
            ### v0.9.0 (2025-11-02)
         
     | 
| 
      
 4 
     | 
    
         
            +
             
     | 
| 
      
 5 
     | 
    
         
            +
            * Regenerated from discovery document revision 20251022
         
     | 
| 
      
 6 
     | 
    
         
            +
             
     | 
| 
      
 7 
     | 
    
         
            +
            ### v0.8.0 (2025-10-05)
         
     | 
| 
      
 8 
     | 
    
         
            +
             
     | 
| 
      
 9 
     | 
    
         
            +
            * Regenerated from discovery document revision 20250924
         
     | 
| 
      
 10 
     | 
    
         
            +
             
     | 
| 
       3 
11 
     | 
    
         
             
            ### v0.7.0 (2025-09-21)
         
     | 
| 
       4 
12 
     | 
    
         | 
| 
       5 
13 
     | 
    
         
             
            * Regenerated from discovery document revision 20250910
         
     | 
| 
         @@ -719,6 +719,13 @@ module Google 
     | 
|
| 
       719 
719 
     | 
    
         
             
                    # @return [Array<Google::Apis::ApimV1alpha::Operation>]
         
     | 
| 
       720 
720 
     | 
    
         
             
                    attr_accessor :operations
         
     | 
| 
       721 
721 
     | 
    
         | 
| 
      
 722 
     | 
    
         
            +
                    # Unordered list. Unreachable resources. Populated when the request sets `
         
     | 
| 
      
 723 
     | 
    
         
            +
                    # ListOperationsRequest.return_partial_success` and reads across collections e.g.
         
     | 
| 
      
 724 
     | 
    
         
            +
                    # when attempting to list all resources across all supported locations.
         
     | 
| 
      
 725 
     | 
    
         
            +
                    # Corresponds to the JSON property `unreachable`
         
     | 
| 
      
 726 
     | 
    
         
            +
                    # @return [Array<String>]
         
     | 
| 
      
 727 
     | 
    
         
            +
                    attr_accessor :unreachable
         
     | 
| 
      
 728 
     | 
    
         
            +
                  
         
     | 
| 
       722 
729 
     | 
    
         
             
                    def initialize(**args)
         
     | 
| 
       723 
730 
     | 
    
         
             
                       update!(**args)
         
     | 
| 
       724 
731 
     | 
    
         
             
                    end
         
     | 
| 
         @@ -727,6 +734,7 @@ module Google 
     | 
|
| 
       727 
734 
     | 
    
         
             
                    def update!(**args)
         
     | 
| 
       728 
735 
     | 
    
         
             
                      @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
         
     | 
| 
       729 
736 
     | 
    
         
             
                      @operations = args[:operations] if args.key?(:operations)
         
     | 
| 
      
 737 
     | 
    
         
            +
                      @unreachable = args[:unreachable] if args.key?(:unreachable)
         
     | 
| 
       730 
738 
     | 
    
         
             
                    end
         
     | 
| 
       731 
739 
     | 
    
         
             
                  end
         
     | 
| 
       732 
740 
     | 
    
         | 
| 
         @@ -16,13 +16,13 @@ module Google 
     | 
|
| 
       16 
16 
     | 
    
         
             
              module Apis
         
     | 
| 
       17 
17 
     | 
    
         
             
                module ApimV1alpha
         
     | 
| 
       18 
18 
     | 
    
         
             
                  # Version of the google-apis-apim_v1alpha 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 = "20251022"
         
     | 
| 
       26 
26 
     | 
    
         
             
                end
         
     | 
| 
       27 
27 
     | 
    
         
             
              end
         
     | 
| 
       28 
28 
     | 
    
         
             
            end
         
     | 
| 
         @@ -438,6 +438,7 @@ module Google 
     | 
|
| 
       438 
438 
     | 
    
         
             
                      property :next_page_token, as: 'nextPageToken'
         
     | 
| 
       439 
439 
     | 
    
         
             
                      collection :operations, as: 'operations', class: Google::Apis::ApimV1alpha::Operation, decorator: Google::Apis::ApimV1alpha::Operation::Representation
         
     | 
| 
       440 
440 
     | 
    
         | 
| 
      
 441 
     | 
    
         
            +
                      collection :unreachable, as: 'unreachable'
         
     | 
| 
       441 
442 
     | 
    
         
             
                    end
         
     | 
| 
       442 
443 
     | 
    
         
             
                  end
         
     | 
| 
       443 
444 
     | 
    
         | 
| 
         @@ -116,8 +116,8 @@ module Google 
     | 
|
| 
       116 
116 
     | 
    
         
             
                    # @param [String] name
         
     | 
| 
       117 
117 
     | 
    
         
             
                    #   The resource that owns the locations collection, if applicable.
         
     | 
| 
       118 
118 
     | 
    
         
             
                    # @param [Array<String>, String] extra_location_types
         
     | 
| 
       119 
     | 
    
         
            -
                    #   Optional.  
     | 
| 
       120 
     | 
    
         
            -
                    #    
     | 
| 
      
 119 
     | 
    
         
            +
                    #   Optional. Do not use this field. It is unsupported and is ignored unless
         
     | 
| 
      
 120 
     | 
    
         
            +
                    #   explicitly documented otherwise. This is primarily for internal usage.
         
     | 
| 
       121 
121 
     | 
    
         
             
                    # @param [String] filter
         
     | 
| 
       122 
122 
     | 
    
         
             
                    #   A filter to narrow down results to a preferred subset. The filtering language
         
     | 
| 
       123 
123 
     | 
    
         
             
                    #   accepts strings like `"displayName=tokyo"`, and is documented in more detail
         
     | 
| 
         @@ -889,6 +889,13 @@ module Google 
     | 
|
| 
       889 
889 
     | 
    
         
             
                    #   The standard list page size.
         
     | 
| 
       890 
890 
     | 
    
         
             
                    # @param [String] page_token
         
     | 
| 
       891 
891 
     | 
    
         
             
                    #   The standard list page token.
         
     | 
| 
      
 892 
     | 
    
         
            +
                    # @param [Boolean] return_partial_success
         
     | 
| 
      
 893 
     | 
    
         
            +
                    #   When set to `true`, operations that are reachable are returned as normal, and
         
     | 
| 
      
 894 
     | 
    
         
            +
                    #   those that are unreachable are returned in the [ListOperationsResponse.
         
     | 
| 
      
 895 
     | 
    
         
            +
                    #   unreachable] field. This can only be `true` when reading across collections e.
         
     | 
| 
      
 896 
     | 
    
         
            +
                    #   g. when `parent` is set to `"projects/example/locations/-"`. This field is not
         
     | 
| 
      
 897 
     | 
    
         
            +
                    #   by default supported and will result in an `UNIMPLEMENTED` error if set unless
         
     | 
| 
      
 898 
     | 
    
         
            +
                    #   explicitly documented otherwise in service or product specific documentation.
         
     | 
| 
       892 
899 
     | 
    
         
             
                    # @param [String] fields
         
     | 
| 
       893 
900 
     | 
    
         
             
                    #   Selector specifying which fields to include in a partial response.
         
     | 
| 
       894 
901 
     | 
    
         
             
                    # @param [String] quota_user
         
     | 
| 
         @@ -906,7 +913,7 @@ module Google 
     | 
|
| 
       906 
913 
     | 
    
         
             
                    # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
         
     | 
| 
       907 
914 
     | 
    
         
             
                    # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
         
     | 
| 
       908 
915 
     | 
    
         
             
                    # @raise [Google::Apis::AuthorizationError] Authorization is required
         
     | 
| 
       909 
     | 
    
         
            -
                    def list_project_location_operations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
         
     | 
| 
      
 916 
     | 
    
         
            +
                    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)
         
     | 
| 
       910 
917 
     | 
    
         
             
                      command = make_simple_command(:get, 'v1alpha/{+name}/operations', options)
         
     | 
| 
       911 
918 
     | 
    
         
             
                      command.response_representation = Google::Apis::ApimV1alpha::ListOperationsResponse::Representation
         
     | 
| 
       912 
919 
     | 
    
         
             
                      command.response_class = Google::Apis::ApimV1alpha::ListOperationsResponse
         
     | 
| 
         @@ -914,6 +921,7 @@ module Google 
     | 
|
| 
       914 
921 
     | 
    
         
             
                      command.query['filter'] = filter unless filter.nil?
         
     | 
| 
       915 
922 
     | 
    
         
             
                      command.query['pageSize'] = page_size unless page_size.nil?
         
     | 
| 
       916 
923 
     | 
    
         
             
                      command.query['pageToken'] = page_token unless page_token.nil?
         
     | 
| 
      
 924 
     | 
    
         
            +
                      command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
         
     | 
| 
       917 
925 
     | 
    
         
             
                      command.query['fields'] = fields unless fields.nil?
         
     | 
| 
       918 
926 
     | 
    
         
             
                      command.query['quotaUser'] = quota_user unless quota_user.nil?
         
     | 
| 
       919 
927 
     | 
    
         
             
                      execute_or_queue_command(command, &block)
         
     | 
    
        metadata
    CHANGED
    
    | 
         @@ -1,7 +1,7 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            --- !ruby/object:Gem::Specification
         
     | 
| 
       2 
2 
     | 
    
         
             
            name: google-apis-apim_v1alpha
         
     | 
| 
       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-apim_v1alpha/CHANGELOG.md
         
     | 
| 
       60 
     | 
    
         
            -
              documentation_uri: https://googleapis.dev/ruby/google-apis-apim_v1alpha/v0. 
     | 
| 
      
 60 
     | 
    
         
            +
              documentation_uri: https://googleapis.dev/ruby/google-apis-apim_v1alpha/v0.9.0
         
     | 
| 
       61 
61 
     | 
    
         
             
              source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-apim_v1alpha
         
     | 
| 
       62 
62 
     | 
    
         
             
            rdoc_options: []
         
     | 
| 
       63 
63 
     | 
    
         
             
            require_paths:
         
     |