Interface Specifications.ConditionSpecOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Specifications.ConditionSpec,Specifications.ConditionSpec.Builder
- Enclosing class:
- Specifications
public static interface Specifications.ConditionSpecOrBuilder
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 = 2;intrepeated .io.provenance.scope.contract.DefinitionSpec input_specs = 2;repeated .io.provenance.scope.contract.DefinitionSpec input_specs = 2;getInputSpecsOrBuilder(int index) repeated .io.provenance.scope.contract.DefinitionSpec input_specs = 2;List<? extends Commons.DefinitionSpecOrBuilder>repeated .io.provenance.scope.contract.DefinitionSpec input_specs = 2;.io.provenance.scope.contract.OutputSpec output_spec = 3;.io.provenance.scope.contract.OutputSpec output_spec = 3;boolean.io.provenance.scope.contract.OutputSpec output_spec = 3;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.
-
getInputSpecsList
List<Commons.DefinitionSpec> getInputSpecsList()repeated .io.provenance.scope.contract.DefinitionSpec input_specs = 2; -
getInputSpecs
repeated .io.provenance.scope.contract.DefinitionSpec input_specs = 2; -
getInputSpecsCount
int getInputSpecsCount()repeated .io.provenance.scope.contract.DefinitionSpec input_specs = 2; -
getInputSpecsOrBuilderList
List<? extends Commons.DefinitionSpecOrBuilder> getInputSpecsOrBuilderList()repeated .io.provenance.scope.contract.DefinitionSpec input_specs = 2; -
getInputSpecsOrBuilder
repeated .io.provenance.scope.contract.DefinitionSpec input_specs = 2; -
hasOutputSpec
boolean hasOutputSpec().io.provenance.scope.contract.OutputSpec output_spec = 3;- Returns:
- Whether the outputSpec field is set.
-
getOutputSpec
Commons.OutputSpec getOutputSpec().io.provenance.scope.contract.OutputSpec output_spec = 3;- Returns:
- The outputSpec.
-
getOutputSpecOrBuilder
Commons.OutputSpecOrBuilder getOutputSpecOrBuilder().io.provenance.scope.contract.OutputSpec output_spec = 3;
-