// Generated by the protocol buffer compiler. DO NOT EDIT! // source: site/api_group_list.proto package com.akaxin.proto.site; public final class ApiGroupListProto { private ApiGroupListProto() {} public static void registerAllExtensions( com.google.protobuf.ExtensionRegistryLite registry) { } public static void registerAllExtensions( com.google.protobuf.ExtensionRegistry registry) { registerAllExtensions( (com.google.protobuf.ExtensionRegistryLite) registry); } public interface ApiGroupListRequestOrBuilder extends // @@protoc_insertion_point(interface_extends:site.ApiGroupListRequest) com.google.protobuf.MessageOrBuilder { /** *
     *获取列表的用户
     * 
* * string site_user_id = 1; */ java.lang.String getSiteUserId(); /** *
     *获取列表的用户
     * 
* * string site_user_id = 1; */ com.google.protobuf.ByteString getSiteUserIdBytes(); /** *
     *第几页
     * 
* * int32 page_number = 2; */ int getPageNumber(); /** *
     *最大只支持200,每页的条数
     * 
* * int32 page_size = 3; */ int getPageSize(); } /** * Protobuf type {@code site.ApiGroupListRequest} */ public static final class ApiGroupListRequest extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:site.ApiGroupListRequest) ApiGroupListRequestOrBuilder { private static final long serialVersionUID = 0L; // Use ApiGroupListRequest.newBuilder() to construct. private ApiGroupListRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private ApiGroupListRequest() { siteUserId_ = ""; pageNumber_ = 0; pageSize_ = 0; } @java.lang.Override public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private ApiGroupListRequest( 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; default: { if (!parseUnknownFieldProto3( input, unknownFields, extensionRegistry, tag)) { done = true; } break; } case 10: { java.lang.String s = input.readStringRequireUtf8(); siteUserId_ = s; break; } case 16: { pageNumber_ = input.readInt32(); break; } case 24: { pageSize_ = input.readInt32(); 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 com.akaxin.proto.site.ApiGroupListProto.internal_static_site_ApiGroupListRequest_descriptor; } protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.akaxin.proto.site.ApiGroupListProto.internal_static_site_ApiGroupListRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( com.akaxin.proto.site.ApiGroupListProto.ApiGroupListRequest.class, com.akaxin.proto.site.ApiGroupListProto.ApiGroupListRequest.Builder.class); } public static final int SITE_USER_ID_FIELD_NUMBER = 1; private volatile java.lang.Object siteUserId_; /** *
     *获取列表的用户
     * 
* * string site_user_id = 1; */ public java.lang.String getSiteUserId() { java.lang.Object ref = siteUserId_; 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(); siteUserId_ = s; return s; } } /** *
     *获取列表的用户
     * 
* * string site_user_id = 1; */ public com.google.protobuf.ByteString getSiteUserIdBytes() { java.lang.Object ref = siteUserId_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); siteUserId_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int PAGE_NUMBER_FIELD_NUMBER = 2; private int pageNumber_; /** *
     *第几页
     * 
* * int32 page_number = 2; */ public int getPageNumber() { return pageNumber_; } public static final int PAGE_SIZE_FIELD_NUMBER = 3; private int pageSize_; /** *
     *最大只支持200,每页的条数
     * 
* * int32 page_size = 3; */ public int getPageSize() { return pageSize_; } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (!getSiteUserIdBytes().isEmpty()) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, siteUserId_); } if (pageNumber_ != 0) { output.writeInt32(2, pageNumber_); } if (pageSize_ != 0) { output.writeInt32(3, pageSize_); } unknownFields.writeTo(output); } public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (!getSiteUserIdBytes().isEmpty()) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, siteUserId_); } if (pageNumber_ != 0) { size += com.google.protobuf.CodedOutputStream .computeInt32Size(2, pageNumber_); } if (pageSize_ != 0) { size += com.google.protobuf.CodedOutputStream .computeInt32Size(3, pageSize_); } 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 com.akaxin.proto.site.ApiGroupListProto.ApiGroupListRequest)) { return super.equals(obj); } com.akaxin.proto.site.ApiGroupListProto.ApiGroupListRequest other = (com.akaxin.proto.site.ApiGroupListProto.ApiGroupListRequest) obj; boolean result = true; result = result && getSiteUserId() .equals(other.getSiteUserId()); result = result && (getPageNumber() == other.getPageNumber()); result = result && (getPageSize() == other.getPageSize()); 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) + SITE_USER_ID_FIELD_NUMBER; hash = (53 * hash) + getSiteUserId().hashCode(); hash = (37 * hash) + PAGE_NUMBER_FIELD_NUMBER; hash = (53 * hash) + getPageNumber(); hash = (37 * hash) + PAGE_SIZE_FIELD_NUMBER; hash = (53 * hash) + getPageSize(); hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; } public static com.akaxin.proto.site.ApiGroupListProto.ApiGroupListRequest parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.akaxin.proto.site.ApiGroupListProto.ApiGroupListRequest parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.akaxin.proto.site.ApiGroupListProto.ApiGroupListRequest parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.akaxin.proto.site.ApiGroupListProto.ApiGroupListRequest parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.akaxin.proto.site.ApiGroupListProto.ApiGroupListRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.akaxin.proto.site.ApiGroupListProto.ApiGroupListRequest parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.akaxin.proto.site.ApiGroupListProto.ApiGroupListRequest parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static com.akaxin.proto.site.ApiGroupListProto.ApiGroupListRequest 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 com.akaxin.proto.site.ApiGroupListProto.ApiGroupListRequest parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static com.akaxin.proto.site.ApiGroupListProto.ApiGroupListRequest 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 com.akaxin.proto.site.ApiGroupListProto.ApiGroupListRequest parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static com.akaxin.proto.site.ApiGroupListProto.ApiGroupListRequest parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(com.akaxin.proto.site.ApiGroupListProto.ApiGroupListRequest prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } 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; } /** * Protobuf type {@code site.ApiGroupListRequest} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:site.ApiGroupListRequest) com.akaxin.proto.site.ApiGroupListProto.ApiGroupListRequestOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.akaxin.proto.site.ApiGroupListProto.internal_static_site_ApiGroupListRequest_descriptor; } protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.akaxin.proto.site.ApiGroupListProto.internal_static_site_ApiGroupListRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( com.akaxin.proto.site.ApiGroupListProto.ApiGroupListRequest.class, com.akaxin.proto.site.ApiGroupListProto.ApiGroupListRequest.Builder.class); } // Construct using com.akaxin.proto.site.ApiGroupListProto.ApiGroupListRequest.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { } } public Builder clear() { super.clear(); siteUserId_ = ""; pageNumber_ = 0; pageSize_ = 0; return this; } public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return com.akaxin.proto.site.ApiGroupListProto.internal_static_site_ApiGroupListRequest_descriptor; } public com.akaxin.proto.site.ApiGroupListProto.ApiGroupListRequest getDefaultInstanceForType() { return com.akaxin.proto.site.ApiGroupListProto.ApiGroupListRequest.getDefaultInstance(); } public com.akaxin.proto.site.ApiGroupListProto.ApiGroupListRequest build() { com.akaxin.proto.site.ApiGroupListProto.ApiGroupListRequest result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } public com.akaxin.proto.site.ApiGroupListProto.ApiGroupListRequest buildPartial() { com.akaxin.proto.site.ApiGroupListProto.ApiGroupListRequest result = new com.akaxin.proto.site.ApiGroupListProto.ApiGroupListRequest(this); result.siteUserId_ = siteUserId_; result.pageNumber_ = pageNumber_; result.pageSize_ = pageSize_; onBuilt(); return result; } public Builder clone() { return (Builder) super.clone(); } public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.setField(field, value); } public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return (Builder) super.clearField(field); } public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return (Builder) super.clearOneof(oneof); } public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return (Builder) super.setRepeatedField(field, index, value); } public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.addRepeatedField(field, value); } public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.akaxin.proto.site.ApiGroupListProto.ApiGroupListRequest) { return mergeFrom((com.akaxin.proto.site.ApiGroupListProto.ApiGroupListRequest)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.akaxin.proto.site.ApiGroupListProto.ApiGroupListRequest other) { if (other == com.akaxin.proto.site.ApiGroupListProto.ApiGroupListRequest.getDefaultInstance()) return this; if (!other.getSiteUserId().isEmpty()) { siteUserId_ = other.siteUserId_; onChanged(); } if (other.getPageNumber() != 0) { setPageNumber(other.getPageNumber()); } if (other.getPageSize() != 0) { setPageSize(other.getPageSize()); } this.mergeUnknownFields(other.unknownFields); onChanged(); return this; } public final boolean isInitialized() { return true; } public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { com.akaxin.proto.site.ApiGroupListProto.ApiGroupListRequest parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (com.akaxin.proto.site.ApiGroupListProto.ApiGroupListRequest) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private java.lang.Object siteUserId_ = ""; /** *
       *获取列表的用户
       * 
* * string site_user_id = 1; */ public java.lang.String getSiteUserId() { java.lang.Object ref = siteUserId_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); siteUserId_ = s; return s; } else { return (java.lang.String) ref; } } /** *
       *获取列表的用户
       * 
* * string site_user_id = 1; */ public com.google.protobuf.ByteString getSiteUserIdBytes() { java.lang.Object ref = siteUserId_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); siteUserId_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** *
       *获取列表的用户
       * 
* * string site_user_id = 1; */ public Builder setSiteUserId( java.lang.String value) { if (value == null) { throw new NullPointerException(); } siteUserId_ = value; onChanged(); return this; } /** *
       *获取列表的用户
       * 
* * string site_user_id = 1; */ public Builder clearSiteUserId() { siteUserId_ = getDefaultInstance().getSiteUserId(); onChanged(); return this; } /** *
       *获取列表的用户
       * 
* * string site_user_id = 1; */ public Builder setSiteUserIdBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); siteUserId_ = value; onChanged(); return this; } private int pageNumber_ ; /** *
       *第几页
       * 
* * int32 page_number = 2; */ public int getPageNumber() { return pageNumber_; } /** *
       *第几页
       * 
* * int32 page_number = 2; */ public Builder setPageNumber(int value) { pageNumber_ = value; onChanged(); return this; } /** *
       *第几页
       * 
* * int32 page_number = 2; */ public Builder clearPageNumber() { pageNumber_ = 0; onChanged(); return this; } private int pageSize_ ; /** *
       *最大只支持200,每页的条数
       * 
* * int32 page_size = 3; */ public int getPageSize() { return pageSize_; } /** *
       *最大只支持200,每页的条数
       * 
* * int32 page_size = 3; */ public Builder setPageSize(int value) { pageSize_ = value; onChanged(); return this; } /** *
       *最大只支持200,每页的条数
       * 
* * int32 page_size = 3; */ public Builder clearPageSize() { pageSize_ = 0; onChanged(); return this; } public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFieldsProto3(unknownFields); } public final Builder mergeUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@protoc_insertion_point(builder_scope:site.ApiGroupListRequest) } // @@protoc_insertion_point(class_scope:site.ApiGroupListRequest) private static final com.akaxin.proto.site.ApiGroupListProto.ApiGroupListRequest DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new com.akaxin.proto.site.ApiGroupListProto.ApiGroupListRequest(); } public static com.akaxin.proto.site.ApiGroupListProto.ApiGroupListRequest getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { public ApiGroupListRequest parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return new ApiGroupListRequest(input, extensionRegistry); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } public com.akaxin.proto.site.ApiGroupListProto.ApiGroupListRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface ApiGroupListResponseOrBuilder extends // @@protoc_insertion_point(interface_extends:site.ApiGroupListResponse) com.google.protobuf.MessageOrBuilder { /** *
     *用户的群列表
     * 
