Package api

Interface Job.JobErrorsResponseOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    Job.JobErrorsResponse, Job.JobErrorsResponse.Builder
    Enclosing class:
    Job

    public static interface Job.JobErrorsResponseOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getJobErrorsCount

        int getJobErrorsCount()
        map<string, string> job_errors = 1;
      • containsJobErrors

        boolean containsJobErrors​(String key)
        map<string, string> job_errors = 1;
      • getJobErrorsMap

        Map<String,​String> getJobErrorsMap()
        map<string, string> job_errors = 1;
      • getJobErrorsOrDefault

        String getJobErrorsOrDefault​(String key,
                                     String defaultValue)
        map<string, string> job_errors = 1;
      • getJobErrorsOrThrow

        String getJobErrorsOrThrow​(String key)
        map<string, string> job_errors = 1;