google-apis-networkmanagement_v1 0.53.0 → 0.54.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a00964cbfb2214545aa3dfb78b1c2dc5779ae0a5c7bc7577a27354127f5137db
4
- data.tar.gz: c2a21b0648a6430ed313628819f069a7178153d10b679fd3050f04ebd1cff3e5
3
+ metadata.gz: 9672f6ef7331669d81fa5328ac2bb5d151084cb7f6cee73f4b1ddc425e5d601b
4
+ data.tar.gz: 2564791618085f5e3d3ce2a4567f413a3147372c31782010eea9f197a2619ff6
5
5
  SHA512:
6
- metadata.gz: 3432578ece886ec77b11d3342736a03a7b2de4831664a70a448d35aed83ae816689696e7742d04ca1fef0251c445b80a94bd7ddbdc531705538568c87098d9c1
7
- data.tar.gz: eff41110f33b05f2cadde5c82c00ac709968e160f8bf116484fbc46ded68306e212ef580d02ef8232037edb4398911197178e38685659d9c36c54414739244e4
6
+ metadata.gz: eec00dc9a72cee04e64c0cb8a593153c7d8d526a651d3bb4bf7b6b8f25540d38cb4df870ead22522aa5bfb68425efcb25f5a59a43e6aa304cabb52bed0b92c70
7
+ data.tar.gz: ff67598232dbeba028db2b889ff11ebcadd08cff90bcd53486fb26cccde6f85097c2dc9492656418c1459aaf330cf9a0164e06c3dadde38c22a24a4b8729206a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-networkmanagement_v1
2
2
 
3
+ ### v0.54.0 (2025-02-26)
4
+
5
+ * Regenerated from discovery document revision 20250219
6
+ * Regenerated using generator version 0.16.0
7
+
3
8
  ### v0.53.0 (2024-12-15)
4
9
 
5
10
  * Regenerated from discovery document revision 20241210
@@ -620,6 +620,50 @@ module Google
620
620
  end
621
621
  end
622
622
 
623
+ # For display only. Metadata associated with a serverless direct VPC egress
624
+ # connection.
625
+ class DirectVpcEgressConnectionInfo
626
+ include Google::Apis::Core::Hashable
627
+
628
+ # URI of direct access network.
629
+ # Corresponds to the JSON property `networkUri`
630
+ # @return [String]
631
+ attr_accessor :network_uri
632
+
633
+ # Region in which the Direct VPC egress is deployed.
634
+ # Corresponds to the JSON property `region`
635
+ # @return [String]
636
+ attr_accessor :region
637
+
638
+ # Selected starting IP address, from the selected IP range.
639
+ # Corresponds to the JSON property `selectedIpAddress`
640
+ # @return [String]
641
+ attr_accessor :selected_ip_address
642
+
643
+ # Selected IP range.
644
+ # Corresponds to the JSON property `selectedIpRange`
645
+ # @return [String]
646
+ attr_accessor :selected_ip_range
647
+
648
+ # URI of direct access subnetwork.
649
+ # Corresponds to the JSON property `subnetworkUri`
650
+ # @return [String]
651
+ attr_accessor :subnetwork_uri
652
+
653
+ def initialize(**args)
654
+ update!(**args)
655
+ end
656
+
657
+ # Update properties of this object
658
+ def update!(**args)
659
+ @network_uri = args[:network_uri] if args.key?(:network_uri)
660
+ @region = args[:region] if args.key?(:region)
661
+ @selected_ip_address = args[:selected_ip_address] if args.key?(:selected_ip_address)
662
+ @selected_ip_range = args[:selected_ip_range] if args.key?(:selected_ip_range)
663
+ @subnetwork_uri = args[:subnetwork_uri] if args.key?(:subnetwork_uri)
664
+ end
665
+ end
666
+
623
667
  # Details of the final state "drop" and associated resource.
624
668
  class DropInfo
625
669
  include Google::Apis::Core::Hashable
@@ -2500,6 +2544,25 @@ module Google
2500
2544
  end
2501
2545
  end
2502
2546
 
