google-apis-servicenetworking_v1 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: d939ca0dfa301fdf48867076570ce045a9f799c26252e629e844db18606bd604
4
- data.tar.gz: 87a79cbc4d374f7ad813599e28bb595629a4b47307d0e073f2cd2c4a8f0c8a80
3
+ metadata.gz: 41d1b7fa46e02a8a9c8c0007d06b56de6f1b664c0de8cdf690f49849f408f963
4
+ data.tar.gz: 9d5d29ecaeafa906a7c8015854483174469ed39bff9d9596050c761f8878560b
5
5
  SHA512:
6
- metadata.gz: 51fc3f7e443a2ec830d0b0a4ab8dfab2454c04fddef9dff693c73323cf5c55302b5186072b0928a10ce29e72ffddd69beaa01b9af344d453f93dd278533518a8
7
- data.tar.gz: 6955473a3f03be07e80d46d4e3939cbb146c48c32936d3718c1135bfd774864905454bd4a2a29a8ae178d211c04fc8c2f9d7907d095ec00f61580780ae413ecb
6
+ metadata.gz: 468ef7cac09ae47d7696dd1967e1f67461516b9d5b1c8c574ee3d371b936cc50451dedccff4521cc7052d6e2d1c738273ccab52670ca96a1518371cbc607179f
7
+ data.tar.gz: 3cbfa0099e0b75711d582246d7ad4f61abcb04e76953969123291ef78eabd79e249de559b316abf2b5a5cdc71e9cd92f8461a83f42c4ab1a46eacadbe6467c46
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-servicenetworking_v1
2
2
 
3
+ ### v0.12.0 (2021-07-08)
4
+
5
+ * Regenerated from discovery document revision 20210706
6
+
3
7
  ### v0.11.0 (2021-06-29)
4
8
 
5
9
  * Regenerated using generator version 0.4.0
@@ -1326,7 +1326,9 @@ module Google
1326
1326
  # @return [String]
1327
1327
  attr_accessor :service_root_url
1328
1328
 
1329
- # A short summary of what the service does. Can only be provided by plain text.
1329
+ # A short description of what the service does. The summary must be plain text.
1330
+ # It becomes the overview of the service displayed in Google Cloud Console. NOTE:
1331
+ # This field is equivalent to the standard field `description`.
1330
1332
  # Corresponds to the JSON property `summary`
1331
1333
  # @return [String]
1332
1334
  attr_accessor :summary
@@ -1356,17 +1358,19 @@ module Google
1356
1358
  # @return [String]
1357
1359
  attr_accessor :deprecation_description
1358
1360
 
1359
- # Description of the selected API(s).
1361
+ # The description is the comment in front of the selected proto element, such as
1362
+ # a message, a method, a 'service' definition, or a field.
1360
1363
  # Corresponds to the JSON property `description`
1361
1364
  # @return [String]
1362
1365
  attr_accessor :description
1363
1366
 
1364
- # The selector is a comma-separated list of patterns. Each pattern is a
1365
- # qualified name of the element which may end in "*", indicating a wildcard.
1366
- # Wildcards are only allowed at the end and for a whole component of the
1367
- # qualified name, i.e. "foo.*" is ok, but not "foo.b*" or "foo.*.bar". A
1368
- # wildcard will match one or more components. To specify a default for all
1369
- # applicable elements, the whole pattern "*" is used.
1367
+ # The selector is a comma-separated list of patterns for any element such as a
1368
+ # method, a field, an enum value. Each pattern is a qualified name of the
1369
+ # element which may end in "*", indicating a wildcard. Wildcards are only
1370
+ # allowed at the end and for a whole component of the qualified name, i.e. "foo.*
1371
+ # " is ok, but not "foo.b*" or "foo.*.bar". A wildcard will match one or more
1372
+ # components. To specify a default for all applicable elements, the whole
1373
+ # pattern "*" is used.
1370
1374
  # Corresponds to the JSON property `selector`
1371
1375
  # @return [String]
1372
1376
  attr_accessor :selector
@@ -2834,7 +2838,8 @@ module Google
2834
2838
  include Google::Apis::Core::Hashable
2835
2839
 
2836
2840
  # The Markdown content of the page. You can use (== include `path` ==) to
2837
- # include content from a Markdown file.
2841
+ # include content from a Markdown file. The content can be used to produce the
2842
+ # documentation page such as HTML format page.
2838
2843
  # Corresponds to the JSON property `content`
2839
2844
  # @return [String]
2840
2845
  attr_accessor :content
@@ -3575,8 +3580,8 @@ module Google
3575
3580
 
3576
3581
  # A list of all enum types included in this API service. Enums referenced
3577
3582
  # directly or indirectly by the `apis` are automatically included. Enums which
3578
- # are not referenced but shall be included should be listed here by name.
3579
- # Example: enums: - name: google.someapi.v1.SomeEnum
3583
+ # are not referenced but shall be included should be listed here by name by the
3584
+ # configuration author. Example: enums: - name: google.someapi.v1.SomeEnum
3580
3585
  # Corresponds to the JSON property `enums`
3581
3586
  # @return [Array<Google::Apis::ServicenetworkingV1::Enum>]
3582
3587
  attr_accessor :enums
@@ -3709,7 +3714,8 @@ module Google
3709
3714
  # @return [Array<Google::Apis::ServicenetworkingV1::Type>]
3710
3715
  attr_accessor :system_types
3711
3716
 
3712
- # The product title for this service.
3717
+ # The product title for this service, it is the name displayed in Google Cloud
3718
+ # Console.
3713
3719
  # Corresponds to the JSON property `title`
3714
3720
  # @return [String]
3715
3721
  attr_accessor :title
@@ -3717,8 +3723,8 @@ module Google
3717
3723
  # A list of all proto message types included in this API service. Types
3718
3724
  # referenced directly or indirectly by the `apis` are automatically included.
3719
3725
  # Messages which are not referenced but shall be included, such as types used by
3720
- # the `google.protobuf.Any` type, should be listed here by name. Example: types:
3721
- # - name: google.protobuf.Int32
3726
+ # the `google.protobuf.Any` type, should be listed here by name by the
3727
+ # configuration author. Example: types: - name: google.protobuf.Int32
3722
3728
  # Corresponds to the JSON property `types`
3723
3729
  # @return [Array<Google::Apis::ServicenetworkingV1::Type>]
3724
3730
  attr_accessor :types
@@ -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.11.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 = "20210525"
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_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.11.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-05 00:00:00.000000000 Z
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_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-servicenetworking_v1/v0.11.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-servicenetworking_v1/v0.12.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-servicenetworking_v1
63
63
  post_install_message:
64
64
  rdoc_options: []