google-apis-servicenetworking_v1 0.39.0 → 0.40.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: 1fe76b81a9bd7594ed69840b0f910116e92805928761a6667131175556bbe5a7
|
4
|
+
data.tar.gz: 2c046b8f17bd97d734e7632dc23dad79eb889e6d7a1aae0eec738ce06979d33f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5bae2254675ea89a946d0c531c69088be5adc0fdff47a81c52abd958f82cfb7b9b4f0523c0e7fcd46f09c69793e87b5b3baa3be508b046e2e89f498ebc02c2f0
|
7
|
+
data.tar.gz: 8b361ad0fb28228a9ba09ae90c38fad0c33888f54e2caed77f392722bf50acc94fec080e229bf545af9efb9c5cf729620673fb4557806a655fb649b5f580d896
|
data/CHANGELOG.md
CHANGED
@@ -3487,6 +3487,12 @@ module Google
|
|
3487
3487
|
# @return [String]
|
3488
3488
|
attr_accessor :organization
|
3489
3489
|
|
3490
|
+
# Optional link to proto reference documentation. Example: https://cloud.google.
|
3491
|
+
# com/pubsub/lite/docs/reference/rpc
|
3492
|
+
# Corresponds to the JSON property `protoReferenceDocumentationUri`
|
3493
|
+
# @return [String]
|
3494
|
+
attr_accessor :proto_reference_documentation_uri
|
3495
|
+
|
3490
3496
|
def initialize(**args)
|
3491
3497
|
update!(**args)
|
3492
3498
|
end
|
@@ -3502,6 +3508,7 @@ module Google
|
|
3502
3508
|
@method_settings = args[:method_settings] if args.key?(:method_settings)
|
3503
3509
|
@new_issue_uri = args[:new_issue_uri] if args.key?(:new_issue_uri)
|
3504
3510
|
@organization = args[:organization] if args.key?(:organization)
|
3511
|
+
@proto_reference_documentation_uri = args[:proto_reference_documentation_uri] if args.key?(:proto_reference_documentation_uri)
|
3505
3512
|
end
|
3506
3513
|
end
|
3507
3514
|
|
@@ -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.40.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.12.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20230226"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
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.40.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: 2023-
|
11
|
+
date: 2023-03-05 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.40.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: []
|