google-apis-contactcenteraiplatform_v1alpha1 0.32.0 → 0.34.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 +4 -4
 - data/CHANGELOG.md +8 -0
 - data/lib/google/apis/contactcenteraiplatform_v1alpha1/classes.rb +8 -0
 - data/lib/google/apis/contactcenteraiplatform_v1alpha1/gem_version.rb +2 -2
 - data/lib/google/apis/contactcenteraiplatform_v1alpha1/representations.rb +1 -0
 - data/lib/google/apis/contactcenteraiplatform_v1alpha1/service.rb +9 -1
 - metadata +2 -2
 
    
        checksums.yaml
    CHANGED
    
    | 
         @@ -1,7 +1,7 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            ---
         
     | 
| 
       2 
2 
     | 
    
         
             
            SHA256:
         
     | 
| 
       3 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       4 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 3 
     | 
    
         
            +
              metadata.gz: b0f7700bdb0b35dc73bbca07c12960d79a1ae9807da1c2621f516e2f1e210ecc
         
     | 
| 
      
 4 
     | 
    
         
            +
              data.tar.gz: 44ccd5c21afa0fa91067ea333c5aec51efa70a7afac4aa7cd63da461c148e105
         
     | 
| 
       5 
5 
     | 
    
         
             
            SHA512:
         
     | 
| 
       6 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       7 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 6 
     | 
    
         
            +
              metadata.gz: 8e63aa78a25972f9d08843a02405d1d4bb5014306bba6a4076d3fc4eb11d78ea0344495c0ff836194c8d0bf42f4954a67726c12d74de2a90754921362c3de0c9
         
     | 
| 
      
 7 
     | 
    
         
            +
              data.tar.gz: c533449c04cb971da45ba8b093241682ebf89ee8d062d90b07012f299fcbe3e99a3ce5c58ddcf4719f8cc8a4d08814146e891c6cc82335a03e377bcc06bf0040
         
     | 
    
        data/CHANGELOG.md
    CHANGED
    
    | 
         @@ -1,5 +1,13 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            # Release history for google-apis-contactcenteraiplatform_v1alpha1
         
     | 
| 
       2 
2 
     | 
    
         | 
| 
      
 3 
     | 
    
         
            +
            ### v0.34.0 (2025-10-26)
         
     | 
| 
      
 4 
     | 
    
         
            +
             
     | 
| 
      
 5 
     | 
    
         
            +
            * Regenerated from discovery document revision 20251022
         
     | 
| 
      
 6 
     | 
    
         
            +
             
     | 
| 
      
 7 
     | 
    
         
            +
            ### v0.33.0 (2025-10-05)
         
     | 
| 
      
 8 
     | 
    
         
            +
             
     | 
| 
      
 9 
     | 
    
         
            +
            * Regenerated from discovery document revision 20250925
         
     | 
| 
      
 10 
     | 
    
         
            +
             
     | 
| 
       3 
11 
     | 
    
         
             
            ### v0.32.0 (2025-08-31)
         
     | 
| 
       4 
12 
     | 
    
         | 
| 
       5 
13 
     | 
    
         
             
            * Regenerated from discovery document revision 20250821
         
     | 
| 
         @@ -493,6 +493,13 @@ module Google 
     | 
|
| 
       493 
493 
     | 
    
         
             
                    # @return [Array<Google::Apis::ContactcenteraiplatformV1alpha1::Operation>]
         
     | 
| 
       494 
494 
     | 
    
         
             
                    attr_accessor :operations
         
     | 
| 
       495 
495 
     | 
    
         | 
| 
      
 496 
     | 
    
         
            +
                    # Unordered list. Unreachable resources. Populated when the request sets `
         
     | 
| 
      
 497 
     | 
    
         
            +
                    # ListOperationsRequest.return_partial_success` and reads across collections e.g.
         
     | 
