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
Modifier and TypeMethodDescriptionTODO do we need this?TODO do we need this?string classname = 3;com.google.protobuf.ByteStringstring classname = 3;getHash()string hash = 2;com.google.protobuf.ByteStringstring hash = 2;getName()string name = 1;com.google.protobuf.ByteStringstring name = 1;booleanTODO do we need this?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
-
getName
String getName()string name = 1;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()string name = 1;- Returns:
- The bytes for name.
-
getHash
String getHash()string hash = 2;- Returns:
- The hash.
-
getHashBytes
com.google.protobuf.ByteString getHashBytes()string hash = 2;- Returns:
- The bytes for hash.
-
getClassname
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;
-