Interface Fulfillment.SetParameterActionOrBuilder

    • 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.MessageLiteOrBuilder

        isInitialized
      • 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;