google-apis-serviceusage_v1 0.32.0 → 0.33.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: 18cfc0d8145a3a62071cfdffcde54b1fbf0b56862b95877e170ec3b0fdd3e422
|
4
|
+
data.tar.gz: 81f5e5d1dd5306ee40dbd7cdbc987c2ae5dbda6bde140066c8afa988d705ad48
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 91e0f73720928121490fae1b503f68f080fb67787e5575e96d393748e990674c000ee50e1ebca11ae58c9c702baef11d62b301b69a603461ed77b389bbf63ece
|
7
|
+
data.tar.gz: 26aed5731205154e52d1c9f0cdf574a71e91389f9c110b02fd7f32cb874536853a43e7a2b90407e4cf8a5f45585facaf72c8b212f00cdf54eedb750a53eb0696
|
data/CHANGELOG.md
CHANGED
@@ -719,7 +719,9 @@ module Google
|
|
719
719
|
# @return [Google::Apis::ServiceusageV1::RubySettings]
|
720
720
|
attr_accessor :ruby_settings
|
721
721
|
|
722
|
-
# Version of the API to apply these settings to.
|
722
|
+
# Version of the API to apply these settings to. This is the full protobuf
|
723
|
+
# package for the API, ending in the version element. Examples: "google.cloud.
|
724
|
+
# speech.v1" and "google.spanner.admin.database.v1".
|
723
725
|
# Corresponds to the JSON property `version`
|
724
726
|
# @return [String]
|
725
727
|
attr_accessor :version
|
@@ -1184,6 +1186,42 @@ module Google
|
|
1184
1186
|
# @return [Google::Apis::ServiceusageV1::CommonLanguageSettings]
|
1185
1187
|
attr_accessor :common
|
1186
1188
|
|
1189
|
+
# Namespaces which must be aliased in snippets due to a known (but non-generator-
|
1190
|
+
# predictable) naming collision
|
1191
|
+
# Corresponds to the JSON property `forcedNamespaceAliases`
|
1192
|
+
# @return [Array<String>]
|
1193
|
+
attr_accessor :forced_namespace_aliases
|
1194
|
+
|
1195
|
+
# Method signatures (in the form "service.method(signature)") which are provided
|
1196
|
+
# separately, so shouldn't be generated. Snippets *calling* these methods are
|
1197
|
+
# still generated, however.
|
1198
|
+
# Corresponds to the JSON property `handwrittenSignatures`
|
1199
|
+
# @return [Array<String>]
|
1200
|
+
attr_accessor :handwritten_signatures
|
1201
|
+
|
1202
|
+
# List of full resource types to ignore during generation. This is typically
|
1203
|
+
# used for API-specific Location resources, which should be handled by the
|
1204
|
+
# generator as if they were actually the common Location resources. Example
|
1205
|
+
# entry: "documentai.googleapis.com/Location"
|
1206
|
+
# Corresponds to the JSON property `ignoredResources`
|
1207
|
+
# @return [Array<String>]
|
1208
|
+
attr_accessor :ignored_resources
|
1209
|
+
|
1210
|
+
# Map from full resource types to the effective short name for the resource.
|
1211
|
+
# This is used when otherwise resource named from different services would cause
|
1212
|
+
# naming collisions. Example entry: "datalabeling.googleapis.com/Dataset": "
|
1213
|
+
# DataLabelingDataset"
|
1214
|
+
# Corresponds to the JSON property `renamedResources`
|
1215
|
+
# @return [Hash<String,String>]
|
1216
|
+
attr_accessor :renamed_resources
|
1217
|
+
|
1218
|
+
# Map from original service names to renamed versions. This is used when the
|
1219
|
+
# default generated types would cause a naming conflict. (Neither name is fully-
|
1220
|
+
# qualified.) Example: Subscriber to SubscriberServiceApi.
|
1221
|
+
# Corresponds to the JSON property `renamedServices`
|
1222
|
+
# @return [Hash<String,String>]
|
1223
|
+
attr_accessor :renamed_services
|
1224
|
+
|
1187
1225
|
def initialize(**args)
|
1188
1226
|
update!(**args)
|
1189
1227
|
end
|
@@ -1191,6 +1229,11 @@ module Google
|
|
1191
1229
|
# Update properties of this object
|
1192
1230
|
def update!(**args)
|
1193
1231
|
@common = args[:common] if args.key?(:common)
|
1232
|
+
@forced_namespace_aliases = args[:forced_namespace_aliases] if args.key?(:forced_namespace_aliases)
|
1233
|
+
@handwritten_signatures = args[:handwritten_signatures] if args.key?(:handwritten_signatures)
|
1234
|
+
@ignored_resources = args[:ignored_resources] if args.key?(:ignored_resources)
|
1235
|
+
@renamed_resources = args[:renamed_resources] if args.key?(:renamed_resources)
|
1236
|
+
@renamed_services = args[:renamed_services] if args.key?(:renamed_services)
|
1194
1237
|
end
|
1195
1238
|
end
|
1196
1239
|
|
@@ -3115,7 +3158,7 @@ module Google
|
|
3115
3158
|
# AccessControl The mixin construct implies that all methods in `AccessControl`
|
3116
3159
|
# are also declared with same name and request/response types in `Storage`. A
|
3117
3160
|
# documentation generator or annotation processor will see the effective `
|
3118
|
-
# Storage.GetAcl` method after
|
3161
|
+
# Storage.GetAcl` method after inherting documentation and annotations as
|
3119
3162
|
# follows: service Storage ` // Get the underlying ACL object. rpc GetAcl(
|
3120
3163
|
# GetAclRequest) returns (Acl) ` option (google.api.http).get = "/v2/`resource=**
|
3121
3164
|
# `:getAcl"; ` ... ` Note how the version in the path pattern changed from `v1`
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module ServiceusageV1
|
18
18
|
# Version of the google-apis-serviceusage_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.33.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.12.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20230329"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -924,6 +924,11 @@ module Google
|
|
924
924
|
class Representation < Google::Apis::Core::JsonRepresentation
|
925
925
|
property :common, as: 'common', class: Google::Apis::ServiceusageV1::CommonLanguageSettings, decorator: Google::Apis::ServiceusageV1::CommonLanguageSettings::Representation
|
926
926
|
|
927
|
+
collection :forced_namespace_aliases, as: 'forcedNamespaceAliases'
|
928
|
+
collection :handwritten_signatures, as: 'handwrittenSignatures'
|
929
|
+
collection :ignored_resources, as: 'ignoredResources'
|
930
|
+
hash :renamed_resources, as: 'renamedResources'
|
931
|
+
hash :renamed_services, as: 'renamedServices'
|
927
932
|
end
|
928
933
|
end
|
929
934
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-serviceusage_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.33.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-
|
11
|
+
date: 2023-04-02 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -58,7 +58,7 @@ licenses:
|
|
58
58
|
metadata:
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-serviceusage_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-serviceusage_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-serviceusage_v1/v0.33.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-serviceusage_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|