Interface HeadersResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
HeadersResponse,HeadersResponse.Builder
public interface HeadersResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionDetails the modifications (if any) to be made by the data plane to the current request/response.Details the modifications (if any) to be made by the data plane to the current request/response.booleanDetails the modifications (if any) to be made by the data plane to the current request/response.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
-
hasResponse
boolean hasResponse()Details the modifications (if any) to be made by the data plane to the current request/response.
.envoy.service.ext_proc.v3.CommonResponse response = 1;- Returns:
- Whether the response field is set.
-
getResponse
CommonResponse getResponse()Details the modifications (if any) to be made by the data plane to the current request/response.
.envoy.service.ext_proc.v3.CommonResponse response = 1;- Returns:
- The response.
-
getResponseOrBuilder
CommonResponseOrBuilder getResponseOrBuilder()Details the modifications (if any) to be made by the data plane to the current request/response.
.envoy.service.ext_proc.v3.CommonResponse response = 1;
-