Interface Envelopes.EnvelopeErrorOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    Envelopes.EnvelopeError, Envelopes.EnvelopeError.Builder
    Enclosing class:
    Envelopes

    public static interface Envelopes.EnvelopeErrorOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • hasUuid

        boolean hasUuid()
        .io.provenance.scope.UUID uuid = 1;
        Returns:
        Whether the uuid field is set.
      • getUuid

        Util.UUID getUuid()
        .io.provenance.scope.UUID uuid = 1;
        Returns:
        The uuid.
      • getUuidOrBuilder

        Util.UUIDOrBuilder getUuidOrBuilder()
        .io.provenance.scope.UUID uuid = 1;
      • getTypeValue

        int getTypeValue()
        .io.provenance.scope.contract.EnvelopeError.Type type = 4;
        Returns:
        The enum numeric value on the wire for type.
      • getMessage

        java.lang.String getMessage()
        string message = 5;
        Returns:
        The message.
      • getMessageBytes

        com.google.protobuf.ByteString getMessageBytes()
        string message = 5;
        Returns:
        The bytes for message.
      • hasReadTime

        boolean hasReadTime()
        .google.protobuf.Timestamp read_time = 6;
        Returns:
        Whether the readTime field is set.
      • getReadTime

        Timestamp getReadTime()
        .google.protobuf.Timestamp read_time = 6;
        Returns:
        The readTime.
      • getReadTimeOrBuilder

        TimestampOrBuilder getReadTimeOrBuilder()
        .google.protobuf.Timestamp read_time = 6;
      • hasEnvelope

        boolean hasEnvelope()
        .io.provenance.scope.contract.Envelope envelope = 8;
        Returns:
        Whether the envelope field is set.
      • getEnvelope

        Envelopes.Envelope getEnvelope()
        .io.provenance.scope.contract.Envelope envelope = 8;
        Returns:
        The envelope.
      • hasAuditFields

        boolean hasAuditFields()
        .io.provenance.scope.AuditFields audit_fields = 99;
        Returns:
        Whether the auditFields field is set.
      • getAuditFields

        Util.AuditFields getAuditFields()
        .io.provenance.scope.AuditFields audit_fields = 99;
        Returns:
        The auditFields.
      • getAuditFieldsOrBuilder

        Util.AuditFieldsOrBuilder getAuditFieldsOrBuilder()
        .io.provenance.scope.AuditFields audit_fields = 99;