google-apis-networkservices_v1beta1 0.24.0 → 0.26.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: 57833eb0bbbe3877c7f5fbe12e26c8f162e387aaac585ba6b0e4fe0a726fda0c
4
- data.tar.gz: 11e27f26b8e7aa31a2f3e9572a4507247d99cdff74d62ef54d0f6f9121d4c3c5
3
+ metadata.gz: 4f825a91766458b2fb20c735aebda046e0dad09463166814fa33ed52f9a5c65c
4
+ data.tar.gz: c9bae7dcb5940bff320a731610afeffbd260bfcee7922b2c7d60788daa49679b
5
5
  SHA512:
6
- metadata.gz: 1d4396a96f8dd088bb4995b3732f409c0b462d03a89e8a3efe41ef92fb6c80620ea706b914ed00cbd43ac1f32561b7a7ebbee76fd44cd869a2aa6ed2b8376c2f
7
- data.tar.gz: e399a76bb8dc800f0ca2d8ca5bca5702469392fc6db90812a664a3b68b6520b7cd82318926a5fcd9d3ee56fb36c20f2bf923f0198f79d44c7ad4c4f7b387d250
6
+ metadata.gz: f9414625f78ac15c991077dd6498cbec3408b471885b2d74ae3f47f0ff6bdfc6e3d0fcae7c1a6c8f50c31563cf6f5dccbc97ab1b0dbfdb4e3677f8b0af9852e6
7
+ data.tar.gz: 72c02ff27a90709c9c43bcca9f894576c4abce746c0f6fce18492e252e7b3d6857b20e0a0837b71076ed3fb920861619e43f5b2a02088c7dc21c62336f3e682a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-networkservices_v1beta1
2
2
 
3
+ ### v0.26.0 (2023-05-28)
4
+
5
+ * Regenerated from discovery document revision 20230510
6
+
7
+ ### v0.25.0 (2023-04-30)
8
+
9
+ * Regenerated from discovery document revision 20230424
10
+
3
11
  ### v0.24.0 (2023-04-02)
4
12
 
5
13
  * Regenerated from discovery document revision 20230323
@@ -525,19 +525,19 @@ module Google
525
525
  # describes traffic. Format: [:] Hostname is the fully qualified domain name of
526
526
  # a network host. This matches the RFC 1123 definition of a hostname with 2
527
527
  # notable exceptions: - IPs are not allowed. - A hostname may be prefixed with a
528
- # wildcard label (*.). The wildcard label must appear by itself as the first
528
+ # wildcard label (`*.`). The wildcard label must appear by itself as the first
529
529
  # label. Hostname can be "precise" which is a domain name without the
530
- # terminating dot of a network host (e.g. "foo.example.com") or "wildcard",
531
- # which is a domain name prefixed with a single wildcard label (e.g. *.example.
532
- # com). Note that as per RFC1035 and RFC1123, a label must consist of lower case
533
- # alphanumeric characters or '-', and must start and end with an alphanumeric
534
- # character. No other punctuation is allowed. The routes associated with a Mesh
535
- # or Gateway must have unique hostnames. If you attempt to attach multiple
536
- # routes with conflicting hostnames, the configuration will be rejected. For
537
- # example, while it is acceptable for routes for the hostnames "*.foo.bar.com"
538
- # and "*.bar.com" to be associated with the same route, it is not possible to
539
- # associate two routes both with "*.bar.com" or both with "bar.com". If a port
540
- # is specified, then gRPC clients must use the channel URI with the port to
530
+ # terminating dot of a network host (e.g. `foo.example.com`) or "wildcard",
531
+ # which is a domain name prefixed with a single wildcard label (e.g. `*.example.
532
+ # com`). Note that as per RFC1035 and RFC1123, a label must consist of lower
533
+ # case alphanumeric characters or '-', and must start and end with an
534
+ # alphanumeric character. No other punctuation is allowed. The routes associated
535
+ # with a Mesh or Gateway must have unique hostnames. If you attempt to attach
536
+ # multiple routes with conflicting hostnames, the configuration will be rejected.
537
+ # For example, while it is acceptable for routes for the hostnames `*.foo.bar.
538
+ # com` and `*.bar.com` to be associated with the same route, it is not possible
539
+ # to associate two routes both with `*.bar.com` or both with `bar.com`. If a
540
+ # port is specified, then gRPC clients must use the channel URI with the port to
541
541
  # match this rule (i.e. "xds:///service:123"), otherwise they must supply the
