google-apis-servicenetworking_v1 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: d939ca0dfa301fdf48867076570ce045a9f799c26252e629e844db18606bd604
4
- data.tar.gz: 87a79cbc4d374f7ad813599e28bb595629a4b47307d0e073f2cd2c4a8f0c8a80
3
+ metadata.gz: 92cb0cdcc086c268330dc21b54a939fb2e47332b44c69cde610e5dea2581913f
4
+ data.tar.gz: 74f59a92f09d4f18972ddce325a3713941b30802fa5ca6740678f277c2bf7b83
5
5
  SHA512:
6
- metadata.gz: 51fc3f7e443a2ec830d0b0a4ab8dfab2454c04fddef9dff693c73323cf5c55302b5186072b0928a10ce29e72ffddd69beaa01b9af344d453f93dd278533518a8
7
- data.tar.gz: 6955473a3f03be07e80d46d4e3939cbb146c48c32936d3718c1135bfd774864905454bd4a2a29a8ae178d211c04fc8c2f9d7907d095ec00f61580780ae413ecb
6
+ metadata.gz: b59b4e2dccee984d63f9490fbcc82bb9f1c8c9ca3160755fe0225037f69d63f7afe53da18471670121e77f2d7d1fc4df6c2097d536ae72415e53a3c5ec5d53b8
7
+ data.tar.gz: 45c232d37b720fc4326c5833f6b3f37e9e76d4d68eabe662e0d2f2fa4abfad32fe240cfd3aa5368ac389006f0968d507d21c8b46078a7806f0d2c4452f8d39e6
data/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Release history for google-apis-servicenetworking_v1
2
2
 
3
+ ### v0.15.0 (2021-09-28)
4
+
5
+ * Regenerated from discovery document revision 20210924
6
+
7
+ ### v0.14.0 (2021-09-01)
8
+
9
+ * Regenerated from discovery document revision 20210813
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
@@ -246,6 +246,21 @@ module Google
246
246
  # @return [Fixnum]
247
247
  attr_accessor :ip_prefix_length
248
248
 
249
+ # Optional. Enable outside allocation using public IP addresses. Any public IP
250
+ # range may be specified. If this field is provided, we will not use customer
251
+ # reserved ranges for this primary IP range.
252
+ # Corresponds to the JSON property `outsideAllocationPublicIpRange`
253
+ # @return [String]
254
+ attr_accessor :outside_allocation_public_ip_range
255
+
256
+ # Optional. The private IPv6 google access type for the VMs in this subnet. For
257
+ # information about the access types that can be set using this field, see [
258
+ # subnetwork](https://cloud.google.com/compute/docs/reference/rest/v1/
259
+ # subnetworks) in the Compute API documentation.
260
+ # Corresponds to the JSON property `privateIpv6GoogleAccess`
261
+ # @return [String]
262
+ attr_accessor :private_ipv6_google_access
263
+
249
264
  # Required. The name of a [region](/compute/docs/regions-zones) for the subnet,
250
265
  # such `europe-west1`.
251
266
  # Corresponds to the JSON property `region`
@@ -299,6 +314,8 @@ module Google
299
314
  @consumer_network = args[:consumer_network] if args.key?(:consumer_network)
300
315
  @description = args[:description] if args.key?(:description)
301
316
  @ip_prefix_length = args[:ip_prefix_length] if args.key?(:ip_prefix_length)
317
+ @outside_allocation_public_ip_range = args[:outside_allocation_public_ip_range] if args.key?(:outside_allocation_public_ip_range)
318
+ @private_ipv6_google_access = args[:private_ipv6_google_access] if args.key?(:private_ipv6_google_access)
302
319
  @region = args[:region] if args.key?(:region)
303
320
  @requested_address = args[:requested_address] if args.key?(:requested_address)
304
321
  @requested_ranges = args[:requested_ranges] if args.key?(:requested_ranges)
@@ -1326,7 +1343,9 @@ module Google
1326
1343
  # @return [String]
1327
1344
  attr_accessor :service_root_url
1328
1345
 
1329
- # A short summary of what the service does. Can only be provided by plain text.
1346
+ # A short description of what the service does. The summary must be plain text.
1347
+ # It becomes the overview of the service displayed in Google Cloud Console. NOTE:
1348
+ # This field is equivalent to the standard field `description`.
1330
1349
  # Corresponds to the JSON property `summary`
1331
1350
  # @return [String]
1332
1351
  attr_accessor :summary
@@ -1356,17 +1375,20 @@ module Google
1356
1375
  # @return [String]
1357
1376
  attr_accessor :deprecation_description
1358
1377
 
1359
- # Description of the selected API(s).
1378
+ # Description of the selected proto element (e.g. a message, a method, a '
1379
+ # service' definition, or a field). Defaults to leading & trailing comments
1380
+ # taken from the proto source definition of the proto element.
1360
1381
  # Corresponds to the JSON property `description`
1361
1382
  # @return [String]
1362
1383
  attr_accessor :description
1363
1384
 
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.
1385
+ # The selector is a comma-separated list of patterns for any element such as a
1386
+ # method, a field, an enum value. Each pattern is a qualified name of the
1387
+ # element which may end in "*", indicating a wildcard. Wildcards are only
1388
+ # allowed at the end and for a whole component of the qualified name, i.e. "foo.*
1389
+ # " is ok, but not "foo.b*" or "foo.*.bar". A wildcard will match one or more
1390
+ # components. To specify a default for all applicable elements, the whole
1391
+ # pattern "*" is used.
1370
1392
  # Corresponds to the JSON property `selector`
1371
1393
  # @return [String]
1372
1394
  attr_accessor :selector
