google-apis-servicemanagement_v1 0.42.0 → 0.44.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: 2d9b50e02f498f27dd3f6c2e689e2bf1de9a01a783f7c7e95fb5a5badf5ba986
4
- data.tar.gz: e088016b851e05009849e244bfed121457fa618489c32cb4b2b9ba392d725363
3
+ metadata.gz: b8dcfcf57db4db68c2f4101dc5c48d4a48d699ac927a5f0eeaec826e8ba2aff6
4
+ data.tar.gz: b324863ec10487c227824cadb9924271a47ba6e977b2b9f6b1bd31d9478bee89
5
5
  SHA512:
6
- metadata.gz: 59e80fb5e8ce9f34693b60e953190aa2aafeefb04db227af845ff9ebc8ef4c1aceb1c0eb6dda72511bc9ef5f6686cb7ae00aac19b4d4bca834ff73395a5ac852
7
- data.tar.gz: c87e1d7c50287f342a9942227fac877e9bb4ace2cb8956b25286abb76d34766f1688c732b68589e9dbf2faa8a6ee31f47d9fd172f531dad2297b06a9eee109dd
6
+ metadata.gz: d2b58bca590342e69021079b0e7688b0573a1b6f8200b874daccb3cf0e10ece4dafaed387b77802ee26466a74572282561f513d66dc84884afc458dfc9318453
7
+ data.tar.gz: 9303c71431ebcc9d7cda32a801e047a55a560787fe2a1773151fa313d3fabfd26f8f6c90b54f6af47874f5aeebc7b84e789602c6b3a8aefb0345bf7ce7dac0ff
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-servicemanagement_v1
2
2
 
3
+ ### v0.44.0 (2023-05-07)
4
+
5
+ * Regenerated from discovery document revision 20230428
6
+
7
+ ### v0.43.0 (2023-04-16)
8
+
9
+ * Regenerated from discovery document revision 20230407
10
+
3
11
  ### v0.42.0 (2023-03-26)
4
12
 
5
13
  * Regenerated from discovery document revision 20230317
@@ -1261,6 +1261,12 @@ module Google
1261
1261
  # @return [String]
1262
1262
  attr_accessor :description
1263
1263
 
1264
+ # String of comma or space separated case-sensitive words for which method/field
1265
+ # name replacement will be disabled by go/api-docgen.
1266
+ # Corresponds to the JSON property `disableReplacementWords`
1267
+ # @return [String]
1268
+ attr_accessor :disable_replacement_words
1269
+
1264
1270
  # The selector is a comma-separated list of patterns for any element such as a
1265
1271
  # method, a field, an enum value. Each pattern is a qualified name of the
1266
1272
  # element which may end in "*", indicating a wildcard. Wildcards are only
@@ -1280,6 +1286,7 @@ module Google
1280
1286
  def update!(**args)
1281
1287
  @deprecation_description = args[:deprecation_description] if args.key?(:deprecation_description)
1282
1288
  @description = args[:description] if args.key?(:description)
1289
+ @disable_replacement_words = args[:disable_replacement_words] if args.key?(:disable_replacement_words)
1283
1290
  @selector = args[:selector] if args.key?(:selector)
1284
1291
  end
1285
1292
  end
@@ -1293,6 +1300,42 @@ module Google
1293
1300
  # @return [Google::Apis::ServicemanagementV1::CommonLanguageSettings]
1294
1301
  attr_accessor :common
1295
1302
 
