Uses of Class
gauge.messages.Spec.Parameter.Builder
Packages that use Spec.Parameter.Builder
-
Uses of Spec.Parameter.Builder in gauge.messages
Methods in gauge.messages that return Spec.Parameter.BuilderModifier and TypeMethodDescriptionMessages.ExecuteStepRequest.Builder.addParametersBuilder()/ Collection of parameters applicable to the current Step.Messages.ExecuteStepRequest.Builder.addParametersBuilder(int index) / Collection of parameters applicable to the current Step.Spec.Parameter.Builder.clear()Spec.Parameter.Builder.clearName()/ Holds the name of the parameter, used as Key to lookup the value.Spec.Parameter.Builder.clearParameterType()/ Type of the Parameter.Spec.Parameter.Builder.clearTable()/ Holds the table value, if parameterType=Table or Special_TableSpec.Parameter.Builder.clearValue()/ Holds the value of the parameterSpec.Fragment.Builder.getParameterBuilder()/ Parameter part of the Fragment, valid only if FragmentType=ParameterMessages.ExecuteStepRequest.Builder.getParametersBuilder(int index) / Collection of parameters applicable to the current Step.Spec.Parameter.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Spec.Parameter.Builder.mergeFrom(com.google.protobuf.Message other) Spec.Parameter.Builder.mergeFrom(Spec.Parameter other) Spec.Parameter.Builder.mergeTable(Spec.ProtoTable value) / Holds the table value, if parameterType=Table or Special_Tablestatic Spec.Parameter.BuilderSpec.Parameter.newBuilder()static Spec.Parameter.BuilderSpec.Parameter.newBuilder(Spec.Parameter prototype) Spec.Parameter.newBuilderForType()protected Spec.Parameter.BuilderSpec.Parameter.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) / Holds the name of the parameter, used as Key to lookup the value.Spec.Parameter.Builder.setNameBytes(com.google.protobuf.ByteString value) / Holds the name of the parameter, used as Key to lookup the value.Spec.Parameter.Builder.setParameterType(Spec.Parameter.ParameterType value) / Type of the Parameter.Spec.Parameter.Builder.setParameterTypeValue(int value) / Type of the Parameter.Spec.Parameter.Builder.setTable(Spec.ProtoTable value) / Holds the table value, if parameterType=Table or Special_TableSpec.Parameter.Builder.setTable(Spec.ProtoTable.Builder builderForValue) / Holds the table value, if parameterType=Table or Special_Table/ Holds the value of the parameterSpec.Parameter.Builder.setValueBytes(com.google.protobuf.ByteString value) / Holds the value of the parameterSpec.Parameter.toBuilder()Methods in gauge.messages that return types with arguments of type Spec.Parameter.BuilderModifier and TypeMethodDescriptionMessages.ExecuteStepRequest.Builder.getParametersBuilderList()/ Collection of parameters applicable to the current Step.Methods in gauge.messages with parameters of type Spec.Parameter.BuilderModifier and TypeMethodDescriptionMessages.ExecuteStepRequest.Builder.addParameters(int index, Spec.Parameter.Builder builderForValue) / Collection of parameters applicable to the current Step.Messages.ExecuteStepRequest.Builder.addParameters(Spec.Parameter.Builder builderForValue) / Collection of parameters applicable to the current Step.Spec.Fragment.Builder.setParameter(Spec.Parameter.Builder builderForValue) / Parameter part of the Fragment, valid only if FragmentType=ParameterMessages.ExecuteStepRequest.Builder.setParameters(int index, Spec.Parameter.Builder builderForValue) / Collection of parameters applicable to the current Step.