@@ -2596,7 +2618,10 @@ module Google
2596
2618
  attr_accessor :name
2597
2619
 
2598
2620
  # Required. The monitored resource type. For example, the type `"
2599
- # cloudsql_database"` represents databases in Google Cloud SQL.
2621
+ # cloudsql_database"` represents databases in Google Cloud SQL. For a list of
2622
+ # types, see [Monitoring resource types](https://cloud.google.com/monitoring/api/
2623
+ # resources) and [Logging resource types](https://cloud.google.com/logging/docs/
2624
+ # api/v2/resource-list).
2600
2625
  # Corresponds to the JSON property `type`
2601
2626
  # @return [String]
2602
2627
  attr_accessor :type
@@ -2834,7 +2859,8 @@ module Google
2834
2859
  include Google::Apis::Core::Hashable
2835
2860
 
2836
2861
  # The Markdown content of the page. You can use (== include `path` ==) to
2837
- # include content from a Markdown file.
2862
+ # include content from a Markdown file. The content can be used to produce the
2863
+ # documentation page such as HTML format page.
2838
2864
  # Corresponds to the JSON property `content`
2839
2865
  # @return [String]
2840
2866
  attr_accessor :content
@@ -2887,7 +2913,8 @@ module Google
2887
2913
  class PeeredDnsDomain
2888
2914
  include Google::Apis::Core::Hashable
2889
2915
 
2890
- # The DNS domain name suffix e.g. `example.com.`.
2916
+ # The DNS domain name suffix e.g. `example.com.`. Cloud DNS requires that a DNS
2917
+ # suffix ends with a trailing dot.
2891
2918
  # Corresponds to the JSON property `dnsSuffix`
2892
2919
  # @return [String]
2893
2920
  attr_accessor :dns_suffix
@@ -3411,6 +3438,13 @@ module Google
3411
3438
  # @return [Fixnum]
3412
3439
  attr_accessor :ip_prefix_length
3413
3440
 
3441
+ # Optional. Enable outside allocation using public IP addresses. Any public IP
3442
+ # range may be specified. If this field is provided, we will not use customer
3443
+ # reserved ranges for this secondary IP range.
3444
+ # Corresponds to the JSON property `outsideAllocationPublicIpRange`
3445
+ # @return [String]
3446
+ attr_accessor :outside_allocation_public_ip_range
3447
+
3414
3448
  # Required. A name for the secondary IP range. The name must be 1-63 characters
3415
3449
  # long, and comply with RFC1035. The name must be unique within the subnetwork.
3416
3450
  # Corresponds to the JSON property `rangeName`
@@ -3433,6 +3467,7 @@ module Google
3433
3467
  # Update properties of this object
3434
3468
  def update!(**args)
3435
3469
  @ip_prefix_length = args[:ip_prefix_length] if args.key?(:ip_prefix_length)
3470
+ @outside_allocation_public_ip_range = args[:outside_allocation_public_ip_range] if args.key?(:outside_allocation_public_ip_range)
3436
3471
  @range_name = args[:range_name] if args.key?(:range_name)
3437
3472
  @requested_address = args[:requested_address] if args.key?(:requested_address)
3438
3473
  end
@@ -3575,8 +3610,8 @@ module Google
3575
3610
 
3576
3611
  # A list of all enum types included in this API service. Enums referenced
3577
3612
  # 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
3613
+ # are not referenced but shall be included should be listed here by name by the
3614
+ # configuration author. Example: enums: - name: google.someapi.v1.SomeEnum
3580
3615
  # Corresponds to the JSON property `enums`
3581
3616
  # @return [Array<Google::Apis::ServicenetworkingV1::Enum>]
3582
3617
  attr_accessor :enums
@@ -3709,7 +3744,8 @@ module Google
3709
3744
  # @return [Array<Google::Apis::ServicenetworkingV1::Type>]
3710
3745
  attr_accessor :system_types
3711
3746
 
3712
- # The product title for this service.
3747
+ # The product title for this service, it is the name displayed in Google Cloud
3748
+ # Console.
3713
3749
  # Corresponds to the JSON property `title`
3714
3750
  # @return [String]
3715
3751
  attr_accessor :title
@@ -3717,8 +3753,8 @@ module Google
3717
3753
  # A list of all proto message types included in this API service. Types
3718
3754
  # referenced directly or indirectly by the `apis` are automatically included.
3719
3755
  # 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
3756
+ # the `google.protobuf.Any` type, should be listed here by name by the
3757
+ # configuration author. Example: types: - name: google.protobuf.Int32
3722
3758
  # Corresponds to the JSON property `types`
3723
3759
  # @return [Array<Google::Apis::ServicenetworkingV1::Type>]
3724
3760
  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.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 = "20210924"
26
26
  end
27
27
  end
28
28
  end
@@ -705,6 +705,8 @@ 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 :outside_allocation_public_ip_range, as: 'outsideAllocationPublicIpRange'
709
+ property :private_ipv6_google_access, as: 'privateIpv6GoogleAccess'
708
710
  property :region, as: 'region'
709
711
  property :requested_address, as: 'requestedAddress'
710
712
  collection :requested_ranges, as: 'requestedRanges'
@@ -1440,6 +1442,7 @@ module Google
1440
1442
  # @private
1441
1443
  class Representation < Google::Apis::Core::JsonRepresentation
1442
1444
  property :ip_prefix_length, as: 'ipPrefixLength'
1445
+ property :outside_allocation_public_ip_range, as: 'outsideAllocationPublicIpRange'
1443
1446
  property :range_name, as: 'rangeName'
1444
1447
  property :requested_address, as: 'requestedAddress'
1445
1448
  end
@@ -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.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-04 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.15.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: []