![JAR search and dependency download from the Maven repository](/logo.png)
io.provenance.metadata.v1.RecordSpecificationsForContractSpecificationResponse Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: provenance/metadata/v1/query.proto
package io.provenance.metadata.v1;
/**
*
* RecordSpecificationsForContractSpecificationResponse is the response type for the
* Query/RecordSpecificationsForContractSpecification RPC method.
*
*
* Protobuf type {@code provenance.metadata.v1.RecordSpecificationsForContractSpecificationResponse}
*/
public final class RecordSpecificationsForContractSpecificationResponse extends
com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:provenance.metadata.v1.RecordSpecificationsForContractSpecificationResponse)
RecordSpecificationsForContractSpecificationResponseOrBuilder {
private static final long serialVersionUID = 0L;
// Use RecordSpecificationsForContractSpecificationResponse.newBuilder() to construct.
private RecordSpecificationsForContractSpecificationResponse(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private RecordSpecificationsForContractSpecificationResponse() {
recordSpecifications_ = java.util.Collections.emptyList();
contractSpecificationUuid_ = "";
contractSpecificationAddr_ = "";
}
@java.lang.Override
public final com.google.protobuf.UnknownFieldSet
getUnknownFields() {
return this.unknownFields;
}
private RecordSpecificationsForContractSpecificationResponse(
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: {
if (!((mutable_bitField0_ & 0x00000001) == 0x00000001)) {
recordSpecifications_ = new java.util.ArrayList();
mutable_bitField0_ |= 0x00000001;
}
recordSpecifications_.add(
input.readMessage(io.provenance.metadata.v1.RecordSpecificationWrapper.parser(), extensionRegistry));
break;
}
case 18: {
java.lang.String s = input.readStringRequireUtf8();
contractSpecificationUuid_ = s;
break;
}
case 26: {
java.lang.String s = input.readStringRequireUtf8();
contractSpecificationAddr_ = s;
break;
}
case 786: {
io.provenance.metadata.v1.RecordSpecificationsForContractSpecificationRequest.Builder subBuilder = null;
if (request_ != null) {
subBuilder = request_.toBuilder();
}
request_ = input.readMessage(io.provenance.metadata.v1.RecordSpecificationsForContractSpecificationRequest.parser(), extensionRegistry);
if (subBuilder != null) {
subBuilder.mergeFrom(request_);
request_ = subBuilder.buildPartial();
}
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 {
if (((mutable_bitField0_ & 0x00000001) == 0x00000001)) {
recordSpecifications_ = java.util.Collections.unmodifiableList(recordSpecifications_);
}
this.unknownFields = unknownFields.build();
makeExtensionsImmutable();
}
}
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return io.provenance.metadata.v1.QueryOuterClass.internal_static_provenance_metadata_v1_RecordSpecificationsForContractSpecificationResponse_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return io.provenance.metadata.v1.QueryOuterClass.internal_static_provenance_metadata_v1_RecordSpecificationsForContractSpecificationResponse_fieldAccessorTable
.ensureFieldAccessorsInitialized(
io.provenance.metadata.v1.RecordSpecificationsForContractSpecificationResponse.class, io.provenance.metadata.v1.RecordSpecificationsForContractSpecificationResponse.Builder.class);
}
private int bitField0_;
public static final int RECORD_SPECIFICATIONS_FIELD_NUMBER = 1;
private java.util.List recordSpecifications_;
/**
*
* record_specifications is any number of wrapped record specifications associated with this contract_specification.
*
*
* repeated .provenance.metadata.v1.RecordSpecificationWrapper record_specifications = 1 [(.gogoproto.moretags) = "yaml:\"record_specifications\""];
*/
public java.util.List getRecordSpecificationsList() {
return recordSpecifications_;
}
/**
*
* record_specifications is any number of wrapped record specifications associated with this contract_specification.
*
*
* repeated .provenance.metadata.v1.RecordSpecificationWrapper record_specifications = 1 [(.gogoproto.moretags) = "yaml:\"record_specifications\""];
*/
public java.util.List extends io.provenance.metadata.v1.RecordSpecificationWrapperOrBuilder>
getRecordSpecificationsOrBuilderList() {
return recordSpecifications_;
}
/**
*
* record_specifications is any number of wrapped record specifications associated with this contract_specification.
*
*
* repeated .provenance.metadata.v1.RecordSpecificationWrapper record_specifications = 1 [(.gogoproto.moretags) = "yaml:\"record_specifications\""];
*/
public int getRecordSpecificationsCount() {
return recordSpecifications_.size();
}
/**
*
* record_specifications is any number of wrapped record specifications associated with this contract_specification.
*
*
* repeated .provenance.metadata.v1.RecordSpecificationWrapper record_specifications = 1 [(.gogoproto.moretags) = "yaml:\"record_specifications\""];
*/
public io.provenance.metadata.v1.RecordSpecificationWrapper getRecordSpecifications(int index) {
return recordSpecifications_.get(index);
}
/**
*
* record_specifications is any number of wrapped record specifications associated with this contract_specification.
*
*
* repeated .provenance.metadata.v1.RecordSpecificationWrapper record_specifications = 1 [(.gogoproto.moretags) = "yaml:\"record_specifications\""];
*/
public io.provenance.metadata.v1.RecordSpecificationWrapperOrBuilder getRecordSpecificationsOrBuilder(
int index) {
return recordSpecifications_.get(index);
}
public static final int CONTRACT_SPECIFICATION_UUID_FIELD_NUMBER = 2;
private volatile java.lang.Object contractSpecificationUuid_;
/**
*
* contract_specification_uuid is the uuid of this contract specification.
*
*
* string contract_specification_uuid = 2 [(.gogoproto.moretags) = "yaml:\"contract_specification_uuid\""];
*/
public java.lang.String getContractSpecificationUuid() {
java.lang.Object ref = contractSpecificationUuid_;
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();
contractSpecificationUuid_ = s;
return s;
}
}
/**
*
* contract_specification_uuid is the uuid of this contract specification.
*
*
* string contract_specification_uuid = 2 [(.gogoproto.moretags) = "yaml:\"contract_specification_uuid\""];
*/
public com.google.protobuf.ByteString
getContractSpecificationUuidBytes() {
java.lang.Object ref = contractSpecificationUuid_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
contractSpecificationUuid_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int CONTRACT_SPECIFICATION_ADDR_FIELD_NUMBER = 3;
private volatile java.lang.Object contractSpecificationAddr_;
/**
*
* contract_specification_addr is the contract specification address as a bech32 encoded string.
*
*
* string contract_specification_addr = 3 [(.gogoproto.moretags) = "yaml:\"contract_specification_addr\""];
*/
public java.lang.String getContractSpecificationAddr() {
java.lang.Object ref = contractSpecificationAddr_;
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();
contractSpecificationAddr_ = s;
return s;
}
}
/**
*
* contract_specification_addr is the contract specification address as a bech32 encoded string.
*
*
* string contract_specification_addr = 3 [(.gogoproto.moretags) = "yaml:\"contract_specification_addr\""];
*/
public com.google.protobuf.ByteString
getContractSpecificationAddrBytes() {
java.lang.Object ref = contractSpecificationAddr_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
contractSpecificationAddr_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int REQUEST_FIELD_NUMBER = 98;
private io.provenance.metadata.v1.RecordSpecificationsForContractSpecificationRequest request_;
/**
*
* request is a copy of the request that generated these results.
*
*
* .provenance.metadata.v1.RecordSpecificationsForContractSpecificationRequest request = 98;
*/
public boolean hasRequest() {
return request_ != null;
}
/**
*
* request is a copy of the request that generated these results.
*
*
* .provenance.metadata.v1.RecordSpecificationsForContractSpecificationRequest request = 98;
*/
public io.provenance.metadata.v1.RecordSpecificationsForContractSpecificationRequest getRequest() {
return request_ == null ? io.provenance.metadata.v1.RecordSpecificationsForContractSpecificationRequest.getDefaultInstance() : request_;
}
/**
*
* request is a copy of the request that generated these results.
*
*
* .provenance.metadata.v1.RecordSpecificationsForContractSpecificationRequest request = 98;
*/
public io.provenance.metadata.v1.RecordSpecificationsForContractSpecificationRequestOrBuilder getRequestOrBuilder() {
return getRequest();
}
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 {
for (int i = 0; i < recordSpecifications_.size(); i++) {
output.writeMessage(1, recordSpecifications_.get(i));
}
if (!getContractSpecificationUuidBytes().isEmpty()) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 2, contractSpecificationUuid_);
}
if (!getContractSpecificationAddrBytes().isEmpty()) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 3, contractSpecificationAddr_);
}
if (request_ != null) {
output.writeMessage(98, getRequest());
}
unknownFields.writeTo(output);
}
@java.lang.Override
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
for (int i = 0; i < recordSpecifications_.size(); i++) {
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(1, recordSpecifications_.get(i));
}
if (!getContractSpecificationUuidBytes().isEmpty()) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, contractSpecificationUuid_);
}
if (!getContractSpecificationAddrBytes().isEmpty()) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(3, contractSpecificationAddr_);
}
if (request_ != null) {
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(98, getRequest());
}
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.RecordSpecificationsForContractSpecificationResponse)) {
return super.equals(obj);
}
io.provenance.metadata.v1.RecordSpecificationsForContractSpecificationResponse other = (io.provenance.metadata.v1.RecordSpecificationsForContractSpecificationResponse) obj;
boolean result = true;
result = result && getRecordSpecificationsList()
.equals(other.getRecordSpecificationsList());
result = result && getContractSpecificationUuid()
.equals(other.getContractSpecificationUuid());
result = result && getContractSpecificationAddr()
.equals(other.getContractSpecificationAddr());
result = result && (hasRequest() == other.hasRequest());
if (hasRequest()) {
result = result && getRequest()
.equals(other.getRequest());
}
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();
if (getRecordSpecificationsCount() > 0) {
hash = (37 * hash) + RECORD_SPECIFICATIONS_FIELD_NUMBER;
hash = (53 * hash) + getRecordSpecificationsList().hashCode();
}
hash = (37 * hash) + CONTRACT_SPECIFICATION_UUID_FIELD_NUMBER;
hash = (53 * hash) + getContractSpecificationUuid().hashCode();
hash = (37 * hash) + CONTRACT_SPECIFICATION_ADDR_FIELD_NUMBER;
hash = (53 * hash) + getContractSpecificationAddr().hashCode();
if (hasRequest()) {
hash = (37 * hash) + REQUEST_FIELD_NUMBER;
hash = (53 * hash) + getRequest().hashCode();
}
hash = (29 * hash) + unknownFields.hashCode();
memoizedHashCode = hash;
return hash;
}
public static io.provenance.metadata.v1.RecordSpecificationsForContractSpecificationResponse parseFrom(
java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static io.provenance.metadata.v1.RecordSpecificationsForContractSpecificationResponse 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.RecordSpecificationsForContractSpecificationResponse parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static io.provenance.metadata.v1.RecordSpecificationsForContractSpecificationResponse 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.RecordSpecificationsForContractSpecificationResponse parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static io.provenance.metadata.v1.RecordSpecificationsForContractSpecificationResponse parseFrom(
byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static io.provenance.metadata.v1.RecordSpecificationsForContractSpecificationResponse parseFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static io.provenance.metadata.v1.RecordSpecificationsForContractSpecificationResponse 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.RecordSpecificationsForContractSpecificationResponse parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input);
}
public static io.provenance.metadata.v1.RecordSpecificationsForContractSpecificationResponse 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.RecordSpecificationsForContractSpecificationResponse parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static io.provenance.metadata.v1.RecordSpecificationsForContractSpecificationResponse 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.RecordSpecificationsForContractSpecificationResponse 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;
}
/**
*
* RecordSpecificationsForContractSpecificationResponse is the response type for the
* Query/RecordSpecificationsForContractSpecification RPC method.
*
*
* Protobuf type {@code provenance.metadata.v1.RecordSpecificationsForContractSpecificationResponse}
*/
public static final class Builder extends
com.google.protobuf.GeneratedMessageV3.Builder implements
// @@protoc_insertion_point(builder_implements:provenance.metadata.v1.RecordSpecificationsForContractSpecificationResponse)
io.provenance.metadata.v1.RecordSpecificationsForContractSpecificationResponseOrBuilder {
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return io.provenance.metadata.v1.QueryOuterClass.internal_static_provenance_metadata_v1_RecordSpecificationsForContractSpecificationResponse_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return io.provenance.metadata.v1.QueryOuterClass.internal_static_provenance_metadata_v1_RecordSpecificationsForContractSpecificationResponse_fieldAccessorTable
.ensureFieldAccessorsInitialized(
io.provenance.metadata.v1.RecordSpecificationsForContractSpecificationResponse.class, io.provenance.metadata.v1.RecordSpecificationsForContractSpecificationResponse.Builder.class);
}
// Construct using io.provenance.metadata.v1.RecordSpecificationsForContractSpecificationResponse.newBuilder()
private Builder() {
maybeForceBuilderInitialization();
}
private Builder(
com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
super(parent);
maybeForceBuilderInitialization();
}
private void maybeForceBuilderInitialization() {
if (com.google.protobuf.GeneratedMessageV3
.alwaysUseFieldBuilders) {
getRecordSpecificationsFieldBuilder();
}
}
@java.lang.Override
public Builder clear() {
super.clear();
if (recordSpecificationsBuilder_ == null) {
recordSpecifications_ = java.util.Collections.emptyList();
bitField0_ = (bitField0_ & ~0x00000001);
} else {
recordSpecificationsBuilder_.clear();
}
contractSpecificationUuid_ = "";
contractSpecificationAddr_ = "";
if (requestBuilder_ == null) {
request_ = null;
} else {
request_ = null;
requestBuilder_ = null;
}
return this;
}
@java.lang.Override
public com.google.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return io.provenance.metadata.v1.QueryOuterClass.internal_static_provenance_metadata_v1_RecordSpecificationsForContractSpecificationResponse_descriptor;
}
@java.lang.Override
public io.provenance.metadata.v1.RecordSpecificationsForContractSpecificationResponse getDefaultInstanceForType() {
return io.provenance.metadata.v1.RecordSpecificationsForContractSpecificationResponse.getDefaultInstance();
}
@java.lang.Override
public io.provenance.metadata.v1.RecordSpecificationsForContractSpecificationResponse build() {
io.provenance.metadata.v1.RecordSpecificationsForContractSpecificationResponse result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
@java.lang.Override
public io.provenance.metadata.v1.RecordSpecificationsForContractSpecificationResponse buildPartial() {
io.provenance.metadata.v1.RecordSpecificationsForContractSpecificationResponse result = new io.provenance.metadata.v1.RecordSpecificationsForContractSpecificationResponse(this);
int from_bitField0_ = bitField0_;
int to_bitField0_ = 0;
if (recordSpecificationsBuilder_ == null) {
if (((bitField0_ & 0x00000001) == 0x00000001)) {
recordSpecifications_ = java.util.Collections.unmodifiableList(recordSpecifications_);
bitField0_ = (bitField0_ & ~0x00000001);
}
result.recordSpecifications_ = recordSpecifications_;
} else {
result.recordSpecifications_ = recordSpecificationsBuilder_.build();
}
result.contractSpecificationUuid_ = contractSpecificationUuid_;
result.contractSpecificationAddr_ = contractSpecificationAddr_;
if (requestBuilder_ == null) {
result.request_ = request_;
} else {
result.request_ = requestBuilder_.build();
}
result.bitField0_ = to_bitField0_;
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.RecordSpecificationsForContractSpecificationResponse) {
return mergeFrom((io.provenance.metadata.v1.RecordSpecificationsForContractSpecificationResponse)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(io.provenance.metadata.v1.RecordSpecificationsForContractSpecificationResponse other) {
if (other == io.provenance.metadata.v1.RecordSpecificationsForContractSpecificationResponse.getDefaultInstance()) return this;
if (recordSpecificationsBuilder_ == null) {
if (!other.recordSpecifications_.isEmpty()) {
if (recordSpecifications_.isEmpty()) {
recordSpecifications_ = other.recordSpecifications_;
bitField0_ = (bitField0_ & ~0x00000001);
} else {
ensureRecordSpecificationsIsMutable();
recordSpecifications_.addAll(other.recordSpecifications_);
}
onChanged();
}
} else {
if (!other.recordSpecifications_.isEmpty()) {
if (recordSpecificationsBuilder_.isEmpty()) {
recordSpecificationsBuilder_.dispose();
recordSpecificationsBuilder_ = null;
recordSpecifications_ = other.recordSpecifications_;
bitField0_ = (bitField0_ & ~0x00000001);
recordSpecificationsBuilder_ =
com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ?
getRecordSpecificationsFieldBuilder() : null;
} else {
recordSpecificationsBuilder_.addAllMessages(other.recordSpecifications_);
}
}
}
if (!other.getContractSpecificationUuid().isEmpty()) {
contractSpecificationUuid_ = other.contractSpecificationUuid_;
onChanged();
}
if (!other.getContractSpecificationAddr().isEmpty()) {
contractSpecificationAddr_ = other.contractSpecificationAddr_;
onChanged();
}
if (other.hasRequest()) {
mergeRequest(other.getRequest());
}
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.RecordSpecificationsForContractSpecificationResponse parsedMessage = null;
try {
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
parsedMessage = (io.provenance.metadata.v1.RecordSpecificationsForContractSpecificationResponse) e.getUnfinishedMessage();
throw e.unwrapIOException();
} finally {
if (parsedMessage != null) {
mergeFrom(parsedMessage);
}
}
return this;
}
private int bitField0_;
private java.util.List recordSpecifications_ =
java.util.Collections.emptyList();
private void ensureRecordSpecificationsIsMutable() {
if (!((bitField0_ & 0x00000001) == 0x00000001)) {
recordSpecifications_ = new java.util.ArrayList(recordSpecifications_);
bitField0_ |= 0x00000001;
}
}
private com.google.protobuf.RepeatedFieldBuilderV3<
io.provenance.metadata.v1.RecordSpecificationWrapper, io.provenance.metadata.v1.RecordSpecificationWrapper.Builder, io.provenance.metadata.v1.RecordSpecificationWrapperOrBuilder> recordSpecificationsBuilder_;
/**
*
* record_specifications is any number of wrapped record specifications associated with this contract_specification.
*
*
* repeated .provenance.metadata.v1.RecordSpecificationWrapper record_specifications = 1 [(.gogoproto.moretags) = "yaml:\"record_specifications\""];
*/
public java.util.List getRecordSpecificationsList() {
if (recordSpecificationsBuilder_ == null) {
return java.util.Collections.unmodifiableList(recordSpecifications_);
} else {
return recordSpecificationsBuilder_.getMessageList();
}
}
/**
*
* record_specifications is any number of wrapped record specifications associated with this contract_specification.
*
*
* repeated .provenance.metadata.v1.RecordSpecificationWrapper record_specifications = 1 [(.gogoproto.moretags) = "yaml:\"record_specifications\""];
*/
public int getRecordSpecificationsCount() {
if (recordSpecificationsBuilder_ == null) {
return recordSpecifications_.size();
} else {
return recordSpecificationsBuilder_.getCount();
}
}
/**
*
* record_specifications is any number of wrapped record specifications associated with this contract_specification.
*
*
* repeated .provenance.metadata.v1.RecordSpecificationWrapper record_specifications = 1 [(.gogoproto.moretags) = "yaml:\"record_specifications\""];
*/
public io.provenance.metadata.v1.RecordSpecificationWrapper getRecordSpecifications(int index) {
if (recordSpecificationsBuilder_ == null) {
return recordSpecifications_.get(index);
} else {
return recordSpecificationsBuilder_.getMessage(index);
}
}
/**
*
* record_specifications is any number of wrapped record specifications associated with this contract_specification.
*
*
* repeated .provenance.metadata.v1.RecordSpecificationWrapper record_specifications = 1 [(.gogoproto.moretags) = "yaml:\"record_specifications\""];
*/
public Builder setRecordSpecifications(
int index, io.provenance.metadata.v1.RecordSpecificationWrapper value) {
if (recordSpecificationsBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureRecordSpecificationsIsMutable();
recordSpecifications_.set(index, value);
onChanged();
} else {
recordSpecificationsBuilder_.setMessage(index, value);
}
return this;
}
/**
*
* record_specifications is any number of wrapped record specifications associated with this contract_specification.
*
*
* repeated .provenance.metadata.v1.RecordSpecificationWrapper record_specifications = 1 [(.gogoproto.moretags) = "yaml:\"record_specifications\""];
*/
public Builder setRecordSpecifications(
int index, io.provenance.metadata.v1.RecordSpecificationWrapper.Builder builderForValue) {
if (recordSpecificationsBuilder_ == null) {
ensureRecordSpecificationsIsMutable();
recordSpecifications_.set(index, builderForValue.build());
onChanged();
} else {
recordSpecificationsBuilder_.setMessage(index, builderForValue.build());
}
return this;
}
/**
*
* record_specifications is any number of wrapped record specifications associated with this contract_specification.
*
*
* repeated .provenance.metadata.v1.RecordSpecificationWrapper record_specifications = 1 [(.gogoproto.moretags) = "yaml:\"record_specifications\""];
*/
public Builder addRecordSpecifications(io.provenance.metadata.v1.RecordSpecificationWrapper value) {
if (recordSpecificationsBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureRecordSpecificationsIsMutable();
recordSpecifications_.add(value);
onChanged();
} else {
recordSpecificationsBuilder_.addMessage(value);
}
return this;
}
/**
*
* record_specifications is any number of wrapped record specifications associated with this contract_specification.
*
*
* repeated .provenance.metadata.v1.RecordSpecificationWrapper record_specifications = 1 [(.gogoproto.moretags) = "yaml:\"record_specifications\""];
*/
public Builder addRecordSpecifications(
int index, io.provenance.metadata.v1.RecordSpecificationWrapper value) {
if (recordSpecificationsBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureRecordSpecificationsIsMutable();
recordSpecifications_.add(index, value);
onChanged();
} else {
recordSpecificationsBuilder_.addMessage(index, value);
}
return this;
}
/**
*
* record_specifications is any number of wrapped record specifications associated with this contract_specification.
*
*
* repeated .provenance.metadata.v1.RecordSpecificationWrapper record_specifications = 1 [(.gogoproto.moretags) = "yaml:\"record_specifications\""];
*/
public Builder addRecordSpecifications(
io.provenance.metadata.v1.RecordSpecificationWrapper.Builder builderForValue) {
if (recordSpecificationsBuilder_ == null) {
ensureRecordSpecificationsIsMutable();
recordSpecifications_.add(builderForValue.build());
onChanged();
} else {
recordSpecificationsBuilder_.addMessage(builderForValue.build());
}
return this;
}
/**
*
* record_specifications is any number of wrapped record specifications associated with this contract_specification.
*
*
* repeated .provenance.metadata.v1.RecordSpecificationWrapper record_specifications = 1 [(.gogoproto.moretags) = "yaml:\"record_specifications\""];
*/
public Builder addRecordSpecifications(
int index, io.provenance.metadata.v1.RecordSpecificationWrapper.Builder builderForValue) {
if (recordSpecificationsBuilder_ == null) {
ensureRecordSpecificationsIsMutable();
recordSpecifications_.add(index, builderForValue.build());
onChanged();
} else {
recordSpecificationsBuilder_.addMessage(index, builderForValue.build());
}
return this;
}
/**
*
* record_specifications is any number of wrapped record specifications associated with this contract_specification.
*
*
* repeated .provenance.metadata.v1.RecordSpecificationWrapper record_specifications = 1 [(.gogoproto.moretags) = "yaml:\"record_specifications\""];
*/
public Builder addAllRecordSpecifications(
java.lang.Iterable extends io.provenance.metadata.v1.RecordSpecificationWrapper> values) {
if (recordSpecificationsBuilder_ == null) {
ensureRecordSpecificationsIsMutable();
com.google.protobuf.AbstractMessageLite.Builder.addAll(
values, recordSpecifications_);
onChanged();
} else {
recordSpecificationsBuilder_.addAllMessages(values);
}
return this;
}
/**
*
* record_specifications is any number of wrapped record specifications associated with this contract_specification.
*
*
* repeated .provenance.metadata.v1.RecordSpecificationWrapper record_specifications = 1 [(.gogoproto.moretags) = "yaml:\"record_specifications\""];
*/
public Builder clearRecordSpecifications() {
if (recordSpecificationsBuilder_ == null) {
recordSpecifications_ = java.util.Collections.emptyList();
bitField0_ = (bitField0_ & ~0x00000001);
onChanged();
} else {
recordSpecificationsBuilder_.clear();
}
return this;
}
/**
*
* record_specifications is any number of wrapped record specifications associated with this contract_specification.
*
*
* repeated .provenance.metadata.v1.RecordSpecificationWrapper record_specifications = 1 [(.gogoproto.moretags) = "yaml:\"record_specifications\""];
*/
public Builder removeRecordSpecifications(int index) {
if (recordSpecificationsBuilder_ == null) {
ensureRecordSpecificationsIsMutable();
recordSpecifications_.remove(index);
onChanged();
} else {
recordSpecificationsBuilder_.remove(index);
}
return this;
}
/**
*
* record_specifications is any number of wrapped record specifications associated with this contract_specification.
*
*
* repeated .provenance.metadata.v1.RecordSpecificationWrapper record_specifications = 1 [(.gogoproto.moretags) = "yaml:\"record_specifications\""];
*/
public io.provenance.metadata.v1.RecordSpecificationWrapper.Builder getRecordSpecificationsBuilder(
int index) {
return getRecordSpecificationsFieldBuilder().getBuilder(index);
}
/**
*
* record_specifications is any number of wrapped record specifications associated with this contract_specification.
*
*
* repeated .provenance.metadata.v1.RecordSpecificationWrapper record_specifications = 1 [(.gogoproto.moretags) = "yaml:\"record_specifications\""];
*/
public io.provenance.metadata.v1.RecordSpecificationWrapperOrBuilder getRecordSpecificationsOrBuilder(
int index) {
if (recordSpecificationsBuilder_ == null) {
return recordSpecifications_.get(index); } else {
return recordSpecificationsBuilder_.getMessageOrBuilder(index);
}
}
/**
*
* record_specifications is any number of wrapped record specifications associated with this contract_specification.
*
*
* repeated .provenance.metadata.v1.RecordSpecificationWrapper record_specifications = 1 [(.gogoproto.moretags) = "yaml:\"record_specifications\""];
*/
public java.util.List extends io.provenance.metadata.v1.RecordSpecificationWrapperOrBuilder>
getRecordSpecificationsOrBuilderList() {
if (recordSpecificationsBuilder_ != null) {
return recordSpecificationsBuilder_.getMessageOrBuilderList();
} else {
return java.util.Collections.unmodifiableList(recordSpecifications_);
}
}
/**
*
* record_specifications is any number of wrapped record specifications associated with this contract_specification.
*
*
* repeated .provenance.metadata.v1.RecordSpecificationWrapper record_specifications = 1 [(.gogoproto.moretags) = "yaml:\"record_specifications\""];
*/
public io.provenance.metadata.v1.RecordSpecificationWrapper.Builder addRecordSpecificationsBuilder() {
return getRecordSpecificationsFieldBuilder().addBuilder(
io.provenance.metadata.v1.RecordSpecificationWrapper.getDefaultInstance());
}
/**
*
* record_specifications is any number of wrapped record specifications associated with this contract_specification.
*
*
* repeated .provenance.metadata.v1.RecordSpecificationWrapper record_specifications = 1 [(.gogoproto.moretags) = "yaml:\"record_specifications\""];
*/
public io.provenance.metadata.v1.RecordSpecificationWrapper.Builder addRecordSpecificationsBuilder(
int index) {
return getRecordSpecificationsFieldBuilder().addBuilder(
index, io.provenance.metadata.v1.RecordSpecificationWrapper.getDefaultInstance());
}
/**
*
* record_specifications is any number of wrapped record specifications associated with this contract_specification.
*
*
* repeated .provenance.metadata.v1.RecordSpecificationWrapper record_specifications = 1 [(.gogoproto.moretags) = "yaml:\"record_specifications\""];
*/
public java.util.List
getRecordSpecificationsBuilderList() {
return getRecordSpecificationsFieldBuilder().getBuilderList();
}
private com.google.protobuf.RepeatedFieldBuilderV3<
io.provenance.metadata.v1.RecordSpecificationWrapper, io.provenance.metadata.v1.RecordSpecificationWrapper.Builder, io.provenance.metadata.v1.RecordSpecificationWrapperOrBuilder>
getRecordSpecificationsFieldBuilder() {
if (recordSpecificationsBuilder_ == null) {
recordSpecificationsBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3<
io.provenance.metadata.v1.RecordSpecificationWrapper, io.provenance.metadata.v1.RecordSpecificationWrapper.Builder, io.provenance.metadata.v1.RecordSpecificationWrapperOrBuilder>(
recordSpecifications_,
((bitField0_ & 0x00000001) == 0x00000001),
getParentForChildren(),
isClean());
recordSpecifications_ = null;
}
return recordSpecificationsBuilder_;
}
private java.lang.Object contractSpecificationUuid_ = "";
/**
*
* contract_specification_uuid is the uuid of this contract specification.
*
*
* string contract_specification_uuid = 2 [(.gogoproto.moretags) = "yaml:\"contract_specification_uuid\""];
*/
public java.lang.String getContractSpecificationUuid() {
java.lang.Object ref = contractSpecificationUuid_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
contractSpecificationUuid_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
*
* contract_specification_uuid is the uuid of this contract specification.
*
*
* string contract_specification_uuid = 2 [(.gogoproto.moretags) = "yaml:\"contract_specification_uuid\""];
*/
public com.google.protobuf.ByteString
getContractSpecificationUuidBytes() {
java.lang.Object ref = contractSpecificationUuid_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
contractSpecificationUuid_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
*
* contract_specification_uuid is the uuid of this contract specification.
*
*
* string contract_specification_uuid = 2 [(.gogoproto.moretags) = "yaml:\"contract_specification_uuid\""];
*/
public Builder setContractSpecificationUuid(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
contractSpecificationUuid_ = value;
onChanged();
return this;
}
/**
*
* contract_specification_uuid is the uuid of this contract specification.
*
*
* string contract_specification_uuid = 2 [(.gogoproto.moretags) = "yaml:\"contract_specification_uuid\""];
*/
public Builder clearContractSpecificationUuid() {
contractSpecificationUuid_ = getDefaultInstance().getContractSpecificationUuid();
onChanged();
return this;
}
/**
*
* contract_specification_uuid is the uuid of this contract specification.
*
*
* string contract_specification_uuid = 2 [(.gogoproto.moretags) = "yaml:\"contract_specification_uuid\""];
*/
public Builder setContractSpecificationUuidBytes(
com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
contractSpecificationUuid_ = value;
onChanged();
return this;
}
private java.lang.Object contractSpecificationAddr_ = "";
/**
*
* contract_specification_addr is the contract specification address as a bech32 encoded string.
*
*
* string contract_specification_addr = 3 [(.gogoproto.moretags) = "yaml:\"contract_specification_addr\""];
*/
public java.lang.String getContractSpecificationAddr() {
java.lang.Object ref = contractSpecificationAddr_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
contractSpecificationAddr_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
*
* contract_specification_addr is the contract specification address as a bech32 encoded string.
*
*
* string contract_specification_addr = 3 [(.gogoproto.moretags) = "yaml:\"contract_specification_addr\""];
*/
public com.google.protobuf.ByteString
getContractSpecificationAddrBytes() {
java.lang.Object ref = contractSpecificationAddr_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
contractSpecificationAddr_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
*
* contract_specification_addr is the contract specification address as a bech32 encoded string.
*
*
* string contract_specification_addr = 3 [(.gogoproto.moretags) = "yaml:\"contract_specification_addr\""];
*/
public Builder setContractSpecificationAddr(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
contractSpecificationAddr_ = value;
onChanged();
return this;
}
/**
*
* contract_specification_addr is the contract specification address as a bech32 encoded string.
*
*
* string contract_specification_addr = 3 [(.gogoproto.moretags) = "yaml:\"contract_specification_addr\""];
*/
public Builder clearContractSpecificationAddr() {
contractSpecificationAddr_ = getDefaultInstance().getContractSpecificationAddr();
onChanged();
return this;
}
/**
*
* contract_specification_addr is the contract specification address as a bech32 encoded string.
*
*
* string contract_specification_addr = 3 [(.gogoproto.moretags) = "yaml:\"contract_specification_addr\""];
*/
public Builder setContractSpecificationAddrBytes(
com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
contractSpecificationAddr_ = value;
onChanged();
return this;
}
private io.provenance.metadata.v1.RecordSpecificationsForContractSpecificationRequest request_ = null;
private com.google.protobuf.SingleFieldBuilderV3<
io.provenance.metadata.v1.RecordSpecificationsForContractSpecificationRequest, io.provenance.metadata.v1.RecordSpecificationsForContractSpecificationRequest.Builder, io.provenance.metadata.v1.RecordSpecificationsForContractSpecificationRequestOrBuilder> requestBuilder_;
/**
*
* request is a copy of the request that generated these results.
*
*
* .provenance.metadata.v1.RecordSpecificationsForContractSpecificationRequest request = 98;
*/
public boolean hasRequest() {
return requestBuilder_ != null || request_ != null;
}
/**
*
* request is a copy of the request that generated these results.
*
*
* .provenance.metadata.v1.RecordSpecificationsForContractSpecificationRequest request = 98;
*/
public io.provenance.metadata.v1.RecordSpecificationsForContractSpecificationRequest getRequest() {
if (requestBuilder_ == null) {
return request_ == null ? io.provenance.metadata.v1.RecordSpecificationsForContractSpecificationRequest.getDefaultInstance() : request_;
} else {
return requestBuilder_.getMessage();
}
}
/**
*
* request is a copy of the request that generated these results.
*
*
* .provenance.metadata.v1.RecordSpecificationsForContractSpecificationRequest request = 98;
*/
public Builder setRequest(io.provenance.metadata.v1.RecordSpecificationsForContractSpecificationRequest value) {
if (requestBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
request_ = value;
onChanged();
} else {
requestBuilder_.setMessage(value);
}
return this;
}
/**
*
* request is a copy of the request that generated these results.
*
*
* .provenance.metadata.v1.RecordSpecificationsForContractSpecificationRequest request = 98;
*/
public Builder setRequest(
io.provenance.metadata.v1.RecordSpecificationsForContractSpecificationRequest.Builder builderForValue) {
if (requestBuilder_ == null) {
request_ = builderForValue.build();
onChanged();
} else {
requestBuilder_.setMessage(builderForValue.build());
}
return this;
}
/**
*
* request is a copy of the request that generated these results.
*
*
* .provenance.metadata.v1.RecordSpecificationsForContractSpecificationRequest request = 98;
*/
public Builder mergeRequest(io.provenance.metadata.v1.RecordSpecificationsForContractSpecificationRequest value) {
if (requestBuilder_ == null) {
if (request_ != null) {
request_ =
io.provenance.metadata.v1.RecordSpecificationsForContractSpecificationRequest.newBuilder(request_).mergeFrom(value).buildPartial();
} else {
request_ = value;
}
onChanged();
} else {
requestBuilder_.mergeFrom(value);
}
return this;
}
/**
*
* request is a copy of the request that generated these results.
*
*
* .provenance.metadata.v1.RecordSpecificationsForContractSpecificationRequest request = 98;
*/
public Builder clearRequest() {
if (requestBuilder_ == null) {
request_ = null;
onChanged();
} else {
request_ = null;
requestBuilder_ = null;
}
return this;
}
/**
*
* request is a copy of the request that generated these results.
*
*
* .provenance.metadata.v1.RecordSpecificationsForContractSpecificationRequest request = 98;
*/
public io.provenance.metadata.v1.RecordSpecificationsForContractSpecificationRequest.Builder getRequestBuilder() {
onChanged();
return getRequestFieldBuilder().getBuilder();
}
/**
*
* request is a copy of the request that generated these results.
*
*
* .provenance.metadata.v1.RecordSpecificationsForContractSpecificationRequest request = 98;
*/
public io.provenance.metadata.v1.RecordSpecificationsForContractSpecificationRequestOrBuilder getRequestOrBuilder() {
if (requestBuilder_ != null) {
return requestBuilder_.getMessageOrBuilder();
} else {
return request_ == null ?
io.provenance.metadata.v1.RecordSpecificationsForContractSpecificationRequest.getDefaultInstance() : request_;
}
}
/**
*
* request is a copy of the request that generated these results.
*
*
* .provenance.metadata.v1.RecordSpecificationsForContractSpecificationRequest request = 98;
*/
private com.google.protobuf.SingleFieldBuilderV3<
io.provenance.metadata.v1.RecordSpecificationsForContractSpecificationRequest, io.provenance.metadata.v1.RecordSpecificationsForContractSpecificationRequest.Builder, io.provenance.metadata.v1.RecordSpecificationsForContractSpecificationRequestOrBuilder>
getRequestFieldBuilder() {
if (requestBuilder_ == null) {
requestBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
io.provenance.metadata.v1.RecordSpecificationsForContractSpecificationRequest, io.provenance.metadata.v1.RecordSpecificationsForContractSpecificationRequest.Builder, io.provenance.metadata.v1.RecordSpecificationsForContractSpecificationRequestOrBuilder>(
getRequest(),
getParentForChildren(),
isClean());
request_ = null;
}
return requestBuilder_;
}
@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.RecordSpecificationsForContractSpecificationResponse)
}
// @@protoc_insertion_point(class_scope:provenance.metadata.v1.RecordSpecificationsForContractSpecificationResponse)
private static final io.provenance.metadata.v1.RecordSpecificationsForContractSpecificationResponse DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new io.provenance.metadata.v1.RecordSpecificationsForContractSpecificationResponse();
}
public static io.provenance.metadata.v1.RecordSpecificationsForContractSpecificationResponse getDefaultInstance() {
return DEFAULT_INSTANCE;
}
private static final com.google.protobuf.Parser
PARSER = new com.google.protobuf.AbstractParser() {
@java.lang.Override
public RecordSpecificationsForContractSpecificationResponse parsePartialFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return new RecordSpecificationsForContractSpecificationResponse(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.RecordSpecificationsForContractSpecificationResponse getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy