Class Envelopes.EnvelopeError

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

public static final class Envelopes.EnvelopeError extends com.google.protobuf.GeneratedMessageV3 implements Envelopes.EnvelopeErrorOrBuilder
Protobuf type io.provenance.scope.contract.EnvelopeError
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
    • hasUuid

      public boolean hasUuid()
      .io.provenance.scope.UUID uuid = 1;
      Specified by:
      hasUuid in interface Envelopes.EnvelopeErrorOrBuilder
      Returns:
      Whether the uuid field is set.
    • getUuid

      public Util.UUID getUuid()
      .io.provenance.scope.UUID uuid = 1;
      Specified by:
      getUuid in interface Envelopes.EnvelopeErrorOrBuilder
      Returns:
      The uuid.
    • getUuidOrBuilder

      public Util.UUIDOrBuilder getUuidOrBuilder()
      .io.provenance.scope.UUID uuid = 1;
      Specified by:
      getUuidOrBuilder in interface Envelopes.EnvelopeErrorOrBuilder
    • getTypeValue

      public int getTypeValue()
      .io.provenance.scope.contract.EnvelopeError.Type type = 4;
      Specified by:
      getTypeValue in interface Envelopes.EnvelopeErrorOrBuilder
      Returns:
      The enum numeric value on the wire for type.
    • getType

      public Envelopes.EnvelopeError.Type getType()
      .io.provenance.scope.contract.EnvelopeError.Type type = 4;
      Specified by:
      getType in interface Envelopes.EnvelopeErrorOrBuilder
      Returns:
      The type.
    • getMessage

      public String getMessage()
      string message = 5;
      Specified by:
      getMessage in interface Envelopes.EnvelopeErrorOrBuilder
      Returns:
      The message.
    • getMessageBytes

      public com.google.protobuf.ByteString getMessageBytes()
      string message = 5;
      Specified by:
      getMessageBytes in interface Envelopes.EnvelopeErrorOrBuilder
      Returns:
      The bytes for message.
    • hasReadTime

      public boolean hasReadTime()
      .google.protobuf.Timestamp read_time = 6;
      Specified by:
      hasReadTime in interface Envelopes.EnvelopeErrorOrBuilder
      Returns:
      Whether the readTime field is set.
    • getReadTime

      public Timestamp getReadTime()
      .google.protobuf.Timestamp read_time = 6;
      Specified by:
      getReadTime in interface Envelopes.EnvelopeErrorOrBuilder
      Returns:
      The readTime.
    • getReadTimeOrBuilder

      public TimestampOrBuilder getReadTimeOrBuilder()
      .google.protobuf.Timestamp read_time = 6;
      Specified by:
      getReadTimeOrBuilder in interface Envelopes.EnvelopeErrorOrBuilder
    • hasEnvelope

      public boolean hasEnvelope()
      .io.provenance.scope.contract.Envelope envelope = 8;
      Specified by:
      hasEnvelope in interface Envelopes.EnvelopeErrorOrBuilder
      Returns:
      Whether the envelope field is set.
    • getEnvelope

      public Envelopes.Envelope getEnvelope()
      .io.provenance.scope.contract.Envelope envelope = 8;
      Specified by:
      getEnvelope in interface Envelopes.EnvelopeErrorOrBuilder
      Returns:
      The envelope.
    • getEnvelopeOrBuilder

      public Envelopes.EnvelopeOrBuilder getEnvelopeOrBuilder()
      .io.provenance.scope.contract.Envelope envelope = 8;
      Specified by:
      getEnvelopeOrBuilder in interface Envelopes.EnvelopeErrorOrBuilder
    • hasAuditFields

      public boolean hasAuditFields()
      .io.provenance.scope.AuditFields audit_fields = 99;
      Specified by:
      hasAuditFields in interface Envelopes.EnvelopeErrorOrBuilder
      Returns:
      Whether the auditFields field is set.
    • getAuditFields

      public Util.AuditFields getAuditFields()
      .io.provenance.scope.AuditFields audit_fields = 99;
      Specified by:
      getAuditFields in interface Envelopes.EnvelopeErrorOrBuilder
      Returns:
      The auditFields.
    • getAuditFieldsOrBuilder

      public Util.AuditFieldsOrBuilder getAuditFieldsOrBuilder()
      .io.provenance.scope.AuditFields audit_fields = 99;
      Specified by:
      getAuditFieldsOrBuilder in interface Envelopes.EnvelopeErrorOrBuilder
    • 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 Envelopes.EnvelopeError parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

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

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

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

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

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

      public static Envelopes.EnvelopeError parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

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

      public static Envelopes.EnvelopeError parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

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

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

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

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

      public static Envelopes.EnvelopeError.Builder newBuilder()
    • newBuilder

      public static Envelopes.EnvelopeError.Builder newBuilder(Envelopes.EnvelopeError prototype)
    • toBuilder

      public Envelopes.EnvelopeError.Builder toBuilder()
      Specified by:
      toBuilder in interface com.google.protobuf.Message
      Specified by:
      toBuilder in interface com.google.protobuf.MessageLite
    • newBuilderForType

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

      public static Envelopes.EnvelopeError getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<Envelopes.EnvelopeError> parser()
    • getParserForType

      public com.google.protobuf.Parser<Envelopes.EnvelopeError> 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 Envelopes.EnvelopeError getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder