google-apis-networkmanagement_v1 0.28.0 → 0.30.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: cb792969a6cfab808398c11327ded6f10d8ad7976d1527d51481cd732207a70f
4
- data.tar.gz: aa90fb860fa831f99122b366f4226658e32853bef2fdf76b8142d48b43208bb5
3
+ metadata.gz: a01bcdef8ddb1ba47ba6775f71284f2bfc777f8dad3b23e97922c8da305b75fe
4
+ data.tar.gz: 73d35db3d422be43bfd70fd7d6e580fa5e3314598bce71236476a943a1231da2
5
5
  SHA512:
6
- metadata.gz: 7dc1289413a65075ff6eb04fd1dd07ee38964384a102c1df7c040515c34c58ed748ef24e1ba80680f89d534795e993e7e8b4a054d4e92717146b93908c5ea08b
7
- data.tar.gz: 42b5f8cbbc538270cdb0ee97bfb5a66a9617be66d0fc8cd2cef0ffc34926c295bcf13616a1db9189c05d507aec91febe1509dbe3b2ac1f2258324bbc20368a39
6
+ metadata.gz: dfc94c5541db188849426cddfd47b6cd8775923926fb86d4e2f0c142a7a82a2e3b1f27e3d50235fb00d0578cd4045aabd954927b3de29d115eea6fe00dfae6b1
7
+ data.tar.gz: 76501a1a61abce0d1ea569b3042aa7e137b16cc674092cc8e0642eb3bbe09338ce54d5ba5f9f9a2587b511724814df0432dbdeb58d4bbda7601c9b7dd0d8801f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-networkmanagement_v1
2
2
 
3
+ ### v0.30.0 (2023-07-16)
4
+
5
+ * Regenerated from discovery document revision 20230705
6
+
7
+ ### v0.29.0 (2023-06-11)
8
+
9
+ * Regenerated from discovery document revision 20230531
10
+
3
11
  ### v0.28.0 (2023-04-30)
4
12
 
5
13
  * Regenerated from discovery document revision 20230419
@@ -609,6 +609,16 @@ module Google
609
609
  # @return [String]
610
610
  attr_accessor :cloud_sql_instance
611
611
 
612
+ # A forwarding rule and its corresponding IP address represent the frontend
613
+ # configuration of a Google Cloud load balancer. Forwarding rules are also used
614
+ # for protocol forwarding, Private Service Connect and other network services to
615
+ # provide forwarding information in the control plane. Format: projects/`project`
616
+ # /global/forwardingRules/`id` or projects/`project`/regions/`region`/
617
+ # forwardingRules/`id`
618
+ # Corresponds to the JSON property `forwardingRule`
619
+ # @return [String]
620
+ attr_accessor :forwarding_rule
621
+
612
622
  # A cluster URI for [Google Kubernetes Engine master](https://cloud.google.com/
613
623
  # kubernetes-engine/docs/concepts/cluster-architecture).
614
624
  # Corresponds to the JSON property `gkeMasterCluster`
@@ -665,6 +675,7 @@ module Google
665
675
  @cloud_function = args[:cloud_function] if args.key?(:cloud_function)
666
676
  @cloud_run_revision = args[:cloud_run_revision] if args.key?(:cloud_run_revision)
667
677
  @cloud_sql_instance = args[:cloud_sql_instance] if args.key?(:cloud_sql_instance)
678
+ @forwarding_rule = args[:forwarding_rule] if args.key?(:forwarding_rule)
668
679
  @gke_master_cluster = args[:gke_master_cluster] if args.key?(:gke_master_cluster)
669
680
  @instance = args[:instance] if args.key?(:instance)
670
681
  @ip_address = args[:ip_address] if args.key?(:ip_address)
@@ -983,6 +994,35 @@ module Google
983
994
  end
984
995
  end
985
996
 
997
+ # For display only. Details of a Google Service sending packets to a VPC network.
998
+ # Although the source IP might be a publicly routable address, some Google
999
+ # Services use special routes within Google production infrastructure to reach
1000
+ # Compute Engine Instances. https://cloud.google.com/vpc/docs/routes#
1001
+ # special_return_paths
1002
+ class GoogleServiceInfo
1003
+ include Google::Apis::Core::Hashable
1004
+
1005
+ # Recognized type of a Google Service.
1006
+ # Corresponds to the JSON property `googleServiceType`
1007
+ # @return [String]
1008
+ attr_accessor :google_service_type
1009
+
1010
+ # Source IP address.
1011
+ # Corresponds to the JSON property `sourceIp`
1012
+ # @return [String]
1013
+ attr_accessor :source_ip
1014
+
1015
+ def initialize(**args)
1016
+ update!(**args)
1017
+ end
1018
+
1019
+ # Update properties of this object
1020
+ def update!(**args)
1021
+ @google_service_type = args[:google_service_type] if args.key?(:google_service_type)
1022
+ @source_ip = args[:source_ip] if args.key?(:source_ip)
1023
+ end
1024
+ end
1025
+
986
1026
  # For display only. Metadata associated with a Compute Engine instance.
987
1027
  class InstanceInfo
988
1028
  include Google::Apis::Core::Hashable
@@ -1825,6 +1865,15 @@ module Google
1825
1865
  # @return [Google::Apis::NetworkmanagementV1::GkeMasterInfo]
1826
1866
  attr_accessor :gke_master
1827
1867
 
1868
+ # For display only. Details of a Google Service sending packets to a VPC network.
1869
+ # Although the source IP might be a publicly routable address, some Google
1870
+ # Services use special routes within Google production infrastructure to reach
1871
+ # Compute Engine Instances. https://cloud.google.com/vpc/docs/routes#
1872
+ # special_return_paths
1873
+ # Corresponds to the JSON property `googleService`
1874
+ # @return [Google::Apis::NetworkmanagementV1::GoogleServiceInfo]
1875
+ attr_accessor :google_service
1876
+
1828
1877
  # For display only. Metadata associated with a Compute Engine instance.
1829
1878
  # Corresponds to the JSON property `instance`
1830
1879
  # @return [Google::Apis::NetworkmanagementV1::InstanceInfo]
@@ -1890,6 +1939,7 @@ module Google
1890
1939
  @forward = args[:forward] if args.key?(:forward)
1891
1940
  @forwarding_rule = args[:forwarding_rule] if args.key?(:forwarding_rule)
1892
1941
  @gke_master = args[:gke_master] if args.key?(:gke_master)
1942
+ @google_service = args[:google_service] if args.key?(:google_service)
1893
1943
  @instance = args[:instance] if args.key?(:instance)
1894
1944
  @load_balancer = args[:load_balancer] if args.key?(:load_balancer)
1895
1945
  @network = args[:network] if args.key?(:network)
@@ -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.28.0"
19
+ GEM_VERSION = "0.30.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230419"
25
+ REVISION = "20230705"
26
26
  end
27
27
  end
28
28
  end
@@ -160,6 +160,12 @@ module Google
160
160
  include Google::Apis::Core::JsonObjectSupport
161
161
  end
162
162
 
163
+ class GoogleServiceInfo
164
+ class Representation < Google::Apis::Core::JsonRepresentation; end
165
+
166
+ include Google::Apis::Core::JsonObjectSupport
167
+ end
168
+
163
169
  class InstanceInfo
164
170
  class Representation < Google::Apis::Core::JsonRepresentation; end
165
171
 
@@ -455,6 +461,7 @@ module Google
455
461
  property :cloud_run_revision, as: 'cloudRunRevision', class: Google::Apis::NetworkmanagementV1::CloudRunRevisionEndpoint, decorator: Google::Apis::NetworkmanagementV1::CloudRunRevisionEndpoint::Representation
456
462
 
457
463
  property :cloud_sql_instance, as: 'cloudSqlInstance'
464
+ property :forwarding_rule, as: 'forwardingRule'
458
465
  property :gke_master_cluster, as: 'gkeMasterCluster'
459
466
  property :instance, as: 'instance'
460
467
  property :ip_address, as: 'ipAddress'
@@ -535,6 +542,14 @@ module Google
535
542
  end
536
543
  end
537
544
 
545
+ class GoogleServiceInfo
546
+ # @private
547
+ class Representation < Google::Apis::Core::JsonRepresentation
548
+ property :google_service_type, as: 'googleServiceType'
549
+ property :source_ip, as: 'sourceIp'
550
+ end
551
+ end
552
+
538
553
  class InstanceInfo
539
554
  # @private
540
555
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -741,6 +756,8 @@ module Google
741
756
 
742
757
  property :gke_master, as: 'gkeMaster', class: Google::Apis::NetworkmanagementV1::GkeMasterInfo, decorator: Google::Apis::NetworkmanagementV1::GkeMasterInfo::Representation
743
758
 
759
+ property :google_service, as: 'googleService', class: Google::Apis::NetworkmanagementV1::GoogleServiceInfo, decorator: Google::Apis::NetworkmanagementV1::GoogleServiceInfo::Representation
760
+
744
761
  property :instance, as: 'instance', class: Google::Apis::NetworkmanagementV1::InstanceInfo, decorator: Google::Apis::NetworkmanagementV1::InstanceInfo::Representation
745
762
 
746
763
  property :load_balancer, as: 'loadBalancer', class: Google::Apis::NetworkmanagementV1::LoadBalancerInfo, decorator: Google::Apis::NetworkmanagementV1::LoadBalancerInfo::Representation
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-networkmanagement_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.28.0
4
+ version: 0.30.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: 2023-04-30 00:00:00.000000000 Z
11
+ date: 2023-07-16 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-networkmanagement_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-networkmanagement_v1/v0.28.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-networkmanagement_v1/v0.30.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-networkmanagement_v1
63
63
  post_install_message:
64
64
  rdoc_options: []