io.provenance.attribute.v1.MsgUpdateAttributeRequestOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: provenance/attribute/v1/tx.proto
package io.provenance.attribute.v1;
public interface MsgUpdateAttributeRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:provenance.attribute.v1.MsgUpdateAttributeRequest)
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 original attribute value.
*
*
* bytes original_value = 2;
*/
com.google.protobuf.ByteString getOriginalValue();
/**
*
* The update attribute value.
*
*
* bytes update_value = 3;
*/
com.google.protobuf.ByteString getUpdateValue();
/**
*
* The original attribute value type.
*
*
* .provenance.attribute.v1.AttributeType original_attribute_type = 4;
*/
int getOriginalAttributeTypeValue();
/**
*
* The original attribute value type.
*
*
* .provenance.attribute.v1.AttributeType original_attribute_type = 4;
*/
io.provenance.attribute.v1.AttributeType getOriginalAttributeType();
/**
*
* The update attribute value type.
*
*
* .provenance.attribute.v1.AttributeType update_attribute_type = 5;
*/
int getUpdateAttributeTypeValue();
/**
*
* The update attribute value type.
*
*
* .provenance.attribute.v1.AttributeType update_attribute_type = 5;
*/
io.provenance.attribute.v1.AttributeType getUpdateAttributeType();
/**
*
* The account to add the attribute to.
*
*
* string account = 6;
*/
java.lang.String getAccount();
/**
*
* The account to add the attribute to.
*
*
* string account = 6;
*/
com.google.protobuf.ByteString
getAccountBytes();
/**
*
* The address that the name must resolve to.
*
*
* string owner = 7;
*/
java.lang.String getOwner();
/**
*
* The address that the name must resolve to.
*
*
* string owner = 7;
*/
com.google.protobuf.ByteString
getOwnerBytes();
}