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
Modifier and TypeMethodDescriptionstring classname = 2;com.google.protobuf.ByteStringstring classname = 2;getRef().io.provenance.scope.contract.ProvenanceReference ref = 1;.io.provenance.scope.contract.ProvenanceReference ref = 1;booleanhasRef().io.provenance.scope.contract.ProvenanceReference ref = 1;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
-
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
String getClassname()string classname = 2;- Returns:
- The classname.
-
getClassnameBytes
com.google.protobuf.ByteString getClassnameBytes()string classname = 2;- Returns:
- The bytes for classname.
-