google-apis-servicenetworking_v1 0.41.0 → 0.43.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: 9435df770b2b2a410b898df38873f3e906982d5458754c945147d4c49d9f7f85
4
- data.tar.gz: 5d4ea35c75143277caee1b35b6e3f33ec7a7d0c4041364eb64744fbf8739ecd1
3
+ metadata.gz: 36c8a9f671a542ebade618a902111e099f84648e61e2037d95194748528513f8
4
+ data.tar.gz: 3d4f6fa2949d97e735d805076d83bcdebb7fabbb576cf1ce98c5e34e65ee3f5d
5
5
  SHA512:
6
- metadata.gz: 759a750d43f8141c01d8074cc045ad2ca8a743c31a2f63bd08b66486e03374fb08e2a2be6455aaa10b673c749b706333196584967bb8d1cf03beee0d4973f020
7
- data.tar.gz: 21288a4dfe79e99cbeaffa0b0dac5230b39492d34f551e09f21f6dde9454ed8cb9a2a194095307c9b0614884525993b608e66364e9e134927ec08e125240f6a6
6
+ metadata.gz: 92f362dd2f5607f799937f6f70c5436a540f12c8489efde7e54cabba3f57840a731efd5c7f0cb821a2340cd1b4330888e71dce9c2bd005feed92344167182d7f
7
+ data.tar.gz: 49d3905f7574b622a88371905bcd543cddd77528d22d3e160c938b567464819fe5cb1db2df99487c01661b0d3f3c7138d7699448ba85837a48efeddd85d96790
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-servicenetworking_v1
2
2
 
3
+ ### v0.43.0 (2023-04-16)
4
+
5
+ * Regenerated from discovery document revision 20230409
6
+
7
+ ### v0.42.0 (2023-04-02)
8
+
9
+ * Regenerated from discovery document revision 20230329
10
+
3
11
  ### v0.41.0 (2023-03-26)
4
12
 
5
13
  * Regenerated from discovery document revision 20230321
@@ -1661,6 +1661,42 @@ module Google
1661
1661
  # @return [Google::Apis::ServicenetworkingV1::CommonLanguageSettings]
1662
1662
  attr_accessor :common
1663
1663
 
1664
+ # Namespaces which must be aliased in snippets due to a known (but non-generator-
1665
+ # predictable) naming collision
1666
+ # Corresponds to the JSON property `forcedNamespaceAliases`
1667
+ # @return [Array<String>]
1668
+ attr_accessor :forced_namespace_aliases
1669
+
1670
+ # Method signatures (in the form "service.method(signature)") which are provided
1671
+ # separately, so shouldn't be generated. Snippets *calling* these methods are
1672
+ # still generated, however.
1673
+ # Corresponds to the JSON property `handwrittenSignatures`
1674
+ # @return [Array<String>]
1675
+ attr_accessor :handwritten_signatures
1676
+
1677
+ # List of full resource types to ignore during generation. This is typically
1678
+ # used for API-specific Location resources, which should be handled by the
1679
+ # generator as if they were actually the common Location resources. Example
1680
+ # entry: "documentai.googleapis.com/Location"
1681
+ # Corresponds to the JSON property `ignoredResources`
1682
+ # @return [Array<String>]
1683
+ attr_accessor :ignored_resources
1684
+
1685
+ # Map from full resource types to the effective short name for the resource.
1686
+ # This is used when otherwise resource named from different services would cause
1687
+ # naming collisions. Example entry: "datalabeling.googleapis.com/Dataset": "
1688
+ # DataLabelingDataset"
1689
+ # Corresponds to the JSON property `renamedResources`
1690
+ # @return [Hash<String,String>]
1691
+ attr_accessor :renamed_resources
1692
+
1693
+ # Map from original service names to renamed versions. This is used when the
1694
+ # default generated types would cause a naming conflict. (Neither name is fully-
1695
+ # qualified.) Example: Subscriber to SubscriberServiceApi.
1696
+ # Corresponds to the JSON property `renamedServices`
1697
+ # @return [Hash<String,String>]
1698
+ attr_accessor :renamed_services
1699
+
1664
1700
  def initialize(**args)
1665
1701
  update!(**args)
1666
1702
  end
@@ -1668,6 +1704,11 @@ module Google
1668
1704
  # Update properties of this object
1669
1705
  def update!(**args)
1670
1706
  @common = args[:common] if args.key?(:common)
1707
+ @forced_namespace_aliases = args[:forced_namespace_aliases] if args.key?(:forced_namespace_aliases)
1708
+ @handwritten_signatures = args[:handwritten_signatures] if args.key?(:handwritten_signatures)
1709
+ @ignored_resources = args[:ignored_resources] if args.key?(:ignored_resources)
1710
+ @renamed_resources = args[:renamed_resources] if args.key?(:renamed_resources)
1711
+ @renamed_services = args[:renamed_services] if args.key?(:renamed_services)
1671
1712
  end
1672
1713
  end
1673
1714
 
@@ -3487,7 +3528,7 @@ module Google
3487
3528
  # @return [Array<Google::Apis::ServicenetworkingV1::MethodSettings>]
3488
3529
  attr_accessor :method_settings
3489
3530
 
3490
- # Link to a place that API users can report issues. Example: https://
3531
+ # Link to a *public* URI where users can report issues. Example: https://
3491
3532
  # issuetracker.google.com/issues/new?component=190865&template=1161103
3492
3533
  # Corresponds to the JSON property `newIssueUri`
3493
3534
  # @return [String]
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ServicenetworkingV1
18
18
  # Version of the google-apis-servicenetworking_v1 gem
19
- GEM_VERSION = "0.41.0"
19
+ GEM_VERSION = "0.43.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 = "20230409"
26
26
  end
27
27
  end
28
28
  end
@@ -1131,6 +1131,11 @@ module Google
1131
1131
  class Representation < Google::Apis::Core::JsonRepresentation
1132
1132
  property :common, as: 'common', class: Google::Apis::ServicenetworkingV1::CommonLanguageSettings, decorator: Google::Apis::ServicenetworkingV1::CommonLanguageSettings::Representation
1133
1133
 
1134
+ collection :forced_namespace_aliases, as: 'forcedNamespaceAliases'
1135
+ collection :handwritten_signatures, as: 'handwrittenSignatures'
1136
+ collection :ignored_resources, as: 'ignoredResources'
1137
+ hash :renamed_resources, as: 'renamedResources'
1138
+ hash :renamed_services, as: 'renamedServices'
1134
1139
  end
1135
1140
  end
1136
1141
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-servicenetworking_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.41.0
4
+ version: 0.43.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-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_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-servicenetworking_v1/v0.41.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-servicenetworking_v1/v0.43.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-servicenetworking_v1
63
63
  post_install_message:
64
64
  rdoc_options: []