Class Specifications.ContractSpec.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderType>
-
- com.google.protobuf.GeneratedMessageV3.Builder<Specifications.ContractSpec.Builder>
-
- io.provenance.scope.contract.proto.Specifications.ContractSpec.Builder
-
- All Implemented Interfaces:
com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Specifications.ContractSpecOrBuilder,java.lang.Cloneable
- Enclosing class:
- Specifications.ContractSpec
public static final class Specifications.ContractSpec.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Specifications.ContractSpec.Builder> implements Specifications.ContractSpecOrBuilder
Protobuf typeio.provenance.scope.contract.ContractSpec
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Specifications.ContractSpec.BuilderaddAllConditionSpecs(java.lang.Iterable<? extends Specifications.ConditionSpec> values)repeated .io.provenance.scope.contract.ConditionSpec condition_specs = 4;Specifications.ContractSpec.BuilderaddAllFunctionSpecs(java.lang.Iterable<? extends Specifications.FunctionSpec> values)repeated .io.provenance.scope.contract.FunctionSpec function_specs = 6;Specifications.ContractSpec.BuilderaddAllInputSpecs(java.lang.Iterable<? extends Commons.DefinitionSpec> values)repeated .io.provenance.scope.contract.DefinitionSpec input_specs = 2;Specifications.ContractSpec.BuilderaddAllPartiesInvolved(java.lang.Iterable<? extends Specifications.PartyType> values)repeated .io.provenance.scope.contract.PartyType parties_involved = 3;Specifications.ContractSpec.BuilderaddAllPartiesInvolvedValue(java.lang.Iterable<java.lang.Integer> values)repeated .io.provenance.scope.contract.PartyType parties_involved = 3;Specifications.ContractSpec.BuilderaddConditionSpecs(int index, Specifications.ConditionSpec value)repeated .io.provenance.scope.contract.ConditionSpec condition_specs = 4;Specifications.ContractSpec.BuilderaddConditionSpecs(int index, Specifications.ConditionSpec.Builder builderForValue)repeated .io.provenance.scope.contract.ConditionSpec condition_specs = 4;Specifications.ContractSpec.BuilderaddConditionSpecs(Specifications.ConditionSpec value)repeated .io.provenance.scope.contract.ConditionSpec condition_specs = 4;Specifications.ContractSpec.BuilderaddConditionSpecs(Specifications.ConditionSpec.Builder builderForValue)repeated .io.provenance.scope.contract.ConditionSpec condition_specs = 4;Specifications.ConditionSpec.BuilderaddConditionSpecsBuilder()repeated .io.provenance.scope.contract.ConditionSpec condition_specs = 4;Specifications.ConditionSpec.BuilderaddConditionSpecsBuilder(int index)repeated .io.provenance.scope.contract.ConditionSpec condition_specs = 4;Specifications.ContractSpec.BuilderaddFunctionSpecs(int index, Specifications.FunctionSpec value)repeated .io.provenance.scope.contract.FunctionSpec function_specs = 6;Specifications.ContractSpec.BuilderaddFunctionSpecs(int index, Specifications.FunctionSpec.Builder builderForValue)repeated .io.provenance.scope.contract.FunctionSpec function_specs = 6;Specifications.ContractSpec.BuilderaddFunctionSpecs(Specifications.FunctionSpec value)repeated .io.provenance.scope.contract.FunctionSpec function_specs = 6;Specifications.ContractSpec.BuilderaddFunctionSpecs(Specifications.FunctionSpec.Builder builderForValue)repeated .io.provenance.scope.contract.FunctionSpec function_specs = 6;Specifications.FunctionSpec.BuilderaddFunctionSpecsBuilder()repeated .io.provenance.scope.contract.FunctionSpec function_specs = 6;Specifications.FunctionSpec.BuilderaddFunctionSpecsBuilder(int index)repeated .io.provenance.scope.contract.FunctionSpec function_specs = 6;Specifications.ContractSpec.BuilderaddInputSpecs(int index, Commons.DefinitionSpec value)repeated .io.provenance.scope.contract.DefinitionSpec input_specs = 2;Specifications.ContractSpec.BuilderaddInputSpecs(int index, Commons.DefinitionSpec.Builder builderForValue)repeated .io.provenance.scope.contract.DefinitionSpec input_specs = 2;Specifications.ContractSpec.BuilderaddInputSpecs(Commons.DefinitionSpec value)repeated .io.provenance.scope.contract.DefinitionSpec input_specs = 2;Specifications.ContractSpec.BuilderaddInputSpecs(Commons.DefinitionSpec.Builder builderForValue)repeated .io.provenance.scope.contract.DefinitionSpec input_specs = 2;Commons.DefinitionSpec.BuilderaddInputSpecsBuilder()repeated .io.provenance.scope.contract.DefinitionSpec input_specs = 2;Commons.DefinitionSpec.BuilderaddInputSpecsBuilder(int index)repeated .io.provenance.scope.contract.DefinitionSpec input_specs = 2;Specifications.ContractSpec.BuilderaddPartiesInvolved(Specifications.PartyType value)repeated .io.provenance.scope.contract.PartyType parties_involved = 3;Specifications.ContractSpec.BuilderaddPartiesInvolvedValue(int value)repeated .io.provenance.scope.contract.PartyType parties_involved = 3;Specifications.ContractSpec.BuilderaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)Specifications.ContractSpecbuild()Specifications.ContractSpecbuildPartial()Specifications.ContractSpec.Builderclear()Specifications.ContractSpec.BuilderclearConditionSpecs()repeated .io.provenance.scope.contract.ConditionSpec condition_specs = 4;Specifications.ContractSpec.BuilderclearDefinition().io.provenance.scope.contract.DefinitionSpec definition = 1;Specifications.ContractSpec.BuilderclearField(com.google.protobuf.Descriptors.FieldDescriptor field)Specifications.ContractSpec.BuilderclearFunctionSpecs()repeated .io.provenance.scope.contract.FunctionSpec function_specs = 6;Specifications.ContractSpec.BuilderclearInputSpecs()repeated .io.provenance.scope.contract.DefinitionSpec input_specs = 2;Specifications.ContractSpec.BuilderclearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)Specifications.ContractSpec.BuilderclearPartiesInvolved()repeated .io.provenance.scope.contract.PartyType parties_involved = 3;Specifications.ContractSpec.Builderclone()Specifications.ConditionSpecgetConditionSpecs(int index)repeated .io.provenance.scope.contract.ConditionSpec condition_specs = 4;Specifications.ConditionSpec.BuildergetConditionSpecsBuilder(int index)repeated .io.provenance.scope.contract.ConditionSpec condition_specs = 4;java.util.List<Specifications.ConditionSpec.Builder>getConditionSpecsBuilderList()repeated .io.provenance.scope.contract.ConditionSpec condition_specs = 4;intgetConditionSpecsCount()repeated .io.provenance.scope.contract.ConditionSpec condition_specs = 4;java.util.List<Specifications.ConditionSpec>getConditionSpecsList()repeated .io.provenance.scope.contract.ConditionSpec condition_specs = 4;Specifications.ConditionSpecOrBuildergetConditionSpecsOrBuilder(int index)repeated .io.provenance.scope.contract.ConditionSpec condition_specs = 4;java.util.List<? extends Specifications.ConditionSpecOrBuilder>getConditionSpecsOrBuilderList()repeated .io.provenance.scope.contract.ConditionSpec condition_specs = 4;Specifications.ContractSpecgetDefaultInstanceForType()Commons.DefinitionSpecgetDefinition().io.provenance.scope.contract.DefinitionSpec definition = 1;Commons.DefinitionSpec.BuildergetDefinitionBuilder().io.provenance.scope.contract.DefinitionSpec definition = 1;Commons.DefinitionSpecOrBuildergetDefinitionOrBuilder().io.provenance.scope.contract.DefinitionSpec definition = 1;static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.Descriptors.DescriptorgetDescriptorForType()Specifications.FunctionSpecgetFunctionSpecs(int index)repeated .io.provenance.scope.contract.FunctionSpec function_specs = 6;Specifications.FunctionSpec.BuildergetFunctionSpecsBuilder(int index)repeated .io.provenance.scope.contract.FunctionSpec function_specs = 6;java.util.List<Specifications.FunctionSpec.Builder>getFunctionSpecsBuilderList()repeated .io.provenance.scope.contract.FunctionSpec function_specs = 6;intgetFunctionSpecsCount()repeated .io.provenance.scope.contract.FunctionSpec function_specs = 6;java.util.List<Specifications.FunctionSpec>getFunctionSpecsList()repeated .io.provenance.scope.contract.FunctionSpec function_specs = 6;Specifications.FunctionSpecOrBuildergetFunctionSpecsOrBuilder(int index)repeated .io.provenance.scope.contract.FunctionSpec function_specs = 6;java.util.List<? extends Specifications.FunctionSpecOrBuilder>getFunctionSpecsOrBuilderList()repeated .io.provenance.scope.contract.FunctionSpec function_specs = 6;Commons.DefinitionSpecgetInputSpecs(int index)repeated .io.provenance.scope.contract.DefinitionSpec input_specs = 2;Commons.DefinitionSpec.BuildergetInputSpecsBuilder(int index)repeated .io.provenance.scope.contract.DefinitionSpec input_specs = 2;java.util.List<Commons.DefinitionSpec.Builder>getInputSpecsBuilderList()repeated .io.provenance.scope.contract.DefinitionSpec input_specs = 2;intgetInputSpecsCount()repeated .io.provenance.scope.contract.DefinitionSpec input_specs = 2;java.util.List<Commons.DefinitionSpec>getInputSpecsList()repeated .io.provenance.scope.contract.DefinitionSpec input_specs = 2;Commons.DefinitionSpecOrBuildergetInputSpecsOrBuilder(int index)repeated .io.provenance.scope.contract.DefinitionSpec input_specs = 2;java.util.List<? extends Commons.DefinitionSpecOrBuilder>getInputSpecsOrBuilderList()repeated .io.provenance.scope.contract.DefinitionSpec input_specs = 2;Specifications.PartyTypegetPartiesInvolved(int index)repeated .io.provenance.scope.contract.PartyType parties_involved = 3;intgetPartiesInvolvedCount()repeated .io.provenance.scope.contract.PartyType parties_involved = 3;java.util.List<Specifications.PartyType>getPartiesInvolvedList()repeated .io.provenance.scope.contract.PartyType parties_involved = 3;intgetPartiesInvolvedValue(int index)repeated .io.provenance.scope.contract.PartyType parties_involved = 3;java.util.List<java.lang.Integer>getPartiesInvolvedValueList()repeated .io.provenance.scope.contract.PartyType parties_involved = 3;booleanhasDefinition().io.provenance.scope.contract.DefinitionSpec definition = 1;protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()Specifications.ContractSpec.BuildermergeDefinition(Commons.DefinitionSpec value).io.provenance.scope.contract.DefinitionSpec definition = 1;Specifications.ContractSpec.BuildermergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Specifications.ContractSpec.BuildermergeFrom(com.google.protobuf.Message other)Specifications.ContractSpec.BuildermergeFrom(Specifications.ContractSpec other)Specifications.ContractSpec.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)Specifications.ContractSpec.BuilderremoveConditionSpecs(int index)repeated .io.provenance.scope.contract.ConditionSpec condition_specs = 4;Specifications.ContractSpec.BuilderremoveFunctionSpecs(int index)repeated .io.provenance.scope.contract.FunctionSpec function_specs = 6;Specifications.ContractSpec.BuilderremoveInputSpecs(int index)repeated .io.provenance.scope.contract.DefinitionSpec input_specs = 2;Specifications.ContractSpec.BuildersetConditionSpecs(int index, Specifications.ConditionSpec value)repeated .io.provenance.scope.contract.ConditionSpec condition_specs = 4;Specifications.ContractSpec.BuildersetConditionSpecs(int index, Specifications.ConditionSpec.Builder builderForValue)repeated .io.provenance.scope.contract.ConditionSpec condition_specs = 4;Specifications.ContractSpec.BuildersetDefinition(Commons.DefinitionSpec value).io.provenance.scope.contract.DefinitionSpec definition = 1;Specifications.ContractSpec.BuildersetDefinition(Commons.DefinitionSpec.Builder builderForValue).io.provenance.scope.contract.DefinitionSpec definition = 1;Specifications.ContractSpec.BuildersetField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)Specifications.ContractSpec.BuildersetFunctionSpecs(int index, Specifications.FunctionSpec value)repeated .io.provenance.scope.contract.FunctionSpec function_specs = 6;Specifications.ContractSpec.BuildersetFunctionSpecs(int index, Specifications.FunctionSpec.Builder builderForValue)repeated .io.provenance.scope.contract.FunctionSpec function_specs = 6;Specifications.ContractSpec.BuildersetInputSpecs(int index, Commons.DefinitionSpec value)repeated .io.provenance.scope.contract.DefinitionSpec input_specs = 2;Specifications.ContractSpec.BuildersetInputSpecs(int index, Commons.DefinitionSpec.Builder builderForValue)repeated .io.provenance.scope.contract.DefinitionSpec input_specs = 2;Specifications.ContractSpec.BuildersetPartiesInvolved(int index, Specifications.PartyType value)repeated .io.provenance.scope.contract.PartyType parties_involved = 3;Specifications.ContractSpec.BuildersetPartiesInvolvedValue(int index, int value)repeated .io.provenance.scope.contract.PartyType parties_involved = 3;Specifications.ContractSpec.BuildersetRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value)Specifications.ContractSpec.BuildersetUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeFrom, newUninitializedMessageException
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3.Builder<Specifications.ContractSpec.Builder>
-
clear
public Specifications.ContractSpec.Builder clear()
- Specified by:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessageV3.Builder<Specifications.ContractSpec.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessageV3.Builder<Specifications.ContractSpec.Builder>
-
getDefaultInstanceForType
public Specifications.ContractSpec getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
public Specifications.ContractSpec build()
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public Specifications.ContractSpec buildPartial()
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
public Specifications.ContractSpec.Builder clone()
- Specified by:
clonein interfacecom.google.protobuf.Message.Builder- Specified by:
clonein interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clonein classcom.google.protobuf.GeneratedMessageV3.Builder<Specifications.ContractSpec.Builder>
-
setField
public Specifications.ContractSpec.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
- Specified by:
setFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<Specifications.ContractSpec.Builder>
-
clearField
public Specifications.ContractSpec.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<Specifications.ContractSpec.Builder>
-
clearOneof
public Specifications.ContractSpec.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<Specifications.ContractSpec.Builder>
-
setRepeatedField
public Specifications.ContractSpec.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value)
- Specified by:
setRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<Specifications.ContractSpec.Builder>
-
addRepeatedField
public Specifications.ContractSpec.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
- Specified by:
addRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
addRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<Specifications.ContractSpec.Builder>
-
mergeFrom
public Specifications.ContractSpec.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<Specifications.ContractSpec.Builder>
-
mergeFrom
public Specifications.ContractSpec.Builder mergeFrom(Specifications.ContractSpec other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<Specifications.ContractSpec.Builder>
-
mergeFrom
public Specifications.ContractSpec.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<Specifications.ContractSpec.Builder>- Throws:
java.io.IOException
-
hasDefinition
public boolean hasDefinition()
.io.provenance.scope.contract.DefinitionSpec definition = 1;- Specified by:
hasDefinitionin interfaceSpecifications.ContractSpecOrBuilder- Returns:
- Whether the definition field is set.
-
getDefinition
public Commons.DefinitionSpec getDefinition()
.io.provenance.scope.contract.DefinitionSpec definition = 1;- Specified by:
getDefinitionin interfaceSpecifications.ContractSpecOrBuilder- Returns:
- The definition.
-
setDefinition
public Specifications.ContractSpec.Builder setDefinition(Commons.DefinitionSpec value)
.io.provenance.scope.contract.DefinitionSpec definition = 1;
-
setDefinition
public Specifications.ContractSpec.Builder setDefinition(Commons.DefinitionSpec.Builder builderForValue)
.io.provenance.scope.contract.DefinitionSpec definition = 1;
-
mergeDefinition
public Specifications.ContractSpec.Builder mergeDefinition(Commons.DefinitionSpec value)
.io.provenance.scope.contract.DefinitionSpec definition = 1;
-
clearDefinition
public Specifications.ContractSpec.Builder clearDefinition()
.io.provenance.scope.contract.DefinitionSpec definition = 1;
-
getDefinitionBuilder
public Commons.DefinitionSpec.Builder getDefinitionBuilder()
.io.provenance.scope.contract.DefinitionSpec definition = 1;
-
getDefinitionOrBuilder
public Commons.DefinitionSpecOrBuilder getDefinitionOrBuilder()
.io.provenance.scope.contract.DefinitionSpec definition = 1;- Specified by:
getDefinitionOrBuilderin interfaceSpecifications.ContractSpecOrBuilder
-
getInputSpecsList
public java.util.List<Commons.DefinitionSpec> getInputSpecsList()
repeated .io.provenance.scope.contract.DefinitionSpec input_specs = 2;- Specified by:
getInputSpecsListin interfaceSpecifications.ContractSpecOrBuilder
-
getInputSpecsCount
public int getInputSpecsCount()
repeated .io.provenance.scope.contract.DefinitionSpec input_specs = 2;- Specified by:
getInputSpecsCountin interfaceSpecifications.ContractSpecOrBuilder
-
getInputSpecs
public Commons.DefinitionSpec getInputSpecs(int index)
repeated .io.provenance.scope.contract.DefinitionSpec input_specs = 2;- Specified by:
getInputSpecsin interfaceSpecifications.ContractSpecOrBuilder
-
setInputSpecs
public Specifications.ContractSpec.Builder setInputSpecs(int index, Commons.DefinitionSpec value)
repeated .io.provenance.scope.contract.DefinitionSpec input_specs = 2;
-
setInputSpecs
public Specifications.ContractSpec.Builder setInputSpecs(int index, Commons.DefinitionSpec.Builder builderForValue)
repeated .io.provenance.scope.contract.DefinitionSpec input_specs = 2;
-
addInputSpecs
public Specifications.ContractSpec.Builder addInputSpecs(Commons.DefinitionSpec value)
repeated .io.provenance.scope.contract.DefinitionSpec input_specs = 2;
-
addInputSpecs
public Specifications.ContractSpec.Builder addInputSpecs(int index, Commons.DefinitionSpec value)
repeated .io.provenance.scope.contract.DefinitionSpec input_specs = 2;
-
addInputSpecs
public Specifications.ContractSpec.Builder addInputSpecs(Commons.DefinitionSpec.Builder builderForValue)
repeated .io.provenance.scope.contract.DefinitionSpec input_specs = 2;
-
addInputSpecs
public Specifications.ContractSpec.Builder addInputSpecs(int index, Commons.DefinitionSpec.Builder builderForValue)
repeated .io.provenance.scope.contract.DefinitionSpec input_specs = 2;
-
addAllInputSpecs
public Specifications.ContractSpec.Builder addAllInputSpecs(java.lang.Iterable<? extends Commons.DefinitionSpec> values)
repeated .io.provenance.scope.contract.DefinitionSpec input_specs = 2;
-
clearInputSpecs
public Specifications.ContractSpec.Builder clearInputSpecs()
repeated .io.provenance.scope.contract.DefinitionSpec input_specs = 2;
-
removeInputSpecs
public Specifications.ContractSpec.Builder removeInputSpecs(int index)
repeated .io.provenance.scope.contract.DefinitionSpec input_specs = 2;
-
getInputSpecsBuilder
public Commons.DefinitionSpec.Builder getInputSpecsBuilder(int index)
repeated .io.provenance.scope.contract.DefinitionSpec input_specs = 2;
-
getInputSpecsOrBuilder
public Commons.DefinitionSpecOrBuilder getInputSpecsOrBuilder(int index)
repeated .io.provenance.scope.contract.DefinitionSpec input_specs = 2;- Specified by:
getInputSpecsOrBuilderin interfaceSpecifications.ContractSpecOrBuilder
-
getInputSpecsOrBuilderList
public java.util.List<? extends Commons.DefinitionSpecOrBuilder> getInputSpecsOrBuilderList()
repeated .io.provenance.scope.contract.DefinitionSpec input_specs = 2;- Specified by:
getInputSpecsOrBuilderListin interfaceSpecifications.ContractSpecOrBuilder
-
addInputSpecsBuilder
public Commons.DefinitionSpec.Builder addInputSpecsBuilder()
repeated .io.provenance.scope.contract.DefinitionSpec input_specs = 2;
-
addInputSpecsBuilder
public Commons.DefinitionSpec.Builder addInputSpecsBuilder(int index)
repeated .io.provenance.scope.contract.DefinitionSpec input_specs = 2;
-
getInputSpecsBuilderList
public java.util.List<Commons.DefinitionSpec.Builder> getInputSpecsBuilderList()
repeated .io.provenance.scope.contract.DefinitionSpec input_specs = 2;
-
getPartiesInvolvedList
public java.util.List<Specifications.PartyType> getPartiesInvolvedList()
repeated .io.provenance.scope.contract.PartyType parties_involved = 3;- Specified by:
getPartiesInvolvedListin interfaceSpecifications.ContractSpecOrBuilder- Returns:
- A list containing the partiesInvolved.
-
getPartiesInvolvedCount
public int getPartiesInvolvedCount()
repeated .io.provenance.scope.contract.PartyType parties_involved = 3;- Specified by:
getPartiesInvolvedCountin interfaceSpecifications.ContractSpecOrBuilder- Returns:
- The count of partiesInvolved.
-
getPartiesInvolved
public Specifications.PartyType getPartiesInvolved(int index)
repeated .io.provenance.scope.contract.PartyType parties_involved = 3;- Specified by:
getPartiesInvolvedin interfaceSpecifications.ContractSpecOrBuilder- Parameters:
index- The index of the element to return.- Returns:
- The partiesInvolved at the given index.
-
setPartiesInvolved
public Specifications.ContractSpec.Builder setPartiesInvolved(int index, Specifications.PartyType value)
repeated .io.provenance.scope.contract.PartyType parties_involved = 3;- Parameters:
index- The index to set the value at.value- The partiesInvolved to set.- Returns:
- This builder for chaining.
-
addPartiesInvolved
public Specifications.ContractSpec.Builder addPartiesInvolved(Specifications.PartyType value)
repeated .io.provenance.scope.contract.PartyType parties_involved = 3;- Parameters:
value- The partiesInvolved to add.- Returns:
- This builder for chaining.
-
addAllPartiesInvolved
public Specifications.ContractSpec.Builder addAllPartiesInvolved(java.lang.Iterable<? extends Specifications.PartyType> values)
repeated .io.provenance.scope.contract.PartyType parties_involved = 3;- Parameters:
values- The partiesInvolved to add.- Returns:
- This builder for chaining.
-
clearPartiesInvolved
public Specifications.ContractSpec.Builder clearPartiesInvolved()
repeated .io.provenance.scope.contract.PartyType parties_involved = 3;- Returns:
- This builder for chaining.
-
getPartiesInvolvedValueList
public java.util.List<java.lang.Integer> getPartiesInvolvedValueList()
repeated .io.provenance.scope.contract.PartyType parties_involved = 3;- Specified by:
getPartiesInvolvedValueListin interfaceSpecifications.ContractSpecOrBuilder- Returns:
- A list containing the enum numeric values on the wire for partiesInvolved.
-
getPartiesInvolvedValue
public int getPartiesInvolvedValue(int index)
repeated .io.provenance.scope.contract.PartyType parties_involved = 3;- Specified by:
getPartiesInvolvedValuein interfaceSpecifications.ContractSpecOrBuilder- Parameters:
index- The index of the value to return.- Returns:
- The enum numeric value on the wire of partiesInvolved at the given index.
-
setPartiesInvolvedValue
public Specifications.ContractSpec.Builder setPartiesInvolvedValue(int index, int value)
repeated .io.provenance.scope.contract.PartyType parties_involved = 3;- Parameters:
index- The index of the value to return.- Returns:
- The enum numeric value on the wire of partiesInvolved at the given index.
-
addPartiesInvolvedValue
public Specifications.ContractSpec.Builder addPartiesInvolvedValue(int value)
repeated .io.provenance.scope.contract.PartyType parties_involved = 3;- Parameters:
value- The enum numeric value on the wire for partiesInvolved to add.- Returns:
- This builder for chaining.
-
addAllPartiesInvolvedValue
public Specifications.ContractSpec.Builder addAllPartiesInvolvedValue(java.lang.Iterable<java.lang.Integer> values)
repeated .io.provenance.scope.contract.PartyType parties_involved = 3;- Parameters:
values- The enum numeric values on the wire for partiesInvolved to add.- Returns:
- This builder for chaining.
-
getConditionSpecsList
public java.util.List<Specifications.ConditionSpec> getConditionSpecsList()
repeated .io.provenance.scope.contract.ConditionSpec condition_specs = 4;- Specified by:
getConditionSpecsListin interfaceSpecifications.ContractSpecOrBuilder
-
getConditionSpecsCount
public int getConditionSpecsCount()
repeated .io.provenance.scope.contract.ConditionSpec condition_specs = 4;- Specified by:
getConditionSpecsCountin interfaceSpecifications.ContractSpecOrBuilder
-
getConditionSpecs
public Specifications.ConditionSpec getConditionSpecs(int index)
repeated .io.provenance.scope.contract.ConditionSpec condition_specs = 4;- Specified by:
getConditionSpecsin interfaceSpecifications.ContractSpecOrBuilder
-
setConditionSpecs
public Specifications.ContractSpec.Builder setConditionSpecs(int index, Specifications.ConditionSpec value)
repeated .io.provenance.scope.contract.ConditionSpec condition_specs = 4;
-
setConditionSpecs
public Specifications.ContractSpec.Builder setConditionSpecs(int index, Specifications.ConditionSpec.Builder builderForValue)
repeated .io.provenance.scope.contract.ConditionSpec condition_specs = 4;
-
addConditionSpecs
public Specifications.ContractSpec.Builder addConditionSpecs(Specifications.ConditionSpec value)
repeated .io.provenance.scope.contract.ConditionSpec condition_specs = 4;
-
addConditionSpecs
public Specifications.ContractSpec.Builder addConditionSpecs(int index, Specifications.ConditionSpec value)
repeated .io.provenance.scope.contract.ConditionSpec condition_specs = 4;
-
addConditionSpecs
public Specifications.ContractSpec.Builder addConditionSpecs(Specifications.ConditionSpec.Builder builderForValue)
repeated .io.provenance.scope.contract.ConditionSpec condition_specs = 4;
-
addConditionSpecs
public Specifications.ContractSpec.Builder addConditionSpecs(int index, Specifications.ConditionSpec.Builder builderForValue)
repeated .io.provenance.scope.contract.ConditionSpec condition_specs = 4;
-
addAllConditionSpecs
public Specifications.ContractSpec.Builder addAllConditionSpecs(java.lang.Iterable<? extends Specifications.ConditionSpec> values)
repeated .io.provenance.scope.contract.ConditionSpec condition_specs = 4;
-
clearConditionSpecs
public Specifications.ContractSpec.Builder clearConditionSpecs()
repeated .io.provenance.scope.contract.ConditionSpec condition_specs = 4;
-
removeConditionSpecs
public Specifications.ContractSpec.Builder removeConditionSpecs(int index)
repeated .io.provenance.scope.contract.ConditionSpec condition_specs = 4;
-
getConditionSpecsBuilder
public Specifications.ConditionSpec.Builder getConditionSpecsBuilder(int index)
repeated .io.provenance.scope.contract.ConditionSpec condition_specs = 4;
-
getConditionSpecsOrBuilder
public Specifications.ConditionSpecOrBuilder getConditionSpecsOrBuilder(int index)
repeated .io.provenance.scope.contract.ConditionSpec condition_specs = 4;- Specified by:
getConditionSpecsOrBuilderin interfaceSpecifications.ContractSpecOrBuilder
-
getConditionSpecsOrBuilderList
public java.util.List<? extends Specifications.ConditionSpecOrBuilder> getConditionSpecsOrBuilderList()
repeated .io.provenance.scope.contract.ConditionSpec condition_specs = 4;- Specified by:
getConditionSpecsOrBuilderListin interfaceSpecifications.ContractSpecOrBuilder
-
addConditionSpecsBuilder
public Specifications.ConditionSpec.Builder addConditionSpecsBuilder()
repeated .io.provenance.scope.contract.ConditionSpec condition_specs = 4;
-
addConditionSpecsBuilder
public Specifications.ConditionSpec.Builder addConditionSpecsBuilder(int index)
repeated .io.provenance.scope.contract.ConditionSpec condition_specs = 4;
-
getConditionSpecsBuilderList
public java.util.List<Specifications.ConditionSpec.Builder> getConditionSpecsBuilderList()
repeated .io.provenance.scope.contract.ConditionSpec condition_specs = 4;
-
getFunctionSpecsList
public java.util.List<Specifications.FunctionSpec> getFunctionSpecsList()
repeated .io.provenance.scope.contract.FunctionSpec function_specs = 6;- Specified by:
getFunctionSpecsListin interfaceSpecifications.ContractSpecOrBuilder
-
getFunctionSpecsCount
public int getFunctionSpecsCount()
repeated .io.provenance.scope.contract.FunctionSpec function_specs = 6;- Specified by:
getFunctionSpecsCountin interfaceSpecifications.ContractSpecOrBuilder
-
getFunctionSpecs
public Specifications.FunctionSpec getFunctionSpecs(int index)
repeated .io.provenance.scope.contract.FunctionSpec function_specs = 6;- Specified by:
getFunctionSpecsin interfaceSpecifications.ContractSpecOrBuilder
-
setFunctionSpecs
public Specifications.ContractSpec.Builder setFunctionSpecs(int index, Specifications.FunctionSpec value)
repeated .io.provenance.scope.contract.FunctionSpec function_specs = 6;
-
setFunctionSpecs
public Specifications.ContractSpec.Builder setFunctionSpecs(int index, Specifications.FunctionSpec.Builder builderForValue)
repeated .io.provenance.scope.contract.FunctionSpec function_specs = 6;
-
addFunctionSpecs
public Specifications.ContractSpec.Builder addFunctionSpecs(Specifications.FunctionSpec value)
repeated .io.provenance.scope.contract.FunctionSpec function_specs = 6;
-
addFunctionSpecs
public Specifications.ContractSpec.Builder addFunctionSpecs(int index, Specifications.FunctionSpec value)
repeated .io.provenance.scope.contract.FunctionSpec function_specs = 6;
-
addFunctionSpecs
public Specifications.ContractSpec.Builder addFunctionSpecs(Specifications.FunctionSpec.Builder builderForValue)
repeated .io.provenance.scope.contract.FunctionSpec function_specs = 6;
-
addFunctionSpecs
public Specifications.ContractSpec.Builder addFunctionSpecs(int index, Specifications.FunctionSpec.Builder builderForValue)
repeated .io.provenance.scope.contract.FunctionSpec function_specs = 6;
-
addAllFunctionSpecs
public Specifications.ContractSpec.Builder addAllFunctionSpecs(java.lang.Iterable<? extends Specifications.FunctionSpec> values)
repeated .io.provenance.scope.contract.FunctionSpec function_specs = 6;
-
clearFunctionSpecs
public Specifications.ContractSpec.Builder clearFunctionSpecs()
repeated .io.provenance.scope.contract.FunctionSpec function_specs = 6;
-
removeFunctionSpecs
public Specifications.ContractSpec.Builder removeFunctionSpecs(int index)
repeated .io.provenance.scope.contract.FunctionSpec function_specs = 6;
-
getFunctionSpecsBuilder
public Specifications.FunctionSpec.Builder getFunctionSpecsBuilder(int index)
repeated .io.provenance.scope.contract.FunctionSpec function_specs = 6;
-
getFunctionSpecsOrBuilder
public Specifications.FunctionSpecOrBuilder getFunctionSpecsOrBuilder(int index)
repeated .io.provenance.scope.contract.FunctionSpec function_specs = 6;- Specified by:
getFunctionSpecsOrBuilderin interfaceSpecifications.ContractSpecOrBuilder
-
getFunctionSpecsOrBuilderList
public java.util.List<? extends Specifications.FunctionSpecOrBuilder> getFunctionSpecsOrBuilderList()
repeated .io.provenance.scope.contract.FunctionSpec function_specs = 6;- Specified by:
getFunctionSpecsOrBuilderListin interfaceSpecifications.ContractSpecOrBuilder
-
addFunctionSpecsBuilder
public Specifications.FunctionSpec.Builder addFunctionSpecsBuilder()
repeated .io.provenance.scope.contract.FunctionSpec function_specs = 6;
-
addFunctionSpecsBuilder
public Specifications.FunctionSpec.Builder addFunctionSpecsBuilder(int index)
repeated .io.provenance.scope.contract.FunctionSpec function_specs = 6;
-
getFunctionSpecsBuilderList
public java.util.List<Specifications.FunctionSpec.Builder> getFunctionSpecsBuilderList()
repeated .io.provenance.scope.contract.FunctionSpec function_specs = 6;
-
setUnknownFields
public final Specifications.ContractSpec.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<Specifications.ContractSpec.Builder>
-
mergeUnknownFields
public final Specifications.ContractSpec.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<Specifications.ContractSpec.Builder>
-
-