Interface BodyResponseOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
BodyResponse, BodyResponse.Builder

public interface BodyResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Details 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.
    boolean
    Details the modifications (if any) to be made by the data plane to the current request/response.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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;