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 Summary
Modifier and TypeMethodDescriptionboolean
map<string, string> headerAliases = 3;
Deprecated.int
map<string, string> headerAliases = 3;
map<string, string> headerAliases = 3;
getHeaderAliasesOrDefault
(String key, String defaultValue) map<string, string> headerAliases = 3;
map<string, string> headerAliases = 3;
.common.protobuf.ObjectTypePB objectType = 1;
int
.common.protobuf.ObjectTypePB objectType = 1;
.common.protobuf.ResultFormatPB resultFormat = 2;
int
.common.protobuf.ResultFormatPB resultFormat = 2;
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
-
getObjectTypeValue
int getObjectTypeValue().common.protobuf.ObjectTypePB objectType = 1;
- Returns:
- The enum numeric value on the wire for objectType.
-
getObjectType
ResultWriterOptionsProto.ObjectTypePB 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
ResultWriterOptionsProto.ResultFormatPB getResultFormat().common.protobuf.ResultFormatPB resultFormat = 2;
- Returns:
- The resultFormat.
-
getHeaderAliasesCount
int getHeaderAliasesCount()map<string, string> headerAliases = 3;
-
containsHeaderAliases
map<string, string> headerAliases = 3;
-
getHeaderAliases
Deprecated.UsegetHeaderAliasesMap()
instead. -
getHeaderAliasesMap
map<string, string> headerAliases = 3;
-
getHeaderAliasesOrDefault
map<string, string> headerAliases = 3;
-
getHeaderAliasesOrThrow
map<string, string> headerAliases = 3;
-