public interface TestConfigOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getFlow()
public abstract String getFlow() Flow name. If not set, default start flow is assumed.
Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent
ID>/flows/<Flow ID>.
string flow = 2 [(.google.api.resource_reference) = { ... }
| Type | Description |
| String | The flow. |
getFlowBytes()
public abstract ByteString getFlowBytes() Flow name. If not set, default start flow is assumed.
Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent
ID>/flows/<Flow ID>.
string flow = 2 [(.google.api.resource_reference) = { ... }
| Type | Description |
| ByteString | The bytes for flow. |
getTrackingParameters(int index)
public abstract String getTrackingParameters(int index)Session parameters to be compared when calculating differences.
repeated string tracking_parameters = 1;
| Name | Description |
| index | intThe index of the element to return. |
| Type | Description |
| String | The trackingParameters at the given index. |
getTrackingParametersBytes(int index)
public abstract ByteString getTrackingParametersBytes(int index)Session parameters to be compared when calculating differences.
repeated string tracking_parameters = 1;
| Name | Description |
| index | intThe index of the value to return. |
| Type | Description |
| ByteString | The bytes of the trackingParameters at the given index. |
getTrackingParametersCount()
public abstract int getTrackingParametersCount()Session parameters to be compared when calculating differences.
repeated string tracking_parameters = 1;
| Type | Description |
| int | The count of trackingParameters. |
getTrackingParametersList()
public abstract List<String> getTrackingParametersList()Session parameters to be compared when calculating differences.
repeated string tracking_parameters = 1;
| Type | Description |
| List<String> | A list containing the trackingParameters. |