public static interface Fulfillment.SetParameterActionOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getParameter()
public abstract String getParameter()Display name of the parameter.
string parameter = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The parameter. |
getParameterBytes()
public abstract ByteString getParameterBytes()Display name of the parameter.
string parameter = 1;
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
ValueOrBuilder |
|
hasValue()
public abstract boolean hasValue()The new value of the parameter. A null value clears the parameter.
.google.protobuf.Value value = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the value field is set. |