google-apis-servicenetworking_v1beta 0.11.0 → 0.12.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: 9cca4334bcab66b621933edb64a9f65de76a299c43414cbd006029ef14b79247
|
4
|
+
data.tar.gz: 4d804cf4e1310472cc3ea2da80fbeca6610553f0e608de342b556b88faee3c0e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: baacc9a478136cb435fa1ef0367a99da8846cfa1b9f58033d8c6870d58f29acb0d5758bc706f614feb180e1625b27066fc27c914012c35ceb6b3c8d08e2a732e
|
7
|
+
data.tar.gz: 0cc07199a13cb741fa8a0fe88d9de843bbe27c27f08e11d6bdd5d04bae67dcee63de27877bff75ed5e13adf38ed2bcacad0077a3cdc13dbfba3efb9db89282d6
|
data/CHANGELOG.md
CHANGED
@@ -1131,7 +1131,9 @@ module Google
|
|
1131
1131
|
# @return [String]
|
1132
1132
|
attr_accessor :service_root_url
|
1133
1133
|
|
1134
|
-
# A short
|
1134
|
+
# A short description of what the service does. The summary must be plain text.
|
1135
|
+
# It becomes the overview of the service displayed in Google Cloud Console. NOTE:
|
1136
|
+
# This field is equivalent to the standard field `description`.
|
1135
1137
|
# Corresponds to the JSON property `summary`
|
1136
1138
|
# @return [String]
|
1137
1139
|
attr_accessor :summary
|
@@ -1161,17 +1163,19 @@ module Google
|
|
1161
1163
|
# @return [String]
|
1162
1164
|
attr_accessor :deprecation_description
|
1163
1165
|
|
1164
|
-
#
|
1166
|
+
# The description is the comment in front of the selected proto element, such as
|
1167
|
+
# a message, a method, a 'service' definition, or a field.
|
1165
1168
|
# Corresponds to the JSON property `description`
|
1166
1169
|
# @return [String]
|
1167
1170
|
attr_accessor :description
|
1168
1171
|
|
1169
|
-
# The selector is a comma-separated list of patterns
|
1170
|
-
#
|
1171
|
-
#
|
1172
|
-
# qualified name, i.e. "foo.*
|
1173
|
-
#
|
1174
|
-
# applicable elements, the whole
|
1172
|
+
# The selector is a comma-separated list of patterns for any element such as a
|
1173
|
+
# method, a field, an enum value. Each pattern is a qualified name of the
|
1174
|
+
# element which may end in "*", indicating a wildcard. Wildcards are only
|
1175
|
+
# allowed at the end and for a whole component of the qualified name, i.e. "foo.*
|
1176
|
+
# " is ok, but not "foo.b*" or "foo.*.bar". A wildcard will match one or more
|
1177
|
+
# components. To specify a default for all applicable elements, the whole
|
1178
|
+
# pattern "*" is used.
|
1175
1179
|
# Corresponds to the JSON property `selector`
|
1176
1180
|
# @return [String]
|
1177
1181
|
attr_accessor :selector
|
@@ -2557,7 +2561,8 @@ module Google
|
|
2557
2561
|
include Google::Apis::Core::Hashable
|
2558
2562
|
|
2559
2563
|
# The Markdown content of the page. You can use (== include `path` ==) to
|
2560
|
-
# include content from a Markdown file.
|
2564
|
+
# include content from a Markdown file. The content can be used to produce the
|
2565
|
+
# documentation page such as HTML format page.
|
2561
2566
|
# Corresponds to the JSON property `content`
|
2562
2567
|
# @return [String]
|
2563
2568
|
attr_accessor :content
|
@@ -3144,8 +3149,8 @@ module Google
|
|
3144
3149
|
|
3145
3150
|
# A list of all enum types included in this API service. Enums referenced
|
3146
3151
|
# directly or indirectly by the `apis` are automatically included. Enums which
|
3147
|
-
# are not referenced but shall be included should be listed here by name
|
3148
|
-
# Example: enums: - name: google.someapi.v1.SomeEnum
|
3152
|
+
# are not referenced but shall be included should be listed here by name by the
|
3153
|
+
# configuration author. Example: enums: - name: google.someapi.v1.SomeEnum
|
3149
3154
|
# Corresponds to the JSON property `enums`
|
3150
3155
|
# @return [Array<Google::Apis::ServicenetworkingV1beta::Enum>]
|
3151
3156
|
attr_accessor :enums
|
@@ -3278,7 +3283,8 @@ module Google
|
|
3278
3283
|
# @return [Array<Google::Apis::ServicenetworkingV1beta::Type>]
|
3279
3284
|
attr_accessor :system_types
|
3280
3285
|
|
3281
|
-
# The product title for this service
|
3286
|
+
# The product title for this service, it is the name displayed in Google Cloud
|
3287
|
+
# Console.
|
3282
3288
|
# Corresponds to the JSON property `title`
|
3283
3289
|
# @return [String]
|
3284
3290
|
attr_accessor :title
|
@@ -3286,8 +3292,8 @@ module Google
|
|
3286
3292
|
# A list of all proto message types included in this API service. Types
|
3287
3293
|
# referenced directly or indirectly by the `apis` are automatically included.
|
3288
3294
|
# Messages which are not referenced but shall be included, such as types used by
|
3289
|
-
# the `google.protobuf.Any` type, should be listed here by name
|
3290
|
-
# - name: google.protobuf.Int32
|
3295
|
+
# the `google.protobuf.Any` type, should be listed here by name by the
|
3296
|
+
# configuration author. Example: types: - name: google.protobuf.Int32
|
3291
3297
|
# Corresponds to the JSON property `types`
|
3292
3298
|
# @return [Array<Google::Apis::ServicenetworkingV1beta::Type>]
|
3293
3299
|
attr_accessor :types
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module ServicenetworkingV1beta
|
18
18
|
# Version of the google-apis-servicenetworking_v1beta gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.12.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.4.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20210706"
|
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_v1beta
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.12.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-07-
|
11
|
+
date: 2021-07-12 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/master/generated/google-apis-servicenetworking_v1beta/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-servicenetworking_v1beta/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-servicenetworking_v1beta/v0.12.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-servicenetworking_v1beta
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|