google-apis-networkservices_v1beta1 0.24.0 → 0.25.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: 445dea23d5b65a5d98962cadbadc357673b02d08b2bcbbab7524b982669744b5
4
+ data.tar.gz: a4fc4f5f20db55b7eb7248ed49c5bed8af85f6f4a762adf1dc4972cd18df9c6a
5
5
  SHA512:
6
- metadata.gz: 1d4396a96f8dd088bb4995b3732f409c0b462d03a89e8a3efe41ef92fb6c80620ea706b914ed00cbd43ac1f32561b7a7ebbee76fd44cd869a2aa6ed2b8376c2f
7
- data.tar.gz: e399a76bb8dc800f0ca2d8ca5bca5702469392fc6db90812a664a3b68b6520b7cd82318926a5fcd9d3ee56fb36c20f2bf923f0198f79d44c7ad4c4f7b387d250
6
+ metadata.gz: e01104bb01eb0d2f50a87e4e056dc456961810687c0c3845c68e48e7c18cf847ca00a3a7205351cbe7b2911986994fe16a80557089668b12b1fcb1791efc9531
7
+ data.tar.gz: 81dcd8508f0ed514871dfcd053a76e6838bec72b1ccb436472e4c2ff5832d81f80d9bbf57de7b8719a4752c1432063967783aef33f2743e5de94d0c21b03f691
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-networkservices_v1beta1
2
2
 
3
+ ### v0.25.0 (2023-04-30)
4
+
5
+ * Regenerated from discovery document revision 20230424
6
+
3
7
  ### v0.24.0 (2023-04-02)
4
8
 
5
9
  * 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
@@ -1990,7 +1990,7 @@ module Google
1990
1990
  end
1991
1991
  end
1992
1992
 
1993
- # A resource that represents Google Cloud Platform location.
1993
+ # A resource that represents a Google Cloud location.
1994
1994
  class Location
1995
1995
  include Google::Apis::Core::Hashable
1996
1996
 
@@ -2606,13 +2606,15 @@ module Google
2606
2606
  include Google::Apis::Core::Hashable
2607
2607
 
2608
2608
  # Optional. The destination services to which traffic should be forwarded. At
2609
- # least one destination service is required.
2609
+ # least one destination service is required. Only one of route destination or
2610
+ # original destination can be set.
2610
2611
  # Corresponds to the JSON property `destinations`
2611
2612
  # @return [Array<Google::Apis::NetworkservicesV1beta1::TcpRouteRouteDestination>]
2612
2613
  attr_accessor :destinations
2613
2614
 
2614
2615
  # 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.
2616
+ # connection as the destination of the request. Default is false. Only one of
2617
+ # route destinations or original destination can be set.
2616
2618
  # Corresponds to the JSON property `originalDestination`
2617
2619
  # @return [Boolean]
2618
2620
  attr_accessor :original_destination
@@ -2894,10 +2896,11 @@ module Google
2894
2896
  attr_accessor :alpn
2895
2897
 
2896
2898
  # 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.
2899
+ # against all wildcard domains, i.e. `www.example.com` will be first matched
2900
+ # against `www.example.com`, then `*.example.com`, then `*.com.` Partial
2901
+ # wildcards are not supported, and values like *w.example.com are invalid. At
2902
+ # least one of sni_host and alpn is required. Up to 5 sni hosts across all
2903
+ # matches can be set.
2901
2904
  # Corresponds to the JSON property `sniHost`
2902
2905
  # @return [Array<String>]
2903
2906
  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.25.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 = "20230424"
26
26
  end
27
27
  end
28
28
  end
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.25.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-14 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.25.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: []