Interface IntentCoverage.IntentOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
IntentCoverage.Intent
,IntentCoverage.Intent.Builder
- Enclosing class:
- IntentCoverage
public static interface IntentCoverage.IntentOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
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 namecom.google.protobuf.ByteString
getIntentBytes()
The intent full resource name-
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.
-
-