google-apis-apim_v1alpha 0.8.0 → 0.10.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: 54dc070354b8463a0248d7ed14593bab7a0aed8c108d4eeabeacfd6d2bf0598c
|
|
4
|
+
data.tar.gz: eb692728b8386dfe139f5a3328222876978f616b8b5f50b15bc49716880b860a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 633612d32831b661a96d254b14747b30e1fc2023be6d2366e84f21bd27e3f10f5277e2ca0ad74468220981f1525b7dc2ea8e97a8f4beaebf988c50a39e3da3f3
|
|
7
|
+
data.tar.gz: e57b0b071dc191e9b6983041b3616bfa1d5ca361fb4760bdd1eaebf1cdfdcfef6d108abfcf52b97bf7f41e1e260d06518acfde82f1aa21aa72eacc2480204dc3
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Release history for google-apis-apim_v1alpha
|
|
2
2
|
|
|
3
|
+
### v0.10.0 (2025-11-23)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20251112
|
|
6
|
+
|
|
7
|
+
### v0.9.0 (2025-11-02)
|
|
8
|
+
|
|
9
|
+
* Regenerated from discovery document revision 20251022
|
|
10
|
+
|
|
3
11
|
### v0.8.0 (2025-10-05)
|
|
4
12
|
|
|
5
13
|
* Regenerated from discovery document revision 20250924
|
|
@@ -720,8 +720,9 @@ module Google
|
|
|
720
720
|
attr_accessor :operations
|
|
721
721
|
|
|
722
722
|
# Unordered list. Unreachable resources. Populated when the request sets `
|
|
723
|
-
# ListOperationsRequest.return_partial_success` and reads across collections
|
|
724
|
-
# when attempting to list all resources across all supported
|
|
723
|
+
# ListOperationsRequest.return_partial_success` and reads across collections.
|
|
724
|
+
# For example, when attempting to list all resources across all supported
|
|
725
|
+
# locations.
|
|
725
726
|
# Corresponds to the JSON property `unreachable`
|
|
726
727
|
# @return [Array<String>]
|
|
727
728
|
attr_accessor :unreachable
|
|
@@ -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.10.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 = "20251112"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -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
|
|
@@ -891,11 +891,12 @@ module Google
|
|
|
891
891
|
# The standard list page token.
|
|
892
892
|
# @param [Boolean] return_partial_success
|
|
893
893
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
894
|
-
# those that are unreachable are returned in the
|
|
895
|
-
# unreachable
|
|
896
|
-
#
|
|
897
|
-
# by default
|
|
898
|
-
# explicitly documented otherwise in service or product specific
|
|
894
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
895
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
896
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
897
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
898
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
899
|
+
# documentation.
|
|
899
900
|
# @param [String] fields
|
|
900
901
|
# Selector specifying which fields to include in a partial response.
|
|
901
902
|
# @param [String] quota_user
|
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.10.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.10.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:
|