google-apis-networkconnectivity_v1 0.19.0 → 0.21.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: 649c1580799d2f838b6ec68b6da04cd42d4c2535872b55de71fb931bbf149aa0
4
- data.tar.gz: a59ad1336d09dc0f1fac3600f748ff45b6649bfed7f44eacf992a447997c7186
3
+ metadata.gz: 60e399d0cd105c3c65ae6073c1d505d405e9f41850d81260baaf44637b5190d9
4
+ data.tar.gz: 8146f6f132b140ccfe32717ce77c4b7762ea4350835a75b3f633cb4684b246dc
5
5
  SHA512:
6
- metadata.gz: 86f8bce240d28f36a765efa0909dfdf314a785549bf7887353025160fd24a397eed7086e4457e3264ab0d7edeba05362862df2d83bea79d1fabb5f935b12d7cb
7
- data.tar.gz: e614e67b28e02ca974ee04b95a9825fef359056d990cee17ed312493f1eeaf761fc910d6f621ea33b2c379626eba3cb0f3968ddae9401806b537d96ab82f20d7
6
+ metadata.gz: b18bab06b5269f02ca9dd4b4328f916df2b51af4c766cf156005327c891e75ac6bdd72cabc088ec1f40889742c5c5109c55f30f3606a491c72b0b5893d1a5ed9
7
+ data.tar.gz: 635cca256b62b2f0d7f651fa8f48eb27aaa219b4240f69c13d0f81d66b0b1a6faaa401067d49ff123cc0ff141993e2c5177a3efee0bd438616e8b45b4d321717
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-networkconnectivity_v1
2
2
 
3
+ ### v0.21.0 (2023-01-15)
4
+
5
+ * Regenerated from discovery document revision 20230105
6
+ * Regenerated using generator version 0.11.1
7
+
8
+ ### v0.20.0 (2022-12-07)
9
+
10
+ * Regenerated from discovery document revision 20221201
11
+
3
12
  ### v0.19.0 (2022-10-27)
4
13
 
5
14
  * Regenerated from discovery document revision 20221020
@@ -378,11 +378,12 @@ module Google
378
378
  end
379
379
  end
380
380
 
381
- # A Network Connectivity Center hub is a collection of spokes. A single hub can
382
- # contain spokes from multiple regions. However, if any of a hub's spokes use
383
- # the data transfer feature, the resources associated with those spokes must all
384
- # reside in the same VPC network. Spokes that do not use data transfer can be
385
- # associated with any VPC network in your project.
381
+ # A Network Connectivity Center hub is a global management resource to which you
382
+ # attach spokes. A single hub can contain spokes from multiple regions. However,
383
+ # if any of a hub's spokes use the site-to-site data transfer feature, the
384
+ # resources associated with those spokes must all be in the same VPC network.
385
+ # Spokes that do not use site-to-site data transfer can be associated with any
386
+ # VPC network in your project.
386
387
  class Hub
387
388
  include Google::Apis::Core::Hashable
388
389
 
@@ -450,14 +451,14 @@ module Google
450
451
  end
451
452
  end
452
453
 
453
- # The InternalRange resource for IPAM operations within a VPC network. Used to
454
+ # The internal range resource for IPAM operations within a VPC network. Used to
454
455
  # represent a private address range along with behavioral characterstics of that
455
- # range (it's usage and peering behavior). Networking resources can link to this
456
- # range if they are created as belonging to it. Next id: 14
456
+ # range (its usage and peering behavior). Networking resources can link to this
457
+ # range if they are created as belonging to it.
457
458
  class InternalRange
458
459
  include Google::Apis::Core::Hashable
459
460
 
460
- # Time when the InternalRange was created.
461
+ # Time when the internal range was created.
461
462
  # Corresponds to the JSON property `createTime`
462
463
  # @return [String]
463
464
  attr_accessor :create_time
@@ -467,7 +468,7 @@ module Google
467
468
  # @return [String]
468
469
  attr_accessor :description
469
470
 
470
- # IP range that this InternalRange defines.
471
+ # The IP range that this internal range defines.
471
472
  # Corresponds to the JSON property `ipCidrRange`
472
473
  # @return [String]
473
474
  attr_accessor :ip_cidr_range
@@ -477,16 +478,16 @@ module Google
477
478
  # @return [Hash<String,String>]
478
479
  attr_accessor :labels
479
480
 
480
- # Immutable. The name of a InternalRange. Format: projects/`project`/locations/`
481
- # location`/internalRanges/`internal_range` See: https://google.aip.dev/122#
481
+ # Immutable. The name of an internal range. Format: projects/`project`/locations/
482
+ # `location`/internalRanges/`internal_range` See: https://google.aip.dev/122#
482
483
  # fields-representing-resource-names
483
484
  # Corresponds to the JSON property `name`
484
485
  # @return [String]
485
486
  attr_accessor :name
486
487
 
487
- # The URL or resource ID of the network in which to reserve the Internal Range.
488
- # The network cannot be deleted if there are any reserved Internal Ranges
489
- # referring to it. Legacy network is not supported. This can only be specified
488
+ # The URL or resource ID of the network in which to reserve the internal range.
489
+ # The network cannot be deleted if there are any reserved internal ranges
490
+ # referring to it. Legacy networks are not supported. This can only be specified
490
491
  # for a global internal address. Example: - URL: /compute/v1/projects/`project`/
491
492
  # global/networks/`resourceId` - ID: network123
492
493
  # Corresponds to the JSON property `network`
@@ -494,20 +495,20 @@ module Google
494
495
  attr_accessor :network
495
496
 
496
497
  # Optional. Types of resources that are allowed to overlap with the current
497
- # InternalRange.
498
+ # internal range.
498
499
  # Corresponds to the JSON property `overlaps`
499
500
  # @return [Array<String>]
500
501
  attr_accessor :overlaps
501
502
 
502
- # The type of peering set for this InternalRange.
503
+ # The type of peering set for this internal range.
503
504
  # Corresponds to the JSON property `peering`
504
505
  # @return [String]
505
506
  attr_accessor :peering
506
507
 
507
508
  # An alternate to ip_cidr_range. Can be set when trying to create a reservation
508
509
  # that automatically finds a free range of the given size. If both ip_cidr_range
509
- # and prefix_length are set, it's an error if the range sizes don't match. Can
510
- # also be used during updates to change the range size.
510
+ # and prefix_length are set, there is an error if the range sizes do not match.
511
+ # Can also be used during updates to change the range size.
511
512
  # Corresponds to the JSON property `prefixLength`
512
513
  # @return [Fixnum]
513
514
  attr_accessor :prefix_length
@@ -520,7 +521,7 @@ module Google
520
521
  # @return [Array<String>]
521
522
  attr_accessor :target_cidr_range
522
523
 
523
- # Time when the InternalRange was updated.
524
+ # Time when the internal range was updated.
524
525
  # Corresponds to the JSON property `updateTime`
525
526
  # @return [String]
526
527
  attr_accessor :update_time
@@ -531,10 +532,11 @@ module Google
531
532
  attr_accessor :usage
532
533
 
533
534
  # Output only. The list of resources that refer to this internal range.
534
- # Resources that use the InternalRange for their range allocation are referred
535
+ # Resources that use the internal range for their range allocation are referred
535
536
  # to as users of the range. Other resources mark themselves as users while doing
536
- # so by creating a reference to this InternalRange. Having a user, based on this
537
- # reference, prevents deletion of the InternalRange referred to. Can be empty.
537
+ # so by creating a reference to this internal range. Having a user, based on
538
+ # this reference, prevents deletion of the internal range referred to. Can be
539
+ # empty.
538
540
  # Corresponds to the JSON property `users`
539
541
  # @return [Array<String>]
540
542
  attr_accessor :users
@@ -712,7 +714,7 @@ module Google
712
714
  class ListInternalRangesResponse
713
715
  include Google::Apis::Core::Hashable
714
716
 
715
- # InternalRanges to be returned.
717
+ # Internal ranges to be returned.
716
718
  # Corresponds to the JSON property `internalRanges`
717
719
  # @return [Array<Google::Apis::NetworkconnectivityV1::InternalRange>]
718
720
  attr_accessor :internal_ranges
@@ -1129,11 +1131,11 @@ module Google
1129
1131
  end
1130
1132
  end
1131
1133
 
