google-apis-networkmanagement_v1beta1 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: 6bd5beaa176d96f4c0c32bacb3550f329866be9f5f1ed5e273d77fcaf4c56dff
4
- data.tar.gz: a39ce677657a31cbb4eb4cf8bed8e326d39fcaef0547aa3dc269ea6fff41ada7
3
+ metadata.gz: 26e828981581a2bee4d1744e1f57adb10fad9a8cc09060acfa742029975e96e1
4
+ data.tar.gz: 6b10a165691ad3406e9939a70de4e6e305c2799501a48615fece128fc8535343
5
5
  SHA512:
6
- metadata.gz: 06b358e447beaa1b93d031c895ead9d68ccb5261d2604a1b4dc098850091f64d74cad4c548465e05a79f6f83a0d2c31527dc72542a15c425e6445e2cb2f6d279
7
- data.tar.gz: 328ba0ee0ad7a6ac7591b8f8407cb0492ea4f144fcf41f4f57fac6bf32b8f96d43c2c97e66f47ed38f7f8af75789c0ad3fc1bdfbc7566395d6f9d6db4fc03296
6
+ metadata.gz: bf80723d7f853d20a5ebbd5da5e0820eb94cab72b698996511251812380d7cfd31c4d1f83d779ed413e04aa2ace66d1b8cd37c9ff4955aff8773dde6144a651b
7
+ data.tar.gz: a8148d154ec7436d6dbfae5d80f82f9ae8418d9bd1619eebf323a1a0e9e9ce6188182eff306ee5009364e01115bf37195fbaa25ea6e0f91774282523381cfb77
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-networkmanagement_v1beta1
2
2
 
3
+ ### v0.30.0 (2023-03-19)
4
+
5
+ * Regenerated from discovery document revision 20230313
6
+
7
+ ### v0.29.0 (2023-02-15)
8
+
9
+ * Regenerated using generator version 0.12.0
10
+
3
11
  ### v0.28.0 (2023-02-12)
4
12
 
5
13
  * Regenerated from discovery document revision 20230201
@@ -641,6 +641,19 @@ module Google
641
641
  # @return [String]
642
642
  attr_accessor :cloud_sql_instance
643
643
 
644
+ # Forwarding rule URI. Forwarding rules are frontends for load balancers, PSC
645
+ # endpoints and Protocol Forwarding. Format: projects/`project`/global/
646
+ # forwardingRules/`id` or projects/`project`/regions/`region`/forwardingRules/`
647
+ # id`
648
+ # Corresponds to the JSON property `forwardingRule`
649
+ # @return [String]
650
+ attr_accessor :forwarding_rule
651
+
652
+ # Output only. Specifies the type of the target of the forwarding rule.
653
+ # Corresponds to the JSON property `forwardingRuleTarget`
654
+ # @return [String]
655
+ attr_accessor :forwarding_rule_target
656
+
644
657
  # A cluster URI for [Google Kubernetes Engine master](https://cloud.google.com/
645
658
  # kubernetes-engine/docs/concepts/cluster-architecture).
646
659
  # Corresponds to the JSON property `gkeMasterCluster`
@@ -660,6 +673,17 @@ module Google
660
673
  # @return [String]
661
674
  attr_accessor :ip_address
662
675
 
676
+ # Output only. ID of the load balancer the forwarding rule points to. Empty for
677
+ # forwarding rules not related to load balancers.
678
+ # Corresponds to the JSON property `loadBalancerId`
679
+ # @return [String]
680
+ attr_accessor :load_balancer_id
681
+
682
+ # Output only. Type of the load balancer the forwarding rule points to.
683
+ # Corresponds to the JSON property `loadBalancerType`
684
+ # @return [String]
685
+ attr_accessor :load_balancer_type
686
+
663
687
  # A Compute Engine network URI.
664
688
  # Corresponds to the JSON property `network`
665
689
  # @return [String]
@@ -698,9 +722,13 @@ module Google
698
722
  @cloud_function = args[:cloud_function] if args.key?(:cloud_function)
699
723
  @cloud_run_revision = args[:cloud_run_revision] if args.key?(:cloud_run_revision)
700
724
  @cloud_sql_instance = args[:cloud_sql_instance] if args.key?(:cloud_sql_instance)
725
+ @forwarding_rule = args[:forwarding_rule] if args.key?(:forwarding_rule)
726
+ @forwarding_rule_target = args[:forwarding_rule_target] if args.key?(:forwarding_rule_target)
701
727
  @gke_master_cluster = args[:gke_master_cluster] if args.key?(:gke_master_cluster)
702
728
  @instance = args[:instance] if args.key?(:instance)
703
729
  @ip_address = args[:ip_address] if args.key?(:ip_address)
730
+ @load_balancer_id = args[:load_balancer_id] if args.key?(:load_balancer_id)
731
+ @load_balancer_type = args[:load_balancer_type] if args.key?(:load_balancer_type)
704
732
  @network = args[:network] if args.key?(:network)
705
733
  @network_type = args[:network_type] if args.key?(:network_type)
706
734
  @port = args[:port] if args.key?(:port)
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module NetworkmanagementV1beta1
18
18
  # Version of the google-apis-networkmanagement_v1beta1 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
- GENERATOR_VERSION = "0.11.1"
22
+ GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230201"
25
+ REVISION = "20230313"
26
26
  end
27
27
  end
28
28
  end
@@ -489,9 +489,13 @@ module Google
489
489
  property :cloud_run_revision, as: 'cloudRunRevision', class: Google::Apis::NetworkmanagementV1beta1::CloudRunRevisionEndpoint, decorator: Google::Apis::NetworkmanagementV1beta1::CloudRunRevisionEndpoint::Representation
490
490
 
491
491
  property :cloud_sql_instance, as: 'cloudSqlInstance'
492
+ property :forwarding_rule, as: 'forwardingRule'
493
+ property :forwarding_rule_target, as: 'forwardingRuleTarget'
492
494
  property :gke_master_cluster, as: 'gkeMasterCluster'
493
495
  property :instance, as: 'instance'
494
496
  property :ip_address, as: 'ipAddress'
497
+ property :load_balancer_id, as: 'loadBalancerId'
498
+ property :load_balancer_type, as: 'loadBalancerType'
495
499
  property :network, as: 'network'
496
500
  property :network_type, as: 'networkType'
497
501
  property :port, as: 'port'
@@ -599,13 +599,7 @@ module Google
599
599
  end
600
600
 
601
601
  # Lists operations that match the specified filter in the request. If the server
602
- # doesn't support this method, it returns `UNIMPLEMENTED`. NOTE: the `name`
603
- # binding allows API services to override the binding to use different resource
604
- # name schemes, such as `users/*/operations`. To override the binding, API
605
- # services can add a binding such as `"/v1/`name=users/*`/operations"` to their
606
- # service configuration. For backwards compatibility, the default name includes
607
- # the operations collection id, however overriding users must ensure the name
608
- # binding is the parent resource, without the operations collection id.
602
+ # doesn't support this method, it returns `UNIMPLEMENTED`.
609
603
  # @param [String] name
610
604
  # The name of the operation's parent resource.
611
605
  # @param [String] filter
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-networkmanagement_v1beta1
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-02-12 00:00:00.000000000 Z
11
+ date: 2023-03-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.9.1
19
+ version: 0.11.0
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: 0.9.1
29
+ version: 0.11.0
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-networkmanagement_v1beta1/v0.28.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-networkmanagement_v1beta1/v0.30.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-networkmanagement_v1beta1
63
63
  post_install_message:
64
64
  rdoc_options: []