Interface Fulfillment.SetParameterActionOrBuilder (0.52.0)

public static interface Fulfillment.SetParameterActionOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getParameter()

public abstract String getParameter()

Display name of the parameter.

string parameter = 1;

Returns
TypeDescription
String

The parameter.

getParameterBytes()

public abstract ByteString getParameterBytes()

Display name of the parameter.

string parameter = 1;

Returns
TypeDescription
ByteString

The bytes for parameter.

getValue()

public abstract Value getValue()

The new value of the parameter. A null value clears the parameter.

.google.protobuf.Value value = 2;

Returns
TypeDescription
Value

The value.

getValueOrBuilder()

public abstract ValueOrBuilder getValueOrBuilder()

The new value of the parameter. A null value clears the parameter.

.google.protobuf.Value value = 2;

Returns
TypeDescription
ValueOrBuilder

hasValue()

public abstract boolean hasValue()

The new value of the parameter. A null value clears the parameter.

.google.protobuf.Value value = 2;

Returns
TypeDescription
boolean

Whether the value field is set.