google-apis-privateca_v1beta1 0.41.0 → 0.42.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: f4b0472ccf50d1dce2ebfd78b7d1ebf2d2a57a590b8e992a4c8c7dd1fb2571ef
|
|
4
|
+
data.tar.gz: 648ef8b659c75ba657e17780b242f0a8eb24c2489ef6e5abea867643e43bb33a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a3c2e68975149e8dc903161a22070900b173c1e76f3de3c2b55513e003fd0f6aecc38bc512db2c56e61993276b9584fe1a72c37586865a89f0fdaa32d95eb441
|
|
7
|
+
data.tar.gz: 98ddb7d2484520af9f0b2fa9fc3b5cfabe7a0b25c207e7aeab4ed01b3a50778baefb48ba26b34a563b4e5efc27a4a2ebf814061b5b72e1543cb64603fb110061
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# Release history for google-apis-privateca_v1beta1
|
|
2
2
|
|
|
3
|
+
### v0.42.0 (2026-06-14)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20260430
|
|
6
|
+
* Regenerated using generator version 0.19.0
|
|
7
|
+
|
|
3
8
|
### v0.41.0 (2025-11-02)
|
|
4
9
|
|
|
5
10
|
* Regenerated from discovery document revision 20251022
|
data/OVERVIEW.md
CHANGED
|
@@ -83,7 +83,7 @@ The [product documentation](https://cloud.google.com/) may provide guidance rega
|
|
|
83
83
|
|
|
84
84
|
## Supported Ruby versions
|
|
85
85
|
|
|
86
|
-
This library is supported on Ruby 3.
|
|
86
|
+
This library is supported on Ruby 3.2+.
|
|
87
87
|
|
|
88
88
|
Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
|
|
89
89
|
|
|
@@ -317,8 +317,9 @@ module Google
|
|
|
317
317
|
attr_accessor :operations
|
|
318
318
|
|
|
319
319
|
# Unordered list. Unreachable resources. Populated when the request sets `
|
|
320
|
-
# ListOperationsRequest.return_partial_success` and reads across collections
|
|
321
|
-
# when attempting to list all resources across all supported
|
|
320
|
+
# ListOperationsRequest.return_partial_success` and reads across collections.
|
|
321
|
+
# For example, when attempting to list all resources across all supported
|
|
322
|
+
# locations.
|
|
322
323
|
# Corresponds to the JSON property `unreachable`
|
|
323
324
|
# @return [Array<String>]
|
|
324
325
|
attr_accessor :unreachable
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module PrivatecaV1beta1
|
|
18
18
|
# Version of the google-apis-privateca_v1beta1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.42.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
|
-
GENERATOR_VERSION = "0.
|
|
22
|
+
GENERATOR_VERSION = "0.19.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260430"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -83,12 +83,21 @@ module Google
|
|
|
83
83
|
execute_or_queue_command(command, &block)
|
|
84
84
|
end
|
|
85
85
|
|
|
86
|
-
# Lists information about the supported locations for this service.
|
|
86
|
+
# Lists information about the supported locations for this service. This method
|
|
87
|
+
# lists locations based on the resource scope provided in the
|
|
88
|
+
# ListLocationsRequest.name field: * **Global locations**: If `name` is empty,
|
|
89
|
+
# the method lists the public locations available to all projects. * **Project-
|
|
90
|
+
# specific locations**: If `name` follows the format `projects/`project``, the
|
|
91
|
+
# method lists locations visible to that specific project. This includes public,
|
|
92
|
+
# private, or other project-specific locations enabled for the project. For gRPC
|
|
93
|
+
# and client library implementations, the resource name is passed as the `name`
|
|
94
|
+
# field. For direct service calls, the resource name is incorporated into the
|
|
95
|
+
# request path based on the specific service implementation and version.
|
|
87
96
|
# @param [String] name
|
|
88
97
|
# The resource that owns the locations collection, if applicable.
|
|
89
98
|
# @param [Array<String>, String] extra_location_types
|
|
90
|
-
# Optional. Do not use this field
|
|
91
|
-
#
|
|
99
|
+
# Optional. Do not use this field unless explicitly documented otherwise. This
|
|
100
|
+
# is primarily for internal usage.
|
|
92
101
|
# @param [String] filter
|
|
93
102
|
# A filter to narrow down results to a preferred subset. The filtering language
|
|
94
103
|
# accepts strings like `"displayName=tokyo"`, and is documented in more detail
|
|
@@ -488,11 +497,12 @@ module Google
|
|
|
488
497
|
# The standard list page token.
|
|
489
498
|
# @param [Boolean] return_partial_success
|
|
490
499
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
491
|
-
# those that are unreachable are returned in the
|
|
492
|
-
# unreachable
|
|
493
|
-
#
|
|
494
|
-
# by default
|
|
495
|
-
# explicitly documented otherwise in service or product specific
|
|
500
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
501
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
502
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
503
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
504
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
505
|
+
# documentation.
|
|
496
506
|
# @param [String] fields
|
|
497
507
|
# Selector specifying which fields to include in a partial response.
|
|
498
508
|
# @param [String] quota_user
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-privateca_v1beta1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.42.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_v1beta1/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-privateca_v1beta1/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-privateca_v1beta1/v0.42.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-privateca_v1beta1
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|
|
@@ -66,7 +66,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
66
66
|
requirements:
|
|
67
67
|
- - ">="
|
|
68
68
|
- !ruby/object:Gem::Version
|
|
69
|
-
version: '3.
|
|
69
|
+
version: '3.2'
|
|
70
70
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
71
71
|
requirements:
|
|
72
72
|
- - ">="
|