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 Type
    Method
    Description
    string classname = 2;
    com.google.protobuf.ByteString
    string classname = 2;
    .io.provenance.scope.contract.ProvenanceReference ref = 1;
    .io.provenance.scope.contract.ProvenanceReference ref = 1;
    boolean
    .io.provenance.scope.contract.ProvenanceReference ref = 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

    • hasRef

      boolean hasRef()
      .io.provenance.scope.contract.ProvenanceReference ref = 1;
      Returns:
      Whether the ref field is set.
    • getRef

      .io.provenance.scope.contract.ProvenanceReference ref = 1;
      Returns:
      The ref.
    • 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.