Interface TestConfigOrBuilder (0.11.5)

public interface TestConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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) = { ... }

Returns
TypeDescription
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) = { ... }

Returns
TypeDescription
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;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
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;

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
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;

Returns
TypeDescription
int

The count of trackingParameters.

getTrackingParametersList()

public abstract List<String> getTrackingParametersList()

Session parameters to be compared when calculating differences.

repeated string tracking_parameters = 1;

Returns
TypeDescription
List<String>

A list containing the trackingParameters.