google-apis-servicenetworking_v1 0.65.0 → 0.67.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 41b3119740c04a898d9e20e7b32e0d522d311bb539bc3f6246fafceee4a24776
|
4
|
+
data.tar.gz: 28b3721b7d40254aa22d5706e3f062ba67876101dee705e8134e5cb327f484a7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 60f7042006593307709d9da7851e1abae04f31d436247cba68be0a4ebf2a60ae70e0203d7c61c57be015f8e2a1460201bac05842ddf752d33e397033b5fd9ae1
|
7
|
+
data.tar.gz: b690b9edab0b39f847024703bd2c50e2285455d2ec388444244a724dd9b0669495e423861cdec1387382636a929e3479b8210b0bbcfd889516850b8711fc4551
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-servicenetworking_v1
|
2
2
|
|
3
|
+
### v0.67.0 (2024-09-29)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20240925
|
6
|
+
|
7
|
+
### v0.66.0 (2024-09-22)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20240916
|
10
|
+
|
3
11
|
### v0.65.0 (2024-09-08)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20240901
|
@@ -1005,6 +1005,12 @@ module Google
|
|
1005
1005
|
# @return [String]
|
1006
1006
|
attr_accessor :reference_docs_uri
|
1007
1007
|
|
1008
|
+
# This message is used to configure the generation of a subset of the RPCs in a
|
1009
|
+
# service for client libraries.
|
1010
|
+
# Corresponds to the JSON property `selectiveGapicGeneration`
|
1011
|
+
# @return [Google::Apis::ServicenetworkingV1::SelectiveGapicGeneration]
|
1012
|
+
attr_accessor :selective_gapic_generation
|
1013
|
+
|
1008
1014
|
def initialize(**args)
|
1009
1015
|
update!(**args)
|
1010
1016
|
end
|
@@ -1013,6 +1019,7 @@ module Google
|
|
1013
1019
|
def update!(**args)
|
1014
1020
|
@destinations = args[:destinations] if args.key?(:destinations)
|
1015
1021
|
@reference_docs_uri = args[:reference_docs_uri] if args.key?(:reference_docs_uri)
|
1022
|
+
@selective_gapic_generation = args[:selective_gapic_generation] if args.key?(:selective_gapic_generation)
|
1016
1023
|
end
|
1017
1024
|
end
|
1018
1025
|
|
@@ -3247,7 +3254,7 @@ module Google
|
|
3247
3254
|
# AccessControl The mixin construct implies that all methods in `AccessControl`
|
3248
3255
|
# are also declared with same name and request/response types in `Storage`. A
|
3249
3256
|
# documentation generator or annotation processor will see the effective `
|
3250
|
-
# Storage.GetAcl` method after
|
3257
|
+
# Storage.GetAcl` method after inheriting documentation and annotations as
|
3251
3258
|
# follows: service Storage ` // Get the underlying ACL object. rpc GetAcl(
|
3252
3259
|
# GetAclRequest) returns (Acl) ` option (google.api.http).get = "/v2/`resource=**
|
3253
3260
|
# `:getAcl"; ` ... ` Note how the version in the path pattern changed from `v1`
|
@@ -4363,6 +4370,27 @@ module Google
|
|
4363
4370
|
end
|
4364
4371
|
end
|
4365
4372
|
|
4373
|
+
# This message is used to configure the generation of a subset of the RPCs in a
|
4374
|
+
# service for client libraries.
|
4375
|
+
class SelectiveGapicGeneration
|
4376
|
+
include Google::Apis::Core::Hashable
|
4377
|
+
|
4378
|
+
# An allowlist of the fully qualified names of RPCs that should be included on
|
4379
|
+
# public client surfaces.
|
4380
|
+
# Corresponds to the JSON property `methods`
|
4381
|
+
# @return [Array<String>]
|
4382
|
+
attr_accessor :methods_prop
|
4383
|
+
|
4384
|
+
def initialize(**args)
|
4385
|
+
update!(**args)
|
4386
|
+
end
|
4387
|
+
|
4388
|
+
# Update properties of this object
|
4389
|
+
def update!(**args)
|
4390
|
+
@methods_prop = args[:methods_prop] if args.key?(:methods_prop)
|
4391
|
+
end
|
4392
|
+
end
|
4393
|
+
|
4366
4394
|
# `Service` is the root object of Google API service configuration (service
|
4367
4395
|
# config). It describes the basic information about a logical service, such as
|
4368
4396
|
# the service name and the user-facing title, and delegates other aspects to sub-
|
@@ -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.
|
19
|
+
GEM_VERSION = "0.67.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.15.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20240925"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -664,6 +664,12 @@ module Google
|
|
664
664
|
include Google::Apis::Core::JsonObjectSupport
|
665
665
|
end
|
666
666
|
|
667
|
+
class SelectiveGapicGeneration
|
668
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
669
|
+
|
670
|
+
include Google::Apis::Core::JsonObjectSupport
|
671
|
+
end
|
672
|
+
|
667
673
|
class Service
|
668
674
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
669
675
|
|
@@ -1003,6 +1009,8 @@ module Google
|
|
1003
1009
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1004
1010
|
collection :destinations, as: 'destinations'
|
1005
1011
|
property :reference_docs_uri, as: 'referenceDocsUri'
|
1012
|
+
property :selective_gapic_generation, as: 'selectiveGapicGeneration', class: Google::Apis::ServicenetworkingV1::SelectiveGapicGeneration, decorator: Google::Apis::ServicenetworkingV1::SelectiveGapicGeneration::Representation
|
1013
|
+
|
1006
1014
|
end
|
1007
1015
|
end
|
1008
1016
|
|
@@ -1818,6 +1826,13 @@ module Google
|
|
1818
1826
|
end
|
1819
1827
|
end
|
1820
1828
|
|
1829
|
+
class SelectiveGapicGeneration
|
1830
|
+
# @private
|
1831
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1832
|
+
collection :methods_prop, as: 'methods'
|
1833
|
+
end
|
1834
|
+
end
|
1835
|
+
|
1821
1836
|
class Service
|
1822
1837
|
# @private
|
1823
1838
|
class Representation < Google::Apis::Core::JsonRepresentation
|
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.
|
4
|
+
version: 0.67.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: 2024-09-
|
11
|
+
date: 2024-09-29 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -58,7 +58,7 @@ licenses:
|
|
58
58
|
metadata:
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-servicenetworking_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-servicenetworking_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-servicenetworking_v1/v0.67.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-servicenetworking_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|