google-apis-servicenetworking_v1 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: 2d95a6e721c8928d93e55e904e9f5ec96ec1ab92518b930d0fd76e9e17c3369d
4
- data.tar.gz: b2eef422736718d29acde70dee4be46c11e35e3b32c849d4053685662ac1e4a2
3
+ metadata.gz: 18aebaf97f33e9df8cafa92ec987999169275a1d6044536654fafef0066e9107
4
+ data.tar.gz: 71f9310915563d668969a9011e895acf6c7030ece17ecc6c16790c4f559698de
5
5
  SHA512:
6
- metadata.gz: 2ba2d60fa4bc3a68e636966e2934bd13848554232b28ce1cd93810f99de600cf095212b546624a0cd94cc257930b2853ac8a4fb4f078332863392ae4ab2a4dd1
7
- data.tar.gz: def02cdb35f1d13b7f883464c52576b3944a5a4b2a9ea771165e4513be0cc5e1bc2809bdbae87f26b7e0407833705c052a43cd91605a85ba36e721903ce6021e
6
+ metadata.gz: f36587cdf033b7384a7551bb981637ee185a07ab15d0598da01f6eaa9ad2297275917ced11da9f359b17956d7c8ac0029a7253fecfc28fbbebfb17a481f1a568
7
+ data.tar.gz: 36f92bcf8aaff039d226076daf9499f6499bc2083558ddf9acb66fad19b14e100447a093921866c22209d4ff0e444eb909a44b873aaf7dafbb4413fd47ede599
data/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Release history for google-apis-servicenetworking_v1
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
@@ -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,20 @@ module Google
1356
1358
  # @return [String]
1357
1359
  attr_accessor :deprecation_description
1358
1360
 
1359
- # Description of the selected API(s).
1361
+ # Description of the selected proto element (e.g. a message, a method, a '
1362
+ # service' definition, or a field). Defaults to leading & trailing comments
1363
+ # taken from the proto source definition of the proto element.
1360
1364
  # Corresponds to the JSON property `description`
1361
1365
  # @return [String]
1362
1366
  attr_accessor :description
1363
1367
 
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.
1368
+ # The selector is a comma-separated list of patterns for any element such as a
1369
+ # method, a field, an enum value. Each pattern is a qualified name of the
1370
+ # element which may end in "*", indicating a wildcard. Wildcards are only
1371
+ # allowed at the end and for a whole component of the qualified name, i.e. "foo.*
1372
+ # " is ok, but not "foo.b*" or "foo.*.bar". A wildcard will match one or more
1373
+ # components. To specify a default for all applicable elements, the whole
1374
+ # pattern "*" is used.
1370
1375
  # Corresponds to the JSON property `selector`
1371
1376
  # @return [String]
1372
1377
  attr_accessor :selector
@@ -2596,7 +2601,10 @@ module Google
2596
2601
  attr_accessor :name
2597
2602
 
2598
2603
  # Required. The monitored resource type. For example, the type `"
2599
- # cloudsql_database"` represents databases in Google Cloud SQL.
2604
+ # cloudsql_database"` represents databases in Google Cloud SQL. For a list of
2605
+ # types, see [Monitoring resource types](https://cloud.google.com/monitoring/api/
2606
+ # resources) and [Logging resource types](https://cloud.google.com/logging/docs/
2607
+ # api/v2/resource-list).
2600
2608
  # Corresponds to the JSON property `type`
2601
2609
  # @return [String]
2602
2610
  attr_accessor :type
@@ -2834,7 +2842,8 @@ module Google
2834
2842
  include Google::Apis::Core::Hashable
2835
2843
 
2836
2844
  # The Markdown content of the page. You can use (== include `path` ==) to
2837
- # include content from a Markdown file.
2845
+ # include content from a Markdown file. The content can be used to produce the
2846
+ # documentation page such as HTML format page.
2838
2847
  # Corresponds to the JSON property `content`
2839
2848
  # @return [String]
2840
2849
  attr_accessor :content
@@ -3575,8 +3584,8 @@ module Google
3575
3584
 
3576
3585
  # A list of all enum types included in this API service. Enums referenced
3577
3586
  # 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
3587
+ # are not referenced but shall be included should be listed here by name by the
3588
+ # configuration author. Example: enums: - name: google.someapi.v1.SomeEnum
3580
3589
  # Corresponds to the JSON property `enums`
3581
3590
  # @return [Array<Google::Apis::ServicenetworkingV1::Enum>]
3582
3591
  attr_accessor :enums
@@ -3709,7 +3718,8 @@ module Google
3709
3718
  # @return [Array<Google::Apis::ServicenetworkingV1::Type>]
3710
3719
  attr_accessor :system_types
3711
3720
 
3712
- # The product title for this service.
3721
+ # The product title for this service, it is the name displayed in Google Cloud
3722
+ # Console.
3713
3723
  # Corresponds to the JSON property `title`
3714
3724
  # @return [String]
3715
3725
  attr_accessor :title
@@ -3717,8 +3727,8 @@ module Google
3717
3727
  # A list of all proto message types included in this API service. Types
3718
3728
  # referenced directly or indirectly by the `apis` are automatically included.
3719
3729
  # 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
3730
+ # the `google.protobuf.Any` type, should be listed here by name by the
3731
+ # configuration author. Example: types: - name: google.protobuf.Int32
3722
3732
  # Corresponds to the JSON property `types`
3723
3733
  # @return [Array<Google::Apis::ServicenetworkingV1::Type>]
3724
3734
  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.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_v1
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 V1. 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_v1/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-servicenetworking_v1/v0.9.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-servicenetworking_v1/v0.13.0
56
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-servicenetworking_v1
57
63
  post_install_message:
58
64
  rdoc_options: []