google-apis-serviceconsumermanagement_v1 0.6.0 → 0.11.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: c1f18828992c26124060a973f1ff00cfd1d37d083b27bf85558ff4c888d485cd
4
- data.tar.gz: 98e2c52dc6aaffad995ac925c276a1608893a3d5fca6fed5bb86e2af9d268634
3
+ metadata.gz: 88abbfc55921edd2887fe83e011e69546d2ca02797a5f09202cc11ee0bb68af6
4
+ data.tar.gz: 48a2e49f26819d05611f05a3ba394e9bd0f5b4b76a915f0f07880165c5c39331
5
5
  SHA512:
6
- metadata.gz: 19c284efd86b32f022e3934b208a945bbefb1437f747d253c87eee1f4fc71ab0833f2b72a1516526098fc4640b825f13f133cc13453e5d56e0d2daf3e27baa8b
7
- data.tar.gz: 539338e30260a822b709d7805bada921fd6405fb9505341e7a9cb4a676b85e73a5438f977c110c5c3b82708aeda0345628cca9c385c4255fb65fa52d1e220c61
6
+ metadata.gz: d1d38cd02ea4cde657214f478697817097e7631d0195eca50943fc5b13cf22e2454a1d82f52706a56f55fbdab1200cf43b8d611901bf87ca5d582893d21a9e8d
7
+ data.tar.gz: f93e1ee4ca64e6d2e481e1b10114fbc1414f2c016fb76e0c55963151ff5fb5b2a301cfdce8fc4ee79f3fca3f99a14cb0f5fd70e7a3abf800583a8022e6edc2d8
data/CHANGELOG.md CHANGED
@@ -1,5 +1,25 @@
1
1
  # Release history for google-apis-serviceconsumermanagement_v1
2
2
 
3
+ ### v0.11.0 (2021-06-29)
4
+
5
+ * Regenerated using generator version 0.4.0
6
+
7
+ ### v0.10.0 (2021-06-24)
8
+
9
+ * Regenerated using generator version 0.3.0
10
+
11
+ ### v0.9.0 (2021-05-27)
12
+
13
+ * Regenerated from discovery document revision 20210525
14
+
15
+ ### v0.8.0 (2021-05-20)
16
+
17
+ * Unspecified changes
18
+
19
+ ### v0.7.0 (2021-05-08)
20
+
21
+ * Regenerated from discovery document revision 20210501
22
+
3
23
  ### v0.6.0 (2021-03-30)
4
24
 
5
25
  * Regenerated from discovery document revision 20210326
@@ -300,11 +300,13 @@ module Google
300
300
  end
301
301
  end
302
302
 
303
- # `Authentication` defines the authentication configuration for an API. Example
304
- # for an API targeted for external use: name: calendar.googleapis.com
303
+ # `Authentication` defines the authentication configuration for API methods
304
+ # provided by an API service. Example: name: calendar.googleapis.com
305
305
  # authentication: providers: - id: google_calendar_auth jwks_uri: https://www.
306
306
  # googleapis.com/oauth2/v1/certs issuer: https://securetoken.google.com rules: -
307
- # selector: "*" requirements: provider_id: google_calendar_auth
307
+ # selector: "*" requirements: provider_id: google_calendar_auth - selector:
308
+ # google.calendar.Delegate oauth: canonical_scopes: https://www.googleapis.com/
309
+ # auth/calendar.read
308
310
  class Authentication
309
311
  include Google::Apis::Core::Hashable
310
312
 
@@ -443,12 +445,6 @@ module Google
443
445
  # @return [String]
444
446
  attr_accessor :jwt_audience
445
447
 
446
- # Minimum deadline in seconds needed for this method. Calls having deadline
447
- # value lower than this will be rejected.
448
- # Corresponds to the JSON property `minDeadline`
449
- # @return [Float]
450
- attr_accessor :min_deadline
451
-
452
448
  # The number of seconds to wait for the completion of a long running operation.
453
449
  # The default is no deadline.
