public static interface IntentCoverage.IntentOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getCovered()
Whether or not 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
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getIntent()
The intent full resource name
string intent = 1 [(.google.api.resource_reference) = { ... }com.google.protobuf.ByteString getIntentBytes()
The intent full resource name
string intent = 1 [(.google.api.resource_reference) = { ... }boolean getCovered()
Whether or not the intent is covered by at least one of the agent's test cases.
bool covered = 2;Copyright © 2022 Google LLC. All rights reserved.