google-apis-servicemanagement_v1 0.61.0 → 0.62.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 68bfe4adb2f7bb2e7e5dfebafcb3a143bcb7083ce120f39ee06a40e6581a2b3f
|
4
|
+
data.tar.gz: 76597e2244cd204c321b1ce8e35478b32f82215386f3bfadd130d3bdced329b6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 582e971ee25bcb4f0e2404499dcda0c7eefbd64edfbae88c959faf6acd5afc0257244021725611dc333569fbcde4366fde0fdb622e93cf17025dcedfd666a5c2
|
7
|
+
data.tar.gz: e8eeff2127220895860bfed060a1ff568beb68a9d5af461133029791771c8ac4f62531dcd20b143ae909b8cd42c99ed87e3f25147843560cadb58aada2990e24
|
data/CHANGELOG.md
CHANGED
@@ -1556,6 +1556,14 @@ module Google
|
|
1556
1556
|
class ExperimentalFeatures
|
1557
1557
|
include Google::Apis::Core::Hashable
|
1558
1558
|
|
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
|
+
|
1559
1567
|
# Enables generation of asynchronous REST clients if `rest` transport is enabled.
|
1560
1568
|
# By default, asynchronous REST clients will not be generated. This feature
|
1561
1569
|
# will be enabled by default 1 month after launching the feature in preview
|
@@ -1571,6 +1579,7 @@ module Google
|
|
1571
1579
|
|
1572
1580
|
# Update properties of this object
|
1573
1581
|
def update!(**args)
|
1582
|
+
@protobuf_pythonic_types_enabled = args[:protobuf_pythonic_types_enabled] if args.key?(:protobuf_pythonic_types_enabled)
|
1574
1583
|
@rest_async_io_enabled = args[:rest_async_io_enabled] if args.key?(:rest_async_io_enabled)
|
1575
1584
|
end
|
1576
1585
|
end
|
@@ -3707,11 +3716,11 @@ module Google
|
|
3707
3716
|
# @return [String]
|
3708
3717
|
attr_accessor :name
|
3709
3718
|
|
3710
|
-
# Specify the unit of the quota limit. It uses the same syntax as
|
3711
|
-
# The supported unit kinds are determined by the quota
|
3712
|
-
# some examples: * "1/min/`project`" for quota per
|
3713
|
-
# order of unit components is insignificant. The "
|
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.
|
3715
3724
|
# Corresponds to the JSON property `unit`
|
3716
3725
|
# @return [String]
|
3717
3726
|
attr_accessor :unit
|
@@ -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.
|
19
|
+
GEM_VERSION = "0.62.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.15.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20241106"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -1026,6 +1026,7 @@ module Google
|
|
1026
1026
|
class ExperimentalFeatures
|
1027
1027
|
# @private
|
1028
1028
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1029
|
+
property :protobuf_pythonic_types_enabled, as: 'protobufPythonicTypesEnabled'
|
1029
1030
|
property :rest_async_io_enabled, as: 'restAsyncIoEnabled'
|
1030
1031
|
end
|
1031
1032
|
end
|
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.
|
4
|
+
version: 0.62.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: 2024-
|
11
|
+
date: 2024-12-04 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.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-servicemanagement_v1/v0.62.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: []
|
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
75
75
|
- !ruby/object:Gem::Version
|
76
76
|
version: '0'
|
77
77
|
requirements: []
|
78
|
-
rubygems_version: 3.5.
|
78
|
+
rubygems_version: 3.5.22
|
79
79
|
signing_key:
|
80
80
|
specification_version: 4
|
81
81
|
summary: Simple REST client for Service Management API V1
|