google-apis-servicenetworking_v1beta 0.11.0 → 0.15.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: cfe13604cef212b2106a99a0fd6046a278c2a985d9c25af8f09547b8f57c7b6e
4
- data.tar.gz: a431e75047c2a658cee7b38bfb9a51d5a8bca7187446807a1b9c6b7f546a44fc
3
+ metadata.gz: 0e0bf6b0ff7184724e1dac4eeb44d2f9defb7225118700bd4146e4c24cba3d6a
4
+ data.tar.gz: 1df4916f5151c113aeb06389f2f7385d909544baa042f338525cdba559d444ec
5
5
  SHA512:
6
- metadata.gz: e4e4e50a7426dee8fbf6b6ae19985e4b9170555cb8b4d53caec49203a4bb423b009125130f0706c9098547ca230657925a0da2b3ef96d0bdad474083733d9ea2
7
- data.tar.gz: 5aeaa6470a1d311f38b1721672d448dd031b17e1f23c7a7fb657c230cd9bdbfac79d7533db5cd8169ec5950164eb38f2dbe20fdd89d2afed7e2aa6dabfcfeeaa
6
+ metadata.gz: 26481a610032d8c2d68b241b2aeed0e66be5ac0828219854f2e0369383d469130b1f9cce2cc7dd4f006b98516a83e2e8288ad96cba94c82570465251964e096b
7
+ data.tar.gz: b92fe8503c9ecd257bb43691ce28dd2a1842138148b274b70e5fff0c785b97072e47607bebb6aa35892f409ec844a3b05007433d36679433b574223c9bab3bc8
data/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Release history for google-apis-servicenetworking_v1beta
2
2
 
3
+ ### v0.15.0 (2021-10-20)
4
+
5
+ * Unspecified changes
6
+
7
+ ### v0.14.0 (2021-09-01)
8
+
9
+ * Regenerated from discovery document revision 20210810
10
+
11
+ ### v0.13.0 (2021-08-05)
12
+
13
+ * Regenerated from discovery document revision 20210803
14
+
15
+ ### v0.12.0 (2021-07-08)
16
+
17
+ * Regenerated from discovery document revision 20210706
18
+
3
19
  ### v0.11.0 (2021-06-29)
4
20
 
5
21
  * Regenerated using generator version 0.4.0
data/OVERVIEW.md CHANGED
@@ -60,8 +60,8 @@ See the class reference docs for information on the methods you can call from a
60
60
 
61
61
  More detailed descriptions of the Google simple REST clients are available in two documents.
62
62
 
63
- * The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/master/docs/usage-guide.md) discusses how to make API calls, how to use the provided data structures, and how to work the various features of the client library, including media upload and download, error handling, retries, pagination, and logging.
64
- * The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/master/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
63
+ * The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/usage-guide.md) discusses how to make API calls, how to use the provided data structures, and how to work the various features of the client library, including media upload and download, error handling, retries, pagination, and logging.
64
+ * The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
65
65
 
66
66
  (Note: the above documents are written for the simple REST clients in general, and their examples may not reflect the Servicenetworking service in particular.)
67
67
 
@@ -1131,7 +1131,9 @@ module Google
1131
1131
  # @return [String]
1132
1132
  attr_accessor :service_root_url
1133
1133
 
1134
- # A short summary of what the service does. Can only be provided by plain text.
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 API(s).
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. Each pattern is a
1170
- # qualified name of the element which may end in "*", indicating a wildcard.
1171
- # Wildcards are only allowed at the end and for a whole component of the
1172
- # qualified name, i.e. "foo.*" is ok, but not "foo.b*" or "foo.*.bar". A
1173
- # wildcard will match one or more components. To specify a default for all
1174
- # applicable elements, the whole pattern "*" is used.
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. Example: types:
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.11.0"
19
+ GEM_VERSION = "0.15.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 = "20210525"
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 Platform data
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.11.0
4
+ version: 0.15.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-05 00:00:00.000000000 Z
11
+ date: 2021-10-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -57,9 +57,9 @@ licenses:
57
57
  - Apache-2.0
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
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.11.0
62
- source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-servicenetworking_v1beta
60
+ changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-servicenetworking_v1beta/CHANGELOG.md
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-servicenetworking_v1beta/v0.15.0
62
+ source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-servicenetworking_v1beta
63
63
  post_install_message:
64
64
  rdoc_options: []
65
65
  require_paths: