Interface CustomVariableOrBuilder (0.1.0)

public interface CustomVariableOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDestinationReferences(int index)

public abstract String getDestinationReferences(int index)

Optional. Reference string used to determine which of the Event.destination_references the custom variable should be sent to. If empty, the Event.destination_references will be used.

repeated string destination_references = 3 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The destinationReferences at the given index.

getDestinationReferencesBytes(int index)

public abstract ByteString getDestinationReferencesBytes(int index)

Optional. Reference string used to determine which of the Event.destination_references the custom variable should be sent to. If empty, the Event.destination_references will be used.

repeated string destination_references = 3 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the destinationReferences at the given index.

getDestinationReferencesCount()

public abstract int getDestinationReferencesCount()

Optional. Reference string used to determine which of the Event.destination_references the custom variable should be sent to. If empty, the Event.destination_references will be used.

repeated string destination_references = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
int

The count of destinationReferences.

getDestinationReferencesList()

public abstract List<String> getDestinationReferencesList()

Optional. Reference string used to determine which of the Event.destination_references the custom variable should be sent to. If empty, the Event.destination_references will be used.

repeated string destination_references = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
List<String>

A list containing the destinationReferences.

getValue()

public abstract String getValue()

Optional. The value to store for the custom variable.

string value = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The value.

getValueBytes()

public abstract ByteString getValueBytes()

Optional. The value to store for the custom variable.

string value = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for value.

getVariable()

public abstract String getVariable()

Optional. The name of the custom variable to set. If the variable is not found for the given destination, it will be ignored.

string variable = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The variable.

getVariableBytes()

public abstract ByteString getVariableBytes()

Optional. The name of the custom variable to set. If the variable is not found for the given destination, it will be ignored.

string variable = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for variable.