google-apis-servicenetworking_v1 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: 4f07275bff6e1db6a75521224d7468ee257abe0264019c4dbfb6cba6eb83940a
4
- data.tar.gz: 37de704f06a7d0823ca11753c13c228d4ac83323492f1e40e1ad275d93ee1ed1
3
+ metadata.gz: 43db36b3fc48d892f56f7fa50c5f8734097cfd878c4ab89de1400cb7a6771b0a
4
+ data.tar.gz: 88e2ef84d82a85845e02a8e371d489a18d36f0a3a4eb4cb849fd0acf9969d678
5
5
  SHA512:
6
- metadata.gz: 5846ae34e4feaa7dd88f226fe2368535bcfa04afaea08e17a16ed87c90f410ed2ee80dd16568582c4f325f803083aacbbcd3366eec78cc59bf5b07ad85280e73
7
- data.tar.gz: 8a62ffc69bb04f97f9ad753235117a2f6e1c6b62cf011f5ef729bd3efe1a2b2ae82d371b11b0168aa2ece91152df7df3b4ba3a3203c0899498d57d76ae89d176
6
+ metadata.gz: 0a2c39c38e586edf979b794d987233cca223b02875eccb5823934025546b16fbf18108e8b52129988f66eb8deab7197b8ce73764ec4c1929070bf127c6ae9d2a
7
+ data.tar.gz: 2b42b8ff76cbde3654730f93729133eabe5be0693a9b5d984cdbcede0a7c4adbfd82eb0023c5b6484bd04cfbfc2118a8d144b158bd25f5adf6a8a2223a7a1e70
data/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Release history for google-apis-servicenetworking_v1
2
2
 
3
+ ### v0.14.0 (2021-09-01)
4
+
5
+ * Regenerated from discovery document revision 20210813
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
@@ -246,6 +246,14 @@ module Google
246
246
  # @return [Fixnum]
247
247
  attr_accessor :ip_prefix_length
248
248
 
249
+ # Optional. The private IPv6 google access type for the VMs in this subnet. For
250
+ # information about the access types that can be set using this field, see [
251
+ # subnetwork](https://cloud.google.com/compute/docs/reference/rest/v1/
252
+ # subnetworks) in the Compute API documentation.
253
+ # Corresponds to the JSON property `privateIpv6GoogleAccess`
254
+ # @return [String]
255
+ attr_accessor :private_ipv6_google_access
256
+
249
257
  # Required. The name of a [region](/compute/docs/regions-zones) for the subnet,
250
258
  # such `europe-west1`.
251
259
  # Corresponds to the JSON property `region`
@@ -299,6 +307,7 @@ module Google
299
307
  @consumer_network = args[:consumer_network] if args.key?(:consumer_network)
300
308
  @description = args[:description] if args.key?(:description)
301
309
  @ip_prefix_length = args[:ip_prefix_length] if args.key?(:ip_prefix_length)
310
+ @private_ipv6_google_access = args[:private_ipv6_google_access] if args.key?(:private_ipv6_google_access)
302
311
  @region = args[:region] if args.key?(:region)
303
312
  @requested_address = args[:requested_address] if args.key?(:requested_address)
304
313
  @requested_ranges = args[:requested_ranges] if args.key?(:requested_ranges)
@@ -1326,7 +1335,9 @@ module Google
1326
1335
  # @return [String]
1327
1336
  attr_accessor :service_root_url
1328
1337
 
1329
- # A short summary of what the service does. Can only be provided by plain text.
1338
+ # A short description of what the service does. The summary must be plain text.
1339
+ # It becomes the overview of the service displayed in Google Cloud Console. NOTE:
1340
+ # This field is equivalent to the standard field `description`.
1330
1341
  # Corresponds to the JSON property `summary`
1331
1342
  # @return [String]
1332
1343
  attr_accessor :summary
@@ -1356,17 +1367,20 @@ module Google
1356
1367
  # @return [String]
1357
1368
  attr_accessor :deprecation_description
1358
1369
 
1359
- # Description of the selected API(s).
1370
+ # Description of the selected proto element (e.g. a message, a method, a '
1371
+ # service' definition, or a field). Defaults to leading & trailing comments
1372
+ # taken from the proto source definition of the proto element.
1360
1373
  # Corresponds to the JSON property `description`
1361
1374
  # @return [String]
1362
1375
  attr_accessor :description
