Interface EventParameterOrBuilder (0.1.0)

public interface EventParameterOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getParameterName()

public abstract String getParameterName()

Required. The name of the parameter to use.

string parameter_name = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The parameterName.

getParameterNameBytes()

public abstract ByteString getParameterNameBytes()

Required. The name of the parameter to use.

string parameter_name = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for parameterName.

getValue()

public abstract String getValue()

Required. The string representation of the value of the parameter to set.

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

Returns
Type Description
String

The value.

getValueBytes()

public abstract ByteString getValueBytes()

Required. The string representation of the value of the parameter to set.

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

Returns
Type Description
ByteString

The bytes for value.