google-apis-servicemanagement_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: 68cab609b8da240de6ad2149db3b1423745fbf005be7dfb718d504ae03969445
4
- data.tar.gz: 1d329eb37ef54284b5d57663a64dac965c8a9da552d87a590bcfef53654d8012
3
+ metadata.gz: d6d325d675f114f6d372eb688b213d3caef6e02402a8ee1f9cfb071a28e306ce
4
+ data.tar.gz: d71c12099ac49e53808725d2d89d6cd8d095bf8b9738c933f3b1f786a7df2128
5
5
  SHA512:
6
- metadata.gz: 866447b6f05fd25373efd8fa64f0d639db425d0d105d964a1f833ec52d79c8c70f81e96d76ac859d7e14d3c32446455da6b42b161c464024d203a914897154bf
7
- data.tar.gz: 44ecdbc58fd1838b6463b8135f5895440c0977723609e406fe55e8aa98f8af9d1d650e818be359b97bb57224505a273a2ee3f12f82816cc6f664ed0be4c544ec
6
+ metadata.gz: 475cb8035f6a6a129abcc0229d9637e1beedc7f7ee230b6b7be25066ba75cffff745fb196b8a2dfd642ebb19e76ec8173da715271b69d49c8bd879ba904bd5f1
7
+ data.tar.gz: 9cc1ddefe166c3fd27fed92e592fef5287d66934b2d2fccd86554fe1b20b018f44ea8181159ca26a27569659420f6d945b36d77f3fa983ffba4bfcfad8ce31e1
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
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
+
7
+ ### v0.42.0 (2023-03-26)
8
+
9
+ * Regenerated from discovery document revision 20230317
10
+
3
11
  ### v0.41.0 (2023-03-05)
4
12
 
5
13
  * Regenerated from discovery document revision 20230224
@@ -725,7 +725,9 @@ module Google
725
725
  # @return [Google::Apis::ServicemanagementV1::RubySettings]
726
726
  attr_accessor :ruby_settings
727
727
 
728
- # Version of the API to apply these settings to.
728
+ # Version of the API to apply these settings to. This is the full protobuf
729
+ # package for the API, ending in the version element. Examples: "google.cloud.
730
+ # speech.v1" and "google.spanner.admin.database.v1".
729
731
  # Corresponds to the JSON property `version`
730
732
  # @return [String]
731
733
  attr_accessor :version
@@ -1291,6 +1293,42 @@ module Google
1291
1293
  # @return [Google::Apis::ServicemanagementV1::CommonLanguageSettings]
1292
1294
  attr_accessor :common
1293
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
+
1294
1332
  def initialize(**args)
1295
1333
  update!(**args)
1296
1334
  end
@@ -1298,6 +1336,11 @@ module Google
1298
1336
  # Update properties of this object
1299
1337
  def update!(**args)
1300
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)
1301
1344
  end
1302
1345
  end
1303
1346
 
@@ -1376,6 +1419,11 @@ module Google
1376
1419
  class Enum
1377
1420
  include Google::Apis::Core::Hashable
1378
1421
 
1422
+ # The source edition string, only valid when syntax is SYNTAX_EDITIONS.
1423
+ # Corresponds to the JSON property `edition`
1424
+ # @return [String]
1425
+ attr_accessor :edition
1426
+
1379
1427
  # Enum value definitions.
1380
1428
  # Corresponds to the JSON property `enumvalue`
1381
1429
  # @return [Array<Google::Apis::ServicemanagementV1::EnumValue>]
@@ -1408,6 +1456,7 @@ module Google
1408
1456
 
1409
1457
  # Update properties of this object
1410
1458
  def update!(**args)
1459
+ @edition = args[:edition] if args.key?(:edition)
1411
1460
  @enumvalue = args[:enumvalue] if args.key?(:enumvalue)
1412
1461
  @name = args[:name] if args.key?(:name)
1413
1462
  @options = args[:options] if args.key?(:options)
@@ -2695,7 +2744,7 @@ module Google
2695
2744
  # AccessControl The mixin construct implies that all methods in `AccessControl`
2696
2745
  # are also declared with same name and request/response types in `Storage`. A
2697
2746
  # documentation generator or annotation processor will see the effective `
2698
- # Storage.GetAcl` method after inheriting documentation and annotations as
2747
+ # Storage.GetAcl` method after inherting documentation and annotations as
2699
2748
  # follows: service Storage ` // Get the underlying ACL object. rpc GetAcl(
2700
2749
  # GetAclRequest) returns (Acl) ` option (google.api.http).get = "/v2/`resource=**
2701
2750
  # `:getAcl"; ` ... ` Note how the version in the path pattern changed from `v1`
@@ -3305,7 +3354,7 @@ module Google
3305
3354
  # @return [Array<Google::Apis::ServicemanagementV1::MethodSettings>]
3306
3355
  attr_accessor :method_settings
3307
3356
 
3308
- # 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://
3309
3358
  # issuetracker.google.com/issues/new?component=190865&template=1161103
3310
3359
  # Corresponds to the JSON property `newIssueUri`
3311
3360
  # @return [String]
@@ -4356,6 +4405,11 @@ module Google
4356
4405
  class Type
4357
4406
  include Google::Apis::Core::Hashable
4358
4407
 
4408
+ # The source edition string, only valid when syntax is SYNTAX_EDITIONS.
4409
+ # Corresponds to the JSON property `edition`
4410
+ # @return [String]
4411
+ attr_accessor :edition
4412
+
4359
4413
  # The list of fields.
4360
4414
  # Corresponds to the JSON property `fields`
4361
4415
  # @return [Array<Google::Apis::ServicemanagementV1::Field>]
@@ -4393,6 +4447,7 @@ module Google
4393
4447
 
4394
4448
  # Update properties of this object
4395
4449
  def update!(**args)
4450
+ @edition = args[:edition] if args.key?(:edition)
4396
4451
  @fields = args[:fields] if args.key?(:fields)
4397
4452
  @name = args[:name] if args.key?(:name)
4398
4453
  @oneofs = args[:oneofs] if args.key?(:oneofs)
@@ -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.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 = "20230224"
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
 
@@ -965,6 +970,7 @@ module Google
965
970
  class Enum
966
971
  # @private
967
972
  class Representation < Google::Apis::Core::JsonRepresentation
973
+ property :edition, as: 'edition'
968
974
  collection :enumvalue, as: 'enumvalue', class: Google::Apis::ServicemanagementV1::EnumValue, decorator: Google::Apis::ServicemanagementV1::EnumValue::Representation
969
975
 
970
976
  property :name, as: 'name'
@@ -1632,6 +1638,7 @@ module Google
1632
1638
  class Type
1633
1639
  # @private
1634
1640
  class Representation < Google::Apis::Core::JsonRepresentation
1641
+ property :edition, as: 'edition'
1635
1642
  collection :fields, as: 'fields', class: Google::Apis::ServicemanagementV1::Field, decorator: Google::Apis::ServicemanagementV1::Field::Representation
1636
1643
 
1637
1644
  property :name, as: 'name'
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.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-05 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.41.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: []