454
450
  # Corresponds to the JSON property `operationDeadline`
@@ -489,7 +485,6 @@ module Google
489
485
  @deadline = args[:deadline] if args.key?(:deadline)
490
486
  @disable_auth = args[:disable_auth] if args.key?(:disable_auth)
491
487
  @jwt_audience = args[:jwt_audience] if args.key?(:jwt_audience)
492
- @min_deadline = args[:min_deadline] if args.key?(:min_deadline)
493
488
  @operation_deadline = args[:operation_deadline] if args.key?(:operation_deadline)
494
489
  @path_translation = args[:path_translation] if args.key?(:path_translation)
495
490
  @protocol = args[:protocol] if args.key?(:protocol)
@@ -956,26 +951,21 @@ module Google
956
951
  end
957
952
  end
958
953
 
959
- # `Endpoint` describes a network endpoint of a service that serves a set of APIs.
960
- # It is commonly known as a service endpoint. A service may expose any number
961
- # of service endpoints, and all service endpoints share the same service
962
- # definition, such as quota limits and monitoring metrics. Example service
963
- # configuration: name: library-example.googleapis.com endpoints: # Below entry
964
- # makes 'google.example.library.v1.Library' # API be served from endpoint
965
- # address library-example.googleapis.com. # It also allows HTTP OPTIONS calls to
966
- # be passed to the backend, for # it to decide whether the subsequent cross-
967
- # origin request is # allowed to proceed. - name: library-example.googleapis.com
968
- # allow_cors: true
954
+ # `Endpoint` describes a network address of a service that serves a set of APIs.
955
+ # It is commonly known as a service endpoint. A service may expose any number of
956
+ # service endpoints, and all service endpoints share the same service definition,
957
+ # such as quota limits and monitoring metrics. Example: type: google.api.
958
+ # Service name: library-example.googleapis.com endpoints: # Declares network
959
+ # address `https://library-example.googleapis.com` # for service `library-
960
+ # example.googleapis.com`. The `https` scheme # is implicit for all service
961
+ # endpoints. Other schemes may be # supported in the future. - name: library-
962
+ # example.googleapis.com allow_cors: false - name: content-staging-library-
963
+ # example.googleapis.com # Allows HTTP OPTIONS calls to be passed to the API
964
+ # frontend, for it # to decide whether the subsequent cross-origin request is
965
+ # allowed # to proceed. allow_cors: true
969
966
  class Endpoint
970
967
  include Google::Apis::Core::Hashable
971
968
 
972
- # DEPRECATED: This field is no longer supported. Instead of using aliases,
973
- # please specify multiple google.api.Endpoint for each of the intended aliases.
974
- # Additional names that this endpoint will be hosted on.
975
- # Corresponds to the JSON property `aliases`
976
- # @return [Array<String>]
977
- attr_accessor :aliases
978
-
979
969
  # Allowing [CORS](https://en.wikipedia.org/wiki/Cross-origin_resource_sharing),
980
970
  # aka cross-domain traffic, would allow the backends served from this endpoint
981
971
  # to receive and respond to HTTP OPTIONS requests. The response will be used by
@@ -1005,7 +995,6 @@ module Google
1005
995
 
1006
996
  # Update properties of this object
1007
997
  def update!(**args)
1008
- @aliases = args[:aliases] if args.key?(:aliases)
1009
998
  @allow_cors = args[:allow_cors] if args.key?(:allow_cors)
1010
999
  @name = args[:name] if args.key?(:name)
1011
1000
  @target = args[:target] if args.key?(:target)
@@ -2496,13 +2485,16 @@ module Google
2496
2485
  end
2497
2486
  end
2498
2487
 
