Interface HttpServiceOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
HttpService,HttpService.Builder
public interface HttpServiceOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AuthorizationRequestgetAuthorizationRequest()Settings used for controlling authorization request metadata.AuthorizationRequestOrBuildergetAuthorizationRequestOrBuilder()Settings used for controlling authorization request metadata.AuthorizationResponsegetAuthorizationResponse()Settings used for controlling authorization response metadata.AuthorizationResponseOrBuildergetAuthorizationResponseOrBuilder()Settings used for controlling authorization response metadata.StringgetPathPrefix()Sets a prefix to the value of authorization request header *Path*.com.google.protobuf.ByteStringgetPathPrefixBytes()Sets a prefix to the value of authorization request header *Path*.HttpUrigetServerUri()Sets the HTTP server URI which the authorization requests must be sent to.HttpUriOrBuildergetServerUriOrBuilder()Sets the HTTP server URI which the authorization requests must be sent to.booleanhasAuthorizationRequest()Settings used for controlling authorization request metadata.booleanhasAuthorizationResponse()Settings used for controlling authorization response metadata.booleanhasServerUri()Sets the HTTP server URI which the authorization requests must be sent to.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasServerUri
boolean hasServerUri()
Sets the HTTP server URI which the authorization requests must be sent to.
.envoy.config.core.v3.HttpUri server_uri = 1;
-
getServerUri
HttpUri getServerUri()
Sets the HTTP server URI which the authorization requests must be sent to.
.envoy.config.core.v3.HttpUri server_uri = 1;
-
getServerUriOrBuilder
HttpUriOrBuilder getServerUriOrBuilder()
Sets the HTTP server URI which the authorization requests must be sent to.
.envoy.config.core.v3.HttpUri server_uri = 1;
-
getPathPrefix
String getPathPrefix()
Sets a prefix to the value of authorization request header *Path*.
string path_prefix = 2;
-
getPathPrefixBytes
com.google.protobuf.ByteString getPathPrefixBytes()
Sets a prefix to the value of authorization request header *Path*.
string path_prefix = 2;
-
hasAuthorizationRequest
boolean hasAuthorizationRequest()
Settings used for controlling authorization request metadata.
.envoy.extensions.filters.http.ext_authz.v3.AuthorizationRequest authorization_request = 7;
-
getAuthorizationRequest
AuthorizationRequest getAuthorizationRequest()
Settings used for controlling authorization request metadata.
.envoy.extensions.filters.http.ext_authz.v3.AuthorizationRequest authorization_request = 7;
-
getAuthorizationRequestOrBuilder
AuthorizationRequestOrBuilder getAuthorizationRequestOrBuilder()
Settings used for controlling authorization request metadata.
.envoy.extensions.filters.http.ext_authz.v3.AuthorizationRequest authorization_request = 7;
-
hasAuthorizationResponse
boolean hasAuthorizationResponse()
Settings used for controlling authorization response metadata.
.envoy.extensions.filters.http.ext_authz.v3.AuthorizationResponse authorization_response = 8;
-
getAuthorizationResponse
AuthorizationResponse getAuthorizationResponse()
Settings used for controlling authorization response metadata.
.envoy.extensions.filters.http.ext_authz.v3.AuthorizationResponse authorization_response = 8;
-
getAuthorizationResponseOrBuilder
AuthorizationResponseOrBuilder getAuthorizationResponseOrBuilder()
Settings used for controlling authorization response metadata.
.envoy.extensions.filters.http.ext_authz.v3.AuthorizationResponse authorization_response = 8;
-
-