Interface TestErrorOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    TestError, TestError.Builder

    public interface TestErrorOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      com.google.rpc.Status getStatus()
      The status associated with the test.
      com.google.rpc.StatusOrBuilder getStatusOrBuilder()
      The status associated with the test.
      String getTestCase()
      The test case resource name.
      com.google.protobuf.ByteString getTestCaseBytes()
      The test case resource name.
      com.google.protobuf.Timestamp getTestTime()
      The timestamp when the test was completed.
      com.google.protobuf.TimestampOrBuilder getTestTimeOrBuilder()
      The timestamp when the test was completed.
      boolean hasStatus()
      The status associated with the test.
      boolean hasTestTime()
      The timestamp when the test was completed.
      • 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 Detail

      • getTestCase

        String getTestCase()
         The test case resource name.
         
        string test_case = 1 [(.google.api.resource_reference) = { ... }
        Returns:
        The testCase.
      • getTestCaseBytes

        com.google.protobuf.ByteString getTestCaseBytes()
         The test case resource name.
         
        string test_case = 1 [(.google.api.resource_reference) = { ... }
        Returns:
        The bytes for testCase.
      • hasStatus

        boolean hasStatus()
         The status associated with the test.
         
        .google.rpc.Status status = 2;
        Returns:
        Whether the status field is set.
      • getStatus

        com.google.rpc.Status getStatus()
         The status associated with the test.
         
        .google.rpc.Status status = 2;
        Returns:
        The status.
      • getStatusOrBuilder

        com.google.rpc.StatusOrBuilder getStatusOrBuilder()
         The status associated with the test.
         
        .google.rpc.Status status = 2;
      • hasTestTime

        boolean hasTestTime()
         The timestamp when the test was completed.
         
        .google.protobuf.Timestamp test_time = 3;
        Returns:
        Whether the testTime field is set.
      • getTestTime

        com.google.protobuf.Timestamp getTestTime()
         The timestamp when the test was completed.
         
        .google.protobuf.Timestamp test_time = 3;
        Returns:
        The testTime.
      • getTestTimeOrBuilder

        com.google.protobuf.TimestampOrBuilder getTestTimeOrBuilder()
         The timestamp when the test was completed.
         
        .google.protobuf.Timestamp test_time = 3;