google-apis-servicenetworking_v1beta 0.35.0 → 0.37.0
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 19aefd8b38b185fb095a028406c4ce8db4292ea961af5d4e0ca613bf1d9d0369
|
4
|
+
data.tar.gz: b18f0a7a33b003e4f739501b689f2298829db8b060445c829ab8231eb6283f74
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f2beb114b1465e7890b09dcfbc84758a6060d52ec852ad85242cec10a9c0d598344210d0f77c0c30fc32f571fade948fe2d8527da74d4b377eeada5be9c905c2
|
7
|
+
data.tar.gz: 43be95fe9580f0293b6ec9eca5d63f305cfd3ac6ac99ba81bdabde03fb6172b7bf9850e3cfc62bb5dd9d0e29e688ae2ed24dea4a0db3b81ec28e5e161d71bcc2
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-servicenetworking_v1beta
|
2
2
|
|
3
|
+
### v0.37.0 (2023-04-16)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20230409
|
6
|
+
|
7
|
+
### v0.36.0 (2023-04-02)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20230329
|
10
|
+
|
3
11
|
### v0.35.0 (2023-03-26)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20230321
|
@@ -1388,6 +1388,42 @@ module Google
|
|
1388
1388
|
# @return [Google::Apis::ServicenetworkingV1beta::CommonLanguageSettings]
|
1389
1389
|
attr_accessor :common
|
1390
1390
|
|
1391
|
+
# Namespaces which must be aliased in snippets due to a known (but non-generator-
|
1392
|
+
# predictable) naming collision
|
1393
|
+
# Corresponds to the JSON property `forcedNamespaceAliases`
|
1394
|
+
# @return [Array<String>]
|
1395
|
+
attr_accessor :forced_namespace_aliases
|
1396
|
+
|
1397
|
+
# Method signatures (in the form "service.method(signature)") which are provided
|
1398
|
+
# separately, so shouldn't be generated. Snippets *calling* these methods are
|
1399
|
+
# still generated, however.
|
1400
|
+
# Corresponds to the JSON property `handwrittenSignatures`
|
1401
|
+
# @return [Array<String>]
|
1402
|
+
attr_accessor :handwritten_signatures
|
1403
|
+
|
1404
|
+
# List of full resource types to ignore during generation. This is typically
|
1405
|
+
# used for API-specific Location resources, which should be handled by the
|
1406
|
+
# generator as if they were actually the common Location resources. Example
|
1407
|
+
# entry: "documentai.googleapis.com/Location"
|
1408
|
+
# Corresponds to the JSON property `ignoredResources`
|
1409
|
+
# @return [Array<String>]
|
1410
|
+
attr_accessor :ignored_resources
|
1411
|
+
|
1412
|
+
# Map from full resource types to the effective short name for the resource.
|
1413
|
+
# This is used when otherwise resource named from different services would cause
|
1414
|
+
# naming collisions. Example entry: "datalabeling.googleapis.com/Dataset": "
|
1415
|
+
# DataLabelingDataset"
|
1416
|
+
# Corresponds to the JSON property `renamedResources`
|
1417
|
+
# @return [Hash<String,String>]
|
1418
|
+
attr_accessor :renamed_resources
|
1419
|
+
|
1420
|
+
# Map from original service names to renamed versions. This is used when the
|
1421
|
+
# default generated types would cause a naming conflict. (Neither name is fully-
|
1422
|
+
# qualified.) Example: Subscriber to SubscriberServiceApi.
|
1423
|
+
# Corresponds to the JSON property `renamedServices`
|
1424
|
+
# @return [Hash<String,String>]
|
1425
|
+
attr_accessor :renamed_services
|
1426
|
+
|
1391
1427
|
def initialize(**args)
|
1392
1428
|
update!(**args)
|
1393
1429
|
end
|
@@ -1395,6 +1431,11 @@ module Google
|
|
1395
1431
|
# Update properties of this object
|
1396
1432
|
def update!(**args)
|
1397
1433
|
@common = args[:common] if args.key?(:common)
|
1434
|
+
@forced_namespace_aliases = args[:forced_namespace_aliases] if args.key?(:forced_namespace_aliases)
|
1435
|
+
@handwritten_signatures = args[:handwritten_signatures] if args.key?(:handwritten_signatures)
|
1436
|
+
@ignored_resources = args[:ignored_resources] if args.key?(:ignored_resources)
|
1437
|
+
@renamed_resources = args[:renamed_resources] if args.key?(:renamed_resources)
|
1438
|
+
@renamed_services = args[:renamed_services] if args.key?(:renamed_services)
|
1398
1439
|
end
|
1399
1440
|
end
|
1400
1441
|
|
@@ -3133,7 +3174,7 @@ module Google
|
|
3133
3174
|
# @return [Array<Google::Apis::ServicenetworkingV1beta::MethodSettings>]
|
3134
3175
|
attr_accessor :method_settings
|
3135
3176
|
|
3136
|
-
# Link to a
|
3177
|
+
# Link to a *public* URI where users can report issues. Example: https://
|
3137
3178
|
# issuetracker.google.com/issues/new?component=190865&template=1161103
|
3138
3179
|
# Corresponds to the JSON property `newIssueUri`
|
3139
3180
|
# @return [String]
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module ServicenetworkingV1beta
|
18
18
|
# Version of the google-apis-servicenetworking_v1beta gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.37.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 = "20230409"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -951,6 +951,11 @@ module Google
|
|
951
951
|
class Representation < Google::Apis::Core::JsonRepresentation
|
952
952
|
property :common, as: 'common', class: Google::Apis::ServicenetworkingV1beta::CommonLanguageSettings, decorator: Google::Apis::ServicenetworkingV1beta::CommonLanguageSettings::Representation
|
953
953
|
|
954
|
+
collection :forced_namespace_aliases, as: 'forcedNamespaceAliases'
|
955
|
+
collection :handwritten_signatures, as: 'handwrittenSignatures'
|
956
|
+
collection :ignored_resources, as: 'ignoredResources'
|
957
|
+
hash :renamed_resources, as: 'renamedResources'
|
958
|
+
hash :renamed_services, as: 'renamedServices'
|
954
959
|
end
|
955
960
|
end
|
956
961
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-servicenetworking_v1beta
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.37.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-16 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-servicenetworking_v1beta/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-servicenetworking_v1beta/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-servicenetworking_v1beta/v0.37.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-servicenetworking_v1beta
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|