Interface Commons.OutputSpecOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Commons.OutputSpec,Commons.OutputSpec.Builder
- Enclosing class:
- Commons
public static interface Commons.OutputSpecOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Commons.DefinitionSpecgetSpec().io.provenance.scope.contract.DefinitionSpec spec = 1;Commons.DefinitionSpecOrBuildergetSpecOrBuilder().io.provenance.scope.contract.DefinitionSpec spec = 1;booleanhasSpec().io.provenance.scope.contract.DefinitionSpec spec = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasSpec
boolean hasSpec()
.io.provenance.scope.contract.DefinitionSpec spec = 1;- Returns:
- Whether the spec field is set.
-
getSpec
Commons.DefinitionSpec getSpec()
.io.provenance.scope.contract.DefinitionSpec spec = 1;- Returns:
- The spec.
-
getSpecOrBuilder
Commons.DefinitionSpecOrBuilder getSpecOrBuilder()
.io.provenance.scope.contract.DefinitionSpec spec = 1;
-
-