google-apis-servicenetworking_v1beta 0.35.0 → 0.36.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: 74ea6f4f12783562d6aa83003afcd21e391acdba748a848673d63fe0a8bd72d1
4
- data.tar.gz: 3b993a86cb772b670c42f1c6a7ef6a37057e2a0425829d126651a8069d157a94
3
+ metadata.gz: 7d10036bf02fd5c77b8c52da8036116026440fbc3954b4fb606c5d9a485e4503
4
+ data.tar.gz: ea1d26167896ccfc0677f586587e9f21d153baeab66845c1df7d98d191114a92
5
5
  SHA512:
6
- metadata.gz: ddcdf8913f47ec78d9b6bcf08152477555da00435748fb73deae5efc83af56785b358228658bb0e0cdd9ce44cb673bfef7b0baea768ddc429d6ca2f2395978e0
7
- data.tar.gz: 90c2e3850bedd662f69e8d6ebb252246bdb15fbf080e56af376132aeef06e71ee4c074109878ed9d2f663887e5b8e64d582daeeff35a8ef2891e9336be433b89
6
+ metadata.gz: c2ac7069e008b65f77d4acbcefd193f4e55a22a19172c2c5f06b4347ad65d22df60d8be7fe2a547203004c8bc8b79c87974ed65cf3c13c49c2907d1092721407
7
+ data.tar.gz: 75d27c6c9ffe8cbdfcacd4c0743f4f705f14b3bfa29179d9d0bd3badae69800641f18d5daa2e132d66afa1890f506e4af9758422aa3a7199266b410e5e3d5679
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-servicenetworking_v1beta
2
2
 
3
+ ### v0.36.0 (2023-04-02)
4
+
5
+ * Regenerated from discovery document revision 20230329
6
+
3
7
  ### v0.35.0 (2023-03-26)
4
8
 
5
9
  * 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
 
@@ -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.35.0"
19
+ GEM_VERSION = "0.36.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 = "20230321"
25
+ REVISION = "20230329"
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.35.0
4
+ version: 0.36.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-03-26 00:00:00.000000000 Z
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-servicenetworking_v1beta/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-servicenetworking_v1beta/v0.35.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-servicenetworking_v1beta/v0.36.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: []