google-apis-servicenetworking_v1 0.6.0 → 0.7.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: a5d616431b21afc4852537b76f01737bcfba5643aa52be3b961f1163ce6181b3
4
- data.tar.gz: f2950924660a5c67da6804fdba26f8914a3deb521fd5a2291f3e2af0edafdb32
3
+ metadata.gz: 063a96844e17998714bef51c107fb0b40edb02b67e7b2486334b35ef568f963e
4
+ data.tar.gz: a20f6147bf2f93c548bdb061678f435487d72b962b56b818ac15e169e37fd6c1
5
5
  SHA512:
6
- metadata.gz: 6c347fa769ee2941ed6c86c87b6842b349e2ea5bb704c18cfa8964f7ca5b5bec46bbfa0ca0560d8c05e3d88256b7e050e5a2d6a4b1c0d64bb821860d8a7b92de
7
- data.tar.gz: e738910db1ab946ab7bb57bf1ce14a2ed235e05aae4ba5dac9b103afc19df6521b1ec9a13f79585eff5f37aa505d8d0d423feebb60dbbe37c62035775da4fefb
6
+ metadata.gz: 2fea1c1d8f40a594ebf8974f36be16d6ce71ac72acf2ab734de642254db811616f98d848f75b02fdc6347666b9a02f855769ba8957567348920bbd87a5543382
7
+ data.tar.gz: 2257456eed01983182798c6655cacd1e2bda7795dcc1d9cf950e42a3def9566ba534c5ddaa455dd97a69a8ebd64cb75e28f3ec534bddef4e163ef2828763d4c4
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-servicenetworking_v1
2
2
 
3
+ ### v0.7.0 (2021-05-08)
4
+
5
+ * Regenerated from discovery document revision 20210505
6
+
3
7
  ### v0.6.0 (2021-04-02)
4
8
 
5
9
  * Regenerated from discovery document revision 20210331
@@ -494,11 +494,13 @@ module Google
494
494
  end
495
495
  end
496
496
 
497
- # `Authentication` defines the authentication configuration for an API. Example
498
- # for an API targeted for external use: name: calendar.googleapis.com
497
+ # `Authentication` defines the authentication configuration for API methods
498
+ # provided by an API service. Example: name: calendar.googleapis.com
499
499
  # authentication: providers: - id: google_calendar_auth jwks_uri: https://www.
500
500
  # googleapis.com/oauth2/v1/certs issuer: https://securetoken.google.com rules: -
501
- # selector: "*" requirements: provider_id: google_calendar_auth
501
+ # selector: "*" requirements: provider_id: google_calendar_auth - selector:
502
+ # google.calendar.Delegate oauth: canonical_scopes: https://www.googleapis.com/
503
+ # auth/calendar.read
502
504
  class Authentication
503
505
  include Google::Apis::Core::Hashable
504
506
 
@@ -1426,26 +1428,21 @@ module Google
1426
1428
  end
1427
1429
  end
1428
1430
 
1429
- # `Endpoint` describes a network endpoint of a service that serves a set of APIs.
1430
- # It is commonly known as a service endpoint. A service may expose any number
1431
- # of service endpoints, and all service endpoints share the same service
1432
- # definition, such as quota limits and monitoring metrics. Example service
1433
- # configuration: name: library-example.googleapis.com endpoints: # Below entry
1434
- # makes 'google.example.library.v1.Library' # API be served from endpoint
1435
- # address library-example.googleapis.com. # It also allows HTTP OPTIONS calls to
1436
- # be passed to the backend, for # it to decide whether the subsequent cross-
1437
- # origin request is # allowed to proceed. - name: library-example.googleapis.com
1438
- # allow_cors: true
1431
+ # `Endpoint` describes a network address of a service that serves a set of APIs.
1432
+ # It is commonly known as a service endpoint. A service may expose any number of
1433
+ # service endpoints, and all service endpoints share the same service definition,
1434
+ # such as quota limits and monitoring metrics. Example: type: google.api.
1435
+ # Service name: library-example.googleapis.com endpoints: # Declares network
1436
+ # address `https://library-example.googleapis.com` # for service `library-
1437
+ # example.googleapis.com`. The `https` scheme # is implicit for all service
1438
+ # endpoints. Other schemes may be # supported in the future. - name: library-
1439
+ # example.googleapis.com allow_cors: false - name: content-staging-library-
1440
+ # example.googleapis.com # Allows HTTP OPTIONS calls to be passed to the API
1441
+ # frontend, for it # to decide whether the subsequent cross-origin request is
1442
+ # allowed # to proceed. allow_cors: true
1439
1443
  class Endpoint
1440
1444
  include Google::Apis::Core::Hashable
1441
1445
 
