google-apis-servicenetworking_v1beta 0.9.0 → 0.13.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: c9ed11a0d023ef41dfdd085253a50f8c850e93db06b83b68393eec9e76775ff6
4
- data.tar.gz: a74f7fdfd0091eee40ea8b8a85bbaf0ac9d81dd3f355d301ddcf10530bab388d
3
+ metadata.gz: c44a9c18c84e6745fe83d6b22f222ba89da978b25dc7f5b58bf94d29e44d85af
4
+ data.tar.gz: f5f6e71f295996860cab04fb2c3983dbf19570e0a450feb009e30937278df2ce
5
5
  SHA512:
6
- metadata.gz: 9a8e04bbe8640b77503b5accc8265ae180ea08c1fc58bf202c724d879fda701d8d1ecda202eb0ff4d71dec5dca3be46c63c1967e6c4fb3ebb4b444d86acda7ca
7
- data.tar.gz: c71e84078bcdb6f9d73e41d63231a7648f89e76da18a144aa75d110886e7f67513605b59cfc539f2e08b42ea48c328e72ed8fc0eba12150c68c933e75d819bb9
6
+ metadata.gz: 4549c9aeee55238bcd3b8a506da34b5faf5443be25f3a2e9deba77efa1611db4b5faecece8652724de38977ca70da0f58793b71546e4429fdfce5a400763e796
7
+ data.tar.gz: 8bbe1132ef22c0903f7b76943e7098936babe29d3aba145679c8758731b3762f193753dacce12da16ac65564d662a2252077f98c333a9913a5065ec10c7513b8
data/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Release history for google-apis-servicenetworking_v1beta
2
2
 
3
+ ### v0.13.0 (2021-08-05)
4
+
5
+ * Regenerated from discovery document revision 20210803
6
+
7
+ ### v0.12.0 (2021-07-08)
8
+
9
+ * Regenerated from discovery document revision 20210706
10
+
11
+ ### v0.11.0 (2021-06-29)
12
+
13
+ * Regenerated using generator version 0.4.0
14
+
15
+ ### v0.10.0 (2021-06-24)
16
+
17
+ * Regenerated using generator version 0.3.0
18
+
3
19
  ### v0.9.0 (2021-05-27)
4
20
 
5
21
  * Regenerated from discovery document revision 20210525
@@ -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
@@ -3144,8 +3153,8 @@ module Google
3144
3153
 
3145
3154
  # A list of all enum types included in this API service. Enums referenced
3146
3155
  # 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
3156
+ # are not referenced but shall be included should be listed here by name by the
3157
+ # configuration author. Example: enums: - name: google.someapi.v1.SomeEnum
3149
3158
  # Corresponds to the JSON property `enums`
3150
3159
  # @return [Array<Google::Apis::ServicenetworkingV1beta::Enum>]
3151
3160
  attr_accessor :enums
@@ -3278,7 +3287,8 @@ module Google
3278
3287
  # @return [Array<Google::Apis::ServicenetworkingV1beta::Type>]
3279
3288
  attr_accessor :system_types
3280
3289
 
3281
- # The product title for this service.
3290
+ # The product title for this service, it is the name displayed in Google Cloud
3291
+ # Console.
3282
3292
  # Corresponds to the JSON property `title`
3283
3293
  # @return [String]
3284
3294
  attr_accessor :title
@@ -3286,8 +3296,8 @@ module Google
3286
3296
  # A list of all proto message types included in this API service. Types
3287
3297
  # referenced directly or indirectly by the `apis` are automatically included.
3288
3298
  # 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
3299
+ # the `google.protobuf.Any` type, should be listed here by name by the
3300
+ # configuration author. Example: types: - name: google.protobuf.Int32
3291
3301
  # Corresponds to the JSON property `types`
3292
3302
  # @return [Array<Google::Apis::ServicenetworkingV1beta::Type>]
3293
3303
  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.9.0"
19
+ GEM_VERSION = "0.13.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.2.0"
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 = "20210803"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,29 +1,35 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-servicenetworking_v1beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.0
4
+ version: 0.13.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-05-31 00:00:00.000000000 Z
11
+ date: 2021-08-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.1'
19
+ version: '0.4'
20
+ - - "<"
21
+ - !ruby/object:Gem::Version
22
+ version: 2.a
20
23
  type: :runtime
21
24
  prerelease: false
22
25
  version_requirements: !ruby/object:Gem::Requirement
23
26
  requirements:
24
- - - "~>"
27
+ - - ">="
28
+ - !ruby/object:Gem::Version
29
+ version: '0.4'
30
+ - - "<"
25
31
  - !ruby/object:Gem::Version
26
- version: '0.1'
32
+ version: 2.a
27
33
  description: This is the simple REST client for Service Networking API V1beta. Simple
28
34
  REST clients are Ruby client libraries that provide access to Google services via
29
35
  their HTTP REST API endpoints. These libraries are generated and updated automatically
@@ -52,7 +58,7 @@ licenses:
52
58
  metadata:
53
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-servicenetworking_v1beta/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-servicenetworking_v1beta/v0.9.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-servicenetworking_v1beta/v0.13.0
56
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-servicenetworking_v1beta
57
63
  post_install_message:
58
64
  rdoc_options: []