google-apis-servicemanagement_v1 0.62.0 → 0.64.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: 68bfe4adb2f7bb2e7e5dfebafcb3a143bcb7083ce120f39ee06a40e6581a2b3f
4
- data.tar.gz: 76597e2244cd204c321b1ce8e35478b32f82215386f3bfadd130d3bdced329b6
3
+ metadata.gz: b8c5e397f6f5e37426dd2f66f205971f18c008f72adfb7004cbcdb703b2e26e9
4
+ data.tar.gz: fcf943c8643996c2e9a014136d39d456ef48256f4c31c5835702f283ffdb059e
5
5
  SHA512:
6
- metadata.gz: 582e971ee25bcb4f0e2404499dcda0c7eefbd64edfbae88c959faf6acd5afc0257244021725611dc333569fbcde4366fde0fdb622e93cf17025dcedfd666a5c2
7
- data.tar.gz: e8eeff2127220895860bfed060a1ff568beb68a9d5af461133029791771c8ac4f62531dcd20b143ae909b8cd42c99ed87e3f25147843560cadb58aada2990e24
6
+ metadata.gz: e67592d17152c193b17669b7f6533f4f951eb521a5704bbed9d775c93aa4e8a76c0cd9a63306d22d04716838a4458a0a234bf2dd3615978d8021c534479b9bd2
7
+ data.tar.gz: 97e058373d892f74cfa40d79af4d597a59728bb223b95484ef4d95914e08263843eb7d19bb50f68f6cca1dd23da341419fc95698de35db393ba8774d035eb3d5
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-servicemanagement_v1
2
2
 
3
+ ### v0.64.0 (2025-02-26)
4
+
5
+ * Regenerated from discovery document revision 20250223
6
+ * Regenerated using generator version 0.16.0
7
+
8
+ ### v0.63.0 (2024-12-08)
9
+
10
+ * Regenerated from discovery document revision 20241202
11
+
3
12
  ### v0.62.0 (2024-11-17)
4
13
 
5
14
  * Regenerated from discovery document revision 20241106
@@ -118,6 +118,33 @@ module Google
118
118
  end
119
119
  end
120
120
 
121
+ # Aspect represents Generic aspect. It is used to configure an aspect without
122
+ # making direct changes to service.proto
123
+ class Aspect
124
+ include Google::Apis::Core::Hashable
125
+
126
+ # The type of this aspect configuration.
127
+ # Corresponds to the JSON property `kind`
128
+ # @return [String]
129
+ attr_accessor :kind
130
+
131
+ # Content of the configuration. The underlying schema should be defined by
132
+ # Aspect owners as protobuf message under `apiserving/configaspects/proto`.
133
+ # Corresponds to the JSON property `spec`
134
+ # @return [Hash<String,Object>]
135
+ attr_accessor :spec
136
+
137
+ def initialize(**args)
138
+ update!(**args)
139
+ end
140
+
141
+ # Update properties of this object
142
+ def update!(**args)
143
+ @kind = args[:kind] if args.key?(:kind)
144
+ @spec = args[:spec] if args.key?(:spec)
145
+ end
146
+ end
147
+
121
148
  # Specifies the audit configuration for a service. The configuration determines
122
149
  # which permission types are logged, and what identities, if any, are exempted
123
150
  # from logging. An AuditConfig must have one or more AuditLogConfigs. If there
@@ -446,6 +473,14 @@ module Google
446
473
  # @return [String]
447
474
  attr_accessor :jwt_audience
448
475
 
476
+ # The load balancing policy used for connection to the application backend.
477
+ # Defined as an arbitrary string to accomondate custom load balancing policies
478
+ # supported by the underlying channel, but suggest most users use one of the
479
+ # standard policies, such as the default, "RoundRobin".
480
+ # Corresponds to the JSON property `loadBalancingPolicy`
481
+ # @return [String]
482
+ attr_accessor :load_balancing_policy
483
+
449
484
  # Deprecated, do not use.
450
485
  # Corresponds to the JSON property `minDeadline`
451
486
  # @return [Float]
@@ -496,6 +531,7 @@ module Google
496
531
  @deadline = args[:deadline] if args.key?(:deadline)
497
532
  @disable_auth = args[:disable_auth] if args.key?(:disable_auth)
498
533
  @jwt_audience = args[:jwt_audience] if args.key?(:jwt_audience)
534
+ @load_balancing_policy = args[:load_balancing_policy] if args.key?(:load_balancing_policy)
499
535
  @min_deadline = args[:min_deadline] if args.key?(:min_deadline)
500
536
  @operation_deadline = args[:operation_deadline] if args.key?(:operation_deadline)
