Interface ReportExecutionDataProto.ReportExecutionDataPbOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ReportExecutionDataProto.ReportExecutionDataPb
,ReportExecutionDataProto.ReportExecutionDataPb.Builder
- Enclosing class:
- ReportExecutionDataProto
public static interface ReportExecutionDataProto.ReportExecutionDataPbOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionboolean
containsData
(String key) map<string, bytes> data = 2;
getData()
Deprecated.int
map<string, bytes> data = 2;
map<string, bytes> data = 2;
com.google.protobuf.ByteString
getDataOrDefault
(String key, com.google.protobuf.ByteString defaultValue) map<string, bytes> data = 2;
com.google.protobuf.ByteString
getDataOrThrow
(String key) map<string, bytes> data = 2;
getErrors
(int index) repeated string errors = 1;
com.google.protobuf.ByteString
getErrorsBytes
(int index) repeated string errors = 1;
int
repeated string errors = 1;
repeated string errors = 1;
boolean
bool isAuditable = 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
-
getErrorsList
repeated string errors = 1;
- Returns:
- A list containing the errors.
-
getErrorsCount
int getErrorsCount()repeated string errors = 1;
- Returns:
- The count of errors.
-
getErrors
repeated string errors = 1;
- Parameters:
index
- The index of the element to return.- Returns:
- The errors at the given index.
-
getErrorsBytes
com.google.protobuf.ByteString getErrorsBytes(int index) repeated string errors = 1;
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the errors at the given index.
-
getDataCount
int getDataCount()map<string, bytes> data = 2;
-
containsData
map<string, bytes> data = 2;
-
getData
Deprecated.UsegetDataMap()
instead. -
getDataMap
map<string, bytes> data = 2;
-
getDataOrDefault
com.google.protobuf.ByteString getDataOrDefault(String key, com.google.protobuf.ByteString defaultValue) map<string, bytes> data = 2;
-
getDataOrThrow
map<string, bytes> data = 2;
-
getIsAuditable
boolean getIsAuditable()bool isAuditable = 3;
- Returns:
- The isAuditable.
-