| 
      
 498 
     | 
    
         
            +
                    # when attempting to list all resources across all supported locations.
         
     | 
| 
      
 499 
     | 
    
         
            +
                    # Corresponds to the JSON property `unreachable`
         
     | 
| 
      
 500 
     | 
    
         
            +
                    # @return [Array<String>]
         
     | 
| 
      
 501 
     | 
    
         
            +
                    attr_accessor :unreachable
         
     | 
| 
      
 502 
     | 
    
         
            +
                  
         
     | 
| 
       496 
503 
     | 
    
         
             
                    def initialize(**args)
         
     | 
| 
       497 
504 
     | 
    
         
             
                       update!(**args)
         
     | 
| 
       498 
505 
     | 
    
         
             
                    end
         
     | 
| 
         @@ -501,6 +508,7 @@ module Google 
     | 
|
| 
       501 
508 
     | 
    
         
             
                    def update!(**args)
         
     | 
| 
       502 
509 
     | 
    
         
             
                      @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
         
     | 
| 
       503 
510 
     | 
    
         
             
                      @operations = args[:operations] if args.key?(:operations)
         
     | 
| 
      
 511 
     | 
    
         
            +
                      @unreachable = args[:unreachable] if args.key?(:unreachable)
         
     | 
| 
       504 
512 
     | 
    
         
             
                    end
         
     | 
| 
       505 
513 
     | 
    
         
             
                  end
         
     | 
| 
       506 
514 
     | 
    
         | 
| 
         @@ -16,13 +16,13 @@ module Google 
     | 
|
| 
       16 
16 
     | 
    
         
             
              module Apis
         
     | 
| 
       17 
17 
     | 
    
         
             
                module ContactcenteraiplatformV1alpha1
         
     | 
| 
       18 
18 
     | 
    
         
             
                  # Version of the google-apis-contactcenteraiplatform_v1alpha1 gem
         
     | 
| 
       19 
     | 
    
         
            -
                  GEM_VERSION = "0. 
     | 
| 
      
 19 
     | 
    
         
            +
                  GEM_VERSION = "0.34.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
         
     | 
| 
         @@ -319,6 +319,7 @@ module Google 
     | 
|
| 
       319 
319 
     | 
    
         
             
                      property :next_page_token, as: 'nextPageToken'
         
     | 
| 
       320 
320 
     | 
    
         
             
                      collection :operations, as: 'operations', class: Google::Apis::ContactcenteraiplatformV1alpha1::Operation, decorator: Google::Apis::ContactcenteraiplatformV1alpha1::Operation::Representation
         
     | 
| 
       321 
321 
     | 
    
         | 
| 
      
 322 
     | 
    
         
            +
                      collection :unreachable, as: 'unreachable'
         
     | 
| 
       322 
323 
     | 
    
         
             
                    end
         
     | 
| 
       323 
324 
     | 
    
         
             
                  end
         
     | 
| 
       324 
325 
     | 
    
         | 
| 
         @@ -490,6 +490,13 @@ module Google 
     | 
|
| 
       490 
490 
     | 
    
         
             
                    #   The standard list page size.
         
     | 
| 
       491 
491 
     | 
    
         
             
                    # @param [String] page_token
         
     | 
| 
       492 
492 
     | 
    
         
             
                    #   The standard list page token.
         
     | 
| 
      
 493 
     | 
    
         
            +
                    # @param [Boolean] return_partial_success
         
     | 
| 
      
 494 
     | 
    
         
            +
                    #   When set to `true`, operations that are reachable are returned as normal, and
         
     | 
| 
      
 495 
     | 
    
         
            +
                    #   those that are unreachable are returned in the [ListOperationsResponse.
         
     | 
| 
      
 496 
     | 
    
         
            +
                    #   unreachable] field. This can only be `true` when reading across collections e.
         
     | 
| 
      
 497 
     | 
    
         
            +
                    #   g. when `parent` is set to `"projects/example/locations/-"`. This field is not
         
     | 
| 
      
 498 
     | 
    
         
            +
                    #   by default supported and will result in an `UNIMPLEMENTED` error if set unless
         
     | 
| 
      
 499 
     | 
    
         
            +
                    #   explicitly documented otherwise in service or product specific documentation.
         
     | 
| 
       493 
500 
     | 
    
         
             
                    # @param [String] fields
         
     | 
| 
       494 
501 
     | 
    
         
             
                    #   Selector specifying which fields to include in a partial response.
         
     | 
| 
       495 
502 
     | 
    
         
             
                    # @param [String] quota_user
         
     | 
| 
         @@ -507,7 +514,7 @@ module Google 
     | 
|
| 
       507 
514 
     | 
    
         
             
                    # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
         
     | 
| 
       508 
515 
     | 
    
         
             
                    # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
         
     | 
| 
       509 
516 
     | 
    
         
             
                    # @raise [Google::Apis::AuthorizationError] Authorization is required
         
     | 
| 
       510 
     | 
    
         
            -
                    def list_project_location_operations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
         
     | 
| 
      
 517 
     | 
    
         
            +
                    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)
         
     | 
| 
       511 
518 
     | 
    
         
             
                      command = make_simple_command(:get, 'v1alpha1/{+name}/operations', options)
         
     | 
| 
       512 
519 
     | 
    
         
             
                      command.response_representation = Google::Apis::ContactcenteraiplatformV1alpha1::ListOperationsResponse::Representation
         
     | 
| 
       513 
520 
     | 
    
         
             
                      command.response_class = Google::Apis::ContactcenteraiplatformV1alpha1::ListOperationsResponse
         
     | 
| 
         @@ -515,6 +522,7 @@ module Google 
     | 
|
| 
       515 
522 
     | 
    
         
             
                      command.query['filter'] = filter unless filter.nil?
         
     | 
| 
       516 
523 
     | 
    
         
             
                      command.query['pageSize'] = page_size unless page_size.nil?
         
     | 
| 
       517 
524 
     | 
    
         
             
                      command.query['pageToken'] = page_token unless page_token.nil?
         
     | 
| 
      
 525 
     | 
    
         
            +
                      command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
         
     | 
| 
       518 
526 
     | 
    
         
             
                      command.query['fields'] = fields unless fields.nil?
         
     | 
| 
       519 
527 
     | 
    
         
             
                      command.query['quotaUser'] = quota_user unless quota_user.nil?
         
     | 
| 
       520 
528 
     | 
    
         
             
                      execute_or_queue_command(command, &block)
         
     | 
    
        metadata
    CHANGED
    
    | 
         @@ -1,7 +1,7 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            --- !ruby/object:Gem::Specification
         
     | 
| 
       2 
2 
     | 
    
         
             
            name: google-apis-contactcenteraiplatform_v1alpha1
         
     | 
| 
       3 
3 
     | 
    
         
             
            version: !ruby/object:Gem::Version
         
     | 
| 
       4 
     | 
    
         
            -
              version: 0. 
     | 
| 
      
 4 
     | 
    
         
            +
              version: 0.34.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-contactcenteraiplatform_v1alpha1/CHANGELOG.md
         
     | 
| 
       60 
     | 
    
         
            -
              documentation_uri: https://googleapis.dev/ruby/google-apis-contactcenteraiplatform_v1alpha1/v0. 
     | 
| 
      
 60 
     | 
    
         
            +
              documentation_uri: https://googleapis.dev/ruby/google-apis-contactcenteraiplatform_v1alpha1/v0.34.0
         
     | 
| 
       61 
61 
     | 
    
         
             
              source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-contactcenteraiplatform_v1alpha1
         
     | 
| 
       62 
62 
     | 
    
         
             
            rdoc_options: []
         
     | 
| 
       63 
63 
     | 
    
         
             
            require_paths:
         
     |