google-apis-servicemanagement_v1 0.63.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: d3d94be354e62831391a5f87891c56c082433abb16b860ce106243dacfaad28c
4
- data.tar.gz: 5e2558e845150fb02a1c767141bb203676eccf835a67732a24d11307f04f16f4
3
+ metadata.gz: b8c5e397f6f5e37426dd2f66f205971f18c008f72adfb7004cbcdb703b2e26e9
4
+ data.tar.gz: fcf943c8643996c2e9a014136d39d456ef48256f4c31c5835702f283ffdb059e
5
5
  SHA512:
6
- metadata.gz: d72d7141092853df55f86c525bc97cefdbe82ad11140f7a136afddf575231f22c941ca86e126015dac6604e10ead48ef536c0936672e4035fbf49a848a7c8a3c
7
- data.tar.gz: 54184210851eea35b602dad123d9c71eefa0de6585d51406f76bf40f12a54518fc1595f0614cfc27cc9cb23b281bc627154869f2d3e6c39ffd095c6fce3a1e93
6
+ metadata.gz: e67592d17152c193b17669b7f6533f4f951eb521a5704bbed9d775c93aa4e8a76c0cd9a63306d22d04716838a4458a0a234bf2dd3615978d8021c534479b9bd2
7
+ data.tar.gz: 97e058373d892f74cfa40d79af4d597a59728bb223b95484ef4d95914e08263843eb7d19bb50f68f6cca1dd23da341419fc95698de35db393ba8774d035eb3d5
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
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
+
3
8
  ### v0.63.0 (2024-12-08)
4
9
 
5
10
  * Regenerated from discovery document revision 20241202
@@ -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)
@@ -1261,9 +1297,8 @@ module Google
1261
1297
  # @return [Array<Google::Apis::ServicemanagementV1::DocumentationRule>]
1262
1298
  attr_accessor :rules
1263
1299
 
1264
- # Specifies section and content to override boilerplate content provided by go/
1265
- # api-docgen. Currently overrides following sections: 1. rest.service.
1266
- # client_libraries
1300
+ # Specifies section and content to override the boilerplate content. Currently
1301
+ # overrides following sections: 1. rest.service.client_libraries
1267
1302
  # Corresponds to the JSON property `sectionOverrides`
1268
1303
  # @return [Array<Google::Apis::ServicemanagementV1::Page>]
1269
1304
  attr_accessor :section_overrides
@@ -1317,7 +1352,7 @@ module Google
1317
1352
  attr_accessor :description
1318
1353
 
1319
1354
  # String of comma or space separated case-sensitive words for which method/field
1320
- # name replacement will be disabled by go/api-docgen.
1355
+ # name replacement will be disabled.
1321
1356
  # Corresponds to the JSON property `disableReplacementWords`
1322
1357
  # @return [String]
1323
1358
  attr_accessor :disable_replacement_words
@@ -1580,6 +1615,15 @@ module Google
1580
1615
  attr_accessor :rest_async_io_enabled
1581
1616
  alias_method :rest_async_io_enabled?, :rest_async_io_enabled
1582
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
+
1583
1627
  def initialize(**args)
1584
1628
  update!(**args)
1585
1629
  end
@@ -1588,6 +1632,7 @@ module Google
1588
1632
  def update!(**args)
1589
1633
  @protobuf_pythonic_types_enabled = args[:protobuf_pythonic_types_enabled] if args.key?(:protobuf_pythonic_types_enabled)
1590
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)
1591
1636
  end
1592
1637
  end
1593
1638
 
@@ -3347,7 +3392,7 @@ module Google
3347
3392
  class Page
3348
3393
  include Google::Apis::Core::Hashable
3349
3394
 
3350
- # 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
3351
3396
  # include content from a Markdown file. The content can be used to produce the
3352
3397
  # documentation page such as HTML format page.
3353
3398
  # Corresponds to the JSON property `content`
@@ -3898,6 +3943,17 @@ module Google
3898
3943
  class SelectiveGapicGeneration
3899
3944
  include Google::Apis::Core::Hashable
3900
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
+
3901
3957
  # An allowlist of the fully qualified names of RPCs that should be included on
3902
3958
  # public client surfaces.
3903
3959
  # Corresponds to the JSON property `methods`
@@ -3910,6 +3966,7 @@ module Google
3910
3966
 
3911
3967
  # Update properties of this object
3912
3968
  def update!(**args)
3969
+ @generate_omitted_as_internal = args[:generate_omitted_as_internal] if args.key?(:generate_omitted_as_internal)
3913
3970
  @methods_prop = args[:methods_prop] if args.key?(:methods_prop)
3914
3971
  end
3915
3972
  end
@@ -3939,6 +3996,14 @@ module Google
3939
3996
  # @return [Array<Google::Apis::ServicemanagementV1::Api>]
3940
3997
  attr_accessor :apis
3941
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
+
3942
4007
  # `Authentication` defines the authentication configuration for API methods
3943
4008
  # provided by an API service. Example: name: calendar.googleapis.com
3944
4009
  # authentication: providers: - id: google_calendar_auth jwks_uri: https://www.
@@ -4218,6 +4283,7 @@ module Google
4218
4283
  # Update properties of this object
4219
4284
  def update!(**args)
4220
4285
  @apis = args[:apis] if args.key?(:apis)
4286
+ @aspects = args[:aspects] if args.key?(:aspects)
4221
4287
  @authentication = args[:authentication] if args.key?(:authentication)
4222
4288
  @backend = args[:backend] if args.key?(:backend)
4223
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.63.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 = "20241202"
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
@@ -1029,6 +1044,7 @@ module Google
1029
1044
  class Representation < Google::Apis::Core::JsonRepresentation
1030
1045
  property :protobuf_pythonic_types_enabled, as: 'protobufPythonicTypesEnabled'
1031
1046
  property :rest_async_io_enabled, as: 'restAsyncIoEnabled'
1047
+ property :unversioned_package_disabled, as: 'unversionedPackageDisabled'
1032
1048
  end
1033
1049
  end
1034
1050
 
@@ -1541,6 +1557,7 @@ module Google
1541
1557
  class SelectiveGapicGeneration
1542
1558
  # @private
1543
1559
  class Representation < Google::Apis::Core::JsonRepresentation
1560
+ property :generate_omitted_as_internal, as: 'generateOmittedAsInternal'
1544
1561
  collection :methods_prop, as: 'methods'
1545
1562
  end
1546
1563
  end
@@ -1550,6 +1567,8 @@ module Google
1550
1567
  class Representation < Google::Apis::Core::JsonRepresentation
1551
1568
  collection :apis, as: 'apis', class: Google::Apis::ServicemanagementV1::Api, decorator: Google::Apis::ServicemanagementV1::Api::Representation
1552
1569
 
1570
+ collection :aspects, as: 'aspects', class: Google::Apis::ServicemanagementV1::Aspect, decorator: Google::Apis::ServicemanagementV1::Aspect::Representation
1571
+
1553
1572
  property :authentication, as: 'authentication', class: Google::Apis::ServicemanagementV1::Authentication, decorator: Google::Apis::ServicemanagementV1::Authentication::Representation
1554
1573
 
1555
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.63.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-08 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.63.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.23
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: []