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

io.provenance.metadata.v1.ValueOwnershipResponse Maven / Gradle / Ivy

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

package io.provenance.metadata.v1;

/**
 * 
 * ValueOwnershipResponse is the response type for the Query/ValueOwnership RPC method.
 * 
* * Protobuf type {@code provenance.metadata.v1.ValueOwnershipResponse} */ public final class ValueOwnershipResponse extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:provenance.metadata.v1.ValueOwnershipResponse) ValueOwnershipResponseOrBuilder { private static final long serialVersionUID = 0L; // Use ValueOwnershipResponse.newBuilder() to construct. private ValueOwnershipResponse(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private ValueOwnershipResponse() { scopeUuids_ = com.google.protobuf.LazyStringArrayList.EMPTY; } @java.lang.Override public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private ValueOwnershipResponse( 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(); if (!((mutable_bitField0_ & 0x00000001) == 0x00000001)) { scopeUuids_ = new com.google.protobuf.LazyStringArrayList(); mutable_bitField0_ |= 0x00000001; } scopeUuids_.add(s); break; } case 786: { io.provenance.metadata.v1.ValueOwnershipRequest.Builder subBuilder = null; if (request_ != null) { subBuilder = request_.toBuilder(); } request_ = input.readMessage(io.provenance.metadata.v1.ValueOwnershipRequest.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(request_); request_ = subBuilder.buildPartial(); } break; } case 794: { cosmos.base.query.v1beta1.Pagination.PageResponse.Builder subBuilder = null; if (pagination_ != null) { subBuilder = pagination_.toBuilder(); } pagination_ = input.readMessage(cosmos.base.query.v1beta1.Pagination.PageResponse.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(pagination_); pagination_ = 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)) { scopeUuids_ = scopeUuids_.getUnmodifiableView(); } 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_ValueOwnershipResponse_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return io.provenance.metadata.v1.QueryOuterClass.internal_static_provenance_metadata_v1_ValueOwnershipResponse_fieldAccessorTable .ensureFieldAccessorsInitialized( io.provenance.metadata.v1.ValueOwnershipResponse.class, io.provenance.metadata.v1.ValueOwnershipResponse.Builder.class); } private int bitField0_; public static final int SCOPE_UUIDS_FIELD_NUMBER = 1; private com.google.protobuf.LazyStringList scopeUuids_; /** *
   * A list of scope ids (uuid) associated with the given address.
   * 
* * repeated string scope_uuids = 1 [(.gogoproto.moretags) = "yaml:\"scope_uuids\""]; */ public com.google.protobuf.ProtocolStringList getScopeUuidsList() { return scopeUuids_; } /** *
   * A list of scope ids (uuid) associated with the given address.
   * 
* * repeated string scope_uuids = 1 [(.gogoproto.moretags) = "yaml:\"scope_uuids\""]; */ public int getScopeUuidsCount() { return scopeUuids_.size(); } /** *
   * A list of scope ids (uuid) associated with the given address.
   * 
* * repeated string scope_uuids = 1 [(.gogoproto.moretags) = "yaml:\"scope_uuids\""]; */ public java.lang.String getScopeUuids(int index) { return scopeUuids_.get(index); } /** *
   * A list of scope ids (uuid) associated with the given address.
   * 
* * repeated string scope_uuids = 1 [(.gogoproto.moretags) = "yaml:\"scope_uuids\""]; */ public com.google.protobuf.ByteString getScopeUuidsBytes(int index) { return scopeUuids_.getByteString(index); } public static final int REQUEST_FIELD_NUMBER = 98; private io.provenance.metadata.v1.ValueOwnershipRequest request_; /** *
   * request is a copy of the request that generated these results.
   * 
* * .provenance.metadata.v1.ValueOwnershipRequest request = 98; */ public boolean hasRequest() { return request_ != null; } /** *
   * request is a copy of the request that generated these results.
   * 
* * .provenance.metadata.v1.ValueOwnershipRequest request = 98; */ public io.provenance.metadata.v1.ValueOwnershipRequest getRequest() { return request_ == null ? io.provenance.metadata.v1.ValueOwnershipRequest.getDefaultInstance() : request_; } /** *
   * request is a copy of the request that generated these results.
   * 
* * .provenance.metadata.v1.ValueOwnershipRequest request = 98; */ public io.provenance.metadata.v1.ValueOwnershipRequestOrBuilder getRequestOrBuilder() { return getRequest(); } public static final int PAGINATION_FIELD_NUMBER = 99; private cosmos.base.query.v1beta1.Pagination.PageResponse pagination_; /** *
   * pagination provides the pagination information of this response.
   * 
* * .cosmos.base.query.v1beta1.PageResponse pagination = 99; */ public boolean hasPagination() { return pagination_ != null; } /** *
   * pagination provides the pagination information of this response.
   * 
* * .cosmos.base.query.v1beta1.PageResponse pagination = 99; */ public cosmos.base.query.v1beta1.Pagination.PageResponse getPagination() { return pagination_ == null ? cosmos.base.query.v1beta1.Pagination.PageResponse.getDefaultInstance() : pagination_; } /** *
   * pagination provides the pagination information of this response.
   * 
* * .cosmos.base.query.v1beta1.PageResponse pagination = 99; */ public cosmos.base.query.v1beta1.Pagination.PageResponseOrBuilder getPaginationOrBuilder() { return getPagination(); } 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 < scopeUuids_.size(); i++) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, scopeUuids_.getRaw(i)); } if (request_ != null) { output.writeMessage(98, getRequest()); } if (pagination_ != null) { output.writeMessage(99, getPagination()); } unknownFields.writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; { int dataSize = 0; for (int i = 0; i < scopeUuids_.size(); i++) { dataSize += computeStringSizeNoTag(scopeUuids_.getRaw(i)); } size += dataSize; size += 1 * getScopeUuidsList().size(); } if (request_ != null) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(98, getRequest()); } if (pagination_ != null) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(99, getPagination()); } 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.ValueOwnershipResponse)) { return super.equals(obj); } io.provenance.metadata.v1.ValueOwnershipResponse other = (io.provenance.metadata.v1.ValueOwnershipResponse) obj; boolean result = true; result = result && getScopeUuidsList() .equals(other.getScopeUuidsList()); result = result && (hasRequest() == other.hasRequest()); if (hasRequest()) { result = result && getRequest() .equals(other.getRequest()); } result = result && (hasPagination() == other.hasPagination()); if (hasPagination()) { result = result && getPagination() .equals(other.getPagination()); } 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 (getScopeUuidsCount() > 0) { hash = (37 * hash) + SCOPE_UUIDS_FIELD_NUMBER; hash = (53 * hash) + getScopeUuidsList().hashCode(); } if (hasRequest()) { hash = (37 * hash) + REQUEST_FIELD_NUMBER; hash = (53 * hash) + getRequest().hashCode(); } if (hasPagination()) { hash = (37 * hash) + PAGINATION_FIELD_NUMBER; hash = (53 * hash) + getPagination().hashCode(); } hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; } public static io.provenance.metadata.v1.ValueOwnershipResponse parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static io.provenance.metadata.v1.ValueOwnershipResponse 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.ValueOwnershipResponse parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static io.provenance.metadata.v1.ValueOwnershipResponse 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.ValueOwnershipResponse parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static io.provenance.metadata.v1.ValueOwnershipResponse parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static io.provenance.metadata.v1.ValueOwnershipResponse parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static io.provenance.metadata.v1.ValueOwnershipResponse 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.ValueOwnershipResponse parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static io.provenance.metadata.v1.ValueOwnershipResponse 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.ValueOwnershipResponse parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static io.provenance.metadata.v1.ValueOwnershipResponse 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.ValueOwnershipResponse 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; } /** *
   * ValueOwnershipResponse is the response type for the Query/ValueOwnership RPC method.
   * 
* * Protobuf type {@code provenance.metadata.v1.ValueOwnershipResponse} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:provenance.metadata.v1.ValueOwnershipResponse) io.provenance.metadata.v1.ValueOwnershipResponseOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return io.provenance.metadata.v1.QueryOuterClass.internal_static_provenance_metadata_v1_ValueOwnershipResponse_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return io.provenance.metadata.v1.QueryOuterClass.internal_static_provenance_metadata_v1_ValueOwnershipResponse_fieldAccessorTable .ensureFieldAccessorsInitialized( io.provenance.metadata.v1.ValueOwnershipResponse.class, io.provenance.metadata.v1.ValueOwnershipResponse.Builder.class); } // Construct using io.provenance.metadata.v1.ValueOwnershipResponse.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(); scopeUuids_ = com.google.protobuf.LazyStringArrayList.EMPTY; bitField0_ = (bitField0_ & ~0x00000001); if (requestBuilder_ == null) { request_ = null; } else { request_ = null; requestBuilder_ = null; } if (paginationBuilder_ == null) { pagination_ = null; } else { pagination_ = null; paginationBuilder_ = null; } return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return io.provenance.metadata.v1.QueryOuterClass.internal_static_provenance_metadata_v1_ValueOwnershipResponse_descriptor; } @java.lang.Override public io.provenance.metadata.v1.ValueOwnershipResponse getDefaultInstanceForType() { return io.provenance.metadata.v1.ValueOwnershipResponse.getDefaultInstance(); } @java.lang.Override public io.provenance.metadata.v1.ValueOwnershipResponse build() { io.provenance.metadata.v1.ValueOwnershipResponse result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public io.provenance.metadata.v1.ValueOwnershipResponse buildPartial() { io.provenance.metadata.v1.ValueOwnershipResponse result = new io.provenance.metadata.v1.ValueOwnershipResponse(this); int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((bitField0_ & 0x00000001) == 0x00000001)) { scopeUuids_ = scopeUuids_.getUnmodifiableView(); bitField0_ = (bitField0_ & ~0x00000001); } result.scopeUuids_ = scopeUuids_; if (requestBuilder_ == null) { result.request_ = request_; } else { result.request_ = requestBuilder_.build(); } if (paginationBuilder_ == null) { result.pagination_ = pagination_; } else { result.pagination_ = paginationBuilder_.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.ValueOwnershipResponse) { return mergeFrom((io.provenance.metadata.v1.ValueOwnershipResponse)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(io.provenance.metadata.v1.ValueOwnershipResponse other) { if (other == io.provenance.metadata.v1.ValueOwnershipResponse.getDefaultInstance()) return this; if (!other.scopeUuids_.isEmpty()) { if (scopeUuids_.isEmpty()) { scopeUuids_ = other.scopeUuids_; bitField0_ = (bitField0_ & ~0x00000001); } else { ensureScopeUuidsIsMutable(); scopeUuids_.addAll(other.scopeUuids_); } onChanged(); } if (other.hasRequest()) { mergeRequest(other.getRequest()); } if (other.hasPagination()) { mergePagination(other.getPagination()); } 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.ValueOwnershipResponse parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (io.provenance.metadata.v1.ValueOwnershipResponse) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private int bitField0_; private com.google.protobuf.LazyStringList scopeUuids_ = com.google.protobuf.LazyStringArrayList.EMPTY; private void ensureScopeUuidsIsMutable() { if (!((bitField0_ & 0x00000001) == 0x00000001)) { scopeUuids_ = new com.google.protobuf.LazyStringArrayList(scopeUuids_); bitField0_ |= 0x00000001; } } /** *
     * A list of scope ids (uuid) associated with the given address.
     * 
* * repeated string scope_uuids = 1 [(.gogoproto.moretags) = "yaml:\"scope_uuids\""]; */ public com.google.protobuf.ProtocolStringList getScopeUuidsList() { return scopeUuids_.getUnmodifiableView(); } /** *
     * A list of scope ids (uuid) associated with the given address.
     * 
* * repeated string scope_uuids = 1 [(.gogoproto.moretags) = "yaml:\"scope_uuids\""]; */ public int getScopeUuidsCount() { return scopeUuids_.size(); } /** *
     * A list of scope ids (uuid) associated with the given address.
     * 
* * repeated string scope_uuids = 1 [(.gogoproto.moretags) = "yaml:\"scope_uuids\""]; */ public java.lang.String getScopeUuids(int index) { return scopeUuids_.get(index); } /** *
     * A list of scope ids (uuid) associated with the given address.
     * 
* * repeated string scope_uuids = 1 [(.gogoproto.moretags) = "yaml:\"scope_uuids\""]; */ public com.google.protobuf.ByteString getScopeUuidsBytes(int index) { return scopeUuids_.getByteString(index); } /** *
     * A list of scope ids (uuid) associated with the given address.
     * 
* * repeated string scope_uuids = 1 [(.gogoproto.moretags) = "yaml:\"scope_uuids\""]; */ public Builder setScopeUuids( int index, java.lang.String value) { if (value == null) { throw new NullPointerException(); } ensureScopeUuidsIsMutable(); scopeUuids_.set(index, value); onChanged(); return this; } /** *
     * A list of scope ids (uuid) associated with the given address.
     * 
* * repeated string scope_uuids = 1 [(.gogoproto.moretags) = "yaml:\"scope_uuids\""]; */ public Builder addScopeUuids( java.lang.String value) { if (value == null) { throw new NullPointerException(); } ensureScopeUuidsIsMutable(); scopeUuids_.add(value); onChanged(); return this; } /** *
     * A list of scope ids (uuid) associated with the given address.
     * 
* * repeated string scope_uuids = 1 [(.gogoproto.moretags) = "yaml:\"scope_uuids\""]; */ public Builder addAllScopeUuids( java.lang.Iterable values) { ensureScopeUuidsIsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, scopeUuids_); onChanged(); return this; } /** *
     * A list of scope ids (uuid) associated with the given address.
     * 
* * repeated string scope_uuids = 1 [(.gogoproto.moretags) = "yaml:\"scope_uuids\""]; */ public Builder clearScopeUuids() { scopeUuids_ = com.google.protobuf.LazyStringArrayList.EMPTY; bitField0_ = (bitField0_ & ~0x00000001); onChanged(); return this; } /** *
     * A list of scope ids (uuid) associated with the given address.
     * 
* * repeated string scope_uuids = 1 [(.gogoproto.moretags) = "yaml:\"scope_uuids\""]; */ public Builder addScopeUuidsBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); ensureScopeUuidsIsMutable(); scopeUuids_.add(value); onChanged(); return this; } private io.provenance.metadata.v1.ValueOwnershipRequest request_ = null; private com.google.protobuf.SingleFieldBuilderV3< io.provenance.metadata.v1.ValueOwnershipRequest, io.provenance.metadata.v1.ValueOwnershipRequest.Builder, io.provenance.metadata.v1.ValueOwnershipRequestOrBuilder> requestBuilder_; /** *
     * request is a copy of the request that generated these results.
     * 
* * .provenance.metadata.v1.ValueOwnershipRequest request = 98; */ public boolean hasRequest() { return requestBuilder_ != null || request_ != null; } /** *
     * request is a copy of the request that generated these results.
     * 
* * .provenance.metadata.v1.ValueOwnershipRequest request = 98; */ public io.provenance.metadata.v1.ValueOwnershipRequest getRequest() { if (requestBuilder_ == null) { return request_ == null ? io.provenance.metadata.v1.ValueOwnershipRequest.getDefaultInstance() : request_; } else { return requestBuilder_.getMessage(); } } /** *
     * request is a copy of the request that generated these results.
     * 
* * .provenance.metadata.v1.ValueOwnershipRequest request = 98; */ public Builder setRequest(io.provenance.metadata.v1.ValueOwnershipRequest 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.ValueOwnershipRequest request = 98; */ public Builder setRequest( io.provenance.metadata.v1.ValueOwnershipRequest.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.ValueOwnershipRequest request = 98; */ public Builder mergeRequest(io.provenance.metadata.v1.ValueOwnershipRequest value) { if (requestBuilder_ == null) { if (request_ != null) { request_ = io.provenance.metadata.v1.ValueOwnershipRequest.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.ValueOwnershipRequest 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.ValueOwnershipRequest request = 98; */ public io.provenance.metadata.v1.ValueOwnershipRequest.Builder getRequestBuilder() { onChanged(); return getRequestFieldBuilder().getBuilder(); } /** *
     * request is a copy of the request that generated these results.
     * 
* * .provenance.metadata.v1.ValueOwnershipRequest request = 98; */ public io.provenance.metadata.v1.ValueOwnershipRequestOrBuilder getRequestOrBuilder() { if (requestBuilder_ != null) { return requestBuilder_.getMessageOrBuilder(); } else { return request_ == null ? io.provenance.metadata.v1.ValueOwnershipRequest.getDefaultInstance() : request_; } } /** *
     * request is a copy of the request that generated these results.
     * 
* * .provenance.metadata.v1.ValueOwnershipRequest request = 98; */ private com.google.protobuf.SingleFieldBuilderV3< io.provenance.metadata.v1.ValueOwnershipRequest, io.provenance.metadata.v1.ValueOwnershipRequest.Builder, io.provenance.metadata.v1.ValueOwnershipRequestOrBuilder> getRequestFieldBuilder() { if (requestBuilder_ == null) { requestBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< io.provenance.metadata.v1.ValueOwnershipRequest, io.provenance.metadata.v1.ValueOwnershipRequest.Builder, io.provenance.metadata.v1.ValueOwnershipRequestOrBuilder>( getRequest(), getParentForChildren(), isClean()); request_ = null; } return requestBuilder_; } private cosmos.base.query.v1beta1.Pagination.PageResponse pagination_ = null; private com.google.protobuf.SingleFieldBuilderV3< cosmos.base.query.v1beta1.Pagination.PageResponse, cosmos.base.query.v1beta1.Pagination.PageResponse.Builder, cosmos.base.query.v1beta1.Pagination.PageResponseOrBuilder> paginationBuilder_; /** *
     * pagination provides the pagination information of this response.
     * 
* * .cosmos.base.query.v1beta1.PageResponse pagination = 99; */ public boolean hasPagination() { return paginationBuilder_ != null || pagination_ != null; } /** *
     * pagination provides the pagination information of this response.
     * 
* * .cosmos.base.query.v1beta1.PageResponse pagination = 99; */ public cosmos.base.query.v1beta1.Pagination.PageResponse getPagination() { if (paginationBuilder_ == null) { return pagination_ == null ? cosmos.base.query.v1beta1.Pagination.PageResponse.getDefaultInstance() : pagination_; } else { return paginationBuilder_.getMessage(); } } /** *
     * pagination provides the pagination information of this response.
     * 
* * .cosmos.base.query.v1beta1.PageResponse pagination = 99; */ public Builder setPagination(cosmos.base.query.v1beta1.Pagination.PageResponse value) { if (paginationBuilder_ == null) { if (value == null) { throw new NullPointerException(); } pagination_ = value; onChanged(); } else { paginationBuilder_.setMessage(value); } return this; } /** *
     * pagination provides the pagination information of this response.
     * 
* * .cosmos.base.query.v1beta1.PageResponse pagination = 99; */ public Builder setPagination( cosmos.base.query.v1beta1.Pagination.PageResponse.Builder builderForValue) { if (paginationBuilder_ == null) { pagination_ = builderForValue.build(); onChanged(); } else { paginationBuilder_.setMessage(builderForValue.build()); } return this; } /** *
     * pagination provides the pagination information of this response.
     * 
* * .cosmos.base.query.v1beta1.PageResponse pagination = 99; */ public Builder mergePagination(cosmos.base.query.v1beta1.Pagination.PageResponse value) { if (paginationBuilder_ == null) { if (pagination_ != null) { pagination_ = cosmos.base.query.v1beta1.Pagination.PageResponse.newBuilder(pagination_).mergeFrom(value).buildPartial(); } else { pagination_ = value; } onChanged(); } else { paginationBuilder_.mergeFrom(value); } return this; } /** *
     * pagination provides the pagination information of this response.
     * 
* * .cosmos.base.query.v1beta1.PageResponse pagination = 99; */ public Builder clearPagination() { if (paginationBuilder_ == null) { pagination_ = null; onChanged(); } else { pagination_ = null; paginationBuilder_ = null; } return this; } /** *
     * pagination provides the pagination information of this response.
     * 
* * .cosmos.base.query.v1beta1.PageResponse pagination = 99; */ public cosmos.base.query.v1beta1.Pagination.PageResponse.Builder getPaginationBuilder() { onChanged(); return getPaginationFieldBuilder().getBuilder(); } /** *
     * pagination provides the pagination information of this response.
     * 
* * .cosmos.base.query.v1beta1.PageResponse pagination = 99; */ public cosmos.base.query.v1beta1.Pagination.PageResponseOrBuilder getPaginationOrBuilder() { if (paginationBuilder_ != null) { return paginationBuilder_.getMessageOrBuilder(); } else { return pagination_ == null ? cosmos.base.query.v1beta1.Pagination.PageResponse.getDefaultInstance() : pagination_; } } /** *
     * pagination provides the pagination information of this response.
     * 
* * .cosmos.base.query.v1beta1.PageResponse pagination = 99; */ private com.google.protobuf.SingleFieldBuilderV3< cosmos.base.query.v1beta1.Pagination.PageResponse, cosmos.base.query.v1beta1.Pagination.PageResponse.Builder, cosmos.base.query.v1beta1.Pagination.PageResponseOrBuilder> getPaginationFieldBuilder() { if (paginationBuilder_ == null) { paginationBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< cosmos.base.query.v1beta1.Pagination.PageResponse, cosmos.base.query.v1beta1.Pagination.PageResponse.Builder, cosmos.base.query.v1beta1.Pagination.PageResponseOrBuilder>( getPagination(), getParentForChildren(), isClean()); pagination_ = null; } return paginationBuilder_; } @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.ValueOwnershipResponse) } // @@protoc_insertion_point(class_scope:provenance.metadata.v1.ValueOwnershipResponse) private static final io.provenance.metadata.v1.ValueOwnershipResponse DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new io.provenance.metadata.v1.ValueOwnershipResponse(); } public static io.provenance.metadata.v1.ValueOwnershipResponse getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public ValueOwnershipResponse parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return new ValueOwnershipResponse(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.ValueOwnershipResponse getDefaultInstanceForType() { return DEFAULT_INSTANCE; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy