Interface ExtProcHttpServiceOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ExtProcHttpService,ExtProcHttpService.Builder
public interface ExtProcHttpServiceOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionSets the HTTP service which the external processing requests must be sent to.Sets the HTTP service which the external processing requests must be sent to.booleanSets the HTTP service which the external processing requests must be sent to.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasHttpService
boolean hasHttpService()Sets the HTTP service which the external processing requests must be sent to.
.envoy.config.core.v3.HttpService http_service = 1;- Returns:
- Whether the httpService field is set.
-
getHttpService
HttpService getHttpService()Sets the HTTP service which the external processing requests must be sent to.
.envoy.config.core.v3.HttpService http_service = 1;- Returns:
- The httpService.
-
getHttpServiceOrBuilder
HttpServiceOrBuilder getHttpServiceOrBuilder()Sets the HTTP service which the external processing requests must be sent to.
.envoy.config.core.v3.HttpService http_service = 1;
-