io.provenance.attribute.v1.AttributeOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: provenance/attribute/v1/attribute.proto
package io.provenance.attribute.v1;
public interface AttributeOrBuilder extends
// @@protoc_insertion_point(interface_extends:provenance.attribute.v1.Attribute)
com.google.protobuf.MessageOrBuilder {
/**
*
* The attribute name.
*
*
* string name = 1;
*/
java.lang.String getName();
/**
*
* The attribute name.
*
*
* string name = 1;
*/
com.google.protobuf.ByteString
getNameBytes();
/**
*
* The attribute value.
*
*
* bytes value = 2;
*/
com.google.protobuf.ByteString getValue();
/**
*
* The attribute value type.
*
*
* .provenance.attribute.v1.AttributeType attribute_type = 3;
*/
int getAttributeTypeValue();
/**
*
* The attribute value type.
*
*
* .provenance.attribute.v1.AttributeType attribute_type = 3;
*/
io.provenance.attribute.v1.AttributeType getAttributeType();
/**
*
* The address the attribute is bound to
*
*
* string address = 4;
*/
java.lang.String getAddress();
/**
*
* The address the attribute is bound to
*
*
* string address = 4;
*/
com.google.protobuf.ByteString
getAddressBytes();
}