Please wait. This can take some minutes ...
Many resources are needed to download a project. Please understand that we have to compensate our server costs. Thank you in advance.
Project price only 1 $
You can buy this project and download/modify it how often you want.
io.provenance.metadata.v1.ContractSpecIdInfo Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: provenance/metadata/v1/metadata.proto
package io.provenance.metadata.v1;
/**
*
* ContractSpecIdInfo contains various info regarding a contract specification id.
*
*
* Protobuf type {@code provenance.metadata.v1.ContractSpecIdInfo}
*/
public final class ContractSpecIdInfo extends
com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:provenance.metadata.v1.ContractSpecIdInfo)
ContractSpecIdInfoOrBuilder {
private static final long serialVersionUID = 0L;
// Use ContractSpecIdInfo.newBuilder() to construct.
private ContractSpecIdInfo(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private ContractSpecIdInfo() {
contractSpecId_ = com.google.protobuf.ByteString.EMPTY;
contractSpecIdPrefix_ = com.google.protobuf.ByteString.EMPTY;
contractSpecIdContractSpecUuid_ = com.google.protobuf.ByteString.EMPTY;
contractSpecAddr_ = "";
contractSpecUuid_ = "";
}
@java.lang.Override
public final com.google.protobuf.UnknownFieldSet
getUnknownFields() {
return this.unknownFields;
}
private ContractSpecIdInfo(
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: {
contractSpecId_ = input.readBytes();
break;
}
case 18: {
contractSpecIdPrefix_ = input.readBytes();
break;
}
case 26: {
contractSpecIdContractSpecUuid_ = input.readBytes();
break;
}
case 34: {
java.lang.String s = input.readStringRequireUtf8();
contractSpecAddr_ = s;
break;
}
case 42: {
java.lang.String s = input.readStringRequireUtf8();
contractSpecUuid_ = 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.metadata.v1.Metadata.internal_static_provenance_metadata_v1_ContractSpecIdInfo_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return io.provenance.metadata.v1.Metadata.internal_static_provenance_metadata_v1_ContractSpecIdInfo_fieldAccessorTable
.ensureFieldAccessorsInitialized(
io.provenance.metadata.v1.ContractSpecIdInfo.class, io.provenance.metadata.v1.ContractSpecIdInfo.Builder.class);
}
public static final int CONTRACT_SPEC_ID_FIELD_NUMBER = 1;
private com.google.protobuf.ByteString contractSpecId_;
/**
*
* contract_spec_id is the raw bytes of the contract specification address.
*
*
* bytes contract_spec_id = 1 [(.gogoproto.nullable) = false, (.gogoproto.customtype) = "MetadataAddress", (.gogoproto.moretags) = "yaml:\"contract_spec_id\""];
*/
public com.google.protobuf.ByteString getContractSpecId() {
return contractSpecId_;
}
public static final int CONTRACT_SPEC_ID_PREFIX_FIELD_NUMBER = 2;
private com.google.protobuf.ByteString contractSpecIdPrefix_;
/**
*
* contract_spec_id_prefix is the prefix portion of the contract_spec_id.
*
*
* bytes contract_spec_id_prefix = 2 [(.gogoproto.moretags) = "yaml:\"contract_spec_id_prefix\""];
*/
public com.google.protobuf.ByteString getContractSpecIdPrefix() {
return contractSpecIdPrefix_;
}
public static final int CONTRACT_SPEC_ID_CONTRACT_SPEC_UUID_FIELD_NUMBER = 3;
private com.google.protobuf.ByteString contractSpecIdContractSpecUuid_;
/**
*
* contract_spec_id_contract_spec_uuid is the contract_spec_uuid portion of the contract_spec_id.
*
*
* bytes contract_spec_id_contract_spec_uuid = 3 [(.gogoproto.moretags) = "yaml:\"contract_spec_id_contract_spec_uuid\""];
*/
public com.google.protobuf.ByteString getContractSpecIdContractSpecUuid() {
return contractSpecIdContractSpecUuid_;
}
public static final int CONTRACT_SPEC_ADDR_FIELD_NUMBER = 4;
private volatile java.lang.Object contractSpecAddr_;
/**
*
* contract_spec_addr is the bech32 string version of the contract_spec_id.
*
*
* string contract_spec_addr = 4 [(.gogoproto.moretags) = "yaml:\"contract_spec_addr\""];
*/
public java.lang.String getContractSpecAddr() {
java.lang.Object ref = contractSpecAddr_;
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();
contractSpecAddr_ = s;
return s;
}
}
/**
*
* contract_spec_addr is the bech32 string version of the contract_spec_id.
*
*
* string contract_spec_addr = 4 [(.gogoproto.moretags) = "yaml:\"contract_spec_addr\""];
*/
public com.google.protobuf.ByteString
getContractSpecAddrBytes() {
java.lang.Object ref = contractSpecAddr_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
contractSpecAddr_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int CONTRACT_SPEC_UUID_FIELD_NUMBER = 5;
private volatile java.lang.Object contractSpecUuid_;
/**
*
* contract_spec_uuid is the uuid hex string of the contract_spec_id_contract_spec_uuid.
*
*
* string contract_spec_uuid = 5 [(.gogoproto.moretags) = "yaml:\"contract_spec_uuid\""];
*/
public java.lang.String getContractSpecUuid() {
java.lang.Object ref = contractSpecUuid_;
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();
contractSpecUuid_ = s;
return s;
}
}
/**
*
* contract_spec_uuid is the uuid hex string of the contract_spec_id_contract_spec_uuid.
*
*
* string contract_spec_uuid = 5 [(.gogoproto.moretags) = "yaml:\"contract_spec_uuid\""];
*/
public com.google.protobuf.ByteString
getContractSpecUuidBytes() {
java.lang.Object ref = contractSpecUuid_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
contractSpecUuid_ = 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 (!contractSpecId_.isEmpty()) {
output.writeBytes(1, contractSpecId_);
}
if (!contractSpecIdPrefix_.isEmpty()) {
output.writeBytes(2, contractSpecIdPrefix_);
}
if (!contractSpecIdContractSpecUuid_.isEmpty()) {
output.writeBytes(3, contractSpecIdContractSpecUuid_);
}
if (!getContractSpecAddrBytes().isEmpty()) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 4, contractSpecAddr_);
}
if (!getContractSpecUuidBytes().isEmpty()) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 5, contractSpecUuid_);
}
unknownFields.writeTo(output);
}
@java.lang.Override
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
if (!contractSpecId_.isEmpty()) {
size += com.google.protobuf.CodedOutputStream
.computeBytesSize(1, contractSpecId_);
}
if (!contractSpecIdPrefix_.isEmpty()) {
size += com.google.protobuf.CodedOutputStream
.computeBytesSize(2, contractSpecIdPrefix_);
}
if (!contractSpecIdContractSpecUuid_.isEmpty()) {
size += com.google.protobuf.CodedOutputStream
.computeBytesSize(3, contractSpecIdContractSpecUuid_);
}
if (!getContractSpecAddrBytes().isEmpty()) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(4, contractSpecAddr_);
}
if (!getContractSpecUuidBytes().isEmpty()) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(5, contractSpecUuid_);
}
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.metadata.v1.ContractSpecIdInfo)) {
return super.equals(obj);
}
io.provenance.metadata.v1.ContractSpecIdInfo other = (io.provenance.metadata.v1.ContractSpecIdInfo) obj;
boolean result = true;
result = result && getContractSpecId()
.equals(other.getContractSpecId());
result = result && getContractSpecIdPrefix()
.equals(other.getContractSpecIdPrefix());
result = result && getContractSpecIdContractSpecUuid()
.equals(other.getContractSpecIdContractSpecUuid());
result = result && getContractSpecAddr()
.equals(other.getContractSpecAddr());
result = result && getContractSpecUuid()
.equals(other.getContractSpecUuid());
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) + CONTRACT_SPEC_ID_FIELD_NUMBER;
hash = (53 * hash) + getContractSpecId().hashCode();
hash = (37 * hash) + CONTRACT_SPEC_ID_PREFIX_FIELD_NUMBER;
hash = (53 * hash) + getContractSpecIdPrefix().hashCode();
hash = (37 * hash) + CONTRACT_SPEC_ID_CONTRACT_SPEC_UUID_FIELD_NUMBER;
hash = (53 * hash) + getContractSpecIdContractSpecUuid().hashCode();
hash = (37 * hash) + CONTRACT_SPEC_ADDR_FIELD_NUMBER;
hash = (53 * hash) + getContractSpecAddr().hashCode();
hash = (37 * hash) + CONTRACT_SPEC_UUID_FIELD_NUMBER;
hash = (53 * hash) + getContractSpecUuid().hashCode();
hash = (29 * hash) + unknownFields.hashCode();
memoizedHashCode = hash;
return hash;
}
public static io.provenance.metadata.v1.ContractSpecIdInfo parseFrom(
java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static io.provenance.metadata.v1.ContractSpecIdInfo parseFrom(
java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static io.provenance.metadata.v1.ContractSpecIdInfo parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static io.provenance.metadata.v1.ContractSpecIdInfo 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.metadata.v1.ContractSpecIdInfo parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static io.provenance.metadata.v1.ContractSpecIdInfo parseFrom(
byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static io.provenance.metadata.v1.ContractSpecIdInfo parseFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static io.provenance.metadata.v1.ContractSpecIdInfo 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.metadata.v1.ContractSpecIdInfo parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input);
}
public static io.provenance.metadata.v1.ContractSpecIdInfo 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.metadata.v1.ContractSpecIdInfo parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static io.provenance.metadata.v1.ContractSpecIdInfo 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.metadata.v1.ContractSpecIdInfo 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;
}
/**
*
* ContractSpecIdInfo contains various info regarding a contract specification id.
*
*
* Protobuf type {@code provenance.metadata.v1.ContractSpecIdInfo}
*/
public static final class Builder extends
com.google.protobuf.GeneratedMessageV3.Builder implements
// @@protoc_insertion_point(builder_implements:provenance.metadata.v1.ContractSpecIdInfo)
io.provenance.metadata.v1.ContractSpecIdInfoOrBuilder {
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return io.provenance.metadata.v1.Metadata.internal_static_provenance_metadata_v1_ContractSpecIdInfo_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return io.provenance.metadata.v1.Metadata.internal_static_provenance_metadata_v1_ContractSpecIdInfo_fieldAccessorTable
.ensureFieldAccessorsInitialized(
io.provenance.metadata.v1.ContractSpecIdInfo.class, io.provenance.metadata.v1.ContractSpecIdInfo.Builder.class);
}
// Construct using io.provenance.metadata.v1.ContractSpecIdInfo.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();
contractSpecId_ = com.google.protobuf.ByteString.EMPTY;
contractSpecIdPrefix_ = com.google.protobuf.ByteString.EMPTY;
contractSpecIdContractSpecUuid_ = com.google.protobuf.ByteString.EMPTY;
contractSpecAddr_ = "";
contractSpecUuid_ = "";
return this;
}
@java.lang.Override
public com.google.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return io.provenance.metadata.v1.Metadata.internal_static_provenance_metadata_v1_ContractSpecIdInfo_descriptor;
}
@java.lang.Override
public io.provenance.metadata.v1.ContractSpecIdInfo getDefaultInstanceForType() {
return io.provenance.metadata.v1.ContractSpecIdInfo.getDefaultInstance();
}
@java.lang.Override
public io.provenance.metadata.v1.ContractSpecIdInfo build() {
io.provenance.metadata.v1.ContractSpecIdInfo result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
@java.lang.Override
public io.provenance.metadata.v1.ContractSpecIdInfo buildPartial() {
io.provenance.metadata.v1.ContractSpecIdInfo result = new io.provenance.metadata.v1.ContractSpecIdInfo(this);
result.contractSpecId_ = contractSpecId_;
result.contractSpecIdPrefix_ = contractSpecIdPrefix_;
result.contractSpecIdContractSpecUuid_ = contractSpecIdContractSpecUuid_;
result.contractSpecAddr_ = contractSpecAddr_;
result.contractSpecUuid_ = contractSpecUuid_;
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.metadata.v1.ContractSpecIdInfo) {
return mergeFrom((io.provenance.metadata.v1.ContractSpecIdInfo)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(io.provenance.metadata.v1.ContractSpecIdInfo other) {
if (other == io.provenance.metadata.v1.ContractSpecIdInfo.getDefaultInstance()) return this;
if (other.getContractSpecId() != com.google.protobuf.ByteString.EMPTY) {
setContractSpecId(other.getContractSpecId());
}
if (other.getContractSpecIdPrefix() != com.google.protobuf.ByteString.EMPTY) {
setContractSpecIdPrefix(other.getContractSpecIdPrefix());
}
if (other.getContractSpecIdContractSpecUuid() != com.google.protobuf.ByteString.EMPTY) {
setContractSpecIdContractSpecUuid(other.getContractSpecIdContractSpecUuid());
}
if (!other.getContractSpecAddr().isEmpty()) {
contractSpecAddr_ = other.contractSpecAddr_;
onChanged();
}
if (!other.getContractSpecUuid().isEmpty()) {
contractSpecUuid_ = other.contractSpecUuid_;
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.metadata.v1.ContractSpecIdInfo parsedMessage = null;
try {
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
parsedMessage = (io.provenance.metadata.v1.ContractSpecIdInfo) e.getUnfinishedMessage();
throw e.unwrapIOException();
} finally {
if (parsedMessage != null) {
mergeFrom(parsedMessage);
}
}
return this;
}
private com.google.protobuf.ByteString contractSpecId_ = com.google.protobuf.ByteString.EMPTY;
/**
*
* contract_spec_id is the raw bytes of the contract specification address.
*
*
* bytes contract_spec_id = 1 [(.gogoproto.nullable) = false, (.gogoproto.customtype) = "MetadataAddress", (.gogoproto.moretags) = "yaml:\"contract_spec_id\""];
*/
public com.google.protobuf.ByteString getContractSpecId() {
return contractSpecId_;
}
/**
*
* contract_spec_id is the raw bytes of the contract specification address.
*
*
* bytes contract_spec_id = 1 [(.gogoproto.nullable) = false, (.gogoproto.customtype) = "MetadataAddress", (.gogoproto.moretags) = "yaml:\"contract_spec_id\""];
*/
public Builder setContractSpecId(com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
contractSpecId_ = value;
onChanged();
return this;
}
/**
*
* contract_spec_id is the raw bytes of the contract specification address.
*
*
* bytes contract_spec_id = 1 [(.gogoproto.nullable) = false, (.gogoproto.customtype) = "MetadataAddress", (.gogoproto.moretags) = "yaml:\"contract_spec_id\""];
*/
public Builder clearContractSpecId() {
contractSpecId_ = getDefaultInstance().getContractSpecId();
onChanged();
return this;
}
private com.google.protobuf.ByteString contractSpecIdPrefix_ = com.google.protobuf.ByteString.EMPTY;
/**
*
* contract_spec_id_prefix is the prefix portion of the contract_spec_id.
*
*
* bytes contract_spec_id_prefix = 2 [(.gogoproto.moretags) = "yaml:\"contract_spec_id_prefix\""];
*/
public com.google.protobuf.ByteString getContractSpecIdPrefix() {
return contractSpecIdPrefix_;
}
/**
*
* contract_spec_id_prefix is the prefix portion of the contract_spec_id.
*
*
* bytes contract_spec_id_prefix = 2 [(.gogoproto.moretags) = "yaml:\"contract_spec_id_prefix\""];
*/
public Builder setContractSpecIdPrefix(com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
contractSpecIdPrefix_ = value;
onChanged();
return this;
}
/**
*
* contract_spec_id_prefix is the prefix portion of the contract_spec_id.
*
*
* bytes contract_spec_id_prefix = 2 [(.gogoproto.moretags) = "yaml:\"contract_spec_id_prefix\""];
*/
public Builder clearContractSpecIdPrefix() {
contractSpecIdPrefix_ = getDefaultInstance().getContractSpecIdPrefix();
onChanged();
return this;
}
private com.google.protobuf.ByteString contractSpecIdContractSpecUuid_ = com.google.protobuf.ByteString.EMPTY;
/**
*
* contract_spec_id_contract_spec_uuid is the contract_spec_uuid portion of the contract_spec_id.
*
*
* bytes contract_spec_id_contract_spec_uuid = 3 [(.gogoproto.moretags) = "yaml:\"contract_spec_id_contract_spec_uuid\""];
*/
public com.google.protobuf.ByteString getContractSpecIdContractSpecUuid() {
return contractSpecIdContractSpecUuid_;
}
/**
*
* contract_spec_id_contract_spec_uuid is the contract_spec_uuid portion of the contract_spec_id.
*
*
* bytes contract_spec_id_contract_spec_uuid = 3 [(.gogoproto.moretags) = "yaml:\"contract_spec_id_contract_spec_uuid\""];
*/
public Builder setContractSpecIdContractSpecUuid(com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
contractSpecIdContractSpecUuid_ = value;
onChanged();
return this;
}
/**
*
* contract_spec_id_contract_spec_uuid is the contract_spec_uuid portion of the contract_spec_id.
*
*
* bytes contract_spec_id_contract_spec_uuid = 3 [(.gogoproto.moretags) = "yaml:\"contract_spec_id_contract_spec_uuid\""];
*/
public Builder clearContractSpecIdContractSpecUuid() {
contractSpecIdContractSpecUuid_ = getDefaultInstance().getContractSpecIdContractSpecUuid();
onChanged();
return this;
}
private java.lang.Object contractSpecAddr_ = "";
/**
*
* contract_spec_addr is the bech32 string version of the contract_spec_id.
*
*
* string contract_spec_addr = 4 [(.gogoproto.moretags) = "yaml:\"contract_spec_addr\""];
*/
public java.lang.String getContractSpecAddr() {
java.lang.Object ref = contractSpecAddr_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
contractSpecAddr_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
*
* contract_spec_addr is the bech32 string version of the contract_spec_id.
*
*
* string contract_spec_addr = 4 [(.gogoproto.moretags) = "yaml:\"contract_spec_addr\""];
*/
public com.google.protobuf.ByteString
getContractSpecAddrBytes() {
java.lang.Object ref = contractSpecAddr_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
contractSpecAddr_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
*
* contract_spec_addr is the bech32 string version of the contract_spec_id.
*
*
* string contract_spec_addr = 4 [(.gogoproto.moretags) = "yaml:\"contract_spec_addr\""];
*/
public Builder setContractSpecAddr(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
contractSpecAddr_ = value;
onChanged();
return this;
}
/**
*
* contract_spec_addr is the bech32 string version of the contract_spec_id.
*
*
* string contract_spec_addr = 4 [(.gogoproto.moretags) = "yaml:\"contract_spec_addr\""];
*/
public Builder clearContractSpecAddr() {
contractSpecAddr_ = getDefaultInstance().getContractSpecAddr();
onChanged();
return this;
}
/**
*
* contract_spec_addr is the bech32 string version of the contract_spec_id.
*
*
* string contract_spec_addr = 4 [(.gogoproto.moretags) = "yaml:\"contract_spec_addr\""];
*/
public Builder setContractSpecAddrBytes(
com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
contractSpecAddr_ = value;
onChanged();
return this;
}
private java.lang.Object contractSpecUuid_ = "";
/**
*
* contract_spec_uuid is the uuid hex string of the contract_spec_id_contract_spec_uuid.
*
*
* string contract_spec_uuid = 5 [(.gogoproto.moretags) = "yaml:\"contract_spec_uuid\""];
*/
public java.lang.String getContractSpecUuid() {
java.lang.Object ref = contractSpecUuid_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
contractSpecUuid_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
*
* contract_spec_uuid is the uuid hex string of the contract_spec_id_contract_spec_uuid.
*
*
* string contract_spec_uuid = 5 [(.gogoproto.moretags) = "yaml:\"contract_spec_uuid\""];
*/
public com.google.protobuf.ByteString
getContractSpecUuidBytes() {
java.lang.Object ref = contractSpecUuid_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
contractSpecUuid_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
*
* contract_spec_uuid is the uuid hex string of the contract_spec_id_contract_spec_uuid.
*
*
* string contract_spec_uuid = 5 [(.gogoproto.moretags) = "yaml:\"contract_spec_uuid\""];
*/
public Builder setContractSpecUuid(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
contractSpecUuid_ = value;
onChanged();
return this;
}
/**
*
* contract_spec_uuid is the uuid hex string of the contract_spec_id_contract_spec_uuid.
*
*
* string contract_spec_uuid = 5 [(.gogoproto.moretags) = "yaml:\"contract_spec_uuid\""];
*/
public Builder clearContractSpecUuid() {
contractSpecUuid_ = getDefaultInstance().getContractSpecUuid();
onChanged();
return this;
}
/**
*
* contract_spec_uuid is the uuid hex string of the contract_spec_id_contract_spec_uuid.
*
*
* string contract_spec_uuid = 5 [(.gogoproto.moretags) = "yaml:\"contract_spec_uuid\""];
*/
public Builder setContractSpecUuidBytes(
com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
contractSpecUuid_ = 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.metadata.v1.ContractSpecIdInfo)
}
// @@protoc_insertion_point(class_scope:provenance.metadata.v1.ContractSpecIdInfo)
private static final io.provenance.metadata.v1.ContractSpecIdInfo DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new io.provenance.metadata.v1.ContractSpecIdInfo();
}
public static io.provenance.metadata.v1.ContractSpecIdInfo getDefaultInstance() {
return DEFAULT_INSTANCE;
}
private static final com.google.protobuf.Parser
PARSER = new com.google.protobuf.AbstractParser() {
@java.lang.Override
public ContractSpecIdInfo parsePartialFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return new ContractSpecIdInfo(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.metadata.v1.ContractSpecIdInfo getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}