Class Fulfillment.SetParameterAction.Builder

    • Method Detail

      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<Fulfillment.SetParameterAction.Builder>
      • getDescriptorForType

        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.Message.Builder
        Specified by:
        getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<Fulfillment.SetParameterAction.Builder>
      • getDefaultInstanceForType

        public Fulfillment.SetParameterAction getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
      • build

        public Fulfillment.SetParameterAction build()
        Specified by:
        build in interface com.google.protobuf.Message.Builder
        Specified by:
        build in interface com.google.protobuf.MessageLite.Builder
      • buildPartial

        public Fulfillment.SetParameterAction buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<Fulfillment.SetParameterAction.Builder>
      • setParameter

        public Fulfillment.SetParameterAction.Builder setParameter​(String value)
         Display name of the parameter.
         
        string parameter = 1;
        Parameters:
        value - The parameter to set.
        Returns:
        This builder for chaining.
      • setParameterBytes

        public Fulfillment.SetParameterAction.Builder setParameterBytes​(com.google.protobuf.ByteString value)
         Display name of the parameter.
         
        string parameter = 1;
        Parameters:
        value - The bytes for parameter to set.
        Returns:
        This builder for chaining.
      • hasValue

        public boolean hasValue()
         The new value of the parameter. A null value clears the parameter.
         
        .google.protobuf.Value value = 2;
        Specified by:
        hasValue in interface Fulfillment.SetParameterActionOrBuilder
        Returns:
        Whether the value field is set.
      • getValue

        public com.google.protobuf.Value getValue()
         The new value of the parameter. A null value clears the parameter.
         
        .google.protobuf.Value value = 2;
        Specified by:
        getValue in interface Fulfillment.SetParameterActionOrBuilder
        Returns:
        The value.
      • setValue

        public Fulfillment.SetParameterAction.Builder setValue​(com.google.protobuf.Value value)
         The new value of the parameter. A null value clears the parameter.
         
        .google.protobuf.Value value = 2;
      • setValue

        public Fulfillment.SetParameterAction.Builder setValue​(com.google.protobuf.Value.Builder builderForValue)
         The new value of the parameter. A null value clears the parameter.
         
        .google.protobuf.Value value = 2;
      • mergeValue

        public Fulfillment.SetParameterAction.Builder mergeValue​(com.google.protobuf.Value value)
         The new value of the parameter. A null value clears the parameter.
         
        .google.protobuf.Value value = 2;
      • getValueBuilder

        public com.google.protobuf.Value.Builder getValueBuilder()
         The new value of the parameter. A null value clears the parameter.
         
        .google.protobuf.Value value = 2;