google-apis-networkservices_v1 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: 8713a3e2b0660c45eed2f3ce12f5a356f3b4a4e0f893d0cabd2997b8097a0edc
4
- data.tar.gz: 4a9e40ac483094ea2bf5517b85ac205048a324316904627cec201a206b3846e5
3
+ metadata.gz: c534c4ae711a5026098aa7b8bf8a410801ca2cdaa7c132bf638ea697dc73eeeb
4
+ data.tar.gz: 0f5b8b3dadda75259f4dceb63b7fdbb6d281984a87f09b0ce14acf59fb8f5d5a
5
5
  SHA512:
6
- metadata.gz: 7954774ed9522bc78a337b187f5d9749b7ea20e46d14c6907286b4bd6cbbedead7077850ebce9d9e498f4fa9f7e286a9f29186d4ea00f160557d6624dd7fc892
7
- data.tar.gz: f58889ea7c5018e84ffc1d06c50e8f27914d7d4ff51fbbfebc3f387e33c014252062a886617c49b2c709fa7c8186b8f23fd0bb168a95ffd21c171c367b1924bd
6
+ metadata.gz: afa0fa2c21418cadb162e6c220acc73703edd2c024444c9aaa4d9c3b8e976db23baf8947c1b4a5b079d56ac3a687b96cd8b2615b8500cb32b90331807c1dea66
7
+ data.tar.gz: 24dc61f8ff0455f2882f5f27799810458b93b9aaf731c56ebfea7ce3bacc868ab51c4fc3a6b471a657d9b5d685f76776227536245dab7995b3465797fd772453
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-networkservices_v1
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-16)
4
12
 
5
13
  * 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
@@ -1832,6 +1832,11 @@ module Google
1832
1832
  # @return [String]
1833
1833
  attr_accessor :next_page_token
1834
1834
 
1835
+ # Locations that could not be reached.
1836
+ # Corresponds to the JSON property `unreachable`
1837
+ # @return [Array<String>]
1838
+ attr_accessor :unreachable
1839
+
1835
1840
  def initialize(**args)
1836
1841
  update!(**args)
1837
1842
  end
@@ -1840,6 +1845,7 @@ module Google
1840
1845
  def update!(**args)
1841
1846
  @gateways = args[:gateways] if args.key?(:gateways)
1842
1847
  @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
1848
+ @unreachable = args[:unreachable] if args.key?(:unreachable)
1843
1849
  end
1844
1850
  end
1845
1851
 
@@ -2055,7 +2061,7 @@ module Google
2055
2061
  end
2056
2062
  end
2057
2063
 
2058
- # A resource that represents Google Cloud Platform location.
2064
+ # A resource that represents a Google Cloud location.
2059
2065
  class Location
2060
2066
  include Google::Apis::Core::Hashable
2061
2067
 
@@ -2122,7 +2128,7 @@ module Google
2122
2128
  # listen on the specified port of localhost (127.0.0.1) address. The SIDECAR
2123
2129
  # proxy will expect all traffic to be redirected to this port regardless of its
2124
2130
  # actual ip:port destination. If unset, a port '15001' is used as the
2125
- # interception port. This will is applicable only for sidecar proxy deployments.
2131
+ # interception port. This is applicable only for sidecar proxy deployments.
2126
2132
  # Corresponds to the JSON property `interceptionPort`
2127
2133
  # @return [Fixnum]
2128
2134
  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::NetworkservicesV1::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 NetworkservicesV1
18
18
  # Version of the google-apis-networkservices_v1 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 = "20230404"
25
+ REVISION = "20230510"
26
26
  end
27
27
  end
28
28
  end
@@ -876,6 +876,7 @@ module Google
876
876
  collection :gateways, as: 'gateways', class: Google::Apis::NetworkservicesV1::Gateway, decorator: Google::Apis::NetworkservicesV1::Gateway::Representation
877
877
 
878
878
  property :next_page_token, as: 'nextPageToken'
879
+ collection :unreachable, as: 'unreachable'
879
880
  end
880
881
  end
881
882
 
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.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-16 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_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.26.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: []