1363
1376
 
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.
1377
+ # The selector is a comma-separated list of patterns for any element such as a
1378
+ # method, a field, an enum value. Each pattern is a qualified name of the
1379
+ # element which may end in "*", indicating a wildcard. Wildcards are only
1380
+ # allowed at the end and for a whole component of the qualified name, i.e. "foo.*
1381
+ # " is ok, but not "foo.b*" or "foo.*.bar". A wildcard will match one or more
1382
+ # components. To specify a default for all applicable elements, the whole
1383
+ # pattern "*" is used.
1370
1384
  # Corresponds to the JSON property `selector`
1371
1385
  # @return [String]
1372
1386
  attr_accessor :selector
@@ -2596,7 +2610,10 @@ module Google
2596
2610
  attr_accessor :name
2597
2611
 
2598
2612
  # Required. The monitored resource type. For example, the type `"
2599
- # cloudsql_database"` represents databases in Google Cloud SQL.
2613
+ # cloudsql_database"` represents databases in Google Cloud SQL. For a list of
2614
+ # types, see [Monitoring resource types](https://cloud.google.com/monitoring/api/
2615
+ # resources) and [Logging resource types](https://cloud.google.com/logging/docs/
2616
+ # api/v2/resource-list).
2600
2617
  # Corresponds to the JSON property `type`
2601
2618
  # @return [String]
2602
2619
  attr_accessor :type
@@ -2834,7 +2851,8 @@ module Google
2834
2851
  include Google::Apis::Core::Hashable
2835
2852
 
2836
2853
  # The Markdown content of the page. You can use (== include `path` ==) to
2837
- # include content from a Markdown file.
2854
+ # include content from a Markdown file. The content can be used to produce the
2855
+ # documentation page such as HTML format page.
2838
2856
  # Corresponds to the JSON property `content`
2839
2857
  # @return [String]
2840
2858
  attr_accessor :content
@@ -2887,7 +2905,8 @@ module Google
2887
2905
  class PeeredDnsDomain
2888
2906
  include Google::Apis::Core::Hashable
2889
2907
 
2890
- # The DNS domain name suffix e.g. `example.com.`.
2908
+ # The DNS domain name suffix e.g. `example.com.`. Cloud DNS requires that a DNS
2909
+ # suffix ends with a trailing dot.
2891
2910
  # Corresponds to the JSON property `dnsSuffix`
2892
2911
  # @return [String]
2893
2912
  attr_accessor :dns_suffix
@@ -3575,8 +3594,8 @@ module Google
3575
3594
 
3576
3595
  # A list of all enum types included in this API service. Enums referenced
3577
3596
  # 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
3597
+ # are not referenced but shall be included should be listed here by name by the
3598
+ # configuration author. Example: enums: - name: google.someapi.v1.SomeEnum
3580
3599
  # Corresponds to the JSON property `enums`
3581
3600
  # @return [Array<Google::Apis::ServicenetworkingV1::Enum>]
3582
3601
  attr_accessor :enums
@@ -3709,7 +3728,8 @@ module Google
3709
3728
  # @return [Array<Google::Apis::ServicenetworkingV1::Type>]
3710
3729
  attr_accessor :system_types
3711
3730
 
3712
- # The product title for this service.
3731
+ # The product title for this service, it is the name displayed in Google Cloud
3732
+ # Console.
3713
3733
  # Corresponds to the JSON property `title`
3714
3734
  # @return [String]
3715
3735
  attr_accessor :title
@@ -3717,8 +3737,8 @@ module Google
3717
3737
  # A list of all proto message types included in this API service. Types
3718
3738
  # referenced directly or indirectly by the `apis` are automatically included.
3719
3739
  # 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
3740
+ # the `google.protobuf.Any` type, should be listed here by name by the
3741
+ # configuration author. Example: types: - name: google.protobuf.Int32
3722
3742
  # Corresponds to the JSON property `types`
3723
3743
  # @return [Array<Google::Apis::ServicenetworkingV1::Type>]
3724
3744
  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.10.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.3.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 = "20210813"
26
26
  end
27
27
  end
28
28
  end
@@ -705,6 +705,7 @@ module Google
705
705
  property :consumer_network, as: 'consumerNetwork'
706
706
  property :description, as: 'description'
707
707
  property :ip_prefix_length, as: 'ipPrefixLength'
708
+ property :private_ipv6_google_access, as: 'privateIpv6GoogleAccess'
708
709
  property :region, as: 'region'
709
710
  property :requested_address, as: 'requestedAddress'
710
711
  collection :requested_ranges, as: 'requestedRanges'
@@ -30,7 +30,7 @@ module Google
30
30
  # This is NOT the gem version.
31
31
  VERSION = 'V1'
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_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.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-28 00:00:00.000000000 Z
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.3'
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.3'
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_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-servicenetworking_v1/v0.10.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-servicenetworking_v1/v0.14.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: []