google-apis-serviceconsumermanagement_v1beta1 0.7.0 → 0.12.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
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a635835a144cb3bec30f32e612c48413d217f9a0491c992a056300d4156256d4
|
4
|
+
data.tar.gz: e614f3cea3434cb5d87379b2e93c361c8ca11d7c6b563e2fd1b52173f7a0cb53
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1a9b3f84a83d1fcfebc57aa0c58ae0e444c3a218a316ac58266a3c03a08c3d4a26b1c31e2ee34d51762b8aecf1a8dc1e7291f6937f78b3ba952c73182bb45f35
|
7
|
+
data.tar.gz: d3ff2a167785dbb76dd929d4badd83381ffe576126fc3cc1c02c7c01988ce0f01de8335ef390df7c4fb2654bc2c55cfa1a5a2801c9d9fa190f276ae77aa24e4a
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,25 @@
|
|
1
1
|
# Release history for google-apis-serviceconsumermanagement_v1beta1
|
2
2
|
|
3
|
+
### v0.12.0 (2021-06-29)
|
4
|
+
|
5
|
+
* Regenerated using generator version 0.4.0
|
6
|
+
|
7
|
+
### v0.11.0 (2021-06-24)
|
8
|
+
|
9
|
+
* Regenerated using generator version 0.3.0
|
10
|
+
|
11
|
+
### v0.10.0 (2021-05-27)
|
12
|
+
|
13
|
+
* Regenerated from discovery document revision 20210525
|
14
|
+
|
15
|
+
### v0.9.0 (2021-05-20)
|
16
|
+
|
17
|
+
* Unspecified changes
|
18
|
+
|
19
|
+
### v0.8.0 (2021-05-08)
|
20
|
+
|
21
|
+
* Regenerated from discovery document revision 20210501
|
22
|
+
|
3
23
|
### v0.7.0 (2021-03-30)
|
4
24
|
|
5
25
|
* Regenerated from discovery document revision 20210326
|
@@ -208,11 +208,13 @@ module Google
|
|
208
208
|
end
|
209
209
|
end
|
210
210
|
|
211
|
-
# `Authentication` defines the authentication configuration for
|
212
|
-
#
|
211
|
+
# `Authentication` defines the authentication configuration for API methods
|
212
|
+
# provided by an API service. Example: name: calendar.googleapis.com
|
213
213
|
# authentication: providers: - id: google_calendar_auth jwks_uri: https://www.
|
214
214
|
# googleapis.com/oauth2/v1/certs issuer: https://securetoken.google.com rules: -
|
215
|
-
# selector: "*" requirements: provider_id: google_calendar_auth
|
215
|
+
# selector: "*" requirements: provider_id: google_calendar_auth - selector:
|
216
|
+
# google.calendar.Delegate oauth: canonical_scopes: https://www.googleapis.com/
|
217
|
+
# auth/calendar.read
|
216
218
|
class Authentication
|
217
219
|
include Google::Apis::Core::Hashable
|
218
220
|
|
@@ -351,12 +353,6 @@ module Google
|
|
351
353
|
# @return [String]
|
352
354
|
attr_accessor :jwt_audience
|
353
355
|
|
354
|
-
# Minimum deadline in seconds needed for this method. Calls having deadline
|
355
|
-
# value lower than this will be rejected.
|
356
|
-
# Corresponds to the JSON property `minDeadline`
|
357
|
-
# @return [Float]
|
358
|
-
attr_accessor :min_deadline
|
359
|
-
|
360
356
|
# The number of seconds to wait for the completion of a long running operation.
|
361
357
|
# The default is no deadline.
|
362
358
|
# Corresponds to the JSON property `operationDeadline`
|
@@ -397,7 +393,6 @@ module Google
|
|
397
393
|
@deadline = args[:deadline] if args.key?(:deadline)
|
398
394
|
@disable_auth = args[:disable_auth] if args.key?(:disable_auth)
|
399
395
|
@jwt_audience = args[:jwt_audience] if args.key?(:jwt_audience)
|
400
|
-
@min_deadline = args[:min_deadline] if args.key?(:min_deadline)
|
401
396
|
@operation_deadline = args[:operation_deadline] if args.key?(:operation_deadline)
|
402
397
|
@path_translation = args[:path_translation] if args.key?(:path_translation)
|
403
398
|
@protocol = args[:protocol] if args.key?(:protocol)
|
@@ -787,26 +782,21 @@ module Google
|
|
787
782
|
end
|
788
783
|
end
|
789
784
|
|
790
|
-
# `Endpoint` describes a network
|
791
|
-
# It is commonly known as a service endpoint. A service may expose any number
|
792
|
-
#
|
793
|
-
#
|
794
|
-
#
|
795
|
-
#
|
796
|
-
#
|
797
|
-
#
|
798
|
-
#
|
799
|
-
#
|
785
|
+
# `Endpoint` describes a network address of a service that serves a set of APIs.
|
786
|
+
# It is commonly known as a service endpoint. A service may expose any number of
|
787
|
+
# service endpoints, and all service endpoints share the same service definition,
|
788
|
+
# such as quota limits and monitoring metrics. Example: type: google.api.
|
789
|
+
# Service name: library-example.googleapis.com endpoints: # Declares network
|
790
|
+
# address `https://library-example.googleapis.com` # for service `library-
|
791
|
+
# example.googleapis.com`. The `https` scheme # is implicit for all service
|
792
|
+
# endpoints. Other schemes may be # supported in the future. - name: library-
|
793
|
+
# example.googleapis.com allow_cors: false - name: content-staging-library-
|
794
|
+
# example.googleapis.com # Allows HTTP OPTIONS calls to be passed to the API
|
795
|
+
# frontend, for it # to decide whether the subsequent cross-origin request is
|
796
|
+
# allowed # to proceed. allow_cors: true
|
800
797
|
class Endpoint
|
801
798
|
include Google::Apis::Core::Hashable
|
802
799
|
|
803
|
-
# DEPRECATED: This field is no longer supported. Instead of using aliases,
|
804
|
-
# please specify multiple google.api.Endpoint for each of the intended aliases.
|
805
|
-
# Additional names that this endpoint will be hosted on.
|
806
|
-
# Corresponds to the JSON property `aliases`
|
807
|
-
# @return [Array<String>]
|
808
|
-
attr_accessor :aliases
|
809
|
-
|
810
800
|
# Allowing [CORS](https://en.wikipedia.org/wiki/Cross-origin_resource_sharing),
|
811
801
|
# aka cross-domain traffic, would allow the backends served from this endpoint
|
812
802
|
# to receive and respond to HTTP OPTIONS requests. The response will be used by
|
@@ -836,7 +826,6 @@ module Google
|
|
836
826
|
|
837
827
|
# Update properties of this object
|
838
828
|
def update!(**args)
|
839
|
-
@aliases = args[:aliases] if args.key?(:aliases)
|
840
829
|
@allow_cors = args[:allow_cors] if args.key?(:allow_cors)
|
841
830
|
@name = args[:name] if args.key?(:name)
|
842
831
|
@target = args[:target] if args.key?(:target)
|
@@ -2205,13 +2194,16 @@ module Google
|
|
2205
2194
|
end
|
2206
2195
|
end
|
2207
2196
|
|
2208
|
-
# `Service` is the root object of Google service configuration
|
2209
|
-
# describes basic information about a service, such as
|
2210
|
-
# and delegates other aspects to sub-
|
2211
|
-
#
|
2212
|
-
#
|
2213
|
-
# google.api.Service name:
|
2214
|
-
#
|
2197
|
+
# `Service` is the root object of Google API service configuration (service
|
2198
|
+
# config). It describes the basic information about a logical service, such as
|
2199
|
+
# the service name and the user-facing title, and delegates other aspects to sub-
|
2200
|
+
# sections. Each sub-section is either a proto message or a repeated proto
|
2201
|
+
# message that configures a specific aspect, such as auth. For more information,
|
2202
|
+
# see each proto message definition. Example: type: google.api.Service name:
|
2203
|
+
# calendar.googleapis.com title: Google Calendar API apis: - name: google.
|
2204
|
+
# calendar.v3.Calendar visibility: rules: - selector: "google.calendar.v3.*"
|
2205
|
+
# restriction: PREVIEW backend: rules: - selector: "google.calendar.v3.*"
|
2206
|
+
# address: calendar.example.com authentication: providers: - id:
|
2215
2207
|
# google_calendar_auth jwks_uri: https://www.googleapis.com/oauth2/v1/certs
|
2216
2208
|
# issuer: https://securetoken.google.com rules: - selector: "*" requirements:
|
2217
2209
|
# provider_id: google_calendar_auth
|
@@ -2227,11 +2219,13 @@ module Google
|
|
2227
2219
|
# @return [Array<Google::Apis::ServiceconsumermanagementV1beta1::Api>]
|
2228
2220
|
attr_accessor :apis
|
2229
2221
|
|
2230
|
-
# `Authentication` defines the authentication configuration for
|
2231
|
-
#
|
2222
|
+
# `Authentication` defines the authentication configuration for API methods
|
2223
|
+
# provided by an API service. Example: name: calendar.googleapis.com
|
2232
2224
|
# authentication: providers: - id: google_calendar_auth jwks_uri: https://www.
|
2233
2225
|
# googleapis.com/oauth2/v1/certs issuer: https://securetoken.google.com rules: -
|
2234
|
-
# selector: "*" requirements: provider_id: google_calendar_auth
|
2226
|
+
# selector: "*" requirements: provider_id: google_calendar_auth - selector:
|
2227
|
+
# google.calendar.Delegate oauth: canonical_scopes: https://www.googleapis.com/
|
2228
|
+
# auth/calendar.read
|
2235
2229
|
# Corresponds to the JSON property `authentication`
|
2236
2230
|
# @return [Google::Apis::ServiceconsumermanagementV1beta1::Authentication]
|
2237
2231
|
attr_accessor :authentication
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module ServiceconsumermanagementV1beta1
|
18
18
|
# Version of the google-apis-serviceconsumermanagement_v1beta1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.12.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.4.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20210525"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -571,7 +571,6 @@ module Google
|
|
571
571
|
property :deadline, as: 'deadline'
|
572
572
|
property :disable_auth, as: 'disableAuth'
|
573
573
|
property :jwt_audience, as: 'jwtAudience'
|
574
|
-
property :min_deadline, as: 'minDeadline'
|
575
574
|
property :operation_deadline, as: 'operationDeadline'
|
576
575
|
property :path_translation, as: 'pathTranslation'
|
577
576
|
property :protocol, as: 'protocol'
|
@@ -678,7 +677,6 @@ module Google
|
|
678
677
|
class Endpoint
|
679
678
|
# @private
|
680
679
|
class Representation < Google::Apis::Core::JsonRepresentation
|
681
|
-
collection :aliases, as: 'aliases'
|
682
680
|
property :allow_cors, as: 'allowCors'
|
683
681
|
property :name, as: 'name'
|
684
682
|
property :target, as: 'target'
|
metadata
CHANGED
@@ -1,29 +1,35 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-serviceconsumermanagement_v1beta1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.12.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: 2021-
|
11
|
+
date: 2021-07-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
16
16
|
requirements:
|
17
|
-
- - "
|
17
|
+
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: '0.
|
19
|
+
version: '0.4'
|
20
|
+
- - "<"
|
21
|
+
- !ruby/object:Gem::Version
|
22
|
+
version: 2.a
|
20
23
|
type: :runtime
|
21
24
|
prerelease: false
|
22
25
|
version_requirements: !ruby/object:Gem::Requirement
|
23
26
|
requirements:
|
24
|
-
- - "
|
27
|
+
- - ">="
|
28
|
+
- !ruby/object:Gem::Version
|
29
|
+
version: '0.4'
|
30
|
+
- - "<"
|
25
31
|
- !ruby/object:Gem::Version
|
26
|
-
version:
|
32
|
+
version: 2.a
|
27
33
|
description: This is the simple REST client for Service Consumer Management API V1beta1.
|
28
34
|
Simple REST clients are Ruby client libraries that provide access to Google services
|
29
35
|
via their HTTP REST API endpoints. These libraries are generated and updated automatically
|
@@ -52,7 +58,7 @@ licenses:
|
|
52
58
|
metadata:
|
53
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
54
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-serviceconsumermanagement_v1beta1/CHANGELOG.md
|
55
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-serviceconsumermanagement_v1beta1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-serviceconsumermanagement_v1beta1/v0.12.0
|
56
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-serviceconsumermanagement_v1beta1
|
57
63
|
post_install_message:
|
58
64
|
rdoc_options: []
|
@@ -69,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
69
75
|
- !ruby/object:Gem::Version
|
70
76
|
version: '0'
|
71
77
|
requirements: []
|
72
|
-
rubygems_version: 3.2.
|
78
|
+
rubygems_version: 3.2.17
|
73
79
|
signing_key:
|
74
80
|
specification_version: 4
|
75
81
|
summary: Simple REST client for Service Consumer Management API V1beta1
|