Skip to content

Commit 2b7105a

Browse files
feat: Automated regeneration of servicemanagement v1 client (googleapis#20571)
Co-authored-by: Yoshi Automation Bot <[email protected]>
1 parent 9ce98db commit 2b7105a

File tree

5 files changed

+22
-7
lines changed

5 files changed

+22
-7
lines changed

api_names_out.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -305486,6 +305486,7 @@
305486305486
"/servicemanagement:v1/Experimental": experimental
305487305487
"/servicemanagement:v1/Experimental/authorization": authorization
305488305488
"/servicemanagement:v1/ExperimentalFeatures": experimental_features
305489+
"/servicemanagement:v1/ExperimentalFeatures/protobufPythonicTypesEnabled": protobuf_pythonic_types_enabled
305489305490
"/servicemanagement:v1/ExperimentalFeatures/restAsyncIoEnabled": rest_async_io_enabled
305490305491
"/servicemanagement:v1/Expr": expr
305491305492
"/servicemanagement:v1/Expr/description": description

generated/google-apis-servicemanagement_v1/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release history for google-apis-servicemanagement_v1
22

3+
### v0.62.0 (2024-11-17)
4+
5+
* Regenerated from discovery document revision 20241106
6+
37
### v0.61.0 (2024-10-06)
48

59
* Regenerated from discovery document revision 20240927

generated/google-apis-servicemanagement_v1/lib/google/apis/servicemanagement_v1/classes.rb

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1556,6 +1556,14 @@ def update!(**args)
15561556
class ExperimentalFeatures
15571557
include Google::Apis::Core::Hashable
15581558

1559+
# Enables generation of protobuf code using new types that are more Pythonic
1560+
# which are included in `protobuf>=5.29.x`. This feature will be enabled by
1561+
# default 1 month after launching the feature in preview packages.
1562+
# Corresponds to the JSON property `protobufPythonicTypesEnabled`
1563+
# @return [Boolean]
1564+
attr_accessor :protobuf_pythonic_types_enabled
1565+
alias_method :protobuf_pythonic_types_enabled?, :protobuf_pythonic_types_enabled
1566+
15591567
# Enables generation of asynchronous REST clients if `rest` transport is enabled.
15601568
# By default, asynchronous REST clients will not be generated. This feature
15611569
# will be enabled by default 1 month after launching the feature in preview
@@ -1571,6 +1579,7 @@ def initialize(**args)
15711579

15721580
# Update properties of this object
15731581
def update!(**args)
1582+
@protobuf_pythonic_types_enabled = args[:protobuf_pythonic_types_enabled] if args.key?(:protobuf_pythonic_types_enabled)
15741583
@rest_async_io_enabled = args[:rest_async_io_enabled] if args.key?(:rest_async_io_enabled)
15751584
end
15761585
end
@@ -3707,11 +3716,11 @@ class QuotaLimit
37073716
# @return [String]
37083717
attr_accessor :name
37093718

3710-
# Specify the unit of the quota limit. It uses the same syntax as Metric.unit.
3711-
# The supported unit kinds are determined by the quota backend system. Here are
3712-
# some examples: * "1/min/`project`" for quota per minute per project. Note: the
3713-
# order of unit components is insignificant. The "1" at the beginning is
3714-
# required to follow the metric unit syntax.
3719+
# Specify the unit of the quota limit. It uses the same syntax as
3720+
# MetricDescriptor.unit. The supported unit kinds are determined by the quota
3721+
# backend system. Here are some examples: * "1/min/`project`" for quota per
3722+
# minute per project. Note: the order of unit components is insignificant. The "
3723+
# 1" at the beginning is required to follow the metric unit syntax.
37153724
# Corresponds to the JSON property `unit`
37163725
# @return [String]
37173726
attr_accessor :unit

generated/google-apis-servicemanagement_v1/lib/google/apis/servicemanagement_v1/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module ServicemanagementV1
1818
# Version of the google-apis-servicemanagement_v1 gem
19-
GEM_VERSION = "0.61.0"
19+
GEM_VERSION = "0.62.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.15.1"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20240927"
25+
REVISION = "20241106"
2626
end
2727
end
2828
end

generated/google-apis-servicemanagement_v1/lib/google/apis/servicemanagement_v1/representations.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1026,6 +1026,7 @@ class Representation < Google::Apis::Core::JsonRepresentation
10261026
class ExperimentalFeatures
10271027
# @private
10281028
class Representation < Google::Apis::Core::JsonRepresentation
1029+
property :protobuf_pythonic_types_enabled, as: 'protobufPythonicTypesEnabled'
10291030
property :rest_async_io_enabled, as: 'restAsyncIoEnabled'
10301031
end
10311032
end

0 commit comments

Comments
 (0)