Interface ExtProcOverridesOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ExtProcOverrides,ExtProcOverrides.Builder
public interface ExtProcOverridesOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleangetAsyncMode()[#not-implemented-hide:] Set a different asynchronous processing option than the default.ProcessingModegetProcessingMode()Set a different processing mode for this route than the default.ProcessingModeOrBuildergetProcessingModeOrBuilder()Set a different processing mode for this route than the default.StringgetRequestAttributes(int index)[#not-implemented-hide:] Set different optional attributes than the default setting of the ``request_attributes`` field.com.google.protobuf.ByteStringgetRequestAttributesBytes(int index)[#not-implemented-hide:] Set different optional attributes than the default setting of the ``request_attributes`` field.intgetRequestAttributesCount()[#not-implemented-hide:] Set different optional attributes than the default setting of the ``request_attributes`` field.List<String>getRequestAttributesList()[#not-implemented-hide:] Set different optional attributes than the default setting of the ``request_attributes`` field.StringgetResponseAttributes(int index)[#not-implemented-hide:] Set different optional properties than the default setting of the ``response_attributes`` field.com.google.protobuf.ByteStringgetResponseAttributesBytes(int index)[#not-implemented-hide:] Set different optional properties than the default setting of the ``response_attributes`` field.intgetResponseAttributesCount()[#not-implemented-hide:] Set different optional properties than the default setting of the ``response_attributes`` field.List<String>getResponseAttributesList()[#not-implemented-hide:] Set different optional properties than the default setting of the ``response_attributes`` field.booleanhasProcessingMode()Set a different processing mode for this route than the default.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasProcessingMode
boolean hasProcessingMode()
Set a different processing mode for this route than the default.
.envoy.extensions.filters.http.ext_proc.v3.ProcessingMode processing_mode = 1;
-
getProcessingMode
ProcessingMode getProcessingMode()
Set a different processing mode for this route than the default.
.envoy.extensions.filters.http.ext_proc.v3.ProcessingMode processing_mode = 1;
-
getProcessingModeOrBuilder
ProcessingModeOrBuilder getProcessingModeOrBuilder()
Set a different processing mode for this route than the default.
.envoy.extensions.filters.http.ext_proc.v3.ProcessingMode processing_mode = 1;
-
getAsyncMode
boolean getAsyncMode()
[#not-implemented-hide:] Set a different asynchronous processing option than the default.
bool async_mode = 2;
-
getRequestAttributesList
List<String> getRequestAttributesList()
[#not-implemented-hide:] Set different optional attributes than the default setting of the ``request_attributes`` field.
repeated string request_attributes = 3;
-
getRequestAttributesCount
int getRequestAttributesCount()
[#not-implemented-hide:] Set different optional attributes than the default setting of the ``request_attributes`` field.
repeated string request_attributes = 3;
-
getRequestAttributes
String getRequestAttributes(int index)
[#not-implemented-hide:] Set different optional attributes than the default setting of the ``request_attributes`` field.
repeated string request_attributes = 3;
-
getRequestAttributesBytes
com.google.protobuf.ByteString getRequestAttributesBytes(int index)
[#not-implemented-hide:] Set different optional attributes than the default setting of the ``request_attributes`` field.
repeated string request_attributes = 3;
-
getResponseAttributesList
List<String> getResponseAttributesList()
[#not-implemented-hide:] Set different optional properties than the default setting of the ``response_attributes`` field.
repeated string response_attributes = 4;
-
getResponseAttributesCount
int getResponseAttributesCount()
[#not-implemented-hide:] Set different optional properties than the default setting of the ``response_attributes`` field.
repeated string response_attributes = 4;
-
getResponseAttributes
String getResponseAttributes(int index)
[#not-implemented-hide:] Set different optional properties than the default setting of the ``response_attributes`` field.
repeated string response_attributes = 4;
-
getResponseAttributesBytes
com.google.protobuf.ByteString getResponseAttributesBytes(int index)
[#not-implemented-hide:] Set different optional properties than the default setting of the ``response_attributes`` field.
repeated string response_attributes = 4;
-
-