google-apis-workflows_v1 0.44.0 → 0.45.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: 1b24afeb55cde5ca9b23d8118f53c4c97f7057ac1fe22a696e6a72c331cf80d5
         
     | 
| 
      
 4 
     | 
    
         
            +
              data.tar.gz: 5bc4fc4534aecf11bed2a188799847711b65f2c5aecec2ea562bb4b201940813
         
     | 
| 
       5 
5 
     | 
    
         
             
            SHA512:
         
     | 
| 
       6 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       7 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 6 
     | 
    
         
            +
              metadata.gz: 6ff64a6dedd6645dfbf968cbe0100eb1f5b2f858bc6ddff286bd5fc49e3bf40f55669fad71296e10413e3299b593fc6d4d5b69b5f6654e9f889ed4f57af62318
         
     | 
| 
      
 7 
     | 
    
         
            +
              data.tar.gz: e3e59c969f54eb9500c2da657a38353aee229e804c232ca25b08a4f30a5983560a801d03c2a718e557f26c2328aa9d4b92b4ba24457b4f6301e185930147b7f2
         
     | 
    
        data/CHANGELOG.md
    CHANGED
    
    
| 
         @@ -77,6 +77,13 @@ module Google 
     | 
|
| 
       77 
77 
     | 
    
         
             
                    # @return [Array<Google::Apis::WorkflowsV1::Operation>]
         
     | 
| 
       78 
78 
     | 
    
         
             
                    attr_accessor :operations
         
     | 
| 
       79 
79 
     | 
    
         | 
| 
      
 80 
     | 
    
         
            +
                    # Unordered list. Unreachable resources. Populated when the request sets `
         
     | 
| 
      
 81 
     | 
    
         
            +
                    # ListOperationsRequest.return_partial_success` and reads across collections e.g.
         
     | 
| 
      
 82 
     | 
    
         
            +
                    # when attempting to list all resources across all supported locations.
         
     | 
| 
      
 83 
     | 
    
         
            +
                    # Corresponds to the JSON property `unreachable`
         
     | 
| 
      
 84 
     | 
    
         
            +
                    # @return [Array<String>]
         
     | 
| 
      
 85 
     | 
    
         
            +
                    attr_accessor :unreachable
         
     | 
| 
      
 86 
     | 
    
         
            +
                  
         
     | 
| 
       80 
87 
     | 
    
         
             
                    def initialize(**args)
         
     | 
| 
       81 
88 
     | 
    
         
             
                       update!(**args)
         
     | 
| 
       82 
89 
     | 
    
         
             
                    end
         
     | 
| 
         @@ -85,6 +92,7 @@ module Google 
     | 
|
| 
       85 
92 
     | 
    
         
             
                    def update!(**args)
         
     | 
| 
       86 
93 
     | 
    
         
             
                      @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
         
     | 
| 
       87 
94 
     | 
    
         
             
                      @operations = args[:operations] if args.key?(:operations)
         
     | 
| 
      
 95 
     | 
    
         
            +
                      @unreachable = args[:unreachable] if args.key?(:unreachable)
         
     | 
| 
       88 
96 
     | 
    
         
             
                    end
         
     | 
| 
       89 
97 
     | 
    
         
             
                  end
         
     | 
| 
       90 
98 
     | 
    
         | 
| 
         @@ -16,13 +16,13 @@ module Google 
     | 
|
| 
       16 
16 
     | 
    
         
             
              module Apis
         
     | 
| 
       17 
17 
     | 
    
         
             
                module WorkflowsV1
         
     | 
| 
       18 
18 
     | 
    
         
             
                  # Version of the google-apis-workflows_v1 gem
         
     | 
| 
       19 
     | 
    
         
            -
                  GEM_VERSION = "0. 
     | 
| 
      
 19 
     | 
    
         
            +
                  GEM_VERSION = "0.45.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 = "20251013"
         
     | 
| 
       26 
26 
     | 
    
         
             
                end
         
     | 
| 
       27 
27 
     | 
    
         
             
              end
         
     | 
| 
       28 
28 
     | 
    
         
             
            end
         
     | 
| 
         @@ -109,6 +109,7 @@ module Google 
     | 
|
| 
       109 
109 
     | 
    
         
             
                      property :next_page_token, as: 'nextPageToken'
         
     | 
| 
       110 
110 
     | 
    
         
             
                      collection :operations, as: 'operations', class: Google::Apis::WorkflowsV1::Operation, decorator: Google::Apis::WorkflowsV1::Operation::Representation
         
     | 
| 
       111 
111 
     | 
    
         | 
| 
      
 112 
     | 
    
         
            +
                      collection :unreachable, as: 'unreachable'
         
     | 
| 
       112 
113 
     | 
    
         
             
                    end
         
     | 
| 
       113 
114 
     | 
    
         
             
                  end
         
     | 
| 
       114 
115 
     | 
    
         | 
| 
         @@ -203,6 +203,13 @@ module Google 
     | 
|
| 
       203 
203 
     | 
    
         
             
                    #   The standard list page size.
         
     | 
| 
       204 
204 
     | 
    
         
             
                    # @param [String] page_token
         
     | 
| 
       205 
205 
     | 
    
         
             
                    #   The standard list page token.
         
     | 
| 
      
 206 
     | 
    
         
            +
                    # @param [Boolean] return_partial_success
         
     | 
| 
      
 207 
     | 
    
         
            +
                    #   When set to `true`, operations that are reachable are returned as normal, and
         
     | 
| 
      
 208 
     | 
    
         
            +
                    #   those that are unreachable are returned in the [ListOperationsResponse.
         
     | 
| 
      
 209 
     | 
    
         
            +
                    #   unreachable] field. This can only be `true` when reading across collections e.
         
     | 
| 
      
 210 
     | 
    
         
            +
                    #   g. when `parent` is set to `"projects/example/locations/-"`. This field is not
         
     | 
| 
      
 211 
     | 
    
         
            +
                    #   by default supported and will result in an `UNIMPLEMENTED` error if set unless
         
     | 
| 
      
 212 
     | 
    
         
            +
                    #   explicitly documented otherwise in service or product specific documentation.
         
     | 
| 
       206 
213 
     | 
    
         
             
                    # @param [String] fields
         
     | 
| 
       207 
214 
     | 
    
         
             
                    #   Selector specifying which fields to include in a partial response.
         
     | 
| 
       208 
215 
     | 
    
         
             
                    # @param [String] quota_user
         
     | 
| 
         @@ -220,7 +227,7 @@ module Google 
     | 
|
| 
       220 
227 
     | 
    
         
             
                    # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
         
     | 
| 
       221 
228 
     | 
    
         
             
                    # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
         
     | 
| 
       222 
229 
     | 
    
         
             
                    # @raise [Google::Apis::AuthorizationError] Authorization is required
         
     | 
| 
       223 
     | 
    
         
            -
                    def list_project_location_operations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
         
     | 
| 
      
 230 
     | 
    
         
            +
                    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)
         
     | 
| 
       224 
231 
     | 
    
         
             
                      command = make_simple_command(:get, 'v1/{+name}/operations', options)
         
     | 
| 
       225 
232 
     | 
    
         
             
                      command.response_representation = Google::Apis::WorkflowsV1::ListOperationsResponse::Representation
         
     | 
| 
       226 
233 
     | 
    
         
             
                      command.response_class = Google::Apis::WorkflowsV1::ListOperationsResponse
         
     | 
| 
         @@ -228,6 +235,7 @@ module Google 
     | 
|
| 
       228 
235 
     | 
    
         
             
                      command.query['filter'] = filter unless filter.nil?
         
     | 
| 
       229 
236 
     | 
    
         
             
                      command.query['pageSize'] = page_size unless page_size.nil?
         
     | 
| 
       230 
237 
     | 
    
         
             
                      command.query['pageToken'] = page_token unless page_token.nil?
         
     | 
| 
      
 238 
     | 
    
         
            +
                      command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
         
     | 
| 
       231 
239 
     | 
    
         
             
                      command.query['fields'] = fields unless fields.nil?
         
     | 
| 
       232 
240 
     | 
    
         
             
                      command.query['quotaUser'] = quota_user unless quota_user.nil?
         
     | 
| 
       233 
241 
     | 
    
         
             
                      execute_or_queue_command(command, &block)
         
     | 
    
        metadata
    CHANGED
    
    | 
         @@ -1,7 +1,7 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            --- !ruby/object:Gem::Specification
         
     | 
| 
       2 
2 
     | 
    
         
             
            name: google-apis-workflows_v1
         
     | 
| 
       3 
3 
     | 
    
         
             
            version: !ruby/object:Gem::Version
         
     | 
| 
       4 
     | 
    
         
            -
              version: 0. 
     | 
| 
      
 4 
     | 
    
         
            +
              version: 0.45.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-workflows_v1/CHANGELOG.md
         
     | 
| 
       60 
     | 
    
         
            -
              documentation_uri: https://googleapis.dev/ruby/google-apis-workflows_v1/v0. 
     | 
| 
      
 60 
     | 
    
         
            +
              documentation_uri: https://googleapis.dev/ruby/google-apis-workflows_v1/v0.45.0
         
     | 
| 
       61 
61 
     | 
    
         
             
              source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-workflows_v1
         
     | 
| 
       62 
62 
     | 
    
         
             
            rdoc_options: []
         
     | 
| 
       63 
63 
     | 
    
         
             
            require_paths:
         
     |