google-apis-networkservices_v1 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: 8713a3e2b0660c45eed2f3ce12f5a356f3b4a4e0f893d0cabd2997b8097a0edc
4
- data.tar.gz: 4a9e40ac483094ea2bf5517b85ac205048a324316904627cec201a206b3846e5
3
+ metadata.gz: 84aa76c9af77d5a4dd5fa5cbbe1ae44b396d2883e74636fc767161298280c739
4
+ data.tar.gz: 642e952e72afe3dacad8017706aacce36a727e2e3dfe5b0cad84f0d8119e07bf
5
5
  SHA512:
6
- metadata.gz: 7954774ed9522bc78a337b187f5d9749b7ea20e46d14c6907286b4bd6cbbedead7077850ebce9d9e498f4fa9f7e286a9f29186d4ea00f160557d6624dd7fc892
7
- data.tar.gz: f58889ea7c5018e84ffc1d06c50e8f27914d7d4ff51fbbfebc3f387e33c014252062a886617c49b2c709fa7c8186b8f23fd0bb168a95ffd21c171c367b1924bd
6
+ metadata.gz: b418c383cf53e6785a4bed179a21226821e26de4ff394cccaddfd9705cf6a57aee7f1cfa491fe13d14422dfbc9d9deaaa2ce652594a3d3b204157a07cdaad0b4
7
+ data.tar.gz: 9aa45ed77c48ec7a1f9418b9ad7a8ac5bbfb40964f6f2e36774417e681a57e67352fb0ddccacaa49f1ec83ec58e32fb1c3a6bfff9aa89f11825214b5460a60af
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-networkservices_v1
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-16)
4
8
 
5
9
  * Regenerated from discovery document revision 20230404
@@ -590,19 +590,19 @@ module Google
590
590
  # describes traffic. Format: [:] Hostname is the fully qualified domain name of
591
591
  # a network host. This matches the RFC 1123 definition of a hostname with 2
592
592
  # notable exceptions: - IPs are not allowed. - A hostname may be prefixed with a
593
- # wildcard label (*.). The wildcard label must appear by itself as the first
593
+ # wildcard label (`*.`). The wildcard label must appear by itself as the first
594
594
  # label. Hostname can be "precise" which is a domain name without the
595
- # terminating dot of a network host (e.g. "foo.example.com") or "wildcard",
596
- # which is a domain name prefixed with a single wildcard label (e.g. *.example.
597
- # com). Note that as per RFC1035 and RFC1123, a label must consist of lower case
598
- # alphanumeric characters or '-', and must start and end with an alphanumeric
599
- # character. No other punctuation is allowed. The routes associated with a Mesh
600
- # or Gateway must have unique hostnames. If you attempt to attach multiple
601
- # routes with conflicting hostnames, the configuration will be rejected. For
602
- # example, while it is acceptable for routes for the hostnames "*.foo.bar.com"
603
- # and "*.bar.com" to be associated with the same route, it is not possible to
604
- # associate two routes both with "*.bar.com" or both with "bar.com". If a port
605
- # is specified, then gRPC clients must use the channel URI with the port to
595
+ # terminating dot of a network host (e.g. `foo.example.com`) or "wildcard",
596
+ # which is a domain name prefixed with a single wildcard label (e.g. `*.example.
597
+ # com`). Note that as per RFC1035 and RFC1123, a label must consist of lower
598
+ # case alphanumeric characters or '-', and must start and end with an
599
+ # alphanumeric character. No other punctuation is allowed. The routes associated
600
+ # with a Mesh or Gateway must have unique hostnames. If you attempt to attach
601
+ # multiple routes with conflicting hostnames, the configuration will be rejected.
602
+ # For example, while it is acceptable for routes for the hostnames `*.foo.bar.
603
+ # com` and `*.bar.com` to be associated with the same route, it is not possible
604
+ # to associate two routes both with `*.bar.com` or both with `bar.com`. If a
605
+ # port is specified, then gRPC clients must use the channel URI with the port to
606
606
  # match this rule (i.e. "xds:///service:123"), otherwise they must supply the
607
607
  # URI without a port (i.e. "xds:///service").
608
608
  # Corresponds to the JSON property `hostnames`
@@ -1020,19 +1020,19 @@ module Google
1020
1020
  # host header to select a HttpRoute to process the request. Hostname is the
1021
1021
  # fully qualified domain name of a network host, as defined by RFC 1123 with the
1022
1022
  # exception that: - IPs are not allowed. - A hostname may be prefixed with a
1023
- # wildcard label (*.). The wildcard label must appear by itself as the first
1023
+ # wildcard label (`*.`). The wildcard label must appear by itself as the first
1024
1024
  # label. Hostname can be "precise" which is a domain name without the
1025
- # terminating dot of a network host (e.g. "foo.example.com") or "wildcard",
1026
- # which is a domain name prefixed with a single wildcard label (e.g. *.example.
1027
- # com). Note that as per RFC1035 and RFC1123, a label must consist of lower case
1028
- # alphanumeric characters or '-', and must start and end with an alphanumeric
1029
- # character. No other punctuation is allowed. The routes associated with a Mesh
1030
- # or Gateways must have unique hostnames. If you attempt to attach multiple
1031
- # routes with conflicting hostnames, the configuration will be rejected. For
1032
- # example, while it is acceptable for routes for the hostnames "*.foo.bar.com"
1033
- # and "*.bar.com" to be associated with the same Mesh (or Gateways under the
1034
- # same scope), it is not possible to associate two routes both with "*.bar.com"
1035
- # or both with "bar.com".
1025
+ # terminating dot of a network host (e.g. `foo.example.com`) or "wildcard",
1026
+ # which is a domain name prefixed with a single wildcard label (e.g. `*.example.
1027
+ # com`). Note that as per RFC1035 and RFC1123, a label must consist of lower
1028
+ # case alphanumeric characters or '-', and must start and end with an
1029
+ # alphanumeric character. No other punctuation is allowed. The routes associated
1030
+ # with a Mesh or Gateways must have unique hostnames. If you attempt to attach
1031
+ # multiple routes with conflicting hostnames, the configuration will be rejected.
1032
+ # For example, while it is acceptable for routes for the hostnames `*.foo.bar.
1033
+ # com` and `*.bar.com` to be associated with the same Mesh (or Gateways under
1034
+ # the same scope), it is not possible to associate two routes both with `*.bar.
1035
+ # com` or both with `bar.com`.
1036
1036
  # Corresponds to the JSON property `hostnames`
1037
1037
  # @return [Array<String>]
1038
1038
  attr_accessor :hostnames
@@ -2055,7 +2055,7 @@ module Google
2055
2055
  end
2056
2056
  end
2057
2057
 
2058
- # A resource that represents Google Cloud Platform location.
2058
+ # A resource that represents a Google Cloud location.
2059
2059
  class Location
2060
2060
  include Google::Apis::Core::Hashable
2061
2061
 
@@ -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::NetworkservicesV1::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 NetworkservicesV1
18
18
  # Version of the google-apis-networkservices_v1 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 = "20230404"
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_v1
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-16 00:00:00.000000000 Z
11
+ date: 2023-04-30 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_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-networkservices_v1/v0.24.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-networkservices_v1/v0.25.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-networkservices_v1
63
63
  post_install_message:
64
64
  rdoc_options: []