542
542
  # URI without a port (i.e. "xds:///service").
543
543
  # Corresponds to the JSON property `hostnames`
@@ -955,19 +955,19 @@ module Google
955
955
  # host header to select a HttpRoute to process the request. Hostname is the
956
956
  # fully qualified domain name of a network host, as defined by RFC 1123 with the
957
957
  # exception that: - IPs are not allowed. - A hostname may be prefixed with a
958
- # wildcard label (*.). The wildcard label must appear by itself as the first
958
+ # wildcard label (`*.`). The wildcard label must appear by itself as the first
959
959
  # label. Hostname can be "precise" which is a domain name without the
960
- # terminating dot of a network host (e.g. "foo.example.com") or "wildcard",
961
- # which is a domain name prefixed with a single wildcard label (e.g. *.example.
962
- # com). Note that as per RFC1035 and RFC1123, a label must consist of lower case
963
- # alphanumeric characters or '-', and must start and end with an alphanumeric
964
- # character. No other punctuation is allowed. The routes associated with a Mesh
965
- # or Gateways must have unique hostnames. If you attempt to attach multiple
966
- # routes with conflicting hostnames, the configuration will be rejected. For
967
- # example, while it is acceptable for routes for the hostnames "*.foo.bar.com"
968
- # and "*.bar.com" to be associated with the same Mesh (or Gateways under the
969
- # same scope), it is not possible to associate two routes both with "*.bar.com"
970
- # or both with "bar.com".
960
+ # terminating dot of a network host (e.g. `foo.example.com`) or "wildcard",
961
+ # which is a domain name prefixed with a single wildcard label (e.g. `*.example.
962
+ # com`). Note that as per RFC1035 and RFC1123, a label must consist of lower
963
+ # case alphanumeric characters or '-', and must start and end with an
964
+ # alphanumeric character. No other punctuation is allowed. The routes associated
965
+ # with a Mesh or Gateways must have unique hostnames. If you attempt to attach
966
+ # multiple routes with conflicting hostnames, the configuration will be rejected.
967
+ # For example, while it is acceptable for routes for the hostnames `*.foo.bar.
968
+ # com` and `*.bar.com` to be associated with the same Mesh (or Gateways under
969
+ # the same scope), it is not possible to associate two routes both with `*.bar.
970
+ # com` or both with `bar.com`.
971
971
  # Corresponds to the JSON property `hostnames`
972
972
  # @return [Array<String>]
973
973
  attr_accessor :hostnames
@@ -1767,6 +1767,11 @@ module Google
1767
1767
  # @return [String]
1768
1768
  attr_accessor :next_page_token
1769
1769
 
1770
+ # Locations that could not be reached.
1771
+ # Corresponds to the JSON property `unreachable`
1772
+ # @return [Array<String>]
1773
+ attr_accessor :unreachable
1774
+
1770
1775
  def initialize(**args)
1771
1776
  update!(**args)
1772
1777
  end
@@ -1775,6 +1780,7 @@ module Google
1775
1780
  def update!(**args)
1776
1781
  @gateways = args[:gateways] if args.key?(:gateways)
1777
1782
  @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
1783
+ @unreachable = args[:unreachable] if args.key?(:unreachable)
1778
1784
  end
1779
1785
  end
1780
1786
 
@@ -1990,7 +1996,7 @@ module Google
1990
1996
  end
1991
1997
  end
1992
1998
 
