google-apis-serviceconsumermanagement_v1beta1 0.5.0 → 0.10.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: 130b4bce46bc55691d3dbfd5c861dd510dca1858b436f3bedd5acb263680c42e
4
- data.tar.gz: c341fd5b0af4d81bf61a32aa8ee927be1bb47034bb24682628532c3503dcff0f
3
+ metadata.gz: 2ac2cc68ddb19a8db25fd05916e9b85bd5e96144bb1b5a7a843acc4447f15364
4
+ data.tar.gz: a892dca7dcf2c27bde7f0a46467d2ae41c7ed718af4f9d47336aec8bc88ea783
5
5
  SHA512:
6
- metadata.gz: 15c5f2dbc3770e5bcaf1dc4654c77b3005082d454821e5b240edf97a16d7ae4ad7fcd9b2f74642b367fd43428ae1c042f0590a4ba6fd27291fbd4409c930e63e
7
- data.tar.gz: a92c34c54aa3846b60da6f443bf925edb0fbb0719dd0cbf29e535159a98323f2605c233ec9e3970584a1b72ca48eace38ca6acc4462cecd047b37cbc98159cbb
6
+ metadata.gz: 977c0ae49dc43275dec1c0fb3fcbd69264ee3bf5a355746791c238002cb1b51fec7d2adfae6249e8c891438440bc1104fba77435f81df8ebd2c2f61388614044
7
+ data.tar.gz: 7820399aeb9a5d5b4a8194a57faa1379d7b78699a8681024756789e1aadde2dffc13eac1bc8e3a353601fea5972e8b405ff60958f67bd5cc897a4c21e471d5aa
data/CHANGELOG.md CHANGED
@@ -1,5 +1,26 @@
1
1
  # Release history for google-apis-serviceconsumermanagement_v1beta1
2
2
 
3
+ ### v0.10.0 (2021-05-27)
4
+
5
+ * Regenerated from discovery document revision 20210525
6
+
7
+ ### v0.9.0 (2021-05-20)
8
+
9
+ * Unspecified changes
10
+
11
+ ### v0.8.0 (2021-05-08)
12
+
13
+ * Regenerated from discovery document revision 20210501
14
+
15
+ ### v0.7.0 (2021-03-30)
16
+
17
+ * Regenerated from discovery document revision 20210326
18
+
19
+ ### v0.6.0 (2021-03-23)
20
+
21
+ * Regenerated from discovery document revision 20210319
22
+ * Regenerated using generator version 0.2.0
23
+
3
24
  ### v0.5.0 (2021-03-04)
4
25
 
5
26
  * Unspecified changes
@@ -29,7 +29,7 @@ module Google
29
29
  # This is NOT the gem version.
30
30
  VERSION = 'V1beta1'
31
31
 
32
- # View and manage your data across Google Cloud Platform services
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 an API. Example
212
- # for an API targeted for external use: name: calendar.googleapis.com
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 endpoint of a service that serves a set of APIs.
791
- # It is commonly known as a service endpoint. A service may expose any number
792
- # of service endpoints, and all service endpoints share the same service
793
- # definition, such as quota limits and monitoring metrics. Example service
794
- # configuration: name: library-example.googleapis.com endpoints: # Below entry
795
- # makes 'google.example.library.v1.Library' # API be served from endpoint
796
- # address library-example.googleapis.com. # It also allows HTTP OPTIONS calls to
797
- # be passed to the backend, for # it to decide whether the subsequent cross-
798
- # origin request is # allowed to proceed. - name: library-example.googleapis.com
799
- # allow_cors: true
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 schema. It
2209
- # describes basic information about a service, such as the name and the title,
2210
- # and delegates other aspects to sub-sections. Each sub-section is either a
2211
- # proto message or a repeated proto message that configures a specific aspect,
2212
- # such as auth. See each proto message definition for details. Example: type:
2213
- # google.api.Service name: calendar.googleapis.com title: Google Calendar API
2214
- # apis: - name: google.calendar.v3.Calendar authentication: providers: - id:
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 an API. Example
2231
- # for an API targeted for external use: name: calendar.googleapis.com
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
@@ -2260,7 +2254,8 @@ module Google
2260
2254
  # @return [Google::Apis::ServiceconsumermanagementV1beta1::Billing]
2261
2255
  attr_accessor :billing
2262
2256
 
2263
- # Deprecated. The service config compiler always sets this field to `3`.
2257
+ # Obsolete. Do not use. This field has no semantic meaning. The service config
2258
+ # compiler always sets this field to `3`.
2264
2259
  # Corresponds to the JSON property `configVersion`
2265
2260
  # @return [Fixnum]
2266
2261
  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.5.0"
19
+ GEM_VERSION = "0.10.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.1.2"
22
+ GENERATOR_VERSION = "0.2.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210217"
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,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.5.0
4
+ version: 0.10.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-03-08 00:00:00.000000000 Z
11
+ date: 2021-05-31 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.5.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-serviceconsumermanagement_v1beta1/v0.10.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: []
@@ -69,7 +69,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
69
69
  - !ruby/object:Gem::Version
70
70
  version: '0'
71
71
  requirements: []
72
- rubygems_version: 3.2.13
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