Interface ContinuousTestResultOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getName()
      The resource name for the continuous test result.
      com.google.protobuf.ByteString getNameBytes()
      The resource name for the continuous test result.
      ContinuousTestResult.AggregatedTestResult getResult()
      The result of this continuous test run, i.e.
      int getResultValue()
      The result of this continuous test run, i.e.
      com.google.protobuf.Timestamp getRunTime()
      Time when the continuous testing run starts.
      com.google.protobuf.TimestampOrBuilder getRunTimeOrBuilder()
      Time when the continuous testing run starts.
      String getTestCaseResults​(int index)
      A list of individual test case results names in this continuous test run.
      com.google.protobuf.ByteString getTestCaseResultsBytes​(int index)
      A list of individual test case results names in this continuous test run.
      int getTestCaseResultsCount()
      A list of individual test case results names in this continuous test run.
      List<String> getTestCaseResultsList()
      A list of individual test case results names in this continuous test run.
      boolean hasRunTime()
      Time when the continuous testing run starts.
      • 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

      • getName

        String getName()
         The resource name for the continuous test result. Format:
         `projects/<Project ID>/locations/<Location ID>/agents/<Agent
         ID>/environments/<Environment
         ID>/continuousTestResults/<ContinuousTestResult ID>`.
         
        string name = 1;
        Returns:
        The name.
      • getNameBytes

        com.google.protobuf.ByteString getNameBytes()
         The resource name for the continuous test result. Format:
         `projects/<Project ID>/locations/<Location ID>/agents/<Agent
         ID>/environments/<Environment
         ID>/continuousTestResults/<ContinuousTestResult ID>`.
         
        string name = 1;
        Returns:
        The bytes for name.
      • getResultValue

        int getResultValue()
         The result of this continuous test run, i.e. whether all the tests in this
         continuous test run pass or not.
         
        .google.cloud.dialogflow.cx.v3beta1.ContinuousTestResult.AggregatedTestResult result = 2;
        Returns:
        The enum numeric value on the wire for result.
      • getResult

        ContinuousTestResult.AggregatedTestResult getResult()
         The result of this continuous test run, i.e. whether all the tests in this
         continuous test run pass or not.
         
        .google.cloud.dialogflow.cx.v3beta1.ContinuousTestResult.AggregatedTestResult result = 2;
        Returns:
        The result.
      • getTestCaseResultsList

        List<String> getTestCaseResultsList()
         A list of individual test case results names in this continuous test run.
         
        repeated string test_case_results = 3 [(.google.api.resource_reference) = { ... }
        Returns:
        A list containing the testCaseResults.
      • getTestCaseResultsCount

        int getTestCaseResultsCount()
         A list of individual test case results names in this continuous test run.
         
        repeated string test_case_results = 3 [(.google.api.resource_reference) = { ... }
        Returns:
        The count of testCaseResults.
      • getTestCaseResults

        String getTestCaseResults​(int index)
         A list of individual test case results names in this continuous test run.
         
        repeated string test_case_results = 3 [(.google.api.resource_reference) = { ... }
        Parameters:
        index - The index of the element to return.
        Returns:
        The testCaseResults at the given index.
      • getTestCaseResultsBytes

        com.google.protobuf.ByteString getTestCaseResultsBytes​(int index)
         A list of individual test case results names in this continuous test run.
         
        repeated string test_case_results = 3 [(.google.api.resource_reference) = { ... }
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the testCaseResults at the given index.
      • hasRunTime

        boolean hasRunTime()
         Time when the continuous testing run starts.
         
        .google.protobuf.Timestamp run_time = 4;
        Returns:
        Whether the runTime field is set.
      • getRunTime

        com.google.protobuf.Timestamp getRunTime()
         Time when the continuous testing run starts.
         
        .google.protobuf.Timestamp run_time = 4;
        Returns:
        The runTime.
      • getRunTimeOrBuilder

        com.google.protobuf.TimestampOrBuilder getRunTimeOrBuilder()
         Time when the continuous testing run starts.
         
        .google.protobuf.Timestamp run_time = 4;