All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.provenance.attribute.v1.MsgAddAttributeRequest Maven / Gradle / Ivy

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: provenance/attribute/v1/tx.proto

package io.provenance.attribute.v1;

/**
 * 
 * MsgAddAttributeRequest defines an sdk.Msg type that is used to add a new attribute to an account
 * Attributes may only be set in an account by the account that the attribute name resolves to.
 * 
* * Protobuf type {@code provenance.attribute.v1.MsgAddAttributeRequest} */ public final class MsgAddAttributeRequest extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:provenance.attribute.v1.MsgAddAttributeRequest) MsgAddAttributeRequestOrBuilder { private static final long serialVersionUID = 0L; // Use MsgAddAttributeRequest.newBuilder() to construct. private MsgAddAttributeRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private MsgAddAttributeRequest() { name_ = ""; value_ = com.google.protobuf.ByteString.EMPTY; attributeType_ = 0; account_ = ""; owner_ = ""; } @java.lang.Override public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private MsgAddAttributeRequest( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { this(); if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } int mutable_bitField0_ = 0; com.google.protobuf.UnknownFieldSet.Builder unknownFields = com.google.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 10: { java.lang.String s = input.readStringRequireUtf8(); name_ = s; break; } case 18: { value_ = input.readBytes(); break; } case 24: { int rawValue = input.readEnum(); attributeType_ = rawValue; break; } case 34: { java.lang.String s = input.readStringRequireUtf8(); account_ = s; break; } case 42: { java.lang.String s = input.readStringRequireUtf8(); owner_ = s; break; } default: { if (!parseUnknownFieldProto3( input, unknownFields, extensionRegistry, tag)) { done = true; } break; } } } } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException( e).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return io.provenance.attribute.v1.Tx.internal_static_provenance_attribute_v1_MsgAddAttributeRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return io.provenance.attribute.v1.Tx.internal_static_provenance_attribute_v1_MsgAddAttributeRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( io.provenance.attribute.v1.MsgAddAttributeRequest.class, io.provenance.attribute.v1.MsgAddAttributeRequest.Builder.class); } public static final int NAME_FIELD_NUMBER = 1; private volatile java.lang.Object name_; /** *
   * The attribute name.
   * 
* * string name = 1; */ public java.lang.String getName() { java.lang.Object ref = name_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); name_ = s; return s; } } /** *
   * The attribute name.
   * 
* * string name = 1; */ public com.google.protobuf.ByteString getNameBytes() { java.lang.Object ref = name_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); name_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int VALUE_FIELD_NUMBER = 2; private com.google.protobuf.ByteString value_; /** *
   * The attribute value.
   * 
* * bytes value = 2; */ public com.google.protobuf.ByteString getValue() { return value_; } public static final int ATTRIBUTE_TYPE_FIELD_NUMBER = 3; private int attributeType_; /** *
   * The attribute value type.
   * 
* * .provenance.attribute.v1.AttributeType attribute_type = 3; */ public int getAttributeTypeValue() { return attributeType_; } /** *
   * The attribute value type.
   * 
* * .provenance.attribute.v1.AttributeType attribute_type = 3; */ public io.provenance.attribute.v1.AttributeType getAttributeType() { @SuppressWarnings("deprecation") io.provenance.attribute.v1.AttributeType result = io.provenance.attribute.v1.AttributeType.valueOf(attributeType_); return result == null ? io.provenance.attribute.v1.AttributeType.UNRECOGNIZED : result; } public static final int ACCOUNT_FIELD_NUMBER = 4; private volatile java.lang.Object account_; /** *
   * The account to add the attribute to.
   * 
* * string account = 4; */ public java.lang.String getAccount() { java.lang.Object ref = account_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); account_ = s; return s; } } /** *
   * The account to add the attribute to.
   * 
* * string account = 4; */ public com.google.protobuf.ByteString getAccountBytes() { java.lang.Object ref = account_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); account_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int OWNER_FIELD_NUMBER = 5; private volatile java.lang.Object owner_; /** *
   * The address that the name must resolve to.
   * 
* * string owner = 5; */ public java.lang.String getOwner() { java.lang.Object ref = owner_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); owner_ = s; return s; } } /** *
   * The address that the name must resolve to.
   * 
* * string owner = 5; */ public com.google.protobuf.ByteString getOwnerBytes() { java.lang.Object ref = owner_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); owner_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } private byte memoizedIsInitialized = -1; @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (!getNameBytes().isEmpty()) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, name_); } if (!value_.isEmpty()) { output.writeBytes(2, value_); } if (attributeType_ != io.provenance.attribute.v1.AttributeType.ATTRIBUTE_TYPE_UNSPECIFIED.getNumber()) { output.writeEnum(3, attributeType_); } if (!getAccountBytes().isEmpty()) { com.google.protobuf.GeneratedMessageV3.writeString(output, 4, account_); } if (!getOwnerBytes().isEmpty()) { com.google.protobuf.GeneratedMessageV3.writeString(output, 5, owner_); } unknownFields.writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (!getNameBytes().isEmpty()) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, name_); } if (!value_.isEmpty()) { size += com.google.protobuf.CodedOutputStream .computeBytesSize(2, value_); } if (attributeType_ != io.provenance.attribute.v1.AttributeType.ATTRIBUTE_TYPE_UNSPECIFIED.getNumber()) { size += com.google.protobuf.CodedOutputStream .computeEnumSize(3, attributeType_); } if (!getAccountBytes().isEmpty()) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(4, account_); } if (!getOwnerBytes().isEmpty()) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(5, owner_); } size += unknownFields.getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof io.provenance.attribute.v1.MsgAddAttributeRequest)) { return super.equals(obj); } io.provenance.attribute.v1.MsgAddAttributeRequest other = (io.provenance.attribute.v1.MsgAddAttributeRequest) obj; boolean result = true; result = result && getName() .equals(other.getName()); result = result && getValue() .equals(other.getValue()); result = result && attributeType_ == other.attributeType_; result = result && getAccount() .equals(other.getAccount()); result = result && getOwner() .equals(other.getOwner()); result = result && unknownFields.equals(other.unknownFields); return result; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); hash = (37 * hash) + NAME_FIELD_NUMBER; hash = (53 * hash) + getName().hashCode(); hash = (37 * hash) + VALUE_FIELD_NUMBER; hash = (53 * hash) + getValue().hashCode(); hash = (37 * hash) + ATTRIBUTE_TYPE_FIELD_NUMBER; hash = (53 * hash) + attributeType_; hash = (37 * hash) + ACCOUNT_FIELD_NUMBER; hash = (53 * hash) + getAccount().hashCode(); hash = (37 * hash) + OWNER_FIELD_NUMBER; hash = (53 * hash) + getOwner().hashCode(); hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; } public static io.provenance.attribute.v1.MsgAddAttributeRequest parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static io.provenance.attribute.v1.MsgAddAttributeRequest parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static io.provenance.attribute.v1.MsgAddAttributeRequest parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static io.provenance.attribute.v1.MsgAddAttributeRequest parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static io.provenance.attribute.v1.MsgAddAttributeRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static io.provenance.attribute.v1.MsgAddAttributeRequest parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static io.provenance.attribute.v1.MsgAddAttributeRequest parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static io.provenance.attribute.v1.MsgAddAttributeRequest parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static io.provenance.attribute.v1.MsgAddAttributeRequest parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static io.provenance.attribute.v1.MsgAddAttributeRequest parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static io.provenance.attribute.v1.MsgAddAttributeRequest parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static io.provenance.attribute.v1.MsgAddAttributeRequest parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(io.provenance.attribute.v1.MsgAddAttributeRequest prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } @java.lang.Override public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** *
   * MsgAddAttributeRequest defines an sdk.Msg type that is used to add a new attribute to an account
   * Attributes may only be set in an account by the account that the attribute name resolves to.
   * 
