mirror of https://github.com/grpc/grpc-java.git
xds: update javadoc to reference v3 proto instead of v2
This commit is contained in:
parent
f987de7497
commit
fbb1dbf7a5
|
|
@ -165,7 +165,7 @@ public final class EnvoyServerProtoData {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Corresponds to Envoy proto message
|
* Corresponds to Envoy proto message
|
||||||
* {@link io.envoyproxy.envoy.api.v2.listener.FilterChainMatch}.
|
* {@link io.envoyproxy.envoy.config.listener.v3.FilterChainMatch}.
|
||||||
*/
|
*/
|
||||||
@AutoValue
|
@AutoValue
|
||||||
abstract static class FilterChainMatch {
|
abstract static class FilterChainMatch {
|
||||||
|
|
@ -198,7 +198,7 @@ public final class EnvoyServerProtoData {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Corresponds to Envoy proto message {@link io.envoyproxy.envoy.api.v2.listener.FilterChain}.
|
* Corresponds to Envoy proto message {@link io.envoyproxy.envoy.config.listener.v3.FilterChain}.
|
||||||
*/
|
*/
|
||||||
@AutoValue
|
@AutoValue
|
||||||
abstract static class FilterChain {
|
abstract static class FilterChain {
|
||||||
|
|
@ -229,8 +229,8 @@ public final class EnvoyServerProtoData {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Corresponds to Envoy proto message {@link io.envoyproxy.envoy.api.v2.Listener} & related
|
* Corresponds to Envoy proto message {@link io.envoyproxy.envoy.config.listener.v3.Listener} and
|
||||||
* classes.
|
* related classes.
|
||||||
*/
|
*/
|
||||||
@AutoValue
|
@AutoValue
|
||||||
abstract static class Listener {
|
abstract static class Listener {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue