Interface ChartInfoProto.ChartInfoPbOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ChartInfoProto.ChartInfoPb
,ChartInfoProto.ChartInfoPb.Builder
- Enclosing class:
- ChartInfoProto
public static interface ChartInfoProto.ChartInfoPbOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring chartPath = 3;
com.google.protobuf.ByteString
string chartPath = 3;
.sfc.protobuf.ChartStateEnumPb chartState = 6;
int
.sfc.protobuf.ChartStateEnumPb chartState = 6;
string instanceId = 2;
com.google.protobuf.ByteString
string instanceId = 2;
optional string keyParamName = 7;
com.google.protobuf.ByteString
optional string keyParamName = 7;
com.google.protobuf.ByteString
optional bytes keyParamValue = 8;
com.google.protobuf.Value
.google.protobuf.Value resourceId = 1;
com.google.protobuf.ValueOrBuilder
.google.protobuf.Value resourceId = 1;
long
optional int64 startDate = 4;
string startedBy = 5;
com.google.protobuf.ByteString
string startedBy = 5;
boolean
optional string keyParamName = 7;
boolean
optional bytes keyParamValue = 8;
boolean
.google.protobuf.Value resourceId = 1;
boolean
optional int64 startDate = 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
-
hasResourceId
boolean hasResourceId().google.protobuf.Value resourceId = 1;
- Returns:
- Whether the resourceId field is set.
-
getResourceId
com.google.protobuf.Value getResourceId().google.protobuf.Value resourceId = 1;
- Returns:
- The resourceId.
-
getResourceIdOrBuilder
com.google.protobuf.ValueOrBuilder getResourceIdOrBuilder().google.protobuf.Value resourceId = 1;
-
getInstanceId
String getInstanceId()string instanceId = 2;
- Returns:
- The instanceId.
-
getInstanceIdBytes
com.google.protobuf.ByteString getInstanceIdBytes()string instanceId = 2;
- Returns:
- The bytes for instanceId.
-
getChartPath
String getChartPath()string chartPath = 3;
- Returns:
- The chartPath.
-
getChartPathBytes
com.google.protobuf.ByteString getChartPathBytes()string chartPath = 3;
- Returns:
- The bytes for chartPath.
-
hasStartDate
boolean hasStartDate()optional int64 startDate = 4;
- Returns:
- Whether the startDate field is set.
-
getStartDate
long getStartDate()optional int64 startDate = 4;
- Returns:
- The startDate.
-
getStartedBy
String getStartedBy()string startedBy = 5;
- Returns:
- The startedBy.
-
getStartedByBytes
com.google.protobuf.ByteString getStartedByBytes()string startedBy = 5;
- Returns:
- The bytes for startedBy.
-
getChartStateValue
int getChartStateValue().sfc.protobuf.ChartStateEnumPb chartState = 6;
- Returns:
- The enum numeric value on the wire for chartState.
-
getChartState
ChartStateEnumProto.ChartStateEnumPb getChartState().sfc.protobuf.ChartStateEnumPb chartState = 6;
- Returns:
- The chartState.
-
hasKeyParamName
boolean hasKeyParamName()optional string keyParamName = 7;
- Returns:
- Whether the keyParamName field is set.
-
getKeyParamName
String getKeyParamName()optional string keyParamName = 7;
- Returns:
- The keyParamName.
-
getKeyParamNameBytes
com.google.protobuf.ByteString getKeyParamNameBytes()optional string keyParamName = 7;
- Returns:
- The bytes for keyParamName.
-
hasKeyParamValue
boolean hasKeyParamValue()optional bytes keyParamValue = 8;
- Returns:
- Whether the keyParamValue field is set.
-
getKeyParamValue
com.google.protobuf.ByteString getKeyParamValue()optional bytes keyParamValue = 8;
- Returns:
- The keyParamValue.
-