* * Protobuf type {@code provenance.attribute.v1.MsgAddAttributeRequest} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:provenance.attribute.v1.MsgAddAttributeRequest) io.provenance.attribute.v1.MsgAddAttributeRequestOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return io.provenance.attribute.v1.Tx.internal_static_provenance_attribute_v1_MsgAddAttributeRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return io.provenance.attribute.v1.Tx.internal_static_provenance_attribute_v1_MsgAddAttributeRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( io.provenance.attribute.v1.MsgAddAttributeRequest.class, io.provenance.attribute.v1.MsgAddAttributeRequest.Builder.class); } // Construct using io.provenance.attribute.v1.MsgAddAttributeRequest.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { } } @java.lang.Override public Builder clear() { super.clear(); name_ = ""; value_ = com.google.protobuf.ByteString.EMPTY; attributeType_ = 0; account_ = ""; owner_ = ""; return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return io.provenance.attribute.v1.Tx.internal_static_provenance_attribute_v1_MsgAddAttributeRequest_descriptor; } @java.lang.Override public io.provenance.attribute.v1.MsgAddAttributeRequest getDefaultInstanceForType() { return io.provenance.attribute.v1.MsgAddAttributeRequest.getDefaultInstance(); } @java.lang.Override public io.provenance.attribute.v1.MsgAddAttributeRequest build() { io.provenance.attribute.v1.MsgAddAttributeRequest result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public io.provenance.attribute.v1.MsgAddAttributeRequest buildPartial() { io.provenance.attribute.v1.MsgAddAttributeRequest result = new io.provenance.attribute.v1.MsgAddAttributeRequest(this); result.name_ = name_; result.value_ = value_; result.attributeType_ = attributeType_; result.account_ = account_; result.owner_ = owner_; onBuilt(); return result; } @java.lang.Override public Builder clone() { return (Builder) super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return (Builder) super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return (Builder) super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return (Builder) super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.addRepeatedField(field, value); } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof io.provenance.attribute.v1.MsgAddAttributeRequest) { return mergeFrom((io.provenance.attribute.v1.MsgAddAttributeRequest)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(io.provenance.attribute.v1.MsgAddAttributeRequest other) { if (other == io.provenance.attribute.v1.MsgAddAttributeRequest.getDefaultInstance()) return this; if (!other.getName().isEmpty()) { name_ = other.name_; onChanged(); } if (other.getValue() != com.google.protobuf.ByteString.EMPTY) { setValue(other.getValue()); } if (other.attributeType_ != 0) { setAttributeTypeValue(other.getAttributeTypeValue()); } if (!other.getAccount().isEmpty()) { account_ = other.account_; onChanged(); } if (!other.getOwner().isEmpty()) { owner_ = other.owner_; onChanged(); } this.mergeUnknownFields(other.unknownFields); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { io.provenance.attribute.v1.MsgAddAttributeRequest parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (io.provenance.attribute.v1.MsgAddAttributeRequest) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private java.lang.Object name_ = ""; /** *
     * The attribute name.
     * 
* * string name = 1; */ public java.lang.String getName() { java.lang.Object ref = name_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); name_ = s; return s; } else { return (java.lang.String) ref; } } /** *
     * The attribute name.
     * 
* * string name = 1; */ public com.google.protobuf.ByteString getNameBytes() { java.lang.Object ref = name_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); name_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** *
     * The attribute name.
     * 
* * string name = 1; */ public Builder setName( java.lang.String value) { if (value == null) { throw new NullPointerException(); } name_ = value; onChanged(); return this; } /** *
     * The attribute name.
     * 
* * string name = 1; */ public Builder clearName() { name_ = getDefaultInstance().getName(); onChanged(); return this; } /** *
     * The attribute name.
     * 
* * string name = 1; */ public Builder setNameBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); name_ = value; onChanged(); return this; } private com.google.protobuf.ByteString value_ = com.google.protobuf.ByteString.EMPTY; /** *
     * The attribute value.
     * 
* * bytes value = 2; */ public com.google.protobuf.ByteString getValue() { return value_; } /** *
     * The attribute value.
     * 
* * bytes value = 2; */ public Builder setValue(com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } value_ = value; onChanged(); return this; } /** *
     * The attribute value.
     * 
* * bytes value = 2; */ public Builder clearValue() { value_ = getDefaultInstance().getValue(); onChanged(); return this; } private int attributeType_ = 0; /** *
     * The attribute value type.
     * 
* * .provenance.attribute.v1.AttributeType attribute_type = 3; */ public int getAttributeTypeValue() { return attributeType_; } /** *
     * The attribute value type.
     * 
* * .provenance.attribute.v1.AttributeType attribute_type = 3; */ public Builder setAttributeTypeValue(int value) { attributeType_ = value; onChanged(); return this; } /** *
     * The attribute value type.
     * 
* * .provenance.attribute.v1.AttributeType attribute_type = 3; */ public io.provenance.attribute.v1.AttributeType getAttributeType() { @SuppressWarnings("deprecation") io.provenance.attribute.v1.AttributeType result = io.provenance.attribute.v1.AttributeType.valueOf(attributeType_); return result == null ? io.provenance.attribute.v1.AttributeType.UNRECOGNIZED : result; } /** *
     * The attribute value type.
     * 
* * .provenance.attribute.v1.AttributeType attribute_type = 3; */ public Builder setAttributeType(io.provenance.attribute.v1.AttributeType value) { if (value == null) { throw new NullPointerException(); } attributeType_ = value.getNumber(); onChanged(); return this; } /** *
     * The attribute value type.
     * 
* * .provenance.attribute.v1.AttributeType attribute_type = 3; */ public Builder clearAttributeType() { attributeType_ = 0; onChanged(); return this; } private java.lang.Object account_ = ""; /** *
     * The account to add the attribute to.
     * 
* * string account = 4; */ public java.lang.String getAccount() { java.lang.Object ref = account_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); account_ = s; return s; } else { return (java.lang.String) ref; } } /** *
     * The account to add the attribute to.
     * 
* * string account = 4; */ public com.google.protobuf.ByteString getAccountBytes() { java.lang.Object ref = account_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); account_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** *
     * The account to add the attribute to.
     * 
* * string account = 4; */ public Builder setAccount( java.lang.String value) { if (value == null) { throw new NullPointerException(); } account_ = value; onChanged(); return this; } /** *
     * The account to add the attribute to.
     * 
* * string account = 4; */ public Builder clearAccount() { account_ = getDefaultInstance().getAccount(); onChanged(); return this; } /** *
     * The account to add the attribute to.
     * 
* * string account = 4; */ public Builder setAccountBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); account_ = value; onChanged(); return this; } private java.lang.Object owner_ = ""; /** *
     * The address that the name must resolve to.
     * 
* * string owner = 5; */ public java.lang.String getOwner() { java.lang.Object ref = owner_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); owner_ = s; return s; } else { return (java.lang.String) ref; } } /** *
     * The address that the name must resolve to.
     * 
* * string owner = 5; */ public com.google.protobuf.ByteString getOwnerBytes() { java.lang.Object ref = owner_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); owner_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** *
     * The address that the name must resolve to.
     * 
* * string owner = 5; */ public Builder setOwner( java.lang.String value) { if (value == null) { throw new NullPointerException(); } owner_ = value; onChanged(); return this; } /** *
     * The address that the name must resolve to.
     * 
* * string owner = 5; */ public Builder clearOwner() { owner_ = getDefaultInstance().getOwner(); onChanged(); return this; } /** *
     * The address that the name must resolve to.
     * 
* * string owner = 5; */ public Builder setOwnerBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); owner_ = value; onChanged(); return this; } @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFieldsProto3(unknownFields); } @java.lang.Override public final Builder mergeUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@protoc_insertion_point(builder_scope:provenance.attribute.v1.MsgAddAttributeRequest) } // @@protoc_insertion_point(class_scope:provenance.attribute.v1.MsgAddAttributeRequest) private static final io.provenance.attribute.v1.MsgAddAttributeRequest DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new io.provenance.attribute.v1.MsgAddAttributeRequest(); } public static io.provenance.attribute.v1.MsgAddAttributeRequest getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public MsgAddAttributeRequest parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return new MsgAddAttributeRequest(input, extensionRegistry); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public io.provenance.attribute.v1.MsgAddAttributeRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy