Uses of Class
io.envoyproxy.envoy.config.core.v3.RetryPolicy
-
-
Uses of RetryPolicy in io.envoyproxy.envoy.config.core.v3
Methods in io.envoyproxy.envoy.config.core.v3 that return RetryPolicy Modifier and Type Method Description RetryPolicyRetryPolicy.Builder. build()RetryPolicyRetryPolicy.Builder. buildPartial()static RetryPolicyRetryPolicy. getDefaultInstance()RetryPolicyRetryPolicy.Builder. getDefaultInstanceForType()RetryPolicyRetryPolicy. getDefaultInstanceForType()RetryPolicyRemoteDataSource.Builder. getRetryPolicy()Retry policy for fetching remote data.RetryPolicyRemoteDataSource. getRetryPolicy()Retry policy for fetching remote data.RetryPolicyRemoteDataSourceOrBuilder. getRetryPolicy()Retry policy for fetching remote data.static RetryPolicyRetryPolicy. parseDelimitedFrom(InputStream input)static RetryPolicyRetryPolicy. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RetryPolicyRetryPolicy. parseFrom(byte[] data)static RetryPolicyRetryPolicy. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RetryPolicyRetryPolicy. parseFrom(com.google.protobuf.ByteString data)static RetryPolicyRetryPolicy. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RetryPolicyRetryPolicy. parseFrom(com.google.protobuf.CodedInputStream input)static RetryPolicyRetryPolicy. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RetryPolicyRetryPolicy. parseFrom(InputStream input)static RetryPolicyRetryPolicy. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RetryPolicyRetryPolicy. parseFrom(ByteBuffer data)static RetryPolicyRetryPolicy. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in io.envoyproxy.envoy.config.core.v3 that return types with arguments of type RetryPolicy Modifier and Type Method Description com.google.protobuf.Parser<RetryPolicy>RetryPolicy. getParserForType()static com.google.protobuf.Parser<RetryPolicy>RetryPolicy. parser()Methods in io.envoyproxy.envoy.config.core.v3 with parameters of type RetryPolicy Modifier and Type Method Description RetryPolicy.BuilderRetryPolicy.Builder. mergeFrom(RetryPolicy other)RemoteDataSource.BuilderRemoteDataSource.Builder. mergeRetryPolicy(RetryPolicy value)Retry policy for fetching remote data.static RetryPolicy.BuilderRetryPolicy. newBuilder(RetryPolicy prototype)RemoteDataSource.BuilderRemoteDataSource.Builder. setRetryPolicy(RetryPolicy value)Retry policy for fetching remote data. -
Uses of RetryPolicy in io.envoyproxy.envoy.extensions.access_loggers.grpc.v3
Methods in io.envoyproxy.envoy.extensions.access_loggers.grpc.v3 that return RetryPolicy Modifier and Type Method Description RetryPolicyCommonGrpcAccessLogConfig.Builder. getGrpcStreamRetryPolicy()Sets the retry policy when the establishment of a gRPC stream fails.RetryPolicyCommonGrpcAccessLogConfig. getGrpcStreamRetryPolicy()Sets the retry policy when the establishment of a gRPC stream fails.RetryPolicyCommonGrpcAccessLogConfigOrBuilder. getGrpcStreamRetryPolicy()Sets the retry policy when the establishment of a gRPC stream fails.Methods in io.envoyproxy.envoy.extensions.access_loggers.grpc.v3 with parameters of type RetryPolicy Modifier and Type Method Description CommonGrpcAccessLogConfig.BuilderCommonGrpcAccessLogConfig.Builder. mergeGrpcStreamRetryPolicy(RetryPolicy value)Sets the retry policy when the establishment of a gRPC stream fails.CommonGrpcAccessLogConfig.BuilderCommonGrpcAccessLogConfig.Builder. setGrpcStreamRetryPolicy(RetryPolicy value)Sets the retry policy when the establishment of a gRPC stream fails. -
Uses of RetryPolicy in io.envoyproxy.envoy.extensions.filters.http.gcp_authn.v3
Methods in io.envoyproxy.envoy.extensions.filters.http.gcp_authn.v3 that return RetryPolicy Modifier and Type Method Description RetryPolicyGcpAuthnFilterConfig.Builder. getRetryPolicy()Retry policy for fetching tokens.RetryPolicyGcpAuthnFilterConfig. getRetryPolicy()Retry policy for fetching tokens.RetryPolicyGcpAuthnFilterConfigOrBuilder. getRetryPolicy()Retry policy for fetching tokens.Methods in io.envoyproxy.envoy.extensions.filters.http.gcp_authn.v3 with parameters of type RetryPolicy Modifier and Type Method Description GcpAuthnFilterConfig.BuilderGcpAuthnFilterConfig.Builder. mergeRetryPolicy(RetryPolicy value)Retry policy for fetching tokens.GcpAuthnFilterConfig.BuilderGcpAuthnFilterConfig.Builder. setRetryPolicy(RetryPolicy value)Retry policy for fetching tokens. -
Uses of RetryPolicy in io.envoyproxy.envoy.extensions.filters.http.jwt_authn.v3
Methods in io.envoyproxy.envoy.extensions.filters.http.jwt_authn.v3 that return RetryPolicy Modifier and Type Method Description RetryPolicyRemoteJwks.Builder. getRetryPolicy()Retry policy for fetching Jwks. optional. turned off by default.RetryPolicyRemoteJwks. getRetryPolicy()Retry policy for fetching Jwks. optional. turned off by default.RetryPolicyRemoteJwksOrBuilder. getRetryPolicy()Retry policy for fetching Jwks. optional. turned off by default.Methods in io.envoyproxy.envoy.extensions.filters.http.jwt_authn.v3 with parameters of type RetryPolicy Modifier and Type Method Description RemoteJwks.BuilderRemoteJwks.Builder. mergeRetryPolicy(RetryPolicy value)Retry policy for fetching Jwks. optional. turned off by default.RemoteJwks.BuilderRemoteJwks.Builder. setRetryPolicy(RetryPolicy value)Retry policy for fetching Jwks. optional. turned off by default.
-