google-apis-networkconnectivity_v1alpha1 0.27.0 → 0.28.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: e9e837ab89a6739e0861102815ed2dc966ec5cd308d5f58f4834bbd96a56caaa
4
- data.tar.gz: 35da44aa1036baf21d1b725acb1168f60eb1e1e393e7a9aedc31cdcbb9e29ca7
3
+ metadata.gz: 340a533ea880e7a250f9d7c7b710b49e08cb0b8a2b8c1e495458c1121572cb90
4
+ data.tar.gz: '0088f5e4bd22bc02899751d5daa195eb3545aaa790842f4c4b9726abc4e88466'
5
5
  SHA512:
6
- metadata.gz: 660aa1126fba964787c45f8afa9bad11168fd70c5a0b2c30e9b7516df93b1bec9d120138816b4dffc1ae7a2799cc9ba18a02d2a6188d48dfdbef11db7ce3679c
7
- data.tar.gz: f315ad3831803255336322972a9e3f44172a4ecbf9dc652be3bf0e96a67dace4309e4ddc8b1b3d68c669cdb669808c2d33cdde45270d1c713a67d0fd7b2fe7f8
6
+ metadata.gz: c7686ac8e9780d499a677d6508f4357be00e0185fcc648b7d780ba26b98ddbcec19beec5f2bbf40b0f53b97eaa9d24fe7061e829cf6f0b92c8696860e8bf8f44
7
+ data.tar.gz: dd4be31052130f42ae866c5fa916bc5da8aee0485fc1790ad122ca39a81b46cbfea605e25519492a1ec1242ca7aff442751533863d13443dfbc220757ac456b4
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-networkconnectivity_v1alpha1
2
2
 
3
+ ### v0.28.0 (2023-01-15)
4
+
5
+ * Regenerated from discovery document revision 20230105
6
+ * Regenerated using generator version 0.11.1
7
+
3
8
  ### v0.27.0 (2022-11-08)
4
9
 
5
10
  * Regenerated from discovery document revision 20221107
@@ -446,14 +446,14 @@ module Google
446
446
  end
447
447
  end
448
448
 
449
- # The InternalRange resource for IPAM operations within a VPC network. Used to
449
+ # The internal range resource for IPAM operations within a VPC network. Used to
450
450
  # represent a private address range along with behavioral characterstics of that
451
- # range (it's usage and peering behavior). Networking resources can link to this
452
- # range if they are created as belonging to it. Next id: 14
451
+ # range (its usage and peering behavior). Networking resources can link to this
452
+ # range if they are created as belonging to it.
453
453
  class InternalRange
454
454
  include Google::Apis::Core::Hashable
455
455
 
456
- # Time when the InternalRange was created.
456
+ # Time when the internal range was created.
457
457
  # Corresponds to the JSON property `createTime`
458
458
  # @return [String]
459
459
  attr_accessor :create_time
@@ -463,7 +463,7 @@ module Google
463
463
  # @return [String]
464
464
  attr_accessor :description
465
465
 
466
- # IP range that this InternalRange defines.
466
+ # IP range that this internal range defines.
467
467
  # Corresponds to the JSON property `ipCidrRange`
468
468
  # @return [String]
469
469
  attr_accessor :ip_cidr_range
@@ -473,16 +473,16 @@ module Google
473
473
  # @return [Hash<String,String>]
474
474
  attr_accessor :labels
475
475
 
476
- # Immutable. The name of a InternalRange. Format: projects/`project`/locations/`
477
- # location`/internalRanges/`internal_range` See: https://google.aip.dev/122#
476
+ # Immutable. The name of an internal range. Format: projects/`project`/locations/
477
+ # `location`/internalRanges/`internal_range` See: https://google.aip.dev/122#
478
478
  # fields-representing-resource-names
479
479
  # Corresponds to the JSON property `name`
480
480
  # @return [String]
481
481
  attr_accessor :name
482
482
 
483
- # The URL or resource ID of the network in which to reserve the Internal Range.
484
- # The network cannot be deleted if there are any reserved Internal Ranges
485
- # referring to it. Legacy network is not supported. This can only be specified
483
+ # The URL or resource ID of the network in which to reserve the internal range.
484
+ # The network cannot be deleted if there are any reserved internal ranges
485
+ # referring to it. Legacy networks are not supported. This can only be specified
486
486
  # for a global internal address. Example: - URL: /compute/v1/projects/`project`/
487
487
  # global/networks/`resourceId` - ID: network123
488
488
  # Corresponds to the JSON property `network`
@@ -490,20 +490,20 @@ module Google
490
490
  attr_accessor :network
491
491
 
492
492
  # Optional. Types of resources that are allowed to overlap with the current
493
- # InternalRange.
493
+ # internal range.
494
494
  # Corresponds to the JSON property `overlaps`
495
495
  # @return [Array<String>]
496
496
  attr_accessor :overlaps
497
497
 
498
- # The type of peering set for this InternalRange.
498
+ # The type of peering set for this internal range.
499
499
  # Corresponds to the JSON property `peering`
500
500
  # @return [String]
501
501
  attr_accessor :peering
502
502
 
503
- # An alternate to ip_cidr_range. Can be set when trying to create a reservation
504
- # that automatically finds a free range of the given size. If both ip_cidr_range
505
- # and prefix_length are set, it's an error if the range sizes don't match. Can
506
- # also be used during updates to change the range size.
503
+ # An alternative to ip_cidr_range. Can be set when trying to create a
504
+ # reservation that automatically finds a free range of the given size. If both
505
+ # ip_cidr_range and prefix_length are set, there is an error if the range sizes
506
+ # do not match. Can also be used during updates to change the range size.
507
507
  # Corresponds to the JSON property `prefixLength`
508
508
  # @return [Fixnum]
509
509
  attr_accessor :prefix_length
@@ -516,21 +516,22 @@ module Google
516
516
  # @return [Array<String>]
517
517
  attr_accessor :target_cidr_range
518
518
 
519
- # Time when the InternalRange was updated.
519
+ # Time when the internal range was updated.
520
520
  # Corresponds to the JSON property `updateTime`
521
521
  # @return [String]
522
522
  attr_accessor :update_time
523
523
 
524
- # The type of usage set for this InternalRange.
524
+ # The type of usage set for this internal range.
525
525
  # Corresponds to the JSON property `usage`
526
526
  # @return [String]
527
527
  attr_accessor :usage
528
528
 
529
529
  # Output only. The list of resources that refer to this internal range.
530
- # Resources that use the InternalRange for their range allocation are referred
530
+ # Resources that use the internal range for their range allocation are referred
531
531
  # to as users of the range. Other resources mark themselves as users while doing
532
- # so by creating a reference to this InternalRange. Having a user, based on this
533
- # reference, prevents deletion of the InternalRange referred to. Can be empty.
532
+ # so by creating a reference to this internal range. Having a user, based on
533
+ # this reference, prevents deletion of the internal range that is referred to.
534
+ # Can be empty.
534
535
  # Corresponds to the JSON property `users`
535
536
  # @return [Array<String>]
536
537
  attr_accessor :users
@@ -593,7 +594,7 @@ module Google
593
594
  class ListInternalRangesResponse
594
595
  include Google::Apis::Core::Hashable
595
596
 
596
- # InternalRanges to be returned.
597
+ # Internal range to be returned.
597
598
  # Corresponds to the JSON property `internalRanges`
598
599
  # @return [Array<Google::Apis::NetworkconnectivityV1alpha1::InternalRange>]
599
600
  attr_accessor :internal_ranges
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module NetworkconnectivityV1alpha1
18
18
  # Version of the google-apis-networkconnectivity_v1alpha1 gem
19
- GEM_VERSION = "0.27.0"
19
+ GEM_VERSION = "0.28.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 = "20221107"
25
+ REVISION = "20230105"
26
26
  end
27
27
  end
28
28
  end
@@ -457,7 +457,7 @@ module Google
457
457
  execute_or_queue_command(command, &block)
458
458
  end
459
459
 
460
- # Creates a new InternalRange in a given project and location.
460
+ # Creates a new internal range in a given project and location.
461
461
  # @param [String] parent
462
462
  # Required. The parent resource's name of the InternalRange.
463
463
  # @param [Google::Apis::NetworkconnectivityV1alpha1::InternalRange] internal_range_object
@@ -471,7 +471,7 @@ module Google
471
471
  # ignore the request if it has already been completed. The server will guarantee