1442
- # DEPRECATED: This field is no longer supported. Instead of using aliases,
1443
- # please specify multiple google.api.Endpoint for each of the intended aliases.
1444
- # Additional names that this endpoint will be hosted on.
1445
- # Corresponds to the JSON property `aliases`
1446
- # @return [Array<String>]
1447
- attr_accessor :aliases
1448
-
1449
1446
  # Allowing [CORS](https://en.wikipedia.org/wiki/Cross-origin_resource_sharing),
1450
1447
  # aka cross-domain traffic, would allow the backends served from this endpoint
1451
1448
  # to receive and respond to HTTP OPTIONS requests. The response will be used by
@@ -1475,7 +1472,6 @@ module Google
1475
1472
 
1476
1473
  # Update properties of this object
1477
1474
  def update!(**args)
1478
- @aliases = args[:aliases] if args.key?(:aliases)
1479
1475
  @allow_cors = args[:allow_cors] if args.key?(:allow_cors)
1480
1476
  @name = args[:name] if args.key?(:name)
1481
1477
  @target = args[:target] if args.key?(:target)
@@ -3435,13 +3431,16 @@ module Google
3435
3431
  end
3436
3432
  end
3437
3433
 
3438
- # `Service` is the root object of Google service configuration schema. It
3439
- # describes basic information about a service, such as the name and the title,
3440
- # and delegates other aspects to sub-sections. Each sub-section is either a
3441
- # proto message or a repeated proto message that configures a specific aspect,
3442
- # such as auth. See each proto message definition for details. Example: type:
3443
- # google.api.Service name: calendar.googleapis.com title: Google Calendar API
3444
- # apis: - name: google.calendar.v3.Calendar authentication: providers: - id:
3434
+ # `Service` is the root object of Google API service configuration (service
3435
+ # config). It describes the basic information about a logical service, such as
3436
+ # the service name and the user-facing title, and delegates other aspects to sub-
3437
+ # sections. Each sub-section is either a proto message or a repeated proto
3438
+ # message that configures a specific aspect, such as auth. For more information,
3439
+ # see each proto message definition. Example: type: google.api.Service name:
3440
+ # calendar.googleapis.com title: Google Calendar API apis: - name: google.
3441
+ # calendar.v3.Calendar visibility: rules: - selector: "google.calendar.v3.*"
3442
+ # restriction: PREVIEW backend: rules: - selector: "google.calendar.v3.*"
3443
+ # address: calendar.example.com authentication: providers: - id:
3445
3444
  # google_calendar_auth jwks_uri: https://www.googleapis.com/oauth2/v1/certs
3446
3445
  # issuer: https://securetoken.google.com rules: - selector: "*" requirements:
3447
3446
  # provider_id: google_calendar_auth
@@ -3457,11 +3456,13 @@ module Google
3457
3456
  # @return [Array<Google::Apis::ServicenetworkingV1::Api>]
3458
3457
  attr_accessor :apis
3459
3458
 
3460
- # `Authentication` defines the authentication configuration for an API. Example
3461
- # for an API targeted for external use: name: calendar.googleapis.com
3459
+ # `Authentication` defines the authentication configuration for API methods
3460
+ # provided by an API service. Example: name: calendar.googleapis.com
3462
3461
  # authentication: providers: - id: google_calendar_auth jwks_uri: https://www.
3463
3462
  # googleapis.com/oauth2/v1/certs issuer: https://securetoken.google.com rules: -
3464
- # selector: "*" requirements: provider_id: google_calendar_auth
3463
+ # selector: "*" requirements: provider_id: google_calendar_auth - selector:
3464
+ # google.calendar.Delegate oauth: canonical_scopes: https://www.googleapis.com/
3465
+ # auth/calendar.read
3465
3466
  # Corresponds to the JSON property `authentication`
3466
3467
  # @return [Google::Apis::ServicenetworkingV1::Authentication]
3467
3468
  attr_accessor :authentication
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ServicenetworkingV1
18
18
  # Version of the google-apis-servicenetworking_v1 gem
19
- GEM_VERSION = "0.6.0"
19
+ GEM_VERSION = "0.7.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.2.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210331"
25
+ REVISION = "20210505"
26
26
  end
27
27
  end
28
28
  end
@@ -989,7 +989,6 @@ module Google
989
989
  class Endpoint
990
990
  # @private
991
991
  class Representation < Google::Apis::Core::JsonRepresentation
992
- collection :aliases, as: 'aliases'
993
992
  property :allow_cors, as: 'allowCors'
994
993
  property :name, as: 'name'
995
994
  property :target, as: 'target'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-servicenetworking_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.0
4
+ version: 0.7.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-05-18 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-servicenetworking_v1/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-servicenetworking_v1/v0.6.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-servicenetworking_v1/v0.7.0
56
56
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-servicenetworking_v1
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 Networking API V1