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;- Returns:
- Whether the serverUri field is set.
-
getServerUri
HttpUri getServerUri()
Sets the HTTP server URI which the authorization requests must be sent to.
.envoy.config.core.v3.HttpUri server_uri = 1;- Returns:
- The serverUri.
-
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;- Returns:
- The pathPrefix.
-
getPathPrefixBytes
com.google.protobuf.ByteString getPathPrefixBytes()
Sets a prefix to the value of authorization request header ``Path``.
string path_prefix = 2;- Returns:
- The bytes for pathPrefix.
-
hasAuthorizationRequest
boolean hasAuthorizationRequest()
Settings used for controlling authorization request metadata.
.envoy.extensions.filters.http.ext_authz.v3.AuthorizationRequest authorization_request = 7;- Returns:
- Whether the authorizationRequest field is set.
-
getAuthorizationRequest
AuthorizationRequest getAuthorizationRequest()
Settings used for controlling authorization request metadata.
.envoy.extensions.filters.http.ext_authz.v3.AuthorizationRequest authorization_request = 7;- Returns:
- The authorizationRequest.
-
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;- Returns:
- Whether the authorizationResponse field is set.
-
getAuthorizationResponse
AuthorizationResponse getAuthorizationResponse()
Settings used for controlling authorization response metadata.
.envoy.extensions.filters.http.ext_authz.v3.AuthorizationResponse authorization_response = 8;- Returns:
- The authorizationResponse.
-
getAuthorizationResponseOrBuilder
AuthorizationResponseOrBuilder getAuthorizationResponseOrBuilder()
Settings used for controlling authorization response metadata.
.envoy.extensions.filters.http.ext_authz.v3.AuthorizationResponse authorization_response = 8;
-
-