501
537
  @overrides_by_request_protocol = args[:overrides_by_request_protocol] if args.key?(:overrides_by_request_protocol)
@@ -1230,6 +1266,12 @@ module Google
1230
1266
  class Documentation
1231
1267
  include Google::Apis::Core::Hashable
1232
1268
 
1269
+ # Optional information about the IAM configuration. This is typically used to
1270
+ # link to documentation about a product's IAM roles and permissions.
1271
+ # Corresponds to the JSON property `additionalIamInfo`
1272
+ # @return [String]
1273
+ attr_accessor :additional_iam_info
1274
+
1233
1275
  # The URL to the root of documentation.
1234
1276
  # Corresponds to the JSON property `documentationRootUrl`
1235
1277
  # @return [String]
@@ -1255,9 +1297,8 @@ module Google
1255
1297
  # @return [Array<Google::Apis::ServicemanagementV1::DocumentationRule>]
1256
1298
  attr_accessor :rules
1257
1299
 
1258
- # Specifies section and content to override boilerplate content provided by go/
1259
- # api-docgen. Currently overrides following sections: 1. rest.service.
1260
- # client_libraries
1300
+ # Specifies section and content to override the boilerplate content. Currently
1301
+ # overrides following sections: 1. rest.service.client_libraries
1261
1302
  # Corresponds to the JSON property `sectionOverrides`
1262
1303
  # @return [Array<Google::Apis::ServicemanagementV1::Page>]
1263
1304
  attr_accessor :section_overrides
@@ -1282,6 +1323,7 @@ module Google
1282
1323
 
1283
1324
  # Update properties of this object
1284
1325
  def update!(**args)
1326
+ @additional_iam_info = args[:additional_iam_info] if args.key?(:additional_iam_info)
1285
1327
  @documentation_root_url = args[:documentation_root_url] if args.key?(:documentation_root_url)
1286
1328
  @overview = args[:overview] if args.key?(:overview)
1287
1329
  @pages = args[:pages] if args.key?(:pages)
@@ -1310,7 +1352,7 @@ module Google
1310
1352
  attr_accessor :description
1311
1353
 
1312
1354
  # String of comma or space separated case-sensitive words for which method/field
1313
- # name replacement will be disabled by go/api-docgen.
1355
+ # name replacement will be disabled.
1314
1356
  # Corresponds to the JSON property `disableReplacementWords`
1315
1357
  # @return [String]
1316
1358
  attr_accessor :disable_replacement_words
@@ -1573,6 +1615,15 @@ module Google
1573
1615
  attr_accessor :rest_async_io_enabled
1574
1616
  alias_method :rest_async_io_enabled?, :rest_async_io_enabled
1575
1617
 
1618
+ # Disables generation of an unversioned Python package for this client library.
1619
+ # This means that the module names will need to be versioned in import
1620
+ # statements. For example `import google.cloud.library_v2` instead of `import
1621
+ # google.cloud.library`.
1622
+ # Corresponds to the JSON property `unversionedPackageDisabled`
1623
+ # @return [Boolean]
1624
+ attr_accessor :unversioned_package_disabled
1625
+ alias_method :unversioned_package_disabled?, :unversioned_package_disabled
1626
+
1576
1627
  def initialize(**args)
1577
1628
  update!(**args)
1578
1629
  end
@@ -1581,6 +1632,7 @@ module Google
1581
1632
  def update!(**args)
1582
1633
  @protobuf_pythonic_types_enabled = args[:protobuf_pythonic_types_enabled] if args.key?(:protobuf_pythonic_types_enabled)
1583
1634
  @rest_async_io_enabled = args[:rest_async_io_enabled] if args.key?(:rest_async_io_enabled)
1635
+ @unversioned_package_disabled = args[:unversioned_package_disabled] if args.key?(:unversioned_package_disabled)
1584
1636
  end
1585
1637
  end
1586
1638
 
@@ -1910,6 +1962,13 @@ module Google
1910
1962
  # @return [Google::Apis::ServicemanagementV1::CommonLanguageSettings]
1911
1963
  attr_accessor :common
1912
1964
 
1965
+ # Map of service names to renamed services. Keys are the package relative
1966
+ # service names and values are the name to be used for the service client and
1967
+ # call options. publishing: go_settings: renamed_services: Publisher: TopicAdmin
1968
+ # Corresponds to the JSON property `renamedServices`
1969
+ # @return [Hash<String,String>]
1970
+ attr_accessor :renamed_services
1971
+
1913
1972
  def initialize(**args)
1914
1973
  update!(**args)
1915
1974
  end
@@ -1917,6 +1976,7 @@ module Google
1917
1976
  # Update properties of this object
1918
1977
  def update!(**args)
1919
1978
  @common = args[:common] if args.key?(:common)
1979
+ @renamed_services = args[:renamed_services] if args.key?(:renamed_services)
1920
1980
  end
1921
1981
  end
1922
1982
 
@@ -3332,7 +3392,7 @@ module Google
3332
3392
  class Page
3333
3393
  include Google::Apis::Core::Hashable
3334
3394
 
3335
- # The Markdown content of the page. You can use (== include `path` ==) to
3395
+ # The Markdown content of the page. You can use ```(== include `path` ==)``` to
3336
3396
  # include content from a Markdown file. The content can be used to produce the
3337
3397
  # documentation page such as HTML format page.
3338
3398
  # Corresponds to the JSON property `content`
@@ -3883,6 +3943,17 @@ module Google
3883
3943
  class SelectiveGapicGeneration
3884
3944
  include Google::Apis::Core::Hashable
3885
3945
 
3946
+ # Setting this to true indicates to the client generators that methods that
3947
+ # would be excluded from the generation should instead be generated in a way
3948
+ # that indicates these methods should not be consumed by end users. How this is
3949
+ # expressed is up to individual language implementations to decide. Some
3950
+ # examples may be: added annotations, obfuscated identifiers, or other language
3951
+ # idiomatic patterns.
3952
+ # Corresponds to the JSON property `generateOmittedAsInternal`
3953
+ # @return [Boolean]
3954
+ attr_accessor :generate_omitted_as_internal
3955
+ alias_method :generate_omitted_as_internal?, :generate_omitted_as_internal
3956
+
3886
3957
  # An allowlist of the fully qualified names of RPCs that should be included on
3887
3958
  # public client surfaces.
3888
3959
  # Corresponds to the JSON property `methods`
@@ -3895,6 +3966,7 @@ module Google
3895
3966
 
3896
3967
  # Update properties of this object
3897
3968
  def update!(**args)
3969
+ @generate_omitted_as_internal = args[:generate_omitted_as_internal] if args.key?(:generate_omitted_as_internal)
3898
3970
  @methods_prop = args[:methods_prop] if args.key?(:methods_prop)
3899
3971
  end
3900
3972
  end
@@ -3924,6 +3996,14 @@ module Google
3924
3996
  # @return [Array<Google::Apis::ServicemanagementV1::Api>]
3925
3997
  attr_accessor :apis
3926
3998
 
3999
+ # Configuration aspects. This is a repeated field to allow multiple aspects to
4000
+ # be configured. The kind field in each ConfigAspect specifies the type of
4001
+ # aspect. The spec field contains the configuration for that aspect. The schema
4002
+ # for the spec field is defined by the backend service owners.
4003
+ # Corresponds to the JSON property `aspects`
4004
+ # @return [Array<Google::Apis::ServicemanagementV1::Aspect>]
4005
+ attr_accessor :aspects
4006
+
3927
4007
  # `Authentication` defines the authentication configuration for API methods
3928
4008
  # provided by an API service. Example: name: calendar.googleapis.com
3929
4009
  # authentication: providers: - id: google_calendar_auth jwks_uri: https://www.
@@ -4203,6 +4283,7 @@ module Google
4203
4283
  # Update properties of this object
4204
4284
  def update!(**args)
4205
4285
  @apis = args[:apis] if args.key?(:apis)
4286
+ @aspects = args[:aspects] if args.key?(:aspects)
4206
4287
  @authentication = args[:authentication] if args.key?(:authentication)
4207
4288
  @backend = args[:backend] if args.key?(:backend)
4208
4289
  @billing = args[:billing] if args.key?(:billing)
@@ -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.62.0"
19
+ GEM_VERSION = "0.64.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.15.1"
22
+ GENERATOR_VERSION = "0.16.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20241106"
25
+ REVISION = "20250223"
26
26
  end
27
27
  end
28
28
  end
@@ -34,6 +34,12 @@ module Google
34
34
  include Google::Apis::Core::JsonObjectSupport
35
35
  end
36
36
 
37
+ class Aspect
38
+ class Representation < Google::Apis::Core::JsonRepresentation; end
39
+
40
+ include Google::Apis::Core::JsonObjectSupport
41
+ end
42
+
37
43
  class AuditConfig
38
44
  class Representation < Google::Apis::Core::JsonRepresentation; end
39
45
 
@@ -676,6 +682,14 @@ module Google
676
682
  end
677
683
  end
678
684
 
