Interface Specifications.FunctionSpecOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Specifications.FunctionSpec,Specifications.FunctionSpec.Builder
- Enclosing class:
- Specifications
public static interface Specifications.FunctionSpecOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring func_name = 1;com.google.protobuf.ByteStringstring func_name = 1;getInputSpecs(int index) repeated .io.provenance.scope.contract.DefinitionSpec input_specs = 3;intrepeated .io.provenance.scope.contract.DefinitionSpec input_specs = 3;repeated .io.provenance.scope.contract.DefinitionSpec input_specs = 3;getInputSpecsOrBuilder(int index) repeated .io.provenance.scope.contract.DefinitionSpec input_specs = 3;List<? extends Commons.DefinitionSpecOrBuilder>repeated .io.provenance.scope.contract.DefinitionSpec input_specs = 3;.io.provenance.scope.contract.PartyType invoker_party = 5;int.io.provenance.scope.contract.PartyType invoker_party = 5;.io.provenance.scope.contract.OutputSpec output_spec = 4;.io.provenance.scope.contract.OutputSpec output_spec = 4;boolean.io.provenance.scope.contract.OutputSpec output_spec = 4;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getFuncName
String getFuncName()string func_name = 1;- Returns:
- The funcName.
-
getFuncNameBytes
com.google.protobuf.ByteString getFuncNameBytes()string func_name = 1;- Returns:
- The bytes for funcName.
-
getInvokerPartyValue
int getInvokerPartyValue().io.provenance.scope.contract.PartyType invoker_party = 5;- Returns:
- The enum numeric value on the wire for invokerParty.
-
getInvokerParty
Specifications.PartyType getInvokerParty().io.provenance.scope.contract.PartyType invoker_party = 5;- Returns:
- The invokerParty.
-
getInputSpecsList
List<Commons.DefinitionSpec> getInputSpecsList()repeated .io.provenance.scope.contract.DefinitionSpec input_specs = 3; -
getInputSpecs
repeated .io.provenance.scope.contract.DefinitionSpec input_specs = 3; -
getInputSpecsCount
int getInputSpecsCount()repeated .io.provenance.scope.contract.DefinitionSpec input_specs = 3; -
getInputSpecsOrBuilderList
List<? extends Commons.DefinitionSpecOrBuilder> getInputSpecsOrBuilderList()repeated .io.provenance.scope.contract.DefinitionSpec input_specs = 3; -
getInputSpecsOrBuilder
repeated .io.provenance.scope.contract.DefinitionSpec input_specs = 3; -
hasOutputSpec
boolean hasOutputSpec().io.provenance.scope.contract.OutputSpec output_spec = 4;- Returns:
- Whether the outputSpec field is set.
-
getOutputSpec
Commons.OutputSpec getOutputSpec().io.provenance.scope.contract.OutputSpec output_spec = 4;- Returns:
- The outputSpec.
-
getOutputSpecOrBuilder
Commons.OutputSpecOrBuilder getOutputSpecOrBuilder().io.provenance.scope.contract.OutputSpec output_spec = 4;
-