2547
+ # For display only. Metadata associated with a serverless public connection.
2548
+ class ServerlessExternalConnectionInfo
2549
+ include Google::Apis::Core::Hashable
2550
+
2551
+ # Selected starting IP address, from the Google dynamic address pool.
2552
+ # Corresponds to the JSON property `selectedIpAddress`
2553
+ # @return [String]
2554
+ attr_accessor :selected_ip_address
2555
+
2556
+ def initialize(**args)
2557
+ update!(**args)
2558
+ end
2559
+
2560
+ # Update properties of this object
2561
+ def update!(**args)
2562
+ @selected_ip_address = args[:selected_ip_address] if args.key?(:selected_ip_address)
2563
+ end
2564
+ end
2565
+
2503
2566
  # For display only. Metadata associated with the serverless network endpoint
2504
2567
  # group backend.
2505
2568
  class ServerlessNegInfo
@@ -2658,6 +2721,12 @@ module Google
2658
2721
  # @return [String]
2659
2722
  attr_accessor :description
2660
2723
 
2724
+ # For display only. Metadata associated with a serverless direct VPC egress
2725
+ # connection.
2726
+ # Corresponds to the JSON property `directVpcEgressConnection`
2727
+ # @return [Google::Apis::NetworkmanagementV1::DirectVpcEgressConnectionInfo]
2728
+ attr_accessor :direct_vpc_egress_connection
2729
+
2661
2730
  # Details of the final state "drop" and associated resource.
2662
2731
  # Corresponds to the JSON property `drop`
2663
2732
  # @return [Google::Apis::NetworkmanagementV1::DropInfo]
@@ -2752,6 +2821,11 @@ module Google
2752
2821
  # @return [Google::Apis::NetworkmanagementV1::RouteInfo]
2753
2822
  attr_accessor :route
2754
2823
 
2824
+ # For display only. Metadata associated with a serverless public connection.
2825
+ # Corresponds to the JSON property `serverlessExternalConnection`
2826
+ # @return [Google::Apis::NetworkmanagementV1::ServerlessExternalConnectionInfo]
2827
+ attr_accessor :serverless_external_connection
2828
+
2755
2829
  # For display only. Metadata associated with the serverless network endpoint
2756
2830
  # group backend.
2757
2831
  # Corresponds to the JSON property `serverlessNeg`
@@ -2797,6 +2871,7 @@ module Google
2797
2871
  @cloud_sql_instance = args[:cloud_sql_instance] if args.key?(:cloud_sql_instance)
2798
2872
  @deliver = args[:deliver] if args.key?(:deliver)
2799
2873
  @description = args[:description] if args.key?(:description)
2874
+ @direct_vpc_egress_connection = args[:direct_vpc_egress_connection] if args.key?(:direct_vpc_egress_connection)
2800
2875
  @drop = args[:drop] if args.key?(:drop)
2801
2876
  @endpoint = args[:endpoint] if args.key?(:endpoint)
2802
2877
  @firewall = args[:firewall] if args.key?(:firewall)
@@ -2814,6 +2889,7 @@ module Google
2814
2889
  @redis_cluster = args[:redis_cluster] if args.key?(:redis_cluster)
2815
2890
  @redis_instance = args[:redis_instance] if args.key?(:redis_instance)
2816
2891
  @route = args[:route] if args.key?(:route)
2892
+ @serverless_external_connection = args[:serverless_external_connection] if args.key?(:serverless_external_connection)
2817
2893
  @serverless_neg = args[:serverless_neg] if args.key?(:serverless_neg)
2818
2894
  @state = args[:state] if args.key?(:state)
2819
2895
  @storage_bucket = args[:storage_bucket] if args.key?(:storage_bucket)
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module NetworkmanagementV1
18
18
  # Version of the google-apis-networkmanagement_v1 gem
19
- GEM_VERSION = "0.53.0"
19
+ GEM_VERSION = "0.54.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.15.1"
22
+ GENERATOR_VERSION = "0.16.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20241210"
25
+ REVISION = "20250219"
26
26
  end
27
27
  end
28
28
  end
@@ -106,6 +106,12 @@ module Google
106
106
  include Google::Apis::Core::JsonObjectSupport
107
107
  end
108
108
 
109
+ class DirectVpcEgressConnectionInfo
110
+ class Representation < Google::Apis::Core::JsonRepresentation; end
111
+
112
+ include Google::Apis::Core::JsonObjectSupport
113
+ end
114
+
109
115
  class DropInfo
110
116
  class Representation < Google::Apis::Core::JsonRepresentation; end
111
117
 
@@ -310,6 +316,12 @@ module Google
310
316
  include Google::Apis::Core::JsonObjectSupport
311
317
  end
312
318
 
319
+ class ServerlessExternalConnectionInfo
320
+ class Representation < Google::Apis::Core::JsonRepresentation; end
321
+
322
+ include Google::Apis::Core::JsonObjectSupport
323
+ end
324
+
313
325
  class ServerlessNegInfo
314
326
  class Representation < Google::Apis::Core::JsonRepresentation; end
315
327
 
@@ -525,6 +537,17 @@ module Google
525
537
  end
526
538
  end
527
539
 
540
+ class DirectVpcEgressConnectionInfo
541
+ # @private
542
+ class Representation < Google::Apis::Core::JsonRepresentation
543
+ property :network_uri, as: 'networkUri'
544
+ property :region, as: 'region'
545
+ property :selected_ip_address, as: 'selectedIpAddress'
546
+ property :selected_ip_range, as: 'selectedIpRange'
547
+ property :subnetwork_uri, as: 'subnetworkUri'
548
+ end
549
+ end
550
+
528
551
  class DropInfo
529
552
  # @private
530
553
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -956,6 +979,13 @@ module Google
956
979
  end
957
980
  end
958
981
 
982
+ class ServerlessExternalConnectionInfo
983
+ # @private
984
+ class Representation < Google::Apis::Core::JsonRepresentation
985
+ property :selected_ip_address, as: 'selectedIpAddress'
986
+ end
987
+ end
988
+
959
989
  class ServerlessNegInfo
960
990
  # @private
961
991
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -998,6 +1028,8 @@ module Google
998
1028
  property :deliver, as: 'deliver', class: Google::Apis::NetworkmanagementV1::DeliverInfo, decorator: Google::Apis::NetworkmanagementV1::DeliverInfo::Representation
999
1029
 
1000
1030
  property :description, as: 'description'
1031
+ property :direct_vpc_egress_connection, as: 'directVpcEgressConnection', class: Google::Apis::NetworkmanagementV1::DirectVpcEgressConnectionInfo, decorator: Google::Apis::NetworkmanagementV1::DirectVpcEgressConnectionInfo::Representation
1032
+
1001
1033
  property :drop, as: 'drop', class: Google::Apis::NetworkmanagementV1::DropInfo, decorator: Google::Apis::NetworkmanagementV1::DropInfo::Representation
1002
1034
 
1003
1035
  property :endpoint, as: 'endpoint', class: Google::Apis::NetworkmanagementV1::EndpointInfo, decorator: Google::Apis::NetworkmanagementV1::EndpointInfo::Representation
@@ -1031,6 +1063,8 @@ module Google
1031
1063
 
1032
1064
  property :route, as: 'route', class: Google::Apis::NetworkmanagementV1::RouteInfo, decorator: Google::Apis::NetworkmanagementV1::RouteInfo::Representation
1033
1065
 
1066
+ property :serverless_external_connection, as: 'serverlessExternalConnection', class: Google::Apis::NetworkmanagementV1::ServerlessExternalConnectionInfo, decorator: Google::Apis::NetworkmanagementV1::ServerlessExternalConnectionInfo::Representation
1067
+
1034
1068
  property :serverless_neg, as: 'serverlessNeg', class: Google::Apis::NetworkmanagementV1::ServerlessNegInfo, decorator: Google::Apis::NetworkmanagementV1::ServerlessNegInfo::Representation
1035
1069
 
1036
1070
  property :state, as: 'state'
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-networkmanagement_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.53.0
4
+ version: 0.54.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2024-12-15 00:00:00.000000000 Z
10
+ date: 2025-03-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: google-apis-core
@@ -58,9 +57,8 @@ licenses:
58
57
  metadata:
59
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-networkmanagement_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-networkmanagement_v1/v0.53.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-networkmanagement_v1/v0.54.0
62
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-networkmanagement_v1
63
- post_install_message:
64
62
  rdoc_options: []
65
63
  require_paths:
66
64
  - lib
@@ -75,8 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
73
  - !ruby/object:Gem::Version
76
74
  version: '0'
77
75
  requirements: []
78
- rubygems_version: 3.5.23
79
- signing_key:
76
+ rubygems_version: 3.6.5
80
77
  specification_version: 4
81
78
  summary: Simple REST client for Network Management API V1
82
79
  test_files: []