google-apis-servicenetworking_v1beta 0.10.0 → 0.14.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: 55f8b0ea5eb5906f4ee13174638d558e1998cc0b2fe2c27c3c579789afe2e9e1
|
4
|
+
data.tar.gz: aeff7bbdeec2b8186d434217b1b7d0c9e883c0205e259acb4c83d752c85e36ee
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6175a8652c8ff5cba7c6768c381e10a6a4628ea36e7359aa7cca4dcdb22d5270803f4b39c85554f4ef5ba80b2daf1e7e41e8107c392f83a8a69eeb69a6ae97c8
|
7
|
+
data.tar.gz: 2187a920cc21cc30f54fbe0538f8f0f8a276d20448348d4a4a6720114a4dff05ce4604518bb9f6c38787b4790552f7967b1b83c013d3c027cca7ea77024a19fc
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# Release history for google-apis-servicenetworking_v1beta
|
2
2
|
|
3
|
+
### v0.14.0 (2021-09-01)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20210810
|
6
|
+
|
7
|
+
### v0.13.0 (2021-08-05)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20210803
|
10
|
+
|
11
|
+
### v0.12.0 (2021-07-08)
|
12
|
+
|
13
|
+
* Regenerated from discovery document revision 20210706
|
14
|
+
|
15
|
+
### v0.11.0 (2021-06-29)
|
16
|
+
|
17
|
+
* Regenerated using generator version 0.4.0
|
18
|
+
|
3
19
|
### v0.10.0 (2021-06-24)
|
4
20
|
|
5
21
|
* Regenerated using generator version 0.3.0
|
@@ -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,20 @@ module Google
|
|
1161
1163
|
# @return [String]
|
1162
1164
|
attr_accessor :deprecation_description
|
1163
1165
|
|
1164
|
-
# Description of the selected
|
1166
|
+
# Description of the selected proto element (e.g. a message, a method, a '
|
1167
|
+
# service' definition, or a field). Defaults to leading & trailing comments
|
1168
|
+
# taken from the proto source definition of the proto element.
|
1165
1169
|
# Corresponds to the JSON property `description`
|
1166
1170
|
# @return [String]
|
1167
1171
|
attr_accessor :description
|
1168
1172
|
|
1169
|
-
# The selector is a comma-separated list of patterns
|
1170
|
-
#
|
1171
|
-
#
|
1172
|
-
# qualified name, i.e. "foo.*
|
1173
|
-
#
|
1174
|
-
# applicable elements, the whole
|
1173
|
+
# The selector is a comma-separated list of patterns for any element such as a
|
1174
|
+
# method, a field, an enum value. Each pattern is a qualified name of the
|
1175
|
+
# element which may end in "*", indicating a wildcard. Wildcards are only
|
1176
|
+
# allowed at the end and for a whole component of the qualified name, i.e. "foo.*
|
1177
|
+
# " is ok, but not "foo.b*" or "foo.*.bar". A wildcard will match one or more
|
1178
|
+
# components. To specify a default for all applicable elements, the whole
|
1179
|
+
# pattern "*" is used.
|
1175
1180
|
# Corresponds to the JSON property `selector`
|
1176
1181
|
# @return [String]
|
1177
1182
|
attr_accessor :selector
|
@@ -2319,7 +2324,10 @@ module Google
|
|
2319
2324
|
attr_accessor :name
|
2320
2325
|
|
2321
2326
|
# Required. The monitored resource type. For example, the type `"
|
2322
|
-
# cloudsql_database"` represents databases in Google Cloud SQL.
|
2327
|
+
# cloudsql_database"` represents databases in Google Cloud SQL. For a list of
|
2328
|
+
# types, see [Monitoring resource types](https://cloud.google.com/monitoring/api/
|
2329
|
+
# resources) and [Logging resource types](https://cloud.google.com/logging/docs/
|
2330
|
+
# api/v2/resource-list).
|
2323
2331
|
# Corresponds to the JSON property `type`
|
2324
2332
|
# @return [String]
|
2325
2333
|
attr_accessor :type
|
@@ -2557,7 +2565,8 @@ module Google
|
|
2557
2565
|
include Google::Apis::Core::Hashable
|
2558
2566
|
|
2559
2567
|
# The Markdown content of the page. You can use (== include `path` ==) to
|
2560
|
-
# include content from a Markdown file.
|
2568
|
+
# include content from a Markdown file. The content can be used to produce the
|
2569
|
+
# documentation page such as HTML format page.
|
2561
2570
|
# Corresponds to the JSON property `content`
|
2562
2571
|
# @return [String]
|
2563
2572
|
attr_accessor :content
|
@@ -2610,7 +2619,8 @@ module Google
|
|
2610
2619
|
class PeeredDnsDomain
|
2611
2620
|
include Google::Apis::Core::Hashable
|
2612
2621
|
|
2613
|
-
# The DNS domain name suffix e.g. `example.com.`.
|
2622
|
+
# The DNS domain name suffix e.g. `example.com.`. Cloud DNS requires that a DNS
|
2623
|
+
# suffix ends with a trailing dot.
|
2614
2624
|
# Corresponds to the JSON property `dnsSuffix`
|
2615
2625
|
# @return [String]
|
2616
2626
|
attr_accessor :dns_suffix
|
@@ -3144,8 +3154,8 @@ module Google
|
|
3144
3154
|
|
3145
3155
|
# A list of all enum types included in this API service. Enums referenced
|
3146
3156
|
# 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
|
3157
|
+
# are not referenced but shall be included should be listed here by name by the
|
3158
|
+
# configuration author. Example: enums: - name: google.someapi.v1.SomeEnum
|
3149
3159
|
# Corresponds to the JSON property `enums`
|
3150
3160
|
# @return [Array<Google::Apis::ServicenetworkingV1beta::Enum>]
|
3151
3161
|
attr_accessor :enums
|
@@ -3278,7 +3288,8 @@ module Google
|
|
3278
3288
|
# @return [Array<Google::Apis::ServicenetworkingV1beta::Type>]
|
3279
3289
|
attr_accessor :system_types
|
3280
3290
|
|
3281
|
-
# The product title for this service
|
3291
|
+
# The product title for this service, it is the name displayed in Google Cloud
|
3292
|
+
# Console.
|
3282
3293
|
# Corresponds to the JSON property `title`
|
3283
3294
|
# @return [String]
|
3284
3295
|
attr_accessor :title
|
@@ -3286,8 +3297,8 @@ module Google
|
|
3286
3297
|
# A list of all proto message types included in this API service. Types
|
3287
3298
|
# referenced directly or indirectly by the `apis` are automatically included.
|
3288
3299
|
# 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
|
3300
|
+
# the `google.protobuf.Any` type, should be listed here by name by the
|
3301
|
+
# configuration author. Example: types: - name: google.protobuf.Int32
|
3291
3302
|
# Corresponds to the JSON property `types`
|
3292
3303
|
# @return [Array<Google::Apis::ServicenetworkingV1beta::Type>]
|
3293
3304
|
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.14.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.4.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20210810"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -30,7 +30,7 @@ module Google
|
|
30
30
|
# This is NOT the gem version.
|
31
31
|
VERSION = 'V1beta'
|
32
32
|
|
33
|
-
# See, edit, configure, and delete your Google Cloud
|
33
|
+
# See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account.
|
34
34
|
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
|
35
35
|
|
36
36
|
# Manage your Google API service configuration
|
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.14.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-06
|
11
|
+
date: 2021-09-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -16,7 +16,7 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: '0.
|
19
|
+
version: '0.4'
|
20
20
|
- - "<"
|
21
21
|
- !ruby/object:Gem::Version
|
22
22
|
version: 2.a
|
@@ -26,7 +26,7 @@ dependencies:
|
|
26
26
|
requirements:
|
27
27
|
- - ">="
|
28
28
|
- !ruby/object:Gem::Version
|
29
|
-
version: '0.
|
29
|
+
version: '0.4'
|
30
30
|
- - "<"
|
31
31
|
- !ruby/object:Gem::Version
|
32
32
|
version: 2.a
|
@@ -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.14.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: []
|