1303
+ # Namespaces which must be aliased in snippets due to a known (but non-generator-
1304
+ # predictable) naming collision
1305
+ # Corresponds to the JSON property `forcedNamespaceAliases`
1306
+ # @return [Array<String>]
1307
+ attr_accessor :forced_namespace_aliases
1308
+
1309
+ # Method signatures (in the form "service.method(signature)") which are provided
1310
+ # separately, so shouldn't be generated. Snippets *calling* these methods are
1311
+ # still generated, however.
1312
+ # Corresponds to the JSON property `handwrittenSignatures`
1313
+ # @return [Array<String>]
1314
+ attr_accessor :handwritten_signatures
1315
+
1316
+ # List of full resource types to ignore during generation. This is typically
1317
+ # used for API-specific Location resources, which should be handled by the
1318
+ # generator as if they were actually the common Location resources. Example
1319
+ # entry: "documentai.googleapis.com/Location"
1320
+ # Corresponds to the JSON property `ignoredResources`
1321
+ # @return [Array<String>]
1322
+ attr_accessor :ignored_resources
1323
+
1324
+ # Map from full resource types to the effective short name for the resource.
1325
+ # This is used when otherwise resource named from different services would cause
1326
+ # naming collisions. Example entry: "datalabeling.googleapis.com/Dataset": "
1327
+ # DataLabelingDataset"
1328
+ # Corresponds to the JSON property `renamedResources`
1329
+ # @return [Hash<String,String>]
1330
+ attr_accessor :renamed_resources
1331
+
1332
+ # Map from original service names to renamed versions. This is used when the
1333
+ # default generated types would cause a naming conflict. (Neither name is fully-
1334
+ # qualified.) Example: Subscriber to SubscriberServiceApi.
1335
+ # Corresponds to the JSON property `renamedServices`
1336
+ # @return [Hash<String,String>]
1337
+ attr_accessor :renamed_services
1338
+
1296
1339
  def initialize(**args)
1297
1340
  update!(**args)
1298
1341
  end
@@ -1300,6 +1343,11 @@ module Google
1300
1343
  # Update properties of this object
1301
1344
  def update!(**args)
1302
1345
  @common = args[:common] if args.key?(:common)
1346
+ @forced_namespace_aliases = args[:forced_namespace_aliases] if args.key?(:forced_namespace_aliases)
1347
+ @handwritten_signatures = args[:handwritten_signatures] if args.key?(:handwritten_signatures)
1348
+ @ignored_resources = args[:ignored_resources] if args.key?(:ignored_resources)
1349
+ @renamed_resources = args[:renamed_resources] if args.key?(:renamed_resources)
1350
+ @renamed_services = args[:renamed_services] if args.key?(:renamed_services)
1303
1351
  end
1304
1352
  end
1305
1353
 
@@ -3313,7 +3361,7 @@ module Google
3313
3361
  # @return [Array<Google::Apis::ServicemanagementV1::MethodSettings>]
3314
3362
  attr_accessor :method_settings
3315
3363
 
3316
- # Link to a place that API users can report issues. Example: https://
3364
+ # Link to a *public* URI where users can report issues. Example: https://
3317
3365
  # issuetracker.google.com/issues/new?component=190865&template=1161103
3318
3366
  # Corresponds to the JSON property `newIssueUri`
3319
3367
  # @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.44.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 = "20230428"
26
26
  end
27
27
  end
28
28
  end
@@ -934,6 +934,7 @@ module Google
934
934
  class Representation < Google::Apis::Core::JsonRepresentation
935
935
  property :deprecation_description, as: 'deprecationDescription'
936
936
  property :description, as: 'description'
937
+ property :disable_replacement_words, as: 'disableReplacementWords'
937
938
  property :selector, as: 'selector'
938
939
  end
939
940
  end
@@ -943,6 +944,11 @@ module Google
943
944
  class Representation < Google::Apis::Core::JsonRepresentation
944
945
  property :common, as: 'common', class: Google::Apis::ServicemanagementV1::CommonLanguageSettings, decorator: Google::Apis::ServicemanagementV1::CommonLanguageSettings::Representation
945
946
 
947
+ collection :forced_namespace_aliases, as: 'forcedNamespaceAliases'
948
+ collection :handwritten_signatures, as: 'handwrittenSignatures'
949
+ collection :ignored_resources, as: 'ignoredResources'
950
+ hash :renamed_resources, as: 'renamedResources'
951
+ hash :renamed_services, as: 'renamedServices'
946
952
  end
947
953
  end
948
954
 
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.44.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-05-14 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.44.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: []