public interface ExtProcOverridesOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getAsyncMode()
Set a different asynchronous processing option than the default.
|
ProcessingMode |
getProcessingMode()
Set a different processing mode for this route than the default.
|
ProcessingModeOrBuilder |
getProcessingModeOrBuilder()
Set a different processing mode for this route than the default.
|
String |
getRequestProperties(int index)
Set different optional properties than the default.
|
com.google.protobuf.ByteString |
getRequestPropertiesBytes(int index)
Set different optional properties than the default.
|
int |
getRequestPropertiesCount()
Set different optional properties than the default.
|
List<String> |
getRequestPropertiesList()
Set different optional properties than the default.
|
String |
getResponseProperties(int index)
Set different optional properties than the default.
|
com.google.protobuf.ByteString |
getResponsePropertiesBytes(int index)
Set different optional properties than the default.
|
int |
getResponsePropertiesCount()
Set different optional properties than the default.
|
List<String> |
getResponsePropertiesList()
Set different optional properties than the default.
|
boolean |
hasProcessingMode()
Set a different processing mode for this route than the default.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasProcessingMode()
Set a different processing mode for this route than the default.
.envoy.extensions.filters.http.ext_proc.v3alpha.ProcessingMode processing_mode = 1;ProcessingMode getProcessingMode()
Set a different processing mode for this route than the default.
.envoy.extensions.filters.http.ext_proc.v3alpha.ProcessingMode processing_mode = 1;ProcessingModeOrBuilder getProcessingModeOrBuilder()
Set a different processing mode for this route than the default.
.envoy.extensions.filters.http.ext_proc.v3alpha.ProcessingMode processing_mode = 1;boolean getAsyncMode()
Set a different asynchronous processing option than the default.
bool async_mode = 2;List<String> getRequestPropertiesList()
Set different optional properties than the default.
repeated string request_properties = 3;int getRequestPropertiesCount()
Set different optional properties than the default.
repeated string request_properties = 3;String getRequestProperties(int index)
Set different optional properties than the default.
repeated string request_properties = 3;com.google.protobuf.ByteString getRequestPropertiesBytes(int index)
Set different optional properties than the default.
repeated string request_properties = 3;List<String> getResponsePropertiesList()
Set different optional properties than the default.
repeated string response_properties = 4;int getResponsePropertiesCount()
Set different optional properties than the default.
repeated string response_properties = 4;String getResponseProperties(int index)
Set different optional properties than the default.
repeated string response_properties = 4;com.google.protobuf.ByteString getResponsePropertiesBytes(int index)
Set different optional properties than the default.
repeated string response_properties = 4;Copyright © 2018–2021 The Envoy Project. All rights reserved.