google-apis-serviceconsumermanagement_v1 0.53.0 → 0.54.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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/serviceconsumermanagement_v1/classes.rb +22 -5
- data/lib/google/apis/serviceconsumermanagement_v1/gem_version.rb +2 -2
- data/lib/google/apis/serviceconsumermanagement_v1/representations.rb +2 -0
- data/lib/google/apis/serviceconsumermanagement_v1/service.rb +2 -2
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a03e3c90b47e13d4e95dc2fe36020c43fb41254fd6ed85e1f58273ccbf58e5d2
|
4
|
+
data.tar.gz: 541304a6355de8804ce979c2ffbb6042591e82097f0cd98e6be0e6f6cfb9b765
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fed0665df1781e190fee31ea8e1a46402d92c76d8d38752093ad8468fcd50c100514bbf8494c5d465db51ce7d96f76ad405f23356fbafb94ee285a6c05a7073b
|
7
|
+
data.tar.gz: 3cb628c03bce846860e35144ee7b0947544f81eb6e2899dade7e66833204c7d5544d0b860f045f2e3010baba767f2472060e3742349b63d72a7f70260884ec34
|
data/CHANGELOG.md
CHANGED
@@ -1330,6 +1330,14 @@ module Google
|
|
1330
1330
|
class ExperimentalFeatures
|
1331
1331
|
include Google::Apis::Core::Hashable
|
1332
1332
|
|
1333
|
+
# Enables generation of protobuf code using new types that are more Pythonic
|
1334
|
+
# which are included in `protobuf>=5.29.x`. This feature will be enabled by
|
1335
|
+
# default 1 month after launching the feature in preview packages.
|
1336
|
+
# Corresponds to the JSON property `protobufPythonicTypesEnabled`
|
1337
|
+
# @return [Boolean]
|
1338
|
+
attr_accessor :protobuf_pythonic_types_enabled
|
1339
|
+
alias_method :protobuf_pythonic_types_enabled?, :protobuf_pythonic_types_enabled
|
1340
|
+
|
1333
1341
|
# Enables generation of asynchronous REST clients if `rest` transport is enabled.
|
1334
1342
|
# By default, asynchronous REST clients will not be generated. This feature
|
1335
1343
|
# will be enabled by default 1 month after launching the feature in preview
|
@@ -1345,6 +1353,7 @@ module Google
|
|
1345
1353
|
|
1346
1354
|
# Update properties of this object
|
1347
1355
|
def update!(**args)
|
1356
|
+
@protobuf_pythonic_types_enabled = args[:protobuf_pythonic_types_enabled] if args.key?(:protobuf_pythonic_types_enabled)
|
1348
1357
|
@rest_async_io_enabled = args[:rest_async_io_enabled] if args.key?(:rest_async_io_enabled)
|
1349
1358
|
end
|
1350
1359
|
end
|
@@ -1478,6 +1487,13 @@ module Google
|
|
1478
1487
|
# @return [Google::Apis::ServiceconsumermanagementV1::CommonLanguageSettings]
|
1479
1488
|
attr_accessor :common
|
1480
1489
|
|
1490
|
+
# Map of service names to renamed services. Keys are the package relative
|
1491
|
+
# service names and values are the name to be used for the service client and
|
1492
|
+
# call options. publishing: go_settings: renamed_services: Publisher: TopicAdmin
|
1493
|
+
# Corresponds to the JSON property `renamedServices`
|
1494
|
+
# @return [Hash<String,String>]
|
1495
|
+
attr_accessor :renamed_services
|
1496
|
+
|
1481
1497
|
def initialize(**args)
|
1482
1498
|
update!(**args)
|
1483
1499
|
end
|
@@ -1485,6 +1501,7 @@ module Google
|
|
1485
1501
|
# Update properties of this object
|
1486
1502
|
def update!(**args)
|
1487
1503
|
@common = args[:common] if args.key?(:common)
|
1504
|
+
@renamed_services = args[:renamed_services] if args.key?(:renamed_services)
|
1488
1505
|
end
|
1489
1506
|
end
|
1490
1507
|
|
@@ -3068,11 +3085,11 @@ module Google
|
|
3068
3085
|
# @return [String]
|
3069
3086
|
attr_accessor :name
|
3070
3087
|
|
3071
|
-
# Specify the unit of the quota limit. It uses the same syntax as
|
3072
|
-
# The supported unit kinds are determined by the quota
|
3073
|
-
# some examples: * "1/min/`project`" for quota per
|
3074
|
-
# order of unit components is insignificant. The "
|
3075
|
-
# required to follow the metric unit syntax.
|
3088
|
+
# Specify the unit of the quota limit. It uses the same syntax as
|
3089
|
+
# MetricDescriptor.unit. The supported unit kinds are determined by the quota
|
3090
|
+
# backend system. Here are some examples: * "1/min/`project`" for quota per
|
3091
|
+
# minute per project. Note: the order of unit components is insignificant. The "
|
3092
|
+
# 1" at the beginning is required to follow the metric unit syntax.
|
3076
3093
|
# Corresponds to the JSON property `unit`
|
3077
3094
|
# @return [String]
|
3078
3095
|
attr_accessor :unit
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module ServiceconsumermanagementV1
|
18
18
|
# Version of the google-apis-serviceconsumermanagement_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.54.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 = "20241115"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -998,6 +998,7 @@ module Google
|
|
998
998
|
class ExperimentalFeatures
|
999
999
|
# @private
|
1000
1000
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1001
|
+
property :protobuf_pythonic_types_enabled, as: 'protobufPythonicTypesEnabled'
|
1001
1002
|
property :rest_async_io_enabled, as: 'restAsyncIoEnabled'
|
1002
1003
|
end
|
1003
1004
|
end
|
@@ -1033,6 +1034,7 @@ module Google
|
|
1033
1034
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1034
1035
|
property :common, as: 'common', class: Google::Apis::ServiceconsumermanagementV1::CommonLanguageSettings, decorator: Google::Apis::ServiceconsumermanagementV1::CommonLanguageSettings::Representation
|
1035
1036
|
|
1037
|
+
hash :renamed_services, as: 'renamedServices'
|
1036
1038
|
end
|
1037
1039
|
end
|
1038
1040
|
|
@@ -57,8 +57,8 @@ module Google
|
|
57
57
|
# Clients can use Operations.GetOperation or other methods to check whether the
|
58
58
|
# cancellation succeeded or whether the operation completed despite cancellation.
|
59
59
|
# On successful cancellation, the operation is not deleted; instead, it becomes
|
60
|
-
# an operation with an Operation.error value with a google.rpc.Status.code of 1
|
61
|
-
# corresponding to `Code.CANCELLED`.
|
60
|
+
# an operation with an Operation.error value with a google.rpc.Status.code of `1`
|
61
|
+
# , corresponding to `Code.CANCELLED`.
|
62
62
|
# @param [String] name
|
63
63
|
# The name of the operation resource to be cancelled.
|
64
64
|
# @param [Google::Apis::ServiceconsumermanagementV1::CancelOperationRequest] cancel_operation_request_object
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-serviceconsumermanagement_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.54.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-serviceconsumermanagement_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-serviceconsumermanagement_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-serviceconsumermanagement_v1/v0.54.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-serviceconsumermanagement_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 Consumer Management API V1
|