Interface Commons.LocationOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Commons.Location,Commons.Location.Builder
- Enclosing class:
- Commons
public static interface Commons.LocationOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetClassname()string classname = 2;com.google.protobuf.ByteStringgetClassnameBytes()string classname = 2;Commons.ProvenanceReferencegetRef().io.provenance.scope.contract.ProvenanceReference ref = 1;Commons.ProvenanceReferenceOrBuildergetRefOrBuilder().io.provenance.scope.contract.ProvenanceReference ref = 1;booleanhasRef().io.provenance.scope.contract.ProvenanceReference ref = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasRef
boolean hasRef()
.io.provenance.scope.contract.ProvenanceReference ref = 1;- Returns:
- Whether the ref field is set.
-
getRef
Commons.ProvenanceReference getRef()
.io.provenance.scope.contract.ProvenanceReference ref = 1;- Returns:
- The ref.
-
getRefOrBuilder
Commons.ProvenanceReferenceOrBuilder getRefOrBuilder()
.io.provenance.scope.contract.ProvenanceReference ref = 1;
-
getClassname
java.lang.String getClassname()
string classname = 2;- Returns:
- The classname.
-
getClassnameBytes
com.google.protobuf.ByteString getClassnameBytes()
string classname = 2;- Returns:
- The bytes for classname.
-
-