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

    Modifier and Type
    Method
    Description
    .io.provenance.scope.contract.DefinitionSpec spec = 1;
    .io.provenance.scope.contract.DefinitionSpec spec = 1;
    boolean
    .io.provenance.scope.contract.DefinitionSpec spec = 1;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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

      .io.provenance.scope.contract.DefinitionSpec spec = 1;
      Returns:
      The spec.
    • getSpecOrBuilder

      .io.provenance.scope.contract.DefinitionSpec spec = 1;