1132
- # A Network Connectivity Center spoke represents a connection between your
1133
- # Google Cloud network resources and a non-Google-Cloud network. When you create
1134
- # a spoke, you associate it with a hub. You must also identify a value for
1135
- # exactly one of the following fields: * linked_vpn_tunnels *
1136
- # linked_interconnect_attachments * linked_router_appliance_instances
1134
+ # A Network Connectivity Center spoke represents one or more network
1135
+ # connectivity resources. When you create a spoke, you associate it with a hub.
1136
+ # You must also identify a value for exactly one of the following fields: *
1137
+ # linked_vpn_tunnels * linked_interconnect_attachments *
1138
+ # linked_router_appliance_instances
1137
1139
  class Spoke
1138
1140
  include Google::Apis::Core::Hashable
1139
1141
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module NetworkconnectivityV1
18
18
  # Version of the google-apis-networkconnectivity_v1 gem
19
- GEM_VERSION = "0.19.0"
19
+ GEM_VERSION = "0.21.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.11.0"
22
+ GENERATOR_VERSION = "0.11.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20221020"
25
+ REVISION = "20230105"
26
26
  end
27
27
  end
28
28
  end
@@ -582,9 +582,9 @@ module Google
582
582
  execute_or_queue_command(command, &block)
583
583
  end
584
584
 
585
- # Creates a new InternalRange in a given project and location.
585
+ # Creates a new internal range in a given project and location.
586
586
  # @param [String] parent
587
- # Required. The parent resource's name of the InternalRange.
587
+ # Required. The parent resource's name of the internal range.
588
588
  # @param [Google::Apis::NetworkconnectivityV1::InternalRange] internal_range_object
589
589
  # @param [String] internal_range_id
590
590
  # Optional. Resource ID (i.e. 'foo' in '[...]/projects/p/locations/l/
@@ -632,9 +632,9 @@ module Google
632
632
  execute_or_queue_command(command, &block)
633
633
  end
634
634
 
635
- # Deletes a single InternalRange.
635
+ # Deletes a single internal range.
636
636
  # @param [String] name
637
- # Required. The name of the InternalRange to delete.
637
+ # Required. The name of the internal range to delete.
638
638
  # @param [String] request_id
639
639
  # Optional. An optional request ID to identify requests. Specify a unique
640
640
  # request ID so that if you must retry your request, the server will know to
@@ -674,7 +674,7 @@ module Google
674
674
  execute_or_queue_command(command, &block)
675
675
  end
676
676
 
677
- # Gets details of a single InternalRange.
677
+ # Gets details of a single internal range.
678
678
  # @param [String] name
679
679
  # Required. Name of the InternalRange to get.
680
680
  # @param [String] fields
@@ -704,7 +704,7 @@ module Google
704
704
  execute_or_queue_command(command, &block)
705
705
  end
706
706
 
707
- # Lists InternalRanges in a given project and location.
707
+ # Lists internal ranges in a given project and location.
708
708
  # @param [String] parent
709
709
  # Required. The parent resource's name.
710
710
  # @param [String] filter
@@ -746,10 +746,10 @@ module Google
746
746
  execute_or_queue_command(command, &block)
747
747
  end
748
748
 
749
- # Updates the parameters of a single InternalRange.
749
+ # Updates the parameters of a single internal range.
750
750
  # @param [String] name
751
- # Immutable. The name of a InternalRange. Format: projects/`project`/locations/`
752
- # location`/internalRanges/`internal_range` See: https://google.aip.dev/122#
751
+ # Immutable. The name of an internal range. Format: projects/`project`/locations/
752
+ # `location`/internalRanges/`internal_range` See: https://google.aip.dev/122#
753
753
  # fields-representing-resource-names
754
754
  # @param [Google::Apis::NetworkconnectivityV1::InternalRange] internal_range_object
755
755
  # @param [String] request_id
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-networkconnectivity_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.19.0
4
+ version: 0.21.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: 2022-10-31 00:00:00.000000000 Z
11
+ date: 2023-01-15 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/main/generated/google-apis-networkconnectivity_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-networkconnectivity_v1/v0.19.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-networkconnectivity_v1/v0.21.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-networkconnectivity_v1
63
63
  post_install_message:
64
64
  rdoc_options: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.3.14
78
+ rubygems_version: 3.4.2
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Network Connectivity API V1