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 Type
    Method
    Description
    boolean
    map<string, bytes> data = 2;
    Map<String,com.google.protobuf.ByteString>
    Deprecated.
    int
    map<string, bytes> data = 2;
    Map<String,com.google.protobuf.ByteString>
    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
    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

      List<String> getErrorsList()
      repeated string errors = 1;
      Returns:
      A list containing the errors.
    • getErrorsCount

      int getErrorsCount()
      repeated string errors = 1;
      Returns:
      The count of errors.
    • getErrors

      String getErrors(int index)
      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

      boolean containsData(String key)
      map<string, bytes> data = 2;
    • getData

      @Deprecated Map<String,com.google.protobuf.ByteString> getData()
      Deprecated.
      Use getDataMap() instead.
    • getDataMap

      Map<String,com.google.protobuf.ByteString> 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

      com.google.protobuf.ByteString getDataOrThrow(String key)
      map<string, bytes> data = 2;
    • getIsAuditable

      boolean getIsAuditable()
      bool isAuditable = 3;
      Returns:
      The isAuditable.