Class Commons.ProvenanceReference

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
io.provenance.scope.contract.proto.Commons.ProvenanceReference
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Commons.ProvenanceReferenceOrBuilder, Serializable
Enclosing class:
Commons

public static final class Commons.ProvenanceReference extends com.google.protobuf.GeneratedMessageV3 implements Commons.ProvenanceReferenceOrBuilder
Protobuf type io.provenance.scope.contract.ProvenanceReference
See Also:
  • Field Details

  • Method Details

    • newInstance

      protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
      Overrides:
      newInstance in class com.google.protobuf.GeneratedMessageV3
    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
    • hasScopeUuid

      public boolean hasScopeUuid()
       [Req] [Scope.uuid] -- Scope ID
       
      .io.provenance.scope.UUID scope_uuid = 1;
      Specified by:
      hasScopeUuid in interface Commons.ProvenanceReferenceOrBuilder
      Returns:
      Whether the scopeUuid field is set.
    • getScopeUuid

      public Util.UUID getScopeUuid()
       [Req] [Scope.uuid] -- Scope ID
       
      .io.provenance.scope.UUID scope_uuid = 1;
      Specified by:
      getScopeUuid in interface Commons.ProvenanceReferenceOrBuilder
      Returns:
      The scopeUuid.
    • getScopeUuidOrBuilder

      public Util.UUIDOrBuilder getScopeUuidOrBuilder()
       [Req] [Scope.uuid] -- Scope ID
       
      .io.provenance.scope.UUID scope_uuid = 1;
      Specified by:
      getScopeUuidOrBuilder in interface Commons.ProvenanceReferenceOrBuilder
    • hasSessionUuid

      public boolean hasSessionUuid()
       [Opt] [RecordGroup.session_uuid] -- require record to be within a specific session
       
      .io.provenance.scope.UUID session_uuid = 2;
      Specified by:
      hasSessionUuid in interface Commons.ProvenanceReferenceOrBuilder
      Returns:
      Whether the sessionUuid field is set.
    • getSessionUuid

      public Util.UUID getSessionUuid()
       [Opt] [RecordGroup.session_uuid] -- require record to be within a specific session
       
      .io.provenance.scope.UUID session_uuid = 2;
      Specified by:
      getSessionUuid in interface Commons.ProvenanceReferenceOrBuilder
      Returns:
      The sessionUuid.
    • getSessionUuidOrBuilder

      public Util.UUIDOrBuilder getSessionUuidOrBuilder()
       [Opt] [RecordGroup.session_uuid] -- require record to be within a specific session
       
      .io.provenance.scope.UUID session_uuid = 2;
      Specified by:
      getSessionUuidOrBuilder in interface Commons.ProvenanceReferenceOrBuilder
    • getHash

      public String getHash()
       [Opt] [Record.result_hash] -- specify a specific record inside a scope (and session) by result-hash
       
      string hash = 3;
      Specified by:
      getHash in interface Commons.ProvenanceReferenceOrBuilder
      Returns:
      The hash.
    • getHashBytes

      public com.google.protobuf.ByteString getHashBytes()
       [Opt] [Record.result_hash] -- specify a specific record inside a scope (and session) by result-hash
       
      string hash = 3;
      Specified by:
      getHashBytes in interface Commons.ProvenanceReferenceOrBuilder
      Returns:
      The bytes for hash.
    • getName

      public String getName()
       [Opt] [Record.result_name] -- specify a result-name of a record within a scope
       
      string name = 4;
      Specified by:
      getName in interface Commons.ProvenanceReferenceOrBuilder
      Returns:
      The name.
    • getNameBytes

      public com.google.protobuf.ByteString getNameBytes()
       [Opt] [Record.result_name] -- specify a result-name of a record within a scope
       
      string name = 4;
      Specified by:
      getNameBytes in interface Commons.ProvenanceReferenceOrBuilder
      Returns:
      The bytes for name.
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessageV3
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface com.google.protobuf.MessageLite
      Overrides:
      writeTo in class com.google.protobuf.GeneratedMessageV3
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface com.google.protobuf.MessageLite
      Overrides:
      getSerializedSize in class com.google.protobuf.GeneratedMessageV3
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface com.google.protobuf.Message
      Overrides:
      equals in class com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface com.google.protobuf.Message
      Overrides:
      hashCode in class com.google.protobuf.AbstractMessage
    • parseFrom

      public static Commons.ProvenanceReference parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Commons.ProvenanceReference parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Commons.ProvenanceReference parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Commons.ProvenanceReference parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Commons.ProvenanceReference parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Commons.ProvenanceReference parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Commons.ProvenanceReference parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static Commons.ProvenanceReference parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static Commons.ProvenanceReference parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static Commons.ProvenanceReference parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static Commons.ProvenanceReference parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static Commons.ProvenanceReference parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilderForType

      public Commons.ProvenanceReference.Builder newBuilderForType()
      Specified by:
      newBuilderForType in interface com.google.protobuf.Message
      Specified by:
      newBuilderForType in interface com.google.protobuf.MessageLite
    • newBuilder

      public static Commons.ProvenanceReference.Builder newBuilder()
    • newBuilder

    • toBuilder

      Specified by:
      toBuilder in interface com.google.protobuf.Message
      Specified by:
      toBuilder in interface com.google.protobuf.MessageLite
    • newBuilderForType

      protected Commons.ProvenanceReference.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
      Specified by:
      newBuilderForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstance

      public static Commons.ProvenanceReference getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<Commons.ProvenanceReference> parser()
    • getParserForType

      public com.google.protobuf.Parser<Commons.ProvenanceReference> getParserForType()
      Specified by:
      getParserForType in interface com.google.protobuf.Message
      Specified by:
      getParserForType in interface com.google.protobuf.MessageLite
      Overrides:
      getParserForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstanceForType

      public Commons.ProvenanceReference getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder