Interface RecordingMetaProto.RecordingMetaPb.ChartMetaPbOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
RecordingMetaProto.RecordingMetaPb.ChartMetaPb
,RecordingMetaProto.RecordingMetaPb.ChartMetaPb.Builder
- Enclosing class:
- RecordingMetaProto.RecordingMetaPb
public static interface RecordingMetaProto.RecordingMetaPb.ChartMetaPbOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring chartPath = 1;
com.google.protobuf.ByteString
string chartPath = 1;
string instanceId = 2;
com.google.protobuf.ByteString
string instanceId = 2;
optional .sfc.protobuf.RecordingMetaPb.ChartMetaPb parent = 3;
optional .sfc.protobuf.RecordingMetaPb.ChartMetaPb parent = 3;
boolean
optional .sfc.protobuf.RecordingMetaPb.ChartMetaPb parent = 3;
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
-
getChartPath
String getChartPath()string chartPath = 1;
- Returns:
- The chartPath.
-
getChartPathBytes
com.google.protobuf.ByteString getChartPathBytes()string chartPath = 1;
- Returns:
- The bytes for chartPath.
-
getInstanceId
String getInstanceId()string instanceId = 2;
- Returns:
- The instanceId.
-
getInstanceIdBytes
com.google.protobuf.ByteString getInstanceIdBytes()string instanceId = 2;
- Returns:
- The bytes for instanceId.
-
hasParent
boolean hasParent()optional .sfc.protobuf.RecordingMetaPb.ChartMetaPb parent = 3;
- Returns:
- Whether the parent field is set.
-
getParent
RecordingMetaProto.RecordingMetaPb.ChartMetaPb getParent()optional .sfc.protobuf.RecordingMetaPb.ChartMetaPb parent = 3;
- Returns:
- The parent.
-
getParentOrBuilder
RecordingMetaProto.RecordingMetaPb.ChartMetaPbOrBuilder getParentOrBuilder()optional .sfc.protobuf.RecordingMetaPb.ChartMetaPb parent = 3;
-