Interface Contracts.ProposedRecordOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Contracts.ProposedRecord,Contracts.ProposedRecord.Builder
- Enclosing class:
- Contracts
public static interface Contracts.ProposedRecordOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Commons.ProvenanceReferencegetAncestor()TODO do we need this?Commons.ProvenanceReferenceOrBuildergetAncestorOrBuilder()TODO do we need this?java.lang.StringgetClassname()string classname = 3;com.google.protobuf.ByteStringgetClassnameBytes()string classname = 3;java.lang.StringgetHash()string hash = 2;com.google.protobuf.ByteStringgetHashBytes()string hash = 2;java.lang.StringgetName()string name = 1;com.google.protobuf.ByteStringgetNameBytes()string name = 1;booleanhasAncestor()TODO do we need this?-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getName
java.lang.String getName()
string name = 1;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
string name = 1;- Returns:
- The bytes for name.
-
getHash
java.lang.String getHash()
string hash = 2;- Returns:
- The hash.
-
getHashBytes
com.google.protobuf.ByteString getHashBytes()
string hash = 2;- Returns:
- The bytes for hash.
-
getClassname
java.lang.String getClassname()
string classname = 3;- Returns:
- The classname.
-
getClassnameBytes
com.google.protobuf.ByteString getClassnameBytes()
string classname = 3;- Returns:
- The bytes for classname.
-
hasAncestor
boolean hasAncestor()
TODO do we need this?
.io.provenance.scope.contract.ProvenanceReference ancestor = 4;- Returns:
- Whether the ancestor field is set.
-
getAncestor
Commons.ProvenanceReference getAncestor()
TODO do we need this?
.io.provenance.scope.contract.ProvenanceReference ancestor = 4;- Returns:
- The ancestor.
-
getAncestorOrBuilder
Commons.ProvenanceReferenceOrBuilder getAncestorOrBuilder()
TODO do we need this?
.io.provenance.scope.contract.ProvenanceReference ancestor = 4;
-
-