google-apis-servicemanagement_v1 0.42.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: 2d9b50e02f498f27dd3f6c2e689e2bf1de9a01a783f7c7e95fb5a5badf5ba986
4
- data.tar.gz: e088016b851e05009849e244bfed121457fa618489c32cb4b2b9ba392d725363
3
+ metadata.gz: d6d325d675f114f6d372eb688b213d3caef6e02402a8ee1f9cfb071a28e306ce
4
+ data.tar.gz: d71c12099ac49e53808725d2d89d6cd8d095bf8b9738c933f3b1f786a7df2128
5
5
  SHA512:
6
- metadata.gz: 59e80fb5e8ce9f34693b60e953190aa2aafeefb04db227af845ff9ebc8ef4c1aceb1c0eb6dda72511bc9ef5f6686cb7ae00aac19b4d4bca834ff73395a5ac852
7
- data.tar.gz: c87e1d7c50287f342a9942227fac877e9bb4ace2cb8956b25286abb76d34766f1688c732b68589e9dbf2faa8a6ee31f47d9fd172f531dad2297b06a9eee109dd
6
+ metadata.gz: 475cb8035f6a6a129abcc0229d9637e1beedc7f7ee230b6b7be25066ba75cffff745fb196b8a2dfd642ebb19e76ec8173da715271b69d49c8bd879ba904bd5f1
7
+ data.tar.gz: 9cc1ddefe166c3fd27fed92e592fef5287d66934b2d2fccd86554fe1b20b018f44ea8181159ca26a27569659420f6d945b36d77f3fa983ffba4bfcfad8ce31e1
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-servicemanagement_v1
2
2
 
3
+ ### v0.43.0 (2023-04-16)
4
+
5
+ * Regenerated from discovery document revision 20230407
6
+
3
7
  ### v0.42.0 (2023-03-26)
4
8
 
5
9
  * Regenerated from discovery document revision 20230317
@@ -1293,6 +1293,42 @@ module Google
1293
1293
  # @return [Google::Apis::ServicemanagementV1::CommonLanguageSettings]
1294
1294
  attr_accessor :common
1295
1295
 
1296
+ # Namespaces which must be aliased in snippets due to a known (but non-generator-
1297
+ # predictable) naming collision
1298
+ # Corresponds to the JSON property `forcedNamespaceAliases`
1299
+ # @return [Array<String>]
1300
+ attr_accessor :forced_namespace_aliases
1301
+
1302
+ # Method signatures (in the form "service.method(signature)") which are provided
1303
+ # separately, so shouldn't be generated. Snippets *calling* these methods are
1304
+ # still generated, however.
1305
+ # Corresponds to the JSON property `handwrittenSignatures`
1306
+ # @return [Array<String>]
1307
+ attr_accessor :handwritten_signatures
1308
+
1309
+ # List of full resource types to ignore during generation. This is typically
1310
+ # used for API-specific Location resources, which should be handled by the
1311
+ # generator as if they were actually the common Location resources. Example
1312
+ # entry: "documentai.googleapis.com/Location"
1313
+ # Corresponds to the JSON property `ignoredResources`
1314
+ # @return [Array<String>]
1315
+ attr_accessor :ignored_resources
1316
+
1317
+ # Map from full resource types to the effective short name for the resource.
1318
+ # This is used when otherwise resource named from different services would cause
1319
+ # naming collisions. Example entry: "datalabeling.googleapis.com/Dataset": "
1320
+ # DataLabelingDataset"
1321
+ # Corresponds to the JSON property `renamedResources`
1322
+ # @return [Hash<String,String>]
1323
+ attr_accessor :renamed_resources
1324
+
1325
+ # Map from original service names to renamed versions. This is used when the
1326
+ # default generated types would cause a naming conflict. (Neither name is fully-
1327
+ # qualified.) Example: Subscriber to SubscriberServiceApi.
1328
+ # Corresponds to the JSON property `renamedServices`
1329
+ # @return [Hash<String,String>]
1330
+ attr_accessor :renamed_services
1331
+
1296
1332
  def initialize(**args)
1297
1333
  update!(**args)
1298
1334
  end
@@ -1300,6 +1336,11 @@ module Google
1300
1336
  # Update properties of this object
1301
1337
  def update!(**args)
1302
1338
  @common = args[:common] if args.key?(:common)
1339
+ @forced_namespace_aliases = args[:forced_namespace_aliases] if args.key?(:forced_namespace_aliases)
1340
+ @handwritten_signatures = args[:handwritten_signatures] if args.key?(:handwritten_signatures)
1341
+ @ignored_resources = args[:ignored_resources] if args.key?(:ignored_resources)
1342
+ @renamed_resources = args[:renamed_resources] if args.key?(:renamed_resources)
1343
+ @renamed_services = args[:renamed_services] if args.key?(:renamed_services)
1303
1344
  end
1304
1345
  end
1305
1346
 
@@ -3313,7 +3354,7 @@ module Google
3313
3354
  # @return [Array<Google::Apis::ServicemanagementV1::MethodSettings>]
3314
3355
  attr_accessor :method_settings
3315
3356
 
3316
- # Link to a place that API users can report issues. Example: https://
3357
+ # Link to a *public* URI where users can report issues. Example: https://
3317
3358
  # issuetracker.google.com/issues/new?component=190865&template=1161103
3318
3359
  # Corresponds to the JSON property `newIssueUri`
3319
3360
  # @return [String]
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ServicemanagementV1
18
18
  # Version of the google-apis-servicemanagement_v1 gem
19
- GEM_VERSION = "0.42.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 = "20230317"
25
+ REVISION = "20230407"
26
26
  end
27
27
  end
28
28
  end
@@ -943,6 +943,11 @@ module Google
943
943
  class Representation < Google::Apis::Core::JsonRepresentation
944
944
  property :common, as: 'common', class: Google::Apis::ServicemanagementV1::CommonLanguageSettings, decorator: Google::Apis::ServicemanagementV1::CommonLanguageSettings::Representation
945
945
 
946
+ collection :forced_namespace_aliases, as: 'forcedNamespaceAliases'
947
+ collection :handwritten_signatures, as: 'handwrittenSignatures'
948
+ collection :ignored_resources, as: 'ignoredResources'
949
+ hash :renamed_resources, as: 'renamedResources'
950
+ hash :renamed_services, as: 'renamedServices'
946
951
  end
947
952
  end
948
953
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-servicemanagement_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.42.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-servicemanagement_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-servicemanagement_v1/v0.42.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-servicemanagement_v1/v0.43.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-servicemanagement_v1
63
63
  post_install_message:
64
64
  rdoc_options: []