Interface RecordingMetaProto.RecordingMetaPbOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
RecordingMetaProto.RecordingMetaPb
,RecordingMetaProto.RecordingMetaPb.Builder
- Enclosing class:
- RecordingMetaProto
public static interface RecordingMetaProto.RecordingMetaPbOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.sfc.protobuf.RecordingMetaPb.ChartMetaPb chartMeta = 4;
.sfc.protobuf.RecordingMetaPb.ChartMetaPb chartMeta = 4;
getFile()
string file = 1;
com.google.protobuf.ByteString
string file = 1;
long
int64 runStart = 3;
getUuid()
string uuid = 2;
com.google.protobuf.ByteString
string uuid = 2;
boolean
.sfc.protobuf.RecordingMetaPb.ChartMetaPb chartMeta = 4;
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
-
getFile
String getFile()string file = 1;
- Returns:
- The file.
-
getFileBytes
com.google.protobuf.ByteString getFileBytes()string file = 1;
- Returns:
- The bytes for file.
-
getUuid
String getUuid()string uuid = 2;
- Returns:
- The uuid.
-
getUuidBytes
com.google.protobuf.ByteString getUuidBytes()string uuid = 2;
- Returns:
- The bytes for uuid.
-
getRunStart
long getRunStart()int64 runStart = 3;
- Returns:
- The runStart.
-
hasChartMeta
boolean hasChartMeta().sfc.protobuf.RecordingMetaPb.ChartMetaPb chartMeta = 4;
- Returns:
- Whether the chartMeta field is set.
-
getChartMeta
RecordingMetaProto.RecordingMetaPb.ChartMetaPb getChartMeta().sfc.protobuf.RecordingMetaPb.ChartMetaPb chartMeta = 4;
- Returns:
- The chartMeta.
-
getChartMetaOrBuilder
RecordingMetaProto.RecordingMetaPb.ChartMetaPbOrBuilder getChartMetaOrBuilder().sfc.protobuf.RecordingMetaPb.ChartMetaPb chartMeta = 4;
-