google-apis-serviceconsumermanagement_v1 0.48.0 → 0.50.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: 5b0cc40930e38298ffbeaf5c47ab1d3acdf0179251b147a464e93a4bcd99fbfb
|
4
|
+
data.tar.gz: 86de31ca497fddfc0ce303124d47e5ba65fa10b7c4697b13415dd22e839e379b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 821ef08f976cd9a84332a0a63250ba5da55cddb2007b3cf8c9cbbf866c5177e2b41e6fe0bdcab7592b821d6fb8f7d369cab734ae2397671b94101d72ca84443b
|
7
|
+
data.tar.gz: 0626c076a10488f6c55d7d89e613a36678b4b6db8e7a73ba952e553717a8a73b423591ed0bcc77fb068093e1f63d457062aa2fb197b07b2db03d563bb1159103
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,14 @@
|
|
1
1
|
# Release history for google-apis-serviceconsumermanagement_v1
|
2
2
|
|
3
|
+
### v0.50.0 (2024-09-15)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20240905
|
6
|
+
* Regenerated using generator version 0.15.1
|
7
|
+
|
8
|
+
### v0.49.0 (2024-07-25)
|
9
|
+
|
10
|
+
* Regenerated from discovery document revision 20240712
|
11
|
+
|
3
12
|
### v0.48.0 (2024-06-09)
|
4
13
|
|
5
14
|
* Regenerated from discovery document revision 20240602
|
@@ -760,12 +760,14 @@ module Google
|
|
760
760
|
# @return [Array<String>]
|
761
761
|
attr_accessor :allowed_response_extensions
|
762
762
|
|
763
|
-
# A list of full type names of provided contexts.
|
763
|
+
# A list of full type names of provided contexts. It is used to support
|
764
|
+
# propagating HTTP headers and ETags from the response extension.
|
764
765
|
# Corresponds to the JSON property `provided`
|
765
766
|
# @return [Array<String>]
|
766
767
|
attr_accessor :provided
|
767
768
|
|
768
|
-
# A list of full type names of requested contexts
|
769
|
+
# A list of full type names of requested contexts, only the requested context
|
770
|
+
# will be made available to the backend.
|
769
771
|
# Corresponds to the JSON property `requested`
|
770
772
|
# @return [Array<String>]
|
771
773
|
attr_accessor :requested
|
@@ -1316,6 +1318,30 @@ module Google
|
|
1316
1318
|
end
|
1317
1319
|
end
|
1318
1320
|
|
1321
|
+
# Experimental features to be included during client library generation. These
|
1322
|
+
# fields will be deprecated once the feature graduates and is enabled by default.
|
1323
|
+
class ExperimentalFeatures
|
1324
|
+
include Google::Apis::Core::Hashable
|
1325
|
+
|
1326
|
+
# Enables generation of asynchronous REST clients if `rest` transport is enabled.
|
1327
|
+
# By default, asynchronous REST clients will not be generated. This feature
|
1328
|
+
# will be enabled by default 1 month after launching the feature in preview
|
1329
|
+
# packages.
|
1330
|
+
# Corresponds to the JSON property `restAsyncIoEnabled`
|
1331
|
+
# @return [Boolean]
|
1332
|
+
attr_accessor :rest_async_io_enabled
|
1333
|
+
alias_method :rest_async_io_enabled?, :rest_async_io_enabled
|
1334
|
+
|
1335
|
+
def initialize(**args)
|
1336
|
+
update!(**args)
|
1337
|
+
end
|
1338
|
+
|
1339
|
+
# Update properties of this object
|
1340
|
+
def update!(**args)
|
1341
|
+
@rest_async_io_enabled = args[:rest_async_io_enabled] if args.key?(:rest_async_io_enabled)
|
1342
|
+
end
|
1343
|
+
end
|
1344
|
+
|
1319
1345
|
# A single field of a message type.
|
1320
1346
|
class Field
|
1321
1347
|
include Google::Apis::Core::Hashable
|
@@ -1594,27 +1620,27 @@ module Google
|
|
1594
1620
|
# effect as the proto annotation. This can be particularly useful if you have a
|
1595
1621
|
# proto that is reused in multiple services. Note that any transcoding specified
|
1596
1622
|
# in the service config will override any matching transcoding configuration in
|
1597
|
-
# the proto.
|
1598
|
-
# http: rules: - selector: example.v1.Messaging.GetMessage get:
|
1599
|
-
# message_id`/`sub.subfield` Special notes When gRPC Transcoding
|
1600
|
-
# a gRPC to JSON REST endpoints, the proto to JSON conversion
|
1601
|
-
# proto3 specification](https://developers.google.com/protocol-
|
1602
|
-
# proto3#json). While the single segment variable follows the
|
1603
|
-
# 6570](https://tools.ietf.org/html/rfc6570) Section 3.2.2
|
1604
|
-
# Expansion, the multi segment variable **does not** follow RFC
|
1605
|
-
# 3 Reserved Expansion. The reason is that the Reserved
|
1606
|
-
# expand special characters like `?` and `#`, which would
|
1607
|
-
# As the result, gRPC Transcoding uses a custom encoding
|
1608
|
-
# variables. The path variables **must not** refer to any
|
1609
|
-
# field, because client libraries are not capable of handling
|
1610
|
-
# expansion. The path variables **must not** capture the leading "/
|
1611
|
-
# The reason is that the most common use case "`var`" does not
|
1612
|
-
# leading "/" character. For consistency, all path variables must
|
1613
|
-
# behavior. Repeated message fields must not be mapped to URL
|
1614
|
-
# because no client library can support such complicated
|
1615
|
-
# needs to use a JSON array for request or response body, it
|
1616
|
-
# or response body to a repeated field. However, some gRPC
|
1617
|
-
# implementations may not support this feature.
|
1623
|
+
# the proto. The following example selects a gRPC method and applies an `
|
1624
|
+
# HttpRule` to it: http: rules: - selector: example.v1.Messaging.GetMessage get:
|
1625
|
+
# /v1/messages/`message_id`/`sub.subfield` Special notes When gRPC Transcoding
|
1626
|
+
# is used to map a gRPC to JSON REST endpoints, the proto to JSON conversion
|
1627
|
+
# must follow the [proto3 specification](https://developers.google.com/protocol-
|
1628
|
+
# buffers/docs/proto3#json). While the single segment variable follows the
|
1629
|
+
# semantics of [RFC 6570](https://tools.ietf.org/html/rfc6570) Section 3.2.2
|
1630
|
+
# Simple String Expansion, the multi segment variable **does not** follow RFC
|
1631
|
+
# 6570 Section 3.2.3 Reserved Expansion. The reason is that the Reserved
|
1632
|
+
# Expansion does not expand special characters like `?` and `#`, which would
|
1633
|
+
# lead to invalid URLs. As the result, gRPC Transcoding uses a custom encoding
|
1634
|
+
# for multi segment variables. The path variables **must not** refer to any
|
1635
|
+
# repeated or mapped field, because client libraries are not capable of handling
|
1636
|
+
# such variable expansion. The path variables **must not** capture the leading "/
|
1637
|
+
# " character. The reason is that the most common use case "`var`" does not
|
1638
|
+
# capture the leading "/" character. For consistency, all path variables must
|
1639
|
+
# share the same behavior. Repeated message fields must not be mapped to URL
|
1640
|
+
# query parameters, because no client library can support such complicated
|
1641
|
+
# mapping. If an API needs to use a JSON array for request or response body, it
|
1642
|
+
# can map the request or response body to a repeated field. However, some gRPC
|
1643
|
+
# Transcoding implementations may not support this feature.
|
1618
1644
|
class HttpRule
|
1619
1645
|
include Google::Apis::Core::Hashable
|
1620
1646
|
|
@@ -2312,6 +2338,11 @@ module Google
|
|
2312
2338
|
# @return [String]
|
2313
2339
|
attr_accessor :sample_period
|
2314
2340
|
|
2341
|
+
# The scope of the timeseries data of the metric.
|
2342
|
+
# Corresponds to the JSON property `timeSeriesResourceHierarchyLevel`
|
2343
|
+
# @return [Array<String>]
|
2344
|
+
attr_accessor :time_series_resource_hierarchy_level
|
2345
|
+
|
2315
2346
|
def initialize(**args)
|
2316
2347
|
update!(**args)
|
2317
2348
|
end
|
@@ -2321,6 +2352,7 @@ module Google
|
|
2321
2352
|
@ingest_delay = args[:ingest_delay] if args.key?(:ingest_delay)
|
2322
2353
|
@launch_stage = args[:launch_stage] if args.key?(:launch_stage)
|
2323
2354
|
@sample_period = args[:sample_period] if args.key?(:sample_period)
|
2355
|
+
@time_series_resource_hierarchy_level = args[:time_series_resource_hierarchy_level] if args.key?(:time_series_resource_hierarchy_level)
|
2324
2356
|
end
|
2325
2357
|
end
|
2326
2358
|
|
@@ -2896,6 +2928,12 @@ module Google
|
|
2896
2928
|
# @return [Google::Apis::ServiceconsumermanagementV1::CommonLanguageSettings]
|
2897
2929
|
attr_accessor :common
|
2898
2930
|
|
2931
|
+
# Experimental features to be included during client library generation. These
|
2932
|
+
# fields will be deprecated once the feature graduates and is enabled by default.
|
2933
|
+
# Corresponds to the JSON property `experimentalFeatures`
|
2934
|
+
# @return [Google::Apis::ServiceconsumermanagementV1::ExperimentalFeatures]
|
2935
|
+
attr_accessor :experimental_features
|
2936
|
+
|
2899
2937
|
def initialize(**args)
|
2900
2938
|
update!(**args)
|
2901
2939
|
end
|
@@ -2903,6 +2941,7 @@ module Google
|
|
2903
2941
|
# Update properties of this object
|
2904
2942
|
def update!(**args)
|
2905
2943
|
@common = args[:common] if args.key?(:common)
|
2944
|
+
@experimental_features = args[:experimental_features] if args.key?(:experimental_features)
|
2906
2945
|
end
|
2907
2946
|
end
|
2908
2947
|
|
@@ -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.50.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.15.
|
22
|
+
GENERATOR_VERSION = "0.15.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20240905"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -214,6 +214,12 @@ module Google
|
|
214
214
|
include Google::Apis::Core::JsonObjectSupport
|
215
215
|
end
|
216
216
|
|
217
|
+
class ExperimentalFeatures
|
218
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
219
|
+
|
220
|
+
include Google::Apis::Core::JsonObjectSupport
|
221
|
+
end
|
222
|
+
|
217
223
|
class Field
|
218
224
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
219
225
|
|
@@ -981,6 +987,13 @@ module Google
|
|
981
987
|
end
|
982
988
|
end
|
983
989
|
|
990
|
+
class ExperimentalFeatures
|
991
|
+
# @private
|
992
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
993
|
+
property :rest_async_io_enabled, as: 'restAsyncIoEnabled'
|
994
|
+
end
|
995
|
+
end
|
996
|
+
|
984
997
|
class Field
|
985
998
|
# @private
|
986
999
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1186,6 +1199,7 @@ module Google
|
|
1186
1199
|
property :ingest_delay, as: 'ingestDelay'
|
1187
1200
|
property :launch_stage, as: 'launchStage'
|
1188
1201
|
property :sample_period, as: 'samplePeriod'
|
1202
|
+
collection :time_series_resource_hierarchy_level, as: 'timeSeriesResourceHierarchyLevel'
|
1189
1203
|
end
|
1190
1204
|
end
|
1191
1205
|
|
@@ -1321,6 +1335,8 @@ module Google
|
|
1321
1335
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1322
1336
|
property :common, as: 'common', class: Google::Apis::ServiceconsumermanagementV1::CommonLanguageSettings, decorator: Google::Apis::ServiceconsumermanagementV1::CommonLanguageSettings::Representation
|
1323
1337
|
|
1338
|
+
property :experimental_features, as: 'experimentalFeatures', class: Google::Apis::ServiceconsumermanagementV1::ExperimentalFeatures, decorator: Google::Apis::ServiceconsumermanagementV1::ExperimentalFeatures::Representation
|
1339
|
+
|
1324
1340
|
end
|
1325
1341
|
end
|
1326
1342
|
|
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.50.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-09-15 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.50.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: []
|