472
472
  # that for at least 60 minutes since the first request. For example, consider a
473
473
  # situation where you make an initial request and t he request times out. If you
474
- # make the request again with the same request ID, the server can check if
474
+ # make the request again with the same request ID, the server can check if the
475
475
  # original operation with the same request ID was received, and if so, will
476
476
  # ignore the second request. This prevents clients from accidentally creating
477
477
  # duplicate commitments. The request ID must be a valid UUID with the exception
@@ -507,7 +507,7 @@ module Google
507
507
  execute_or_queue_command(command, &block)
508
508
  end
509
509
 
510
- # Deletes a single InternalRange.
510
+ # Deletes a single internal range.
511
511
  # @param [String] name
512
512
  # Required. The name of the InternalRange to delete.
513
513
  # @param [String] request_id
@@ -516,7 +516,7 @@ module Google
516
516
  # ignore the request if it has already been completed. The server will guarantee
517
517
  # that for at least 60 minutes after the first request. For example, consider a
518
518
  # situation where you make an initial request and t he request times out. If you
519
- # make the request again with the same request ID, the server can check if
519
+ # make the request again with the same request ID, the server can check if the
520
520
  # original operation with the same request ID was received, and if so, will
521
521
  # ignore the second request. This prevents clients from accidentally creating
522
522
  # duplicate commitments. The request ID must be a valid UUID with the exception
@@ -549,7 +549,7 @@ module Google
549
549
  execute_or_queue_command(command, &block)
550
550
  end
551
551
 
552
- # Gets details of a single InternalRange.
552
+ # Gets details of a single internal range.
553
553
  # @param [String] name
554
554
  # Required. Name of the InternalRange to get.
555
555
  # @param [String] fields
@@ -624,7 +624,7 @@ module Google
624
624
  execute_or_queue_command(command, &block)
625
625
  end
626
626
 
627
- # Lists InternalRanges in a given project and location.
627
+ # Lists internal ranges in a given project and location.
628
628
  # @param [String] parent
629
629
  # Required. The parent resource's name.
630
630
  # @param [String] filter
@@ -666,10 +666,10 @@ module Google
666
666
  execute_or_queue_command(command, &block)
667
667
  end
668
668
 
669
- # Updates the parameters of a single InternalRange.
669
+ # Updates the parameters of a single internal range.
670
670
  # @param [String] name
671
- # Immutable. The name of a InternalRange. Format: projects/`project`/locations/`
672
- # location`/internalRanges/`internal_range` See: https://google.aip.dev/122#
671
+ # Immutable. The name of an internal range. Format: projects/`project`/locations/
672
+ # `location`/internalRanges/`internal_range` See: https://google.aip.dev/122#
673
673
  # fields-representing-resource-names
674
674
  # @param [Google::Apis::NetworkconnectivityV1alpha1::InternalRange] internal_range_object
675
675
  # @param [String] request_id
@@ -678,14 +678,14 @@ module Google
678
678
  # ignore the request if it has already been completed. The server will guarantee
679
679
  # that for at least 60 minutes since the first request. For example, consider a
680
680
  # situation where you make an initial request and t he request times out. If you
681
- # make the request again with the same request ID, the server can check if
681
+ # make the request again with the same request ID, the server can check if the
682
682
  # original operation with the same request ID was received, and if so, will
683
683
  # ignore the second request. This prevents clients from accidentally creating
684
684
  # duplicate commitments. The request ID must be a valid UUID with the exception
685
685
  # that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
686
686
  # @param [String] update_mask
687
687
  # Optional. Field mask is used to specify the fields to be overwritten in the
688
- # InternalRange resource by the update. The fields specified in the update_mask
688
+ # internal range resource by the update. The fields specified in the update_mask
689
689
  # are relative to the resource, not the full request. A field will be
690
690
  # overwritten if it is in the mask. If the user does not provide a mask then all
691
691
  # fields will be overwritten.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-networkconnectivity_v1alpha1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.27.0
4
+ version: 0.28.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-11-14 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_v1alpha1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-networkconnectivity_v1alpha1/v0.27.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-networkconnectivity_v1alpha1/v0.28.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-networkconnectivity_v1alpha1
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 V1alpha1