Interface Fulfillment.SetParameterActionOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Fulfillment.SetParameterAction
,Fulfillment.SetParameterAction.Builder
- Enclosing class:
- Fulfillment
public static interface Fulfillment.SetParameterActionOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getParameter
String getParameter()
Display name of the parameter.
string parameter = 1;
- Returns:
- The parameter.
-
getParameterBytes
com.google.protobuf.ByteString getParameterBytes()
Display name of the parameter.
string parameter = 1;
- Returns:
- The bytes for parameter.
-
hasValue
boolean hasValue()
The new value of the parameter. A null value clears the parameter.
.google.protobuf.Value value = 2;
- Returns:
- Whether the value field is set.
-
getValue
com.google.protobuf.Value getValue()
The new value of the parameter. A null value clears the parameter.
.google.protobuf.Value value = 2;
- Returns:
- The value.
-
getValueOrBuilder
com.google.protobuf.ValueOrBuilder getValueOrBuilder()
The new value of the parameter. A null value clears the parameter.
.google.protobuf.Value value = 2;
-
-