1993
- # A resource that represents Google Cloud Platform location.
1999
+ # A resource that represents a Google Cloud location.
1994
2000
  class Location
1995
2001
  include Google::Apis::Core::Hashable
1996
2002
 
@@ -2057,7 +2063,7 @@ module Google
2057
2063
  # listen on the specified port of localhost (127.0.0.1) address. The SIDECAR
2058
2064
  # proxy will expect all traffic to be redirected to this port regardless of its
2059
2065
  # actual ip:port destination. If unset, a port '15001' is used as the
2060
- # interception port. This will is applicable only for sidecar proxy deployments.
2066
+ # interception port. This is applicable only for sidecar proxy deployments.
2061
2067
  # Corresponds to the JSON property `interceptionPort`
2062
2068
  # @return [Fixnum]
2063
2069
  attr_accessor :interception_port
@@ -2606,13 +2612,15 @@ module Google
2606
2612
  include Google::Apis::Core::Hashable
2607
2613
 
2608
2614
  # Optional. The destination services to which traffic should be forwarded. At
2609
- # least one destination service is required.
2615
+ # least one destination service is required. Only one of route destination or
2616
+ # original destination can be set.
2610
2617
  # Corresponds to the JSON property `destinations`
2611
2618
  # @return [Array<Google::Apis::NetworkservicesV1beta1::TcpRouteRouteDestination>]
2612
2619
  attr_accessor :destinations
2613
2620
 
2614
2621
  # Optional. If true, Router will use the destination IP and port of the original
2615
- # connection as the destination of the request. Default is false.
2622
+ # connection as the destination of the request. Default is false. Only one of
2623
+ # route destinations or original destination can be set.
2616
2624
  # Corresponds to the JSON property `originalDestination`
2617
2625
  # @return [Boolean]
2618
2626
  attr_accessor :original_destination
@@ -2894,10 +2902,11 @@ module Google
2894
2902
  attr_accessor :alpn
2895
2903
 
2896
2904
  # Optional. SNI (server name indicator) to match against. SNI will be matched
2897
- # against all wildcard domains, i.e. www.example.com will be first matched
2898
- # against www.example.com, then *.example.com, then *.com. Partial wildcards are
2899
- # not supported, and values like *w.example.com are invalid. At least one of
2900
- # sni_host and alpn is required. Up to 5 sni hosts across all matches can be set.
2905
+ # against all wildcard domains, i.e. `www.example.com` will be first matched
2906
+ # against `www.example.com`, then `*.example.com`, then `*.com.` Partial
2907
+ # wildcards are not supported, and values like *w.example.com are invalid. At
2908
+ # least one of sni_host and alpn is required. Up to 5 sni hosts across all
2909
+ # matches can be set.
2901
2910
  # Corresponds to the JSON property `sniHost`
2902
2911
  # @return [Array<String>]
2903
2912
  attr_accessor :sni_host
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module NetworkservicesV1beta1
18
18
  # Version of the google-apis-networkservices_v1beta1 gem
19
- GEM_VERSION = "0.24.0"
19
+ GEM_VERSION = "0.26.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 = "20230323"
25
+ REVISION = "20230510"
26
26
  end
27
27
  end
28
28
  end
@@ -859,6 +859,7 @@ module Google
859
859
  collection :gateways, as: 'gateways', class: Google::Apis::NetworkservicesV1beta1::Gateway, decorator: Google::Apis::NetworkservicesV1beta1::Gateway::Representation
860
860
 
861
861
  property :next_page_token, as: 'nextPageToken'
862
+ collection :unreachable, as: 'unreachable'
862
863
  end
863
864
  end
864
865
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-networkservices_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.24.0
4
+ version: 0.26.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-02 00:00:00.000000000 Z
11
+ date: 2023-05-28 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-networkservices_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-networkservices_v1beta1/v0.24.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-networkservices_v1beta1/v0.26.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-networkservices_v1beta1
63
63
  post_install_message:
64
64
  rdoc_options: []