google-apis-serviceconsumermanagement_v1 0.38.0 → 0.40.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: f35a9ac665725b596aee0685e9faacf22ef159fbbb5ccb6376c3fe690c03aa15
|
4
|
+
data.tar.gz: 56b075458970781a55392fa6a5dd35b9ad37cd3d275554035d3e62c7e9e76f5d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c17697cd1ab97b6ec41e92b046fdfeee658c059aa0c1270617a3cb70f0769b81fb798a799393a74b57eca6fdf4466b75baf82e4623978f117c6eeb38c7c9d833
|
7
|
+
data.tar.gz: 54cfb9f839a347154cb1e353bb3c54832ff9ad40bf251692c10d7a45bd0392233ba0930a41b8f1874154dd81ad208b68e3a5e2c21f60d6bea308f062698714f0
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-serviceconsumermanagement_v1
|
2
2
|
|
3
|
+
### v0.40.0 (2023-12-03)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20231128
|
6
|
+
|
7
|
+
### v0.39.0 (2023-08-13)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20230806
|
10
|
+
|
3
11
|
### v0.38.0 (2023-07-23)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20230719
|
@@ -2108,6 +2108,15 @@ module Google
|
|
2108
2108
|
class MethodSettings
|
2109
2109
|
include Google::Apis::Core::Hashable
|
2110
2110
|
|
2111
|
+
# List of top-level fields of the request message, that should be automatically
|
2112
|
+
# populated by the client libraries based on their (google.api.field_info).
|
2113
|
+
# format. Currently supported format: UUID4. Example of a YAML configuration:
|
2114
|
+
# publishing: method_settings: - selector: google.example.v1.ExampleService.
|
2115
|
+
# CreateExample auto_populated_fields: - request_id
|
2116
|
+
# Corresponds to the JSON property `autoPopulatedFields`
|
2117
|
+
# @return [Array<String>]
|
2118
|
+
attr_accessor :auto_populated_fields
|
2119
|
+
|
2111
2120
|
# Describes settings to use when generating API methods that use the long-
|
2112
2121
|
# running operation pattern. All default values below are from those used in the
|
2113
2122
|
# client library generators (e.g. [Java](https://github.com/googleapis/gapic-
|
@@ -2129,6 +2138,7 @@ module Google
|
|
2129
2138
|
|
2130
2139
|
# Update properties of this object
|
2131
2140
|
def update!(**args)
|
2141
|
+
@auto_populated_fields = args[:auto_populated_fields] if args.key?(:auto_populated_fields)
|
2132
2142
|
@long_running = args[:long_running] if args.key?(:long_running)
|
2133
2143
|
@selector = args[:selector] if args.key?(:selector)
|
2134
2144
|
end
|
@@ -2639,13 +2649,13 @@ module Google
|
|
2639
2649
|
# @return [String]
|
2640
2650
|
attr_accessor :name
|
2641
2651
|
|
2642
|
-
# The normal response of the operation
|
2643
|
-
#
|
2644
|
-
#
|
2645
|
-
#
|
2646
|
-
#
|
2647
|
-
#
|
2648
|
-
#
|
2652
|
+
# The normal, successful response of the operation. If the original method
|
2653
|
+
# returns no data on success, such as `Delete`, the response is `google.protobuf.
|
2654
|
+
# Empty`. If the original method is standard `Get`/`Create`/`Update`, the
|
2655
|
+
# response should be the resource. For other methods, the response should have
|
2656
|
+
# the type `XxxResponse`, where `Xxx` is the original method name. For example,
|
2657
|
+
# if the original method name is `TakeSnapshot()`, the inferred response type is
|
2658
|
+
# `TakeSnapshotResponse`.
|
2649
2659
|
# Corresponds to the JSON property `response`
|
2650
2660
|
# @return [Hash<String,Object>]
|
2651
2661
|
attr_accessor :response
|
@@ -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.40.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.12.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20231128"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -1154,6 +1154,7 @@ module Google
|
|
1154
1154
|
class MethodSettings
|
1155
1155
|
# @private
|
1156
1156
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1157
|
+
collection :auto_populated_fields, as: 'autoPopulatedFields'
|
1157
1158
|
property :long_running, as: 'longRunning', class: Google::Apis::ServiceconsumermanagementV1::LongRunning, decorator: Google::Apis::ServiceconsumermanagementV1::LongRunning::Representation
|
1158
1159
|
|
1159
1160
|
property :selector, as: 'selector'
|
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.40.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: 2023-
|
11
|
+
date: 2023-12-03 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.40.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.4.
|
78
|
+
rubygems_version: 3.4.19
|
79
79
|
signing_key:
|
80
80
|
specification_version: 4
|
81
81
|
summary: Simple REST client for Service Consumer Management API V1
|