Interface IntentCoverage.IntentOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean getCovered()
      Whether the intent is covered by at least one of the agent's test cases.
      String getIntent()
      The intent full resource name
      com.google.protobuf.ByteString getIntentBytes()
      The intent full resource name
      • 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

      • getIntent

        String getIntent()
         The intent full resource name
         
        string intent = 1 [(.google.api.resource_reference) = { ... }
        Returns:
        The intent.
      • getIntentBytes

        com.google.protobuf.ByteString getIntentBytes()
         The intent full resource name
         
        string intent = 1 [(.google.api.resource_reference) = { ... }
        Returns:
        The bytes for intent.
      • getCovered

        boolean getCovered()
         Whether the intent is covered by at least one of the agent's
         test cases.
         
        bool covered = 2;
        Returns:
        The covered.