Interface ResultWriterOptionsProto.ResultWriterOptionsPBOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ResultWriterOptionsProto.ResultWriterOptionsPB, ResultWriterOptionsProto.ResultWriterOptionsPB.Builder
Enclosing class:
ResultWriterOptionsProto

public static interface ResultWriterOptionsProto.ResultWriterOptionsPBOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getObjectTypeValue

      int getObjectTypeValue()
      .common.protobuf.ObjectTypePB objectType = 1;
      Returns:
      The enum numeric value on the wire for objectType.
    • getObjectType

      .common.protobuf.ObjectTypePB objectType = 1;
      Returns:
      The objectType.
    • getResultFormatValue

      int getResultFormatValue()
      .common.protobuf.ResultFormatPB resultFormat = 2;
      Returns:
      The enum numeric value on the wire for resultFormat.
    • getResultFormat

      .common.protobuf.ResultFormatPB resultFormat = 2;
      Returns:
      The resultFormat.
    • getHeaderAliasesCount

      int getHeaderAliasesCount()
      map<string, string> headerAliases = 3;
    • containsHeaderAliases

      boolean containsHeaderAliases(String key)
      map<string, string> headerAliases = 3;
    • getHeaderAliases

      @Deprecated Map<String,String> getHeaderAliases()
      Deprecated.
    • getHeaderAliasesMap

      Map<String,String> getHeaderAliasesMap()
      map<string, string> headerAliases = 3;
    • getHeaderAliasesOrDefault

      String getHeaderAliasesOrDefault(String key, String defaultValue)
      map<string, string> headerAliases = 3;
    • getHeaderAliasesOrThrow

      String getHeaderAliasesOrThrow(String key)
      map<string, string> headerAliases = 3;