google-apis-serviceusage_v1beta1 0.34.0 → 0.35.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: 6189dc4ad244bd5050bbebaca1262b323895891ca4c333c05059a8ff52dfe759
4
- data.tar.gz: 89bc668b4b1b512724b482436aabcc1cb8339e888aaff6af8d39dbe10ee149f4
3
+ metadata.gz: '080bd06867170db8df543b8ca446bd4e16c60ebcbac188a94e6d880f839ade55'
4
+ data.tar.gz: cc940a0195ec3381fdea12d62163122e3446ef5db2b947450697d37c7f4de2c0
5
5
  SHA512:
6
- metadata.gz: baa85640316a1c12ce2eeee84b39768eddd1760ab1f9463c2e4832543a8a37c01b83960e949f01711d33fb882c80c65febe93f51674ee2512ed65662c83ac318
7
- data.tar.gz: 5fda3444fa952eb73c215dd0e1fd5605e8cab4159e089c5fd9227f5ddd12ed8499c3ca7c525abc08d4dad4c9f385c4d93575f0d5ad7cbf3ba943f7c9a6c17d03
6
+ metadata.gz: 4c94f320dfa5237e33366ad098ce591ed4301e2cd03279ceb569f84c3b250ff64cf89e0b5f908a0dbd60312a43b1aa4011fc317710c845ab5eaa7de655fb5532
7
+ data.tar.gz: 0d51135d88407621722cbc0b39cfad2f4dfdad994c9436f2e12ce459c26ca4602f46e55d68347e83e4976f109cff787ff8c1ff512e85af047a6cb9e14c1d2233
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-serviceusage_v1beta1
2
2
 
3
+ ### v0.35.0 (2023-04-02)
4
+
5
+ * Regenerated from discovery document revision 20230329
6
+
3
7
  ### v0.34.0 (2023-03-26)
4
8
 
5
9
  * Regenerated from discovery document revision 20230322
@@ -1264,6 +1264,42 @@ module Google
1264
1264
  # @return [Google::Apis::ServiceusageV1beta1::CommonLanguageSettings]
1265
1265
  attr_accessor :common
1266
1266
 
1267
+ # Namespaces which must be aliased in snippets due to a known (but non-generator-
1268
+ # predictable) naming collision
1269
+ # Corresponds to the JSON property `forcedNamespaceAliases`
1270
+ # @return [Array<String>]
1271
+ attr_accessor :forced_namespace_aliases
1272
+
1273
+ # Method signatures (in the form "service.method(signature)") which are provided
1274
+ # separately, so shouldn't be generated. Snippets *calling* these methods are
1275
+ # still generated, however.
1276
+ # Corresponds to the JSON property `handwrittenSignatures`
1277
+ # @return [Array<String>]
1278
+ attr_accessor :handwritten_signatures
1279
+
1280
+ # List of full resource types to ignore during generation. This is typically
1281
+ # used for API-specific Location resources, which should be handled by the
1282
+ # generator as if they were actually the common Location resources. Example
1283
+ # entry: "documentai.googleapis.com/Location"
1284
+ # Corresponds to the JSON property `ignoredResources`
1285
+ # @return [Array<String>]
1286
+ attr_accessor :ignored_resources
1287
+
1288
+ # Map from full resource types to the effective short name for the resource.
1289
+ # This is used when otherwise resource named from different services would cause
1290
+ # naming collisions. Example entry: "datalabeling.googleapis.com/Dataset": "
1291
+ # DataLabelingDataset"
1292
+ # Corresponds to the JSON property `renamedResources`
1293
+ # @return [Hash<String,String>]
1294
+ attr_accessor :renamed_resources
1295
+
1296
+ # Map from original service names to renamed versions. This is used when the
1297
+ # default generated types would cause a naming conflict. (Neither name is fully-
1298
+ # qualified.) Example: Subscriber to SubscriberServiceApi.
1299
+ # Corresponds to the JSON property `renamedServices`
1300
+ # @return [Hash<String,String>]
1301
+ attr_accessor :renamed_services
1302
+
1267
1303
  def initialize(**args)
1268
1304
  update!(**args)
1269
1305
  end
@@ -1271,6 +1307,11 @@ module Google
1271
1307
  # Update properties of this object
1272
1308
  def update!(**args)
1273
1309
  @common = args[:common] if args.key?(:common)
1310
+ @forced_namespace_aliases = args[:forced_namespace_aliases] if args.key?(:forced_namespace_aliases)
1311
+ @handwritten_signatures = args[:handwritten_signatures] if args.key?(:handwritten_signatures)
1312
+ @ignored_resources = args[:ignored_resources] if args.key?(:ignored_resources)
1313
+ @renamed_resources = args[:renamed_resources] if args.key?(:renamed_resources)
1314
+ @renamed_services = args[:renamed_services] if args.key?(:renamed_services)
1274
1315
  end
1275
1316
  end
1276
1317
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ServiceusageV1beta1
18
18
  # Version of the google-apis-serviceusage_v1beta1 gem
19
- GEM_VERSION = "0.34.0"
19
+ GEM_VERSION = "0.35.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 = "20230322"
25
+ REVISION = "20230329"
26
26
  end
27
27
  end
28
28
  end
@@ -990,6 +990,11 @@ module Google
990
990
  class Representation < Google::Apis::Core::JsonRepresentation
991
991
  property :common, as: 'common', class: Google::Apis::ServiceusageV1beta1::CommonLanguageSettings, decorator: Google::Apis::ServiceusageV1beta1::CommonLanguageSettings::Representation
992
992
 
993
+ collection :forced_namespace_aliases, as: 'forcedNamespaceAliases'
994
+ collection :handwritten_signatures, as: 'handwrittenSignatures'
995
+ collection :ignored_resources, as: 'ignoredResources'
996
+ hash :renamed_resources, as: 'renamedResources'
997
+ hash :renamed_services, as: 'renamedServices'
993
998
  end
994
999
  end
995
1000
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-serviceusage_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.34.0
4
+ version: 0.35.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-serviceusage_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-serviceusage_v1beta1/v0.34.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-serviceusage_v1beta1/v0.35.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-serviceusage_v1beta1
63
63
  post_install_message:
64
64
  rdoc_options: []