2499
- # `Service` is the root object of Google service configuration schema. It
2500
- # describes basic information about a service, such as the name and the title,
2501
- # and delegates other aspects to sub-sections. Each sub-section is either a
2502
- # proto message or a repeated proto message that configures a specific aspect,
2503
- # such as auth. See each proto message definition for details. Example: type:
2504
- # google.api.Service name: calendar.googleapis.com title: Google Calendar API
2505
- # apis: - name: google.calendar.v3.Calendar authentication: providers: - id:
2488
+ # `Service` is the root object of Google API service configuration (service
2489
+ # config). It describes the basic information about a logical service, such as
2490
+ # the service name and the user-facing title, and delegates other aspects to sub-
2491
+ # sections. Each sub-section is either a proto message or a repeated proto
2492
+ # message that configures a specific aspect, such as auth. For more information,
2493
+ # see each proto message definition. Example: type: google.api.Service name:
2494
+ # calendar.googleapis.com title: Google Calendar API apis: - name: google.
2495
+ # calendar.v3.Calendar visibility: rules: - selector: "google.calendar.v3.*"
2496
+ # restriction: PREVIEW backend: rules: - selector: "google.calendar.v3.*"
2497
+ # address: calendar.example.com authentication: providers: - id:
2506
2498
  # google_calendar_auth jwks_uri: https://www.googleapis.com/oauth2/v1/certs
2507
2499
  # issuer: https://securetoken.google.com rules: - selector: "*" requirements:
2508
2500
  # provider_id: google_calendar_auth
@@ -2518,11 +2510,13 @@ module Google
2518
2510
  # @return [Array<Google::Apis::ServiceconsumermanagementV1::Api>]
2519
2511
  attr_accessor :apis
2520
2512
 
2521
- # `Authentication` defines the authentication configuration for an API. Example
2522
- # for an API targeted for external use: name: calendar.googleapis.com
2513
+ # `Authentication` defines the authentication configuration for API methods
2514
+ # provided by an API service. Example: name: calendar.googleapis.com
2523
2515
  # authentication: providers: - id: google_calendar_auth jwks_uri: https://www.
2524
2516
  # googleapis.com/oauth2/v1/certs issuer: https://securetoken.google.com rules: -
2525
- # selector: "*" requirements: provider_id: google_calendar_auth
2517
+ # selector: "*" requirements: provider_id: google_calendar_auth - selector:
2518
+ # google.calendar.Delegate oauth: canonical_scopes: https://www.googleapis.com/
2519
+ # auth/calendar.read
2526
2520
  # Corresponds to the JSON property `authentication`
2527
2521
  # @return [Google::Apis::ServiceconsumermanagementV1::Authentication]
2528
2522
  attr_accessor :authentication
@@ -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.6.0"
19
+ GEM_VERSION = "0.11.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.2.0"
22
+ GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210326"
25
+ REVISION = "20210525"
26
26
  end
27
27
  end
28
28
  end
@@ -664,7 +664,6 @@ module Google
664
664
  property :deadline, as: 'deadline'
665
665
  property :disable_auth, as: 'disableAuth'
666
666
  property :jwt_audience, as: 'jwtAudience'
667
- property :min_deadline, as: 'minDeadline'
668
667
  property :operation_deadline, as: 'operationDeadline'
669
668
  property :path_translation, as: 'pathTranslation'
670
669
  property :protocol, as: 'protocol'
@@ -798,7 +797,6 @@ module Google
798
797
  class Endpoint
799
798
  # @private
800
799
  class Representation < Google::Apis::Core::JsonRepresentation
801
- collection :aliases, as: 'aliases'
802
800
  property :allow_cors, as: 'allowCors'
803
801
  property :name, as: 'name'
804
802
  property :target, as: 'target'
metadata CHANGED
@@ -1,29 +1,35 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-serviceconsumermanagement_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.0
4
+ version: 0.11.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-04-05 00:00:00.000000000 Z
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.1'
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: '0.1'
32
+ version: 2.a
27
33
  description: This is the simple REST client for Service Consumer Management API V1.
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_v1/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-serviceconsumermanagement_v1/v0.6.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-serviceconsumermanagement_v1/v0.11.0
56
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-serviceconsumermanagement_v1
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.13
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 V1