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
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
-
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;
-