Interface DatasetRowProto.DatasetRowPBOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DatasetRowProto.DatasetRowPB
,DatasetRowProto.DatasetRowPB.Builder
- Enclosing class:
- DatasetRowProto
public static interface DatasetRowProto.DatasetRowPBOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.protobuf.Any
getArgs
(int index) repeated .google.protobuf.Any args = 1;
int
repeated .google.protobuf.Any args = 1;
List<com.google.protobuf.Any>
repeated .google.protobuf.Any args = 1;
com.google.protobuf.AnyOrBuilder
getArgsOrBuilder
(int index) repeated .google.protobuf.Any args = 1;
List<? extends com.google.protobuf.AnyOrBuilder>
repeated .google.protobuf.Any args = 1;
com.google.protobuf.ByteString
getJavaSerializedArgs
(int index) todo RFC-61 Remove this Java serialization field when IGN-8866 is implemented.int
todo RFC-61 Remove this Java serialization field when IGN-8866 is implemented.List<com.google.protobuf.ByteString>
todo RFC-61 Remove this Java serialization field when IGN-8866 is implemented.getQualityCodes
(int index) repeated .common.protobuf.QualityCodePB qualityCodes = 4;
int
repeated .common.protobuf.QualityCodePB qualityCodes = 4;
repeated .common.protobuf.QualityCodePB qualityCodes = 4;
getQualityCodesOrBuilder
(int index) repeated .common.protobuf.QualityCodePB qualityCodes = 4;
List<? extends QualityCodeProto.QualityCodePBOrBuilder>
repeated .common.protobuf.QualityCodePB qualityCodes = 4;
boolean
bool usingJavaSerialization = 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
-
getArgsList
List<com.google.protobuf.Any> getArgsList()repeated .google.protobuf.Any args = 1;
-
getArgs
com.google.protobuf.Any getArgs(int index) repeated .google.protobuf.Any args = 1;
-
getArgsCount
int getArgsCount()repeated .google.protobuf.Any args = 1;
-
getArgsOrBuilderList
List<? extends com.google.protobuf.AnyOrBuilder> getArgsOrBuilderList()repeated .google.protobuf.Any args = 1;
-
getArgsOrBuilder
com.google.protobuf.AnyOrBuilder getArgsOrBuilder(int index) repeated .google.protobuf.Any args = 1;
-
getUsingJavaSerialization
boolean getUsingJavaSerialization()bool usingJavaSerialization = 2;
- Returns:
- The usingJavaSerialization.
-
getJavaSerializedArgsList
List<com.google.protobuf.ByteString> getJavaSerializedArgsList()todo RFC-61 Remove this Java serialization field when IGN-8866 is implemented.
repeated bytes javaSerializedArgs = 3;
- Returns:
- A list containing the javaSerializedArgs.
-
getJavaSerializedArgsCount
int getJavaSerializedArgsCount()todo RFC-61 Remove this Java serialization field when IGN-8866 is implemented.
repeated bytes javaSerializedArgs = 3;
- Returns:
- The count of javaSerializedArgs.
-
getJavaSerializedArgs
com.google.protobuf.ByteString getJavaSerializedArgs(int index) todo RFC-61 Remove this Java serialization field when IGN-8866 is implemented.
repeated bytes javaSerializedArgs = 3;
- Parameters:
index
- The index of the element to return.- Returns:
- The javaSerializedArgs at the given index.
-
getQualityCodesList
List<QualityCodeProto.QualityCodePB> getQualityCodesList()repeated .common.protobuf.QualityCodePB qualityCodes = 4;
-
getQualityCodes
repeated .common.protobuf.QualityCodePB qualityCodes = 4;
-
getQualityCodesCount
int getQualityCodesCount()repeated .common.protobuf.QualityCodePB qualityCodes = 4;
-
getQualityCodesOrBuilderList
List<? extends QualityCodeProto.QualityCodePBOrBuilder> getQualityCodesOrBuilderList()repeated .common.protobuf.QualityCodePB qualityCodes = 4;
-
getQualityCodesOrBuilder
repeated .common.protobuf.QualityCodePB qualityCodes = 4;
-