google-apis-serviceconsumermanagement_v1beta1 0.4.0 → 0.9.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 +21 -0
- data/lib/google/apis/serviceconsumermanagement_v1beta1.rb +1 -1
- data/lib/google/apis/serviceconsumermanagement_v1beta1/classes.rb +34 -32
- data/lib/google/apis/serviceconsumermanagement_v1beta1/gem_version.rb +3 -3
- data/lib/google/apis/serviceconsumermanagement_v1beta1/representations.rb +0 -1
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 87fdd746ca1b5d71318551f0fa20da814bb0ef99248b05c6ce0404a1821e47fd
|
4
|
+
data.tar.gz: '0791fc2a3552cc02a2378d7c545c32f390cb944fe7deb81bcc54bdb133d9e6c7'
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d3bb3cce48a237a83883a5801e2a2b9d70468f3b98d693c98b656ee5a8faeeb6f62cfa1777c719e85256af04a4fda2a5da3245f61673d480b7101e2b821d2d1e
|
7
|
+
data.tar.gz: 9a49f06a921a7594afcc17c17c74e5c4a7d0afc41ce89cb6c3ec86b3283fea133695235212ee17d63d6cae0a7d86cafbd2191648daac8b44b3375ba30fa106b6
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,26 @@
|
|
1
1
|
# Release history for google-apis-serviceconsumermanagement_v1beta1
|
2
2
|
|
3
|
+
### v0.9.0 (2021-05-20)
|
4
|
+
|
5
|
+
* Unspecified changes
|
6
|
+
|
7
|
+
### v0.8.0 (2021-05-08)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20210501
|
10
|
+
|
11
|
+
### v0.7.0 (2021-03-30)
|
12
|
+
|
13
|
+
* Regenerated from discovery document revision 20210326
|
14
|
+
|
15
|
+
### v0.6.0 (2021-03-23)
|
16
|
+
|
17
|
+
* Regenerated from discovery document revision 20210319
|
18
|
+
* Regenerated using generator version 0.2.0
|
19
|
+
|
20
|
+
### v0.5.0 (2021-03-04)
|
21
|
+
|
22
|
+
* Unspecified changes
|
23
|
+
|
3
24
|
### v0.4.0 (2021-02-19)
|
4
25
|
|
5
26
|
* Regenerated from discovery document revision 20210217
|
@@ -29,7 +29,7 @@ module Google
|
|
29
29
|
# This is NOT the gem version.
|
30
30
|
VERSION = 'V1beta1'
|
31
31
|
|
32
|
-
#
|
32
|
+
# See, edit, configure, and delete your Google Cloud Platform data
|
33
33
|
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
|
34
34
|
end
|
35
35
|
end
|
@@ -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
|
|
@@ -787,26 +789,21 @@ module Google
|
|
787
789
|
end
|
788
790
|
end
|
789
791
|
|
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
|
-
#
|
792
|
+
# `Endpoint` describes a network address of a service that serves a set of APIs.
|
793
|
+
# It is commonly known as a service endpoint. A service may expose any number of
|
794
|
+
# service endpoints, and all service endpoints share the same service definition,
|
795
|
+
# such as quota limits and monitoring metrics. Example: type: google.api.
|
796
|
+
# Service name: library-example.googleapis.com endpoints: # Declares network
|
797
|
+
# address `https://library-example.googleapis.com` # for service `library-
|
798
|
+
# example.googleapis.com`. The `https` scheme # is implicit for all service
|
799
|
+
# endpoints. Other schemes may be # supported in the future. - name: library-
|
800
|
+
# example.googleapis.com allow_cors: false - name: content-staging-library-
|
801
|
+
# example.googleapis.com # Allows HTTP OPTIONS calls to be passed to the API
|
802
|
+
# frontend, for it # to decide whether the subsequent cross-origin request is
|
803
|
+
# allowed # to proceed. allow_cors: true
|
800
804
|
class Endpoint
|
801
805
|
include Google::Apis::Core::Hashable
|
802
806
|
|
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
807
|
# Allowing [CORS](https://en.wikipedia.org/wiki/Cross-origin_resource_sharing),
|
811
808
|
# aka cross-domain traffic, would allow the backends served from this endpoint
|
812
809
|
# to receive and respond to HTTP OPTIONS requests. The response will be used by
|
@@ -836,7 +833,6 @@ module Google
|
|
836
833
|
|
837
834
|
# Update properties of this object
|
838
835
|
def update!(**args)
|
839
|
-
@aliases = args[:aliases] if args.key?(:aliases)
|
840
836
|
@allow_cors = args[:allow_cors] if args.key?(:allow_cors)
|
841
837
|
@name = args[:name] if args.key?(:name)
|
842
838
|
@target = args[:target] if args.key?(:target)
|
@@ -2205,13 +2201,16 @@ module Google
|
|
2205
2201
|
end
|
2206
2202
|
end
|
2207
2203
|
|
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
|
-
#
|
2204
|
+
# `Service` is the root object of Google API service configuration (service
|
2205
|
+
# config). It describes the basic information about a logical service, such as
|
2206
|
+
# the service name and the user-facing title, and delegates other aspects to sub-
|
2207
|
+
# sections. Each sub-section is either a proto message or a repeated proto
|
2208
|
+
# message that configures a specific aspect, such as auth. For more information,
|
2209
|
+
# see each proto message definition. Example: type: google.api.Service name:
|
2210
|
+
# calendar.googleapis.com title: Google Calendar API apis: - name: google.
|
2211
|
+
# calendar.v3.Calendar visibility: rules: - selector: "google.calendar.v3.*"
|
2212
|
+
# restriction: PREVIEW backend: rules: - selector: "google.calendar.v3.*"
|
2213
|
+
# address: calendar.example.com authentication: providers: - id:
|
2215
2214
|
# google_calendar_auth jwks_uri: https://www.googleapis.com/oauth2/v1/certs
|
2216
2215
|
# issuer: https://securetoken.google.com rules: - selector: "*" requirements:
|
2217
2216
|
# provider_id: google_calendar_auth
|
@@ -2227,11 +2226,13 @@ module Google
|
|
2227
2226
|
# @return [Array<Google::Apis::ServiceconsumermanagementV1beta1::Api>]
|
2228
2227
|
attr_accessor :apis
|
2229
2228
|
|
2230
|
-
# `Authentication` defines the authentication configuration for
|
2231
|
-
#
|
2229
|
+
# `Authentication` defines the authentication configuration for API methods
|
2230
|
+
# provided by an API service. Example: name: calendar.googleapis.com
|
2232
2231
|
# authentication: providers: - id: google_calendar_auth jwks_uri: https://www.
|
2233
2232
|
# googleapis.com/oauth2/v1/certs issuer: https://securetoken.google.com rules: -
|
2234
|
-
# selector: "*" requirements: provider_id: google_calendar_auth
|
2233
|
+
# selector: "*" requirements: provider_id: google_calendar_auth - selector:
|
2234
|
+
# google.calendar.Delegate oauth: canonical_scopes: https://www.googleapis.com/
|
2235
|
+
# auth/calendar.read
|
2235
2236
|
# Corresponds to the JSON property `authentication`
|
2236
2237
|
# @return [Google::Apis::ServiceconsumermanagementV1beta1::Authentication]
|
2237
2238
|
attr_accessor :authentication
|
@@ -2260,7 +2261,8 @@ module Google
|
|
2260
2261
|
# @return [Google::Apis::ServiceconsumermanagementV1beta1::Billing]
|
2261
2262
|
attr_accessor :billing
|
2262
2263
|
|
2263
|
-
#
|
2264
|
+
# Obsolete. Do not use. This field has no semantic meaning. The service config
|
2265
|
+
# compiler always sets this field to `3`.
|
2264
2266
|
# Corresponds to the JSON property `configVersion`
|
2265
2267
|
# @return [Fixnum]
|
2266
2268
|
attr_accessor :config_version
|
@@ -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.9.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.2.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20210501"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -678,7 +678,6 @@ module Google
|
|
678
678
|
class Endpoint
|
679
679
|
# @private
|
680
680
|
class Representation < Google::Apis::Core::JsonRepresentation
|
681
|
-
collection :aliases, as: 'aliases'
|
682
681
|
property :allow_cors, as: 'allowCors'
|
683
682
|
property :name, as: 'name'
|
684
683
|
property :target, as: 'target'
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
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.9.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-05-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -52,7 +52,7 @@ licenses:
|
|
52
52
|
metadata:
|
53
53
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
54
54
|
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.
|
55
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-serviceconsumermanagement_v1beta1/v0.9.0
|
56
56
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-serviceconsumermanagement_v1beta1
|
57
57
|
post_install_message:
|
58
58
|
rdoc_options: []
|
@@ -62,14 +62,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
62
62
|
requirements:
|
63
63
|
- - ">="
|
64
64
|
- !ruby/object:Gem::Version
|
65
|
-
version: '2.
|
65
|
+
version: '2.5'
|
66
66
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
67
67
|
requirements:
|
68
68
|
- - ">="
|
69
69
|
- !ruby/object:Gem::Version
|
70
70
|
version: '0'
|
71
71
|
requirements: []
|
72
|
-
rubygems_version: 3.2.
|
72
|
+
rubygems_version: 3.2.17
|
73
73
|
signing_key:
|
74
74
|
specification_version: 4
|
75
75
|
summary: Simple REST client for Service Consumer Management API V1beta1
|