* * repeated .core.SimpleGroupProfile list = 1; */ java.util.List getListList(); /** *
     *用户的群列表
     * 
* * repeated .core.SimpleGroupProfile list = 1; */ com.akaxin.proto.core.GroupProto.SimpleGroupProfile getList(int index); /** *
     *用户的群列表
     * 
* * repeated .core.SimpleGroupProfile list = 1; */ int getListCount(); /** *
     *用户的群列表
     * 
* * repeated .core.SimpleGroupProfile list = 1; */ java.util.List getListOrBuilderList(); /** *
     *用户的群列表
     * 
* * repeated .core.SimpleGroupProfile list = 1; */ com.akaxin.proto.core.GroupProto.SimpleGroupProfileOrBuilder getListOrBuilder( int index); } /** * Protobuf type {@code site.ApiGroupListResponse} */ public static final class ApiGroupListResponse extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:site.ApiGroupListResponse) ApiGroupListResponseOrBuilder { private static final long serialVersionUID = 0L; // Use ApiGroupListResponse.newBuilder() to construct. private ApiGroupListResponse(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private ApiGroupListResponse() { list_ = java.util.Collections.emptyList(); } @java.lang.Override public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private ApiGroupListResponse( 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; default: { if (!parseUnknownFieldProto3( input, unknownFields, extensionRegistry, tag)) { done = true; } break; } case 10: { if (!((mutable_bitField0_ & 0x00000001) == 0x00000001)) { list_ = new java.util.ArrayList(); mutable_bitField0_ |= 0x00000001; } list_.add( input.readMessage(com.akaxin.proto.core.GroupProto.SimpleGroupProfile.parser(), extensionRegistry)); 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)) { list_ = java.util.Collections.unmodifiableList(list_); } this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.akaxin.proto.site.ApiGroupListProto.internal_static_site_ApiGroupListResponse_descriptor; } protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.akaxin.proto.site.ApiGroupListProto.internal_static_site_ApiGroupListResponse_fieldAccessorTable .ensureFieldAccessorsInitialized( com.akaxin.proto.site.ApiGroupListProto.ApiGroupListResponse.class, com.akaxin.proto.site.ApiGroupListProto.ApiGroupListResponse.Builder.class); } public static final int LIST_FIELD_NUMBER = 1; private java.util.List list_; /** *
     *用户的群列表
     * 
* * repeated .core.SimpleGroupProfile list = 1; */ public java.util.List getListList() { return list_; } /** *
     *用户的群列表
     * 
* * repeated .core.SimpleGroupProfile list = 1; */ public java.util.List getListOrBuilderList() { return list_; } /** *
     *用户的群列表
     * 
* * repeated .core.SimpleGroupProfile list = 1; */ public int getListCount() { return list_.size(); } /** *
     *用户的群列表
     * 
* * repeated .core.SimpleGroupProfile list = 1; */ public com.akaxin.proto.core.GroupProto.SimpleGroupProfile getList(int index) { return list_.get(index); } /** *
     *用户的群列表
     * 
* * repeated .core.SimpleGroupProfile list = 1; */ public com.akaxin.proto.core.GroupProto.SimpleGroupProfileOrBuilder getListOrBuilder( int index) { return list_.get(index); } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { for (int i = 0; i < list_.size(); i++) { output.writeMessage(1, list_.get(i)); } unknownFields.writeTo(output); } public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; for (int i = 0; i < list_.size(); i++) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(1, list_.get(i)); } 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 com.akaxin.proto.site.ApiGroupListProto.ApiGroupListResponse)) { return super.equals(obj); } com.akaxin.proto.site.ApiGroupListProto.ApiGroupListResponse other = (com.akaxin.proto.site.ApiGroupListProto.ApiGroupListResponse) obj; boolean result = true; result = result && getListList() .equals(other.getListList()); 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 (getListCount() > 0) { hash = (37 * hash) + LIST_FIELD_NUMBER; hash = (53 * hash) + getListList().hashCode(); } hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; } public static com.akaxin.proto.site.ApiGroupListProto.ApiGroupListResponse parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.akaxin.proto.site.ApiGroupListProto.ApiGroupListResponse parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.akaxin.proto.site.ApiGroupListProto.ApiGroupListResponse parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.akaxin.proto.site.ApiGroupListProto.ApiGroupListResponse parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.akaxin.proto.site.ApiGroupListProto.ApiGroupListResponse parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.akaxin.proto.site.ApiGroupListProto.ApiGroupListResponse parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.akaxin.proto.site.ApiGroupListProto.ApiGroupListResponse parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static com.akaxin.proto.site.ApiGroupListProto.ApiGroupListResponse 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 com.akaxin.proto.site.ApiGroupListProto.ApiGroupListResponse parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static com.akaxin.proto.site.ApiGroupListProto.ApiGroupListResponse 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 com.akaxin.proto.site.ApiGroupListProto.ApiGroupListResponse parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static com.akaxin.proto.site.ApiGroupListProto.ApiGroupListResponse parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(com.akaxin.proto.site.ApiGroupListProto.ApiGroupListResponse prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } 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; } /** * Protobuf type {@code site.ApiGroupListResponse} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:site.ApiGroupListResponse) com.akaxin.proto.site.ApiGroupListProto.ApiGroupListResponseOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.akaxin.proto.site.ApiGroupListProto.internal_static_site_ApiGroupListResponse_descriptor; } protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.akaxin.proto.site.ApiGroupListProto.internal_static_site_ApiGroupListResponse_fieldAccessorTable .ensureFieldAccessorsInitialized( com.akaxin.proto.site.ApiGroupListProto.ApiGroupListResponse.class, com.akaxin.proto.site.ApiGroupListProto.ApiGroupListResponse.Builder.class); } // Construct using com.akaxin.proto.site.ApiGroupListProto.ApiGroupListResponse.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { getListFieldBuilder(); } } public Builder clear() { super.clear(); if (listBuilder_ == null) { list_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000001); } else { listBuilder_.clear(); } return this; } public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return com.akaxin.proto.site.ApiGroupListProto.internal_static_site_ApiGroupListResponse_descriptor; } public com.akaxin.proto.site.ApiGroupListProto.ApiGroupListResponse getDefaultInstanceForType() { return com.akaxin.proto.site.ApiGroupListProto.ApiGroupListResponse.getDefaultInstance(); } public com.akaxin.proto.site.ApiGroupListProto.ApiGroupListResponse build() { com.akaxin.proto.site.ApiGroupListProto.ApiGroupListResponse result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } public com.akaxin.proto.site.ApiGroupListProto.ApiGroupListResponse buildPartial() { com.akaxin.proto.site.ApiGroupListProto.ApiGroupListResponse result = new com.akaxin.proto.site.ApiGroupListProto.ApiGroupListResponse(this); int from_bitField0_ = bitField0_; if (listBuilder_ == null) { if (((bitField0_ & 0x00000001) == 0x00000001)) { list_ = java.util.Collections.unmodifiableList(list_); bitField0_ = (bitField0_ & ~0x00000001); } result.list_ = list_; } else { result.list_ = listBuilder_.build(); } onBuilt(); return result; } public Builder clone() { return (Builder) super.clone(); } public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.setField(field, value); } public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return (Builder) super.clearField(field); } public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return (Builder) super.clearOneof(oneof); } public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return (Builder) super.setRepeatedField(field, index, value); } public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.addRepeatedField(field, value); } public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.akaxin.proto.site.ApiGroupListProto.ApiGroupListResponse) { return mergeFrom((com.akaxin.proto.site.ApiGroupListProto.ApiGroupListResponse)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.akaxin.proto.site.ApiGroupListProto.ApiGroupListResponse other) { if (other == com.akaxin.proto.site.ApiGroupListProto.ApiGroupListResponse.getDefaultInstance()) return this; if (listBuilder_ == null) { if (!other.list_.isEmpty()) { if (list_.isEmpty()) { list_ = other.list_; bitField0_ = (bitField0_ & ~0x00000001); } else { ensureListIsMutable(); list_.addAll(other.list_); } onChanged(); } } else { if (!other.list_.isEmpty()) { if (listBuilder_.isEmpty()) { listBuilder_.dispose(); listBuilder_ = null; list_ = other.list_; bitField0_ = (bitField0_ & ~0x00000001); listBuilder_ = com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? getListFieldBuilder() : null; } else { listBuilder_.addAllMessages(other.list_); } } } this.mergeUnknownFields(other.unknownFields); onChanged(); return this; } public final boolean isInitialized() { return true; } public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { com.akaxin.proto.site.ApiGroupListProto.ApiGroupListResponse parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (com.akaxin.proto.site.ApiGroupListProto.ApiGroupListResponse) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private int bitField0_; private java.util.List list_ = java.util.Collections.emptyList(); private void ensureListIsMutable() { if (!((bitField0_ & 0x00000001) == 0x00000001)) { list_ = new java.util.ArrayList(list_); bitField0_ |= 0x00000001; } } private com.google.protobuf.RepeatedFieldBuilderV3< com.akaxin.proto.core.GroupProto.SimpleGroupProfile, com.akaxin.proto.core.GroupProto.SimpleGroupProfile.Builder, com.akaxin.proto.core.GroupProto.SimpleGroupProfileOrBuilder> listBuilder_; /** *
       *用户的群列表
       * 
* * repeated .core.SimpleGroupProfile list = 1; */ public java.util.List getListList() { if (listBuilder_ == null) { return java.util.Collections.unmodifiableList(list_); } else { return listBuilder_.getMessageList(); } } /** *
       *用户的群列表
       * 
* * repeated .core.SimpleGroupProfile list = 1; */ public int getListCount() { if (listBuilder_ == null) { return list_.size(); } else { return listBuilder_.getCount(); } } /** *
       *用户的群列表
       * 
* * repeated .core.SimpleGroupProfile list = 1; */ public com.akaxin.proto.core.GroupProto.SimpleGroupProfile getList(int index) { if (listBuilder_ == null) { return list_.get(index); } else { return listBuilder_.getMessage(index); } } /** *
       *用户的群列表
       * 
* * repeated .core.SimpleGroupProfile list = 1; */ public Builder setList( int index, com.akaxin.proto.core.GroupProto.SimpleGroupProfile value) { if (listBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureListIsMutable(); list_.set(index, value); onChanged(); } else { listBuilder_.setMessage(index, value); } return this; } /** *
       *用户的群列表
       * 
* * repeated .core.SimpleGroupProfile list = 1; */ public Builder setList( int index, com.akaxin.proto.core.GroupProto.SimpleGroupProfile.Builder builderForValue) { if (listBuilder_ == null) { ensureListIsMutable(); list_.set(index, builderForValue.build()); onChanged(); } else { listBuilder_.setMessage(index, builderForValue.build()); } return this; } /** *
       *用户的群列表
       * 
* * repeated .core.SimpleGroupProfile list = 1; */ public Builder addList(com.akaxin.proto.core.GroupProto.SimpleGroupProfile value) { if (listBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureListIsMutable(); list_.add(value); onChanged(); } else { listBuilder_.addMessage(value); } return this; } /** *
       *用户的群列表
       * 
* * repeated .core.SimpleGroupProfile list = 1; */ public Builder addList( int index, com.akaxin.proto.core.GroupProto.SimpleGroupProfile value) { if (listBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureListIsMutable(); list_.add(index, value); onChanged(); } else { listBuilder_.addMessage(index, value); } return this; } /** *
       *用户的群列表
       * 
* * repeated .core.SimpleGroupProfile list = 1; */ public Builder addList( com.akaxin.proto.core.GroupProto.SimpleGroupProfile.Builder builderForValue) { if (listBuilder_ == null) { ensureListIsMutable(); list_.add(builderForValue.build()); onChanged(); } else { listBuilder_.addMessage(builderForValue.build()); } return this; } /** *
       *用户的群列表
       * 
* * repeated .core.SimpleGroupProfile list = 1; */ public Builder addList( int index, com.akaxin.proto.core.GroupProto.SimpleGroupProfile.Builder builderForValue) { if (listBuilder_ == null) { ensureListIsMutable(); list_.add(index, builderForValue.build()); onChanged(); } else { listBuilder_.addMessage(index, builderForValue.build()); } return this; } /** *
       *用户的群列表
       * 
* * repeated .core.SimpleGroupProfile list = 1; */ public Builder addAllList( java.lang.Iterable values) { if (listBuilder_ == null) { ensureListIsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, list_); onChanged(); } else { listBuilder_.addAllMessages(values); } return this; } /** *
       *用户的群列表
       * 
* * repeated .core.SimpleGroupProfile list = 1; */ public Builder clearList() { if (listBuilder_ == null) { list_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000001); onChanged(); } else { listBuilder_.clear(); } return this; } /** *
       *用户的群列表
       * 
* * repeated .core.SimpleGroupProfile list = 1; */ public Builder removeList(int index) { if (listBuilder_ == null) { ensureListIsMutable(); list_.remove(index); onChanged(); } else { listBuilder_.remove(index); } return this; } /** *
       *用户的群列表
       * 
* * repeated .core.SimpleGroupProfile list = 1; */ public com.akaxin.proto.core.GroupProto.SimpleGroupProfile.Builder getListBuilder( int index) { return getListFieldBuilder().getBuilder(index); } /** *
       *用户的群列表
       * 
* * repeated .core.SimpleGroupProfile list = 1; */ public com.akaxin.proto.core.GroupProto.SimpleGroupProfileOrBuilder getListOrBuilder( int index) { if (listBuilder_ == null) { return list_.get(index); } else { return listBuilder_.getMessageOrBuilder(index); } } /** *
       *用户的群列表
       * 
* * repeated .core.SimpleGroupProfile list = 1; */ public java.util.List getListOrBuilderList() { if (listBuilder_ != null) { return listBuilder_.getMessageOrBuilderList(); } else { return java.util.Collections.unmodifiableList(list_); } } /** *
       *用户的群列表
       * 
* * repeated .core.SimpleGroupProfile list = 1; */ public com.akaxin.proto.core.GroupProto.SimpleGroupProfile.Builder addListBuilder() { return getListFieldBuilder().addBuilder( com.akaxin.proto.core.GroupProto.SimpleGroupProfile.getDefaultInstance()); } /** *
       *用户的群列表
       * 
* * repeated .core.SimpleGroupProfile list = 1; */ public com.akaxin.proto.core.GroupProto.SimpleGroupProfile.Builder addListBuilder( int index) { return getListFieldBuilder().addBuilder( index, com.akaxin.proto.core.GroupProto.SimpleGroupProfile.getDefaultInstance()); } /** *
       *用户的群列表
       * 
* * repeated .core.SimpleGroupProfile list = 1; */ public java.util.List getListBuilderList() { return getListFieldBuilder().getBuilderList(); } private com.google.protobuf.RepeatedFieldBuilderV3< com.akaxin.proto.core.GroupProto.SimpleGroupProfile, com.akaxin.proto.core.GroupProto.SimpleGroupProfile.Builder, com.akaxin.proto.core.GroupProto.SimpleGroupProfileOrBuilder> getListFieldBuilder() { if (listBuilder_ == null) { listBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3< com.akaxin.proto.core.GroupProto.SimpleGroupProfile, com.akaxin.proto.core.GroupProto.SimpleGroupProfile.Builder, com.akaxin.proto.core.GroupProto.SimpleGroupProfileOrBuilder>( list_, ((bitField0_ & 0x00000001) == 0x00000001), getParentForChildren(), isClean()); list_ = null; } return listBuilder_; } public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFieldsProto3(unknownFields); } public final Builder mergeUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@protoc_insertion_point(builder_scope:site.ApiGroupListResponse) } // @@protoc_insertion_point(class_scope:site.ApiGroupListResponse) private static final com.akaxin.proto.site.ApiGroupListProto.ApiGroupListResponse DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new com.akaxin.proto.site.ApiGroupListProto.ApiGroupListResponse(); } public static com.akaxin.proto.site.ApiGroupListProto.ApiGroupListResponse getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { public ApiGroupListResponse parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return new ApiGroupListResponse(input, extensionRegistry); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } public com.akaxin.proto.site.ApiGroupListProto.ApiGroupListResponse getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } private static final com.google.protobuf.Descriptors.Descriptor internal_static_site_ApiGroupListRequest_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_site_ApiGroupListRequest_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_site_ApiGroupListResponse_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_site_ApiGroupListResponse_fieldAccessorTable; public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { return descriptor; } private static com.google.protobuf.Descriptors.FileDescriptor descriptor; static { java.lang.String[] descriptorData = { "\n\031site/api_group_list.proto\022\004site\032\020core/" + "group.proto\"S\n\023ApiGroupListRequest\022\024\n\014si" + "te_user_id\030\001 \001(\t\022\023\n\013page_number\030\002 \001(\005\022\021\n" + "\tpage_size\030\003 \001(\005\">\n\024ApiGroupListResponse" + "\022&\n\004list\030\001 \003(\0132\030.core.SimpleGroupProfile" + "2T\n\023ApiGroupListService\022=\n\004list\022\031.site.A" + "piGroupListRequest\032\032.site.ApiGroupListRe" + "sponseB*\n\025com.akaxin.proto.siteB\021ApiGrou" + "pListProtob\006proto3" }; com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner assigner = new com.google.protobuf.Descriptors.FileDescriptor. InternalDescriptorAssigner() { public com.google.protobuf.ExtensionRegistry assignDescriptors( com.google.protobuf.Descriptors.FileDescriptor root) { descriptor = root; return null; } }; com.google.protobuf.Descriptors.FileDescriptor .internalBuildGeneratedFileFrom(descriptorData, new com.google.protobuf.Descriptors.FileDescriptor[] { com.akaxin.proto.core.GroupProto.getDescriptor(), }, assigner); internal_static_site_ApiGroupListRequest_descriptor = getDescriptor().getMessageTypes().get(0); internal_static_site_ApiGroupListRequest_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_site_ApiGroupListRequest_descriptor, new java.lang.String[] { "SiteUserId", "PageNumber", "PageSize", }); internal_static_site_ApiGroupListResponse_descriptor = getDescriptor().getMessageTypes().get(1); internal_static_site_ApiGroupListResponse_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_site_ApiGroupListResponse_descriptor, new java.lang.String[] { "List", }); com.akaxin.proto.core.GroupProto.getDescriptor(); } // @@protoc_insertion_point(outer_class_scope) }