google-apis-serviceconsumermanagement_v1 0.53.0 → 0.55.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 +8 -0
- data/lib/google/apis/serviceconsumermanagement_v1/classes.rb +29 -5
- data/lib/google/apis/serviceconsumermanagement_v1/gem_version.rb +2 -2
- data/lib/google/apis/serviceconsumermanagement_v1/representations.rb +3 -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: a02b0ad84f0de33059e1acdd293e70fd71b00a088935a963d56945548d5213d2
|
4
|
+
data.tar.gz: e9007dcb9e9d8de4d7b6a6a0d7d90687c3d8ccb979509518cda97dd9c85cdc05
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b182653451266344bea3566a862ea143163269b2c776a3f435928610ff5423e10853448eaa4a55068ba38bf4130f38d67c951ed1990b4253189ca7d673cd2b90
|
7
|
+
data.tar.gz: a00a9c9874c5cac9886c35dea9c0732e33004ed76db651039d608d35ba406e68b9d94043ed272c2d103cc8b6457efd41c3048c872a0ddb3e7f4bf832379b3ac5
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-serviceconsumermanagement_v1
|
2
2
|
|
3
|
+
### v0.55.0 (2024-12-22)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20241210
|
6
|
+
|
7
|
+
### v0.54.0 (2024-11-24)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20241115
|
10
|
+
|
3
11
|
### v0.53.0 (2024-10-06)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20240929
|
@@ -1001,6 +1001,12 @@ module Google
|
|
1001
1001
|
class Documentation
|
1002
1002
|
include Google::Apis::Core::Hashable
|
1003
1003
|
|
1004
|
+
# Optional information about the IAM configuration. This is typically used to
|
1005
|
+
# link to documentation about a product's IAM roles and permissions.
|
1006
|
+
# Corresponds to the JSON property `additionalIamInfo`
|
1007
|
+
# @return [String]
|
1008
|
+
attr_accessor :additional_iam_info
|
1009
|
+
|
1004
1010
|
# The URL to the root of documentation.
|
1005
1011
|
# Corresponds to the JSON property `documentationRootUrl`
|
1006
1012
|
# @return [String]
|
@@ -1053,6 +1059,7 @@ module Google
|
|
1053
1059
|
|
1054
1060
|
# Update properties of this object
|
1055
1061
|
def update!(**args)
|
1062
|
+
@additional_iam_info = args[:additional_iam_info] if args.key?(:additional_iam_info)
|
1056
1063
|
@documentation_root_url = args[:documentation_root_url] if args.key?(:documentation_root_url)
|
1057
1064
|
@overview = args[:overview] if args.key?(:overview)
|
1058
1065
|
@pages = args[:pages] if args.key?(:pages)
|
@@ -1330,6 +1337,14 @@ module Google
|
|
1330
1337
|
class ExperimentalFeatures
|
1331
1338
|
include Google::Apis::Core::Hashable
|
1332
1339
|
|
1340
|
+
# Enables generation of protobuf code using new types that are more Pythonic
|
1341
|
+
# which are included in `protobuf>=5.29.x`. This feature will be enabled by
|
1342
|
+
# default 1 month after launching the feature in preview packages.
|
1343
|
+
# Corresponds to the JSON property `protobufPythonicTypesEnabled`
|
1344
|
+
# @return [Boolean]
|
1345
|
+
attr_accessor :protobuf_pythonic_types_enabled
|
1346
|
+
alias_method :protobuf_pythonic_types_enabled?, :protobuf_pythonic_types_enabled
|
1347
|
+
|
1333
1348
|
# Enables generation of asynchronous REST clients if `rest` transport is enabled.
|
1334
1349
|
# By default, asynchronous REST clients will not be generated. This feature
|
1335
1350
|
# will be enabled by default 1 month after launching the feature in preview
|
@@ -1345,6 +1360,7 @@ module Google
|
|
1345
1360
|
|
1346
1361
|
# Update properties of this object
|
1347
1362
|
def update!(**args)
|
1363
|
+
@protobuf_pythonic_types_enabled = args[:protobuf_pythonic_types_enabled] if args.key?(:protobuf_pythonic_types_enabled)
|
1348
1364
|
@rest_async_io_enabled = args[:rest_async_io_enabled] if args.key?(:rest_async_io_enabled)
|
1349
1365
|
end
|
1350
1366
|
end
|
@@ -1478,6 +1494,13 @@ module Google
|
|
1478
1494
|
# @return [Google::Apis::ServiceconsumermanagementV1::CommonLanguageSettings]
|
1479
1495
|
attr_accessor :common
|
1480
1496
|
|
1497
|
+
# Map of service names to renamed services. Keys are the package relative
|
1498
|
+
# service names and values are the name to be used for the service client and
|
1499
|
+
# call options. publishing: go_settings: renamed_services: Publisher: TopicAdmin
|
1500
|
+
# Corresponds to the JSON property `renamedServices`
|
1501
|
+
# @return [Hash<String,String>]
|
1502
|
+
attr_accessor :renamed_services
|
1503
|
+
|
1481
1504
|
def initialize(**args)
|
1482
1505
|
update!(**args)
|
1483
1506
|
end
|
@@ -1485,6 +1508,7 @@ module Google
|
|
1485
1508
|
# Update properties of this object
|
1486
1509
|
def update!(**args)
|
1487
1510
|
@common = args[:common] if args.key?(:common)
|
1511
|
+
@renamed_services = args[:renamed_services] if args.key?(:renamed_services)
|
1488
1512
|
end
|
1489
1513
|
end
|
1490
1514
|
|
@@ -3068,11 +3092,11 @@ module Google
|
|
3068
3092
|
# @return [String]
|
3069
3093
|
attr_accessor :name
|
3070
3094
|
|
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.
|
3095
|
+
# Specify the unit of the quota limit. It uses the same syntax as
|
3096
|
+
# MetricDescriptor.unit. The supported unit kinds are determined by the quota
|
3097
|
+
# backend system. Here are some examples: * "1/min/`project`" for quota per
|
3098
|
+
# minute per project. Note: the order of unit components is insignificant. The "
|
3099
|
+
# 1" at the beginning is required to follow the metric unit syntax.
|
3076
3100
|
# Corresponds to the JSON property `unit`
|
3077
3101
|
# @return [String]
|
3078
3102
|
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.55.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 = "20241210"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -918,6 +918,7 @@ module Google
|
|
918
918
|
class Documentation
|
919
919
|
# @private
|
920
920
|
class Representation < Google::Apis::Core::JsonRepresentation
|
921
|
+
property :additional_iam_info, as: 'additionalIamInfo'
|
921
922
|
property :documentation_root_url, as: 'documentationRootUrl'
|
922
923
|
property :overview, as: 'overview'
|
923
924
|
collection :pages, as: 'pages', class: Google::Apis::ServiceconsumermanagementV1::Page, decorator: Google::Apis::ServiceconsumermanagementV1::Page::Representation
|
@@ -998,6 +999,7 @@ module Google
|
|
998
999
|
class ExperimentalFeatures
|
999
1000
|
# @private
|
1000
1001
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1002
|
+
property :protobuf_pythonic_types_enabled, as: 'protobufPythonicTypesEnabled'
|
1001
1003
|
property :rest_async_io_enabled, as: 'restAsyncIoEnabled'
|
1002
1004
|
end
|
1003
1005
|
end
|
@@ -1033,6 +1035,7 @@ module Google
|
|
1033
1035
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1034
1036
|
property :common, as: 'common', class: Google::Apis::ServiceconsumermanagementV1::CommonLanguageSettings, decorator: Google::Apis::ServiceconsumermanagementV1::CommonLanguageSettings::Representation
|
1035
1037
|
|
1038
|
+
hash :renamed_services, as: 'renamedServices'
|
1036
1039
|
end
|
1037
1040
|
end
|
1038
1041
|
|
@@ -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.55.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:
|
11
|
+
date: 2025-01-05 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.55.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.23
|
79
79
|
signing_key:
|
80
80
|
specification_version: 4
|
81
81
|
summary: Simple REST client for Service Consumer Management API V1
|