685
+ class Aspect
686
+ # @private
687
+ class Representation < Google::Apis::Core::JsonRepresentation
688
+ property :kind, as: 'kind'
689
+ hash :spec, as: 'spec'
690
+ end
691
+ end
692
+
679
693
  class AuditConfig
680
694
  # @private
681
695
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -751,6 +765,7 @@ module Google
751
765
  property :deadline, as: 'deadline'
752
766
  property :disable_auth, as: 'disableAuth'
753
767
  property :jwt_audience, as: 'jwtAudience'
768
+ property :load_balancing_policy, as: 'loadBalancingPolicy'
754
769
  property :min_deadline, as: 'minDeadline'
755
770
  property :operation_deadline, as: 'operationDeadline'
756
771
  hash :overrides_by_request_protocol, as: 'overridesByRequestProtocol', class: Google::Apis::ServicemanagementV1::BackendRule, decorator: Google::Apis::ServicemanagementV1::BackendRule::Representation
@@ -946,6 +961,7 @@ module Google
946
961
  class Documentation
947
962
  # @private
948
963
  class Representation < Google::Apis::Core::JsonRepresentation
964
+ property :additional_iam_info, as: 'additionalIamInfo'
949
965
  property :documentation_root_url, as: 'documentationRootUrl'
950
966
  property :overview, as: 'overview'
951
967
  collection :pages, as: 'pages', class: Google::Apis::ServicemanagementV1::Page, decorator: Google::Apis::ServicemanagementV1::Page::Representation
@@ -1028,6 +1044,7 @@ module Google
1028
1044
  class Representation < Google::Apis::Core::JsonRepresentation
1029
1045
  property :protobuf_pythonic_types_enabled, as: 'protobufPythonicTypesEnabled'
1030
1046
  property :rest_async_io_enabled, as: 'restAsyncIoEnabled'
1047
+ property :unversioned_package_disabled, as: 'unversionedPackageDisabled'
1031
1048
  end
1032
1049
  end
1033
1050
 
@@ -1115,6 +1132,7 @@ module Google
1115
1132
  class Representation < Google::Apis::Core::JsonRepresentation
1116
1133
  property :common, as: 'common', class: Google::Apis::ServicemanagementV1::CommonLanguageSettings, decorator: Google::Apis::ServicemanagementV1::CommonLanguageSettings::Representation
1117
1134
 
1135
+ hash :renamed_services, as: 'renamedServices'
1118
1136
  end
1119
1137
  end
1120
1138
 
@@ -1539,6 +1557,7 @@ module Google
1539
1557
  class SelectiveGapicGeneration
1540
1558
  # @private
1541
1559
  class Representation < Google::Apis::Core::JsonRepresentation
1560
+ property :generate_omitted_as_internal, as: 'generateOmittedAsInternal'
1542
1561
  collection :methods_prop, as: 'methods'
1543
1562
  end
1544
1563
  end
@@ -1548,6 +1567,8 @@ module Google
1548
1567
  class Representation < Google::Apis::Core::JsonRepresentation
1549
1568
  collection :apis, as: 'apis', class: Google::Apis::ServicemanagementV1::Api, decorator: Google::Apis::ServicemanagementV1::Api::Representation
1550
1569
 
1570
+ collection :aspects, as: 'aspects', class: Google::Apis::ServicemanagementV1::Aspect, decorator: Google::Apis::ServicemanagementV1::Aspect::Representation
1571
+
1551
1572
  property :authentication, as: 'authentication', class: Google::Apis::ServicemanagementV1::Authentication, decorator: Google::Apis::ServicemanagementV1::Authentication::Representation
1552
1573
 
1553
1574
  property :backend, as: 'backend', class: Google::Apis::ServicemanagementV1::Backend, decorator: Google::Apis::ServicemanagementV1::Backend::Representation
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-servicemanagement_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.62.0
4
+ version: 0.64.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2024-12-04 00:00:00.000000000 Z
10
+ date: 2025-03-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: google-apis-core
@@ -58,9 +57,8 @@ licenses:
58
57
  metadata:
59
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
59
  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.62.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-servicemanagement_v1/v0.64.0
62
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-servicemanagement_v1
63
- post_install_message:
64
62
  rdoc_options: []
65
63
  require_paths:
66
64
  - lib
@@ -75,8 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
73
  - !ruby/object:Gem::Version
76
74
  version: '0'
77
75
  requirements: []
78
- rubygems_version: 3.5.22
79
- signing_key:
76
+ rubygems_version: 3.6.5
80
77
  specification_version: 4
81
78
  summary: Simple REST client for Service Management API V1
82
79
  test_files: []