public static interface Fulfillment.SetParameterActionOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getParameter()
Display name of the parameter.
|
com.google.protobuf.ByteString |
getParameterBytes()
Display name of the parameter.
|
com.google.protobuf.Value |
getValue()
The new value of the parameter.
|
com.google.protobuf.ValueOrBuilder |
getValueOrBuilder()
The new value of the parameter.
|
boolean |
hasValue()
The new value of the parameter.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getParameter()
Display name of the parameter.
string parameter = 1;com.google.protobuf.ByteString getParameterBytes()
Display name of the parameter.
string parameter = 1;boolean hasValue()
The new value of the parameter. A null value clears the parameter.
.google.protobuf.Value value = 2;com.google.protobuf.Value getValue()
The new value of the parameter. A null value clears the parameter.
.google.protobuf.Value value = 2;com.google.protobuf.ValueOrBuilder getValueOrBuilder()
The new value of the parameter. A null value clears the parameter.
.google.protobuf.Value value = 2;Copyright © 2022 Google LLC. All rights reserved.