google-apis-privateca_v1 0.55.0 → 0.57.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: 2fc06ef083a20dafccc182ab17268236dbfdd1e736326ed02e3252c35d300e07
         
     | 
| 
      
 4 
     | 
    
         
            +
              data.tar.gz: a450216a7feaaaf340e320332e23b2509999e68999650507db3037422869e9bd
         
     | 
| 
       5 
5 
     | 
    
         
             
            SHA512:
         
     | 
| 
       6 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       7 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 6 
     | 
    
         
            +
              metadata.gz: e01935260dc0425b68183f328d27fa1d8986144a4135b8e7ccb292de107725b50028d4a752229ef0f6ed17d40f18e9a6636c0e2a68bc8e9927d03f3232a68265
         
     | 
| 
      
 7 
     | 
    
         
            +
              data.tar.gz: bbdb4a4931874b45676f844c177ab1822ff39c33e225cd2624505cb64eebc800b27939c7890e71f645c96206bf74af0adeeede656c8d69672f6bb67cc2ed1139
         
     | 
    
        data/CHANGELOG.md
    CHANGED
    
    | 
         @@ -1,5 +1,13 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            # Release history for google-apis-privateca_v1
         
     | 
| 
       2 
2 
     | 
    
         | 
| 
      
 3 
     | 
    
         
            +
            ### v0.57.0 (2025-11-02)
         
     | 
| 
      
 4 
     | 
    
         
            +
             
     | 
| 
      
 5 
     | 
    
         
            +
            * Regenerated from discovery document revision 20251022
         
     | 
| 
      
 6 
     | 
    
         
            +
             
     | 
| 
      
 7 
     | 
    
         
            +
            ### v0.56.0 (2025-10-05)
         
     | 
| 
      
 8 
     | 
    
         
            +
             
     | 
| 
      
 9 
     | 
    
         
            +
            * Regenerated from discovery document revision 20250926
         
     | 
| 
      
 10 
     | 
    
         
            +
             
     | 
| 
       3 
11 
     | 
    
         
             
            ### v0.55.0 (2025-09-21)
         
     | 
| 
       4 
12 
     | 
    
         | 
| 
       5 
13 
     | 
    
         
             
            * Regenerated from discovery document revision 20250910
         
     | 
| 
         @@ -1869,6 +1869,13 @@ module Google 
     | 
|
| 
       1869 
1869 
     | 
    
         
             
                    # @return [Array<Google::Apis::PrivatecaV1::Operation>]
         
     | 
| 
       1870 
1870 
     | 
    
         
             
                    attr_accessor :operations
         
     | 
| 
       1871 
1871 
     | 
    
         | 
| 
      
 1872 
     | 
    
         
            +
                    # Unordered list. Unreachable resources. Populated when the request sets `
         
     | 
| 
      
 1873 
     | 
    
         
            +
                    # ListOperationsRequest.return_partial_success` and reads across collections e.g.
         
     | 
| 
      
 1874 
     | 
    
         
            +
                    # when attempting to list all resources across all supported locations.
         
     | 
| 
      
 1875 
     | 
    
         
            +
                    # Corresponds to the JSON property `unreachable`
         
     | 
| 
      
 1876 
     | 
    
         
            +
                    # @return [Array<String>]
         
     | 
| 
      
 1877 
     | 
    
         
            +
                    attr_accessor :unreachable
         
     | 
| 
      
 1878 
     | 
    
         
            +
                  
         
     | 
| 
       1872 
1879 
     | 
    
         
             
                    def initialize(**args)
         
     | 
| 
       1873 
1880 
     | 
    
         
             
                       update!(**args)
         
     | 
| 
       1874 
1881 
     | 
    
         
             
                    end
         
     | 
| 
         @@ -1877,6 +1884,7 @@ module Google 
     | 
|
| 
       1877 
1884 
     | 
    
         
             
                    def update!(**args)
         
     | 
| 
       1878 
1885 
     | 
    
         
             
                      @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
         
     | 
| 
       1879 
1886 
     | 
    
         
             
                      @operations = args[:operations] if args.key?(:operations)
         
     | 
| 
      
 1887 
     | 
    
         
            +
                      @unreachable = args[:unreachable] if args.key?(:unreachable)
         
     | 
| 
       1880 
1888 
     | 
    
         
             
                    end
         
     | 
| 
       1881 
1889 
     | 
    
         
             
                  end
         
     | 
| 
       1882 
1890 
     | 
    
         | 
| 
         @@ -16,13 +16,13 @@ module Google 
     | 
|
| 
       16 
16 
     | 
    
         
             
              module Apis
         
     | 
| 
       17 
17 
     | 
    
         
             
                module PrivatecaV1
         
     | 
| 
       18 
18 
     | 
    
         
             
                  # Version of the google-apis-privateca_v1 gem
         
     | 
| 
       19 
     | 
    
         
            -
                  GEM_VERSION = "0. 
     | 
| 
      
 19 
     | 
    
         
            +
                  GEM_VERSION = "0.57.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
         
     | 
| 
         @@ -919,6 +919,7 @@ module Google 
     | 
|
| 
       919 
919 
     | 
    
         
             
                      property :next_page_token, as: 'nextPageToken'
         
     | 
| 
       920 
920 
     | 
    
         
             
                      collection :operations, as: 'operations', class: Google::Apis::PrivatecaV1::Operation, decorator: Google::Apis::PrivatecaV1::Operation::Representation
         
     | 
| 
       921 
921 
     | 
    
         | 
| 
      
 922 
     | 
    
         
            +
                      collection :unreachable, as: 'unreachable'
         
     | 
| 
       922 
923 
     | 
    
         
             
                    end
         
     | 
| 
       923 
924 
     | 
    
         
             
                  end
         
     | 
| 
       924 
925 
     | 
    
         | 
| 
         @@ -87,8 +87,8 @@ module Google 
     | 
|
| 
       87 
87 
     | 
    
         
             
                    # @param [String] name
         
     | 
| 
       88 
88 
     | 
    
         
             
                    #   The resource that owns the locations collection, if applicable.
         
     | 
| 
       89 
89 
     | 
    
         
             
                    # @param [Array<String>, String] extra_location_types
         
     | 
| 
       90 
     | 
    
         
            -
                    #   Optional.  
     | 
| 
       91 
     | 
    
         
            -
                    #    
     | 
| 
      
 90 
     | 
    
         
            +
                    #   Optional. Do not use this field. It is unsupported and is ignored unless
         
     | 
| 
      
 91 
     | 
    
         
            +
                    #   explicitly documented otherwise. This is primarily for internal usage.
         
     | 
| 
       92 
92 
     | 
    
         
             
                    # @param [String] filter
         
     | 
| 
       93 
93 
     | 
    
         
             
                    #   A filter to narrow down results to a preferred subset. The filtering language
         
     | 
| 
       94 
94 
     | 
    
         
             
                    #   accepts strings like `"displayName=tokyo"`, and is documented in more detail
         
     | 
| 
         @@ -1861,6 +1861,13 @@ module Google 
     | 
|
| 
       1861 
1861 
     | 
    
         
             
                    #   The standard list page size.
         
     | 
| 
       1862 
1862 
     | 
    
         
             
                    # @param [String] page_token
         
     | 
| 
       1863 
1863 
     | 
    
         
             
                    #   The standard list page token.
         
     | 
| 
      
 1864 
     | 
    
         
            +
                    # @param [Boolean] return_partial_success
         
     | 
| 
      
 1865 
     | 
    
         
            +
                    #   When set to `true`, operations that are reachable are returned as normal, and
         
     | 
| 
      
 1866 
     | 
    
         
            +
                    #   those that are unreachable are returned in the [ListOperationsResponse.
         
     | 
| 
      
 1867 
     | 
    
         
            +
                    #   unreachable] field. This can only be `true` when reading across collections e.
         
     | 
| 
      
 1868 
     | 
    
         
            +
                    #   g. when `parent` is set to `"projects/example/locations/-"`. This field is not
         
     | 
| 
      
 1869 
     | 
    
         
            +
                    #   by default supported and will result in an `UNIMPLEMENTED` error if set unless
         
     | 
| 
      
 1870 
     | 
    
         
            +
                    #   explicitly documented otherwise in service or product specific documentation.
         
     | 
| 
       1864 
1871 
     | 
    
         
             
                    # @param [String] fields
         
     | 
| 
       1865 
1872 
     | 
    
         
             
                    #   Selector specifying which fields to include in a partial response.
         
     | 
| 
       1866 
1873 
     | 
    
         
             
                    # @param [String] quota_user
         
     | 
| 
         @@ -1878,7 +1885,7 @@ module Google 
     | 
|
| 
       1878 
1885 
     | 
    
         
             
                    # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
         
     | 
| 
       1879 
1886 
     | 
    
         
             
                    # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
         
     | 
| 
       1880 
1887 
     | 
    
         
             
                    # @raise [Google::Apis::AuthorizationError] Authorization is required
         
     | 
| 
       1881 
     | 
    
         
            -
                    def list_project_location_operations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
         
     | 
| 
      
 1888 
     | 
    
         
            +
                    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)
         
     | 
| 
       1882 
1889 
     | 
    
         
             
                      command = make_simple_command(:get, 'v1/{+name}/operations', options)
         
     | 
| 
       1883 
1890 
     | 
    
         
             
                      command.response_representation = Google::Apis::PrivatecaV1::ListOperationsResponse::Representation
         
     | 
| 
       1884 
1891 
     | 
    
         
             
                      command.response_class = Google::Apis::PrivatecaV1::ListOperationsResponse
         
     | 
| 
         @@ -1886,6 +1893,7 @@ module Google 
     | 
|
| 
       1886 
1893 
     | 
    
         
             
                      command.query['filter'] = filter unless filter.nil?
         
     | 
| 
       1887 
1894 
     | 
    
         
             
                      command.query['pageSize'] = page_size unless page_size.nil?
         
     | 
| 
       1888 
1895 
     | 
    
         
             
                      command.query['pageToken'] = page_token unless page_token.nil?
         
     | 
| 
      
 1896 
     | 
    
         
            +
                      command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
         
     | 
| 
       1889 
1897 
     | 
    
         
             
                      command.query['fields'] = fields unless fields.nil?
         
     | 
| 
       1890 
1898 
     | 
    
         
             
                      command.query['quotaUser'] = quota_user unless quota_user.nil?
         
     | 
| 
       1891 
1899 
     | 
    
         
             
                      execute_or_queue_command(command, &block)
         
     | 
    
        metadata
    CHANGED
    
    | 
         @@ -1,7 +1,7 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            --- !ruby/object:Gem::Specification
         
     | 
| 
       2 
2 
     | 
    
         
             
            name: google-apis-privateca_v1
         
     | 
| 
       3 
3 
     | 
    
         
             
            version: !ruby/object:Gem::Version
         
     | 
| 
       4 
     | 
    
         
            -
              version: 0. 
     | 
| 
      
 4 
     | 
    
         
            +
              version: 0.57.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-privateca_v1/CHANGELOG.md
         
     | 
| 
       60 
     | 
    
         
            -
              documentation_uri: https://googleapis.dev/ruby/google-apis-privateca_v1/v0. 
     | 
| 
      
 60 
     | 
    
         
            +
              documentation_uri: https://googleapis.dev/ruby/google-apis-privateca_v1/v0.57.0
         
     | 
| 
       61 
61 
     | 
    
         
             
              source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-privateca_v1
         
     | 
| 
       62 
62 
     | 
    
         
             
            rdoc_options: []
         
     | 
| 
       63 
63 
     | 
    
         
             
            require_paths:
         
     |