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.GrpcServicegetGrpcService()Set a different gRPC service for this route than the default.GrpcServiceOrBuildergetGrpcServiceOrBuilder()Set a different gRPC service for this route 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.booleanhasGrpcService()Set a different gRPC service for this route than the default.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;- Returns:
- Whether the processingMode field is set.
-
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;- Returns:
- The processingMode.
-
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;- Returns:
- The asyncMode.
-
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;- Returns:
- A list containing the requestAttributes.
-
getRequestAttributesCount
int getRequestAttributesCount()
[#not-implemented-hide:] Set different optional attributes than the default setting of the ``request_attributes`` field.
repeated string request_attributes = 3;- Returns:
- The count of requestAttributes.
-
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;- Parameters:
index- The index of the element to return.- Returns:
- The requestAttributes at the given index.
-
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;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the requestAttributes at the given index.
-
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;- Returns:
- A list containing the responseAttributes.
-
getResponseAttributesCount
int getResponseAttributesCount()
[#not-implemented-hide:] Set different optional properties than the default setting of the ``response_attributes`` field.
repeated string response_attributes = 4;- Returns:
- The count of responseAttributes.
-
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;- Parameters:
index- The index of the element to return.- Returns:
- The responseAttributes at the given index.
-
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;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the responseAttributes at the given index.
-
hasGrpcService
boolean hasGrpcService()
Set a different gRPC service for this route than the default.
.envoy.config.core.v3.GrpcService grpc_service = 5;- Returns:
- Whether the grpcService field is set.
-
getGrpcService
GrpcService getGrpcService()
Set a different gRPC service for this route than the default.
.envoy.config.core.v3.GrpcService grpc_service = 5;- Returns:
- The grpcService.
-
getGrpcServiceOrBuilder
GrpcServiceOrBuilder getGrpcServiceOrBuilder()
Set a different gRPC service for this route than the default.
.envoy.config.core.v3.GrpcService grpc_service = 5;
-
-