WindChat/windchat-protobuf/src/main/java/com/akaxin/proto/site/ApiGroupCreateProto.java

1541 lines
53 KiB
Java
Executable File

// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: site/api_group_create.proto
package com.akaxin.proto.site;
public final class ApiGroupCreateProto {
private ApiGroupCreateProto() {}
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 ApiGroupCreateRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:site.ApiGroupCreateRequest)
com.google.protobuf.MessageOrBuilder {
/**
* <pre>
*初始建群,增加的群成员
* </pre>
*
* <code>repeated string site_user_ids = 1;</code>
*/
java.util.List<java.lang.String>
getSiteUserIdsList();
/**
* <pre>
*初始建群,增加的群成员
* </pre>
*
* <code>repeated string site_user_ids = 1;</code>
*/
int getSiteUserIdsCount();
/**
* <pre>
*初始建群,增加的群成员
* </pre>
*
* <code>repeated string site_user_ids = 1;</code>
*/
java.lang.String getSiteUserIds(int index);
/**
* <pre>
*初始建群,增加的群成员
* </pre>
*
* <code>repeated string site_user_ids = 1;</code>
*/
com.google.protobuf.ByteString
getSiteUserIdsBytes(int index);
/**
* <pre>
*群名称
* </pre>
*
* <code>string group_name = 2;</code>
*/
java.lang.String getGroupName();
/**
* <pre>
*群名称
* </pre>
*
* <code>string group_name = 2;</code>
*/
com.google.protobuf.ByteString
getGroupNameBytes();
}
/**
* Protobuf type {@code site.ApiGroupCreateRequest}
*/
public static final class ApiGroupCreateRequest extends
com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:site.ApiGroupCreateRequest)
ApiGroupCreateRequestOrBuilder {
private static final long serialVersionUID = 0L;
// Use ApiGroupCreateRequest.newBuilder() to construct.
private ApiGroupCreateRequest(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) {
super(builder);
}
private ApiGroupCreateRequest() {
siteUserIds_ = com.google.protobuf.LazyStringArrayList.EMPTY;
groupName_ = "";
}
@java.lang.Override
public final com.google.protobuf.UnknownFieldSet
getUnknownFields() {
return this.unknownFields;
}
private ApiGroupCreateRequest(
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();
if (!((mutable_bitField0_ & 0x00000001) == 0x00000001)) {
siteUserIds_ = new com.google.protobuf.LazyStringArrayList();
mutable_bitField0_ |= 0x00000001;
}
siteUserIds_.add(s);
break;
}
case 18: {
java.lang.String s = input.readStringRequireUtf8();
groupName_ = s;
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)) {
siteUserIds_ = siteUserIds_.getUnmodifiableView();
}
this.unknownFields = unknownFields.build();
makeExtensionsImmutable();
}
}
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return com.akaxin.proto.site.ApiGroupCreateProto.internal_static_site_ApiGroupCreateRequest_descriptor;
}
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.akaxin.proto.site.ApiGroupCreateProto.internal_static_site_ApiGroupCreateRequest_fieldAccessorTable
.ensureFieldAccessorsInitialized(
com.akaxin.proto.site.ApiGroupCreateProto.ApiGroupCreateRequest.class, com.akaxin.proto.site.ApiGroupCreateProto.ApiGroupCreateRequest.Builder.class);
}
private int bitField0_;
public static final int SITE_USER_IDS_FIELD_NUMBER = 1;
private com.google.protobuf.LazyStringList siteUserIds_;
/**
* <pre>
*初始建群,增加的群成员
* </pre>
*
* <code>repeated string site_user_ids = 1;</code>
*/
public com.google.protobuf.ProtocolStringList
getSiteUserIdsList() {
return siteUserIds_;
}
/**
* <pre>
*初始建群,增加的群成员
* </pre>
*
* <code>repeated string site_user_ids = 1;</code>
*/
public int getSiteUserIdsCount() {
return siteUserIds_.size();
}
/**
* <pre>
*初始建群,增加的群成员
* </pre>
*
* <code>repeated string site_user_ids = 1;</code>
*/
public java.lang.String getSiteUserIds(int index) {
return siteUserIds_.get(index);
}
/**
* <pre>
*初始建群,增加的群成员
* </pre>
*
* <code>repeated string site_user_ids = 1;</code>
*/
public com.google.protobuf.ByteString
getSiteUserIdsBytes(int index) {
return siteUserIds_.getByteString(index);
}
public static final int GROUP_NAME_FIELD_NUMBER = 2;
private volatile java.lang.Object groupName_;
/**
* <pre>
*群名称
* </pre>
*
* <code>string group_name = 2;</code>
*/
public java.lang.String getGroupName() {
java.lang.Object ref = groupName_;
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();
groupName_ = s;
return s;
}
}
/**
* <pre>
*群名称
* </pre>
*
* <code>string group_name = 2;</code>
*/
public com.google.protobuf.ByteString
getGroupNameBytes() {
java.lang.Object ref = groupName_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
groupName_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
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 < siteUserIds_.size(); i++) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 1, siteUserIds_.getRaw(i));
}
if (!getGroupNameBytes().isEmpty()) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 2, groupName_);
}
unknownFields.writeTo(output);
}
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
{
int dataSize = 0;
for (int i = 0; i < siteUserIds_.size(); i++) {
dataSize += computeStringSizeNoTag(siteUserIds_.getRaw(i));
}
size += dataSize;
size += 1 * getSiteUserIdsList().size();
}
if (!getGroupNameBytes().isEmpty()) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, groupName_);
}
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.ApiGroupCreateProto.ApiGroupCreateRequest)) {
return super.equals(obj);
}
com.akaxin.proto.site.ApiGroupCreateProto.ApiGroupCreateRequest other = (com.akaxin.proto.site.ApiGroupCreateProto.ApiGroupCreateRequest) obj;
boolean result = true;
result = result && getSiteUserIdsList()
.equals(other.getSiteUserIdsList());
result = result && getGroupName()
.equals(other.getGroupName());
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 (getSiteUserIdsCount() > 0) {
hash = (37 * hash) + SITE_USER_IDS_FIELD_NUMBER;
hash = (53 * hash) + getSiteUserIdsList().hashCode();
}
hash = (37 * hash) + GROUP_NAME_FIELD_NUMBER;
hash = (53 * hash) + getGroupName().hashCode();
hash = (29 * hash) + unknownFields.hashCode();
memoizedHashCode = hash;
return hash;
}
public static com.akaxin.proto.site.ApiGroupCreateProto.ApiGroupCreateRequest parseFrom(
java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.akaxin.proto.site.ApiGroupCreateProto.ApiGroupCreateRequest 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.ApiGroupCreateProto.ApiGroupCreateRequest parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.akaxin.proto.site.ApiGroupCreateProto.ApiGroupCreateRequest 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.ApiGroupCreateProto.ApiGroupCreateRequest parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.akaxin.proto.site.ApiGroupCreateProto.ApiGroupCreateRequest parseFrom(
byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static com.akaxin.proto.site.ApiGroupCreateProto.ApiGroupCreateRequest parseFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static com.akaxin.proto.site.ApiGroupCreateProto.ApiGroupCreateRequest 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.ApiGroupCreateProto.ApiGroupCreateRequest parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input);
}
public static com.akaxin.proto.site.ApiGroupCreateProto.ApiGroupCreateRequest 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.ApiGroupCreateProto.ApiGroupCreateRequest parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static com.akaxin.proto.site.ApiGroupCreateProto.ApiGroupCreateRequest 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.ApiGroupCreateProto.ApiGroupCreateRequest 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.ApiGroupCreateRequest}
*/
public static final class Builder extends
com.google.protobuf.GeneratedMessageV3.Builder<Builder> implements
// @@protoc_insertion_point(builder_implements:site.ApiGroupCreateRequest)
com.akaxin.proto.site.ApiGroupCreateProto.ApiGroupCreateRequestOrBuilder {
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return com.akaxin.proto.site.ApiGroupCreateProto.internal_static_site_ApiGroupCreateRequest_descriptor;
}
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.akaxin.proto.site.ApiGroupCreateProto.internal_static_site_ApiGroupCreateRequest_fieldAccessorTable
.ensureFieldAccessorsInitialized(
com.akaxin.proto.site.ApiGroupCreateProto.ApiGroupCreateRequest.class, com.akaxin.proto.site.ApiGroupCreateProto.ApiGroupCreateRequest.Builder.class);
}
// Construct using com.akaxin.proto.site.ApiGroupCreateProto.ApiGroupCreateRequest.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();
siteUserIds_ = com.google.protobuf.LazyStringArrayList.EMPTY;
bitField0_ = (bitField0_ & ~0x00000001);
groupName_ = "";
return this;
}
public com.google.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return com.akaxin.proto.site.ApiGroupCreateProto.internal_static_site_ApiGroupCreateRequest_descriptor;
}
public com.akaxin.proto.site.ApiGroupCreateProto.ApiGroupCreateRequest getDefaultInstanceForType() {
return com.akaxin.proto.site.ApiGroupCreateProto.ApiGroupCreateRequest.getDefaultInstance();
}
public com.akaxin.proto.site.ApiGroupCreateProto.ApiGroupCreateRequest build() {
com.akaxin.proto.site.ApiGroupCreateProto.ApiGroupCreateRequest result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
public com.akaxin.proto.site.ApiGroupCreateProto.ApiGroupCreateRequest buildPartial() {
com.akaxin.proto.site.ApiGroupCreateProto.ApiGroupCreateRequest result = new com.akaxin.proto.site.ApiGroupCreateProto.ApiGroupCreateRequest(this);
int from_bitField0_ = bitField0_;
int to_bitField0_ = 0;
if (((bitField0_ & 0x00000001) == 0x00000001)) {
siteUserIds_ = siteUserIds_.getUnmodifiableView();
bitField0_ = (bitField0_ & ~0x00000001);
}
result.siteUserIds_ = siteUserIds_;
result.groupName_ = groupName_;
result.bitField0_ = to_bitField0_;
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.ApiGroupCreateProto.ApiGroupCreateRequest) {
return mergeFrom((com.akaxin.proto.site.ApiGroupCreateProto.ApiGroupCreateRequest)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(com.akaxin.proto.site.ApiGroupCreateProto.ApiGroupCreateRequest other) {
if (other == com.akaxin.proto.site.ApiGroupCreateProto.ApiGroupCreateRequest.getDefaultInstance()) return this;
if (!other.siteUserIds_.isEmpty()) {
if (siteUserIds_.isEmpty()) {
siteUserIds_ = other.siteUserIds_;
bitField0_ = (bitField0_ & ~0x00000001);
} else {
ensureSiteUserIdsIsMutable();
siteUserIds_.addAll(other.siteUserIds_);
}
onChanged();
}
if (!other.getGroupName().isEmpty()) {
groupName_ = other.groupName_;
onChanged();
}
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.ApiGroupCreateProto.ApiGroupCreateRequest parsedMessage = null;
try {
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
parsedMessage = (com.akaxin.proto.site.ApiGroupCreateProto.ApiGroupCreateRequest) e.getUnfinishedMessage();
throw e.unwrapIOException();
} finally {
if (parsedMessage != null) {
mergeFrom(parsedMessage);
}
}
return this;
}
private int bitField0_;
private com.google.protobuf.LazyStringList siteUserIds_ = com.google.protobuf.LazyStringArrayList.EMPTY;
private void ensureSiteUserIdsIsMutable() {
if (!((bitField0_ & 0x00000001) == 0x00000001)) {
siteUserIds_ = new com.google.protobuf.LazyStringArrayList(siteUserIds_);
bitField0_ |= 0x00000001;
}
}
/**
* <pre>
*初始建群,增加的群成员
* </pre>
*
* <code>repeated string site_user_ids = 1;</code>
*/
public com.google.protobuf.ProtocolStringList
getSiteUserIdsList() {
return siteUserIds_.getUnmodifiableView();
}
/**
* <pre>
*初始建群,增加的群成员
* </pre>
*
* <code>repeated string site_user_ids = 1;</code>
*/
public int getSiteUserIdsCount() {
return siteUserIds_.size();
}
/**
* <pre>
*初始建群,增加的群成员
* </pre>
*
* <code>repeated string site_user_ids = 1;</code>
*/
public java.lang.String getSiteUserIds(int index) {
return siteUserIds_.get(index);
}
/**
* <pre>
*初始建群,增加的群成员
* </pre>
*
* <code>repeated string site_user_ids = 1;</code>
*/
public com.google.protobuf.ByteString
getSiteUserIdsBytes(int index) {
return siteUserIds_.getByteString(index);
}
/**
* <pre>
*初始建群,增加的群成员
* </pre>
*
* <code>repeated string site_user_ids = 1;</code>
*/
public Builder setSiteUserIds(
int index, java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
ensureSiteUserIdsIsMutable();
siteUserIds_.set(index, value);
onChanged();
return this;
}
/**
* <pre>
*初始建群,增加的群成员
* </pre>
*
* <code>repeated string site_user_ids = 1;</code>
*/
public Builder addSiteUserIds(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
ensureSiteUserIdsIsMutable();
siteUserIds_.add(value);
onChanged();
return this;
}
/**
* <pre>
*初始建群,增加的群成员
* </pre>
*
* <code>repeated string site_user_ids = 1;</code>
*/
public Builder addAllSiteUserIds(
java.lang.Iterable<java.lang.String> values) {
ensureSiteUserIdsIsMutable();
com.google.protobuf.AbstractMessageLite.Builder.addAll(
values, siteUserIds_);
onChanged();
return this;
}
/**
* <pre>
*初始建群,增加的群成员
* </pre>
*
* <code>repeated string site_user_ids = 1;</code>
*/
public Builder clearSiteUserIds() {
siteUserIds_ = com.google.protobuf.LazyStringArrayList.EMPTY;
bitField0_ = (bitField0_ & ~0x00000001);
onChanged();
return this;
}
/**
* <pre>
*初始建群,增加的群成员
* </pre>
*
* <code>repeated string site_user_ids = 1;</code>
*/
public Builder addSiteUserIdsBytes(
com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
ensureSiteUserIdsIsMutable();
siteUserIds_.add(value);
onChanged();
return this;
}
private java.lang.Object groupName_ = "";
/**
* <pre>
*群名称
* </pre>
*
* <code>string group_name = 2;</code>
*/
public java.lang.String getGroupName() {
java.lang.Object ref = groupName_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
groupName_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* <pre>
*群名称
* </pre>
*
* <code>string group_name = 2;</code>
*/
public com.google.protobuf.ByteString
getGroupNameBytes() {
java.lang.Object ref = groupName_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
groupName_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* <pre>
*群名称
* </pre>
*
* <code>string group_name = 2;</code>
*/
public Builder setGroupName(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
groupName_ = value;
onChanged();
return this;
}
/**
* <pre>
*群名称
* </pre>
*
* <code>string group_name = 2;</code>
*/
public Builder clearGroupName() {
groupName_ = getDefaultInstance().getGroupName();
onChanged();
return this;
}
/**
* <pre>
*群名称
* </pre>
*
* <code>string group_name = 2;</code>
*/
public Builder setGroupNameBytes(
com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
groupName_ = value;
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.ApiGroupCreateRequest)
}
// @@protoc_insertion_point(class_scope:site.ApiGroupCreateRequest)
private static final com.akaxin.proto.site.ApiGroupCreateProto.ApiGroupCreateRequest DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new com.akaxin.proto.site.ApiGroupCreateProto.ApiGroupCreateRequest();
}
public static com.akaxin.proto.site.ApiGroupCreateProto.ApiGroupCreateRequest getDefaultInstance() {
return DEFAULT_INSTANCE;
}
private static final com.google.protobuf.Parser<ApiGroupCreateRequest>
PARSER = new com.google.protobuf.AbstractParser<ApiGroupCreateRequest>() {
public ApiGroupCreateRequest parsePartialFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return new ApiGroupCreateRequest(input, extensionRegistry);
}
};
public static com.google.protobuf.Parser<ApiGroupCreateRequest> parser() {
return PARSER;
}
@java.lang.Override
public com.google.protobuf.Parser<ApiGroupCreateRequest> getParserForType() {
return PARSER;
}
public com.akaxin.proto.site.ApiGroupCreateProto.ApiGroupCreateRequest getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}
public interface ApiGroupCreateResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:site.ApiGroupCreateResponse)
com.google.protobuf.MessageOrBuilder {
/**
* <pre>
*群组信息
* </pre>
*
* <code>.core.GroupProfile profile = 1;</code>
*/
boolean hasProfile();
/**
* <pre>
*群组信息
* </pre>
*
* <code>.core.GroupProfile profile = 1;</code>
*/
com.akaxin.proto.core.GroupProto.GroupProfile getProfile();
/**
* <pre>
*群组信息
* </pre>
*
* <code>.core.GroupProfile profile = 1;</code>
*/
com.akaxin.proto.core.GroupProto.GroupProfileOrBuilder getProfileOrBuilder();
}
/**
* Protobuf type {@code site.ApiGroupCreateResponse}
*/
public static final class ApiGroupCreateResponse extends
com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:site.ApiGroupCreateResponse)
ApiGroupCreateResponseOrBuilder {
private static final long serialVersionUID = 0L;
// Use ApiGroupCreateResponse.newBuilder() to construct.
private ApiGroupCreateResponse(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) {
super(builder);
}
private ApiGroupCreateResponse() {
}
@java.lang.Override
public final com.google.protobuf.UnknownFieldSet
getUnknownFields() {
return this.unknownFields;
}
private ApiGroupCreateResponse(
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: {
com.akaxin.proto.core.GroupProto.GroupProfile.Builder subBuilder = null;
if (profile_ != null) {
subBuilder = profile_.toBuilder();
}
profile_ = input.readMessage(com.akaxin.proto.core.GroupProto.GroupProfile.parser(), extensionRegistry);
if (subBuilder != null) {
subBuilder.mergeFrom(profile_);
profile_ = subBuilder.buildPartial();
}
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.ApiGroupCreateProto.internal_static_site_ApiGroupCreateResponse_descriptor;
}
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.akaxin.proto.site.ApiGroupCreateProto.internal_static_site_ApiGroupCreateResponse_fieldAccessorTable
.ensureFieldAccessorsInitialized(
com.akaxin.proto.site.ApiGroupCreateProto.ApiGroupCreateResponse.class, com.akaxin.proto.site.ApiGroupCreateProto.ApiGroupCreateResponse.Builder.class);
}
public static final int PROFILE_FIELD_NUMBER = 1;
private com.akaxin.proto.core.GroupProto.GroupProfile profile_;
/**
* <pre>
*群组信息
* </pre>
*
* <code>.core.GroupProfile profile = 1;</code>
*/
public boolean hasProfile() {
return profile_ != null;
}
/**
* <pre>
*群组信息
* </pre>
*
* <code>.core.GroupProfile profile = 1;</code>
*/
public com.akaxin.proto.core.GroupProto.GroupProfile getProfile() {
return profile_ == null ? com.akaxin.proto.core.GroupProto.GroupProfile.getDefaultInstance() : profile_;
}
/**
* <pre>
*群组信息
* </pre>
*
* <code>.core.GroupProfile profile = 1;</code>
*/
public com.akaxin.proto.core.GroupProto.GroupProfileOrBuilder getProfileOrBuilder() {
return getProfile();
}
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 (profile_ != null) {
output.writeMessage(1, getProfile());
}
unknownFields.writeTo(output);
}
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
if (profile_ != null) {
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(1, getProfile());
}
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.ApiGroupCreateProto.ApiGroupCreateResponse)) {
return super.equals(obj);
}
com.akaxin.proto.site.ApiGroupCreateProto.ApiGroupCreateResponse other = (com.akaxin.proto.site.ApiGroupCreateProto.ApiGroupCreateResponse) obj;
boolean result = true;
result = result && (hasProfile() == other.hasProfile());
if (hasProfile()) {
result = result && getProfile()
.equals(other.getProfile());
}
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 (hasProfile()) {
hash = (37 * hash) + PROFILE_FIELD_NUMBER;
hash = (53 * hash) + getProfile().hashCode();
}
hash = (29 * hash) + unknownFields.hashCode();
memoizedHashCode = hash;
return hash;
}
public static com.akaxin.proto.site.ApiGroupCreateProto.ApiGroupCreateResponse parseFrom(
java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.akaxin.proto.site.ApiGroupCreateProto.ApiGroupCreateResponse 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.ApiGroupCreateProto.ApiGroupCreateResponse parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.akaxin.proto.site.ApiGroupCreateProto.ApiGroupCreateResponse 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.ApiGroupCreateProto.ApiGroupCreateResponse parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.akaxin.proto.site.ApiGroupCreateProto.ApiGroupCreateResponse parseFrom(
byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static com.akaxin.proto.site.ApiGroupCreateProto.ApiGroupCreateResponse parseFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static com.akaxin.proto.site.ApiGroupCreateProto.ApiGroupCreateResponse 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.ApiGroupCreateProto.ApiGroupCreateResponse parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input);
}
public static com.akaxin.proto.site.ApiGroupCreateProto.ApiGroupCreateResponse 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.ApiGroupCreateProto.ApiGroupCreateResponse parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static com.akaxin.proto.site.ApiGroupCreateProto.ApiGroupCreateResponse 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.ApiGroupCreateProto.ApiGroupCreateResponse 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.ApiGroupCreateResponse}
*/
public static final class Builder extends
com.google.protobuf.GeneratedMessageV3.Builder<Builder> implements
// @@protoc_insertion_point(builder_implements:site.ApiGroupCreateResponse)
com.akaxin.proto.site.ApiGroupCreateProto.ApiGroupCreateResponseOrBuilder {
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return com.akaxin.proto.site.ApiGroupCreateProto.internal_static_site_ApiGroupCreateResponse_descriptor;
}
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.akaxin.proto.site.ApiGroupCreateProto.internal_static_site_ApiGroupCreateResponse_fieldAccessorTable
.ensureFieldAccessorsInitialized(
com.akaxin.proto.site.ApiGroupCreateProto.ApiGroupCreateResponse.class, com.akaxin.proto.site.ApiGroupCreateProto.ApiGroupCreateResponse.Builder.class);
}
// Construct using com.akaxin.proto.site.ApiGroupCreateProto.ApiGroupCreateResponse.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();
if (profileBuilder_ == null) {
profile_ = null;
} else {
profile_ = null;
profileBuilder_ = null;
}
return this;
}
public com.google.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return com.akaxin.proto.site.ApiGroupCreateProto.internal_static_site_ApiGroupCreateResponse_descriptor;
}
public com.akaxin.proto.site.ApiGroupCreateProto.ApiGroupCreateResponse getDefaultInstanceForType() {
return com.akaxin.proto.site.ApiGroupCreateProto.ApiGroupCreateResponse.getDefaultInstance();
}
public com.akaxin.proto.site.ApiGroupCreateProto.ApiGroupCreateResponse build() {
com.akaxin.proto.site.ApiGroupCreateProto.ApiGroupCreateResponse result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
public com.akaxin.proto.site.ApiGroupCreateProto.ApiGroupCreateResponse buildPartial() {
com.akaxin.proto.site.ApiGroupCreateProto.ApiGroupCreateResponse result = new com.akaxin.proto.site.ApiGroupCreateProto.ApiGroupCreateResponse(this);
if (profileBuilder_ == null) {
result.profile_ = profile_;
} else {
result.profile_ = profileBuilder_.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.ApiGroupCreateProto.ApiGroupCreateResponse) {
return mergeFrom((com.akaxin.proto.site.ApiGroupCreateProto.ApiGroupCreateResponse)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(com.akaxin.proto.site.ApiGroupCreateProto.ApiGroupCreateResponse other) {
if (other == com.akaxin.proto.site.ApiGroupCreateProto.ApiGroupCreateResponse.getDefaultInstance()) return this;
if (other.hasProfile()) {
mergeProfile(other.getProfile());
}
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.ApiGroupCreateProto.ApiGroupCreateResponse parsedMessage = null;
try {
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
parsedMessage = (com.akaxin.proto.site.ApiGroupCreateProto.ApiGroupCreateResponse) e.getUnfinishedMessage();
throw e.unwrapIOException();
} finally {
if (parsedMessage != null) {
mergeFrom(parsedMessage);
}
}
return this;
}
private com.akaxin.proto.core.GroupProto.GroupProfile profile_ = null;
private com.google.protobuf.SingleFieldBuilderV3<
com.akaxin.proto.core.GroupProto.GroupProfile, com.akaxin.proto.core.GroupProto.GroupProfile.Builder, com.akaxin.proto.core.GroupProto.GroupProfileOrBuilder> profileBuilder_;
/**
* <pre>
*群组信息
* </pre>
*
* <code>.core.GroupProfile profile = 1;</code>
*/
public boolean hasProfile() {
return profileBuilder_ != null || profile_ != null;
}
/**
* <pre>
*群组信息
* </pre>
*
* <code>.core.GroupProfile profile = 1;</code>
*/
public com.akaxin.proto.core.GroupProto.GroupProfile getProfile() {
if (profileBuilder_ == null) {
return profile_ == null ? com.akaxin.proto.core.GroupProto.GroupProfile.getDefaultInstance() : profile_;
} else {
return profileBuilder_.getMessage();
}
}
/**
* <pre>
*群组信息
* </pre>
*
* <code>.core.GroupProfile profile = 1;</code>
*/
public Builder setProfile(com.akaxin.proto.core.GroupProto.GroupProfile value) {
if (profileBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
profile_ = value;
onChanged();
} else {
profileBuilder_.setMessage(value);
}
return this;
}
/**
* <pre>
*群组信息
* </pre>
*
* <code>.core.GroupProfile profile = 1;</code>
*/
public Builder setProfile(
com.akaxin.proto.core.GroupProto.GroupProfile.Builder builderForValue) {
if (profileBuilder_ == null) {
profile_ = builderForValue.build();
onChanged();
} else {
profileBuilder_.setMessage(builderForValue.build());
}
return this;
}
/**
* <pre>
*群组信息
* </pre>
*
* <code>.core.GroupProfile profile = 1;</code>
*/
public Builder mergeProfile(com.akaxin.proto.core.GroupProto.GroupProfile value) {
if (profileBuilder_ == null) {
if (profile_ != null) {
profile_ =
com.akaxin.proto.core.GroupProto.GroupProfile.newBuilder(profile_).mergeFrom(value).buildPartial();
} else {
profile_ = value;
}
onChanged();
} else {
profileBuilder_.mergeFrom(value);
}
return this;
}
/**
* <pre>
*群组信息
* </pre>
*
* <code>.core.GroupProfile profile = 1;</code>
*/
public Builder clearProfile() {
if (profileBuilder_ == null) {
profile_ = null;
onChanged();
} else {
profile_ = null;
profileBuilder_ = null;
}
return this;
}
/**
* <pre>
*群组信息
* </pre>
*
* <code>.core.GroupProfile profile = 1;</code>
*/
public com.akaxin.proto.core.GroupProto.GroupProfile.Builder getProfileBuilder() {
onChanged();
return getProfileFieldBuilder().getBuilder();
}
/**
* <pre>
*群组信息
* </pre>
*
* <code>.core.GroupProfile profile = 1;</code>
*/
public com.akaxin.proto.core.GroupProto.GroupProfileOrBuilder getProfileOrBuilder() {
if (profileBuilder_ != null) {
return profileBuilder_.getMessageOrBuilder();
} else {
return profile_ == null ?
com.akaxin.proto.core.GroupProto.GroupProfile.getDefaultInstance() : profile_;
}
}
/**
* <pre>
*群组信息
* </pre>
*
* <code>.core.GroupProfile profile = 1;</code>
*/
private com.google.protobuf.SingleFieldBuilderV3<
com.akaxin.proto.core.GroupProto.GroupProfile, com.akaxin.proto.core.GroupProto.GroupProfile.Builder, com.akaxin.proto.core.GroupProto.GroupProfileOrBuilder>
getProfileFieldBuilder() {
if (profileBuilder_ == null) {
profileBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
com.akaxin.proto.core.GroupProto.GroupProfile, com.akaxin.proto.core.GroupProto.GroupProfile.Builder, com.akaxin.proto.core.GroupProto.GroupProfileOrBuilder>(
getProfile(),
getParentForChildren(),
isClean());
profile_ = null;
}
return profileBuilder_;
}
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.ApiGroupCreateResponse)
}
// @@protoc_insertion_point(class_scope:site.ApiGroupCreateResponse)
private static final com.akaxin.proto.site.ApiGroupCreateProto.ApiGroupCreateResponse DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new com.akaxin.proto.site.ApiGroupCreateProto.ApiGroupCreateResponse();
}
public static com.akaxin.proto.site.ApiGroupCreateProto.ApiGroupCreateResponse getDefaultInstance() {
return DEFAULT_INSTANCE;
}
private static final com.google.protobuf.Parser<ApiGroupCreateResponse>
PARSER = new com.google.protobuf.AbstractParser<ApiGroupCreateResponse>() {
public ApiGroupCreateResponse parsePartialFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return new ApiGroupCreateResponse(input, extensionRegistry);
}
};
public static com.google.protobuf.Parser<ApiGroupCreateResponse> parser() {
return PARSER;
}
@java.lang.Override
public com.google.protobuf.Parser<ApiGroupCreateResponse> getParserForType() {
return PARSER;
}
public com.akaxin.proto.site.ApiGroupCreateProto.ApiGroupCreateResponse getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}
private static final com.google.protobuf.Descriptors.Descriptor
internal_static_site_ApiGroupCreateRequest_descriptor;
private static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_site_ApiGroupCreateRequest_fieldAccessorTable;
private static final com.google.protobuf.Descriptors.Descriptor
internal_static_site_ApiGroupCreateResponse_descriptor;
private static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_site_ApiGroupCreateResponse_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\033site/api_group_create.proto\022\004site\032\020cor" +
"e/group.proto\"B\n\025ApiGroupCreateRequest\022\025" +
"\n\rsite_user_ids\030\001 \003(\t\022\022\n\ngroup_name\030\002 \001(" +
"\t\"=\n\026ApiGroupCreateResponse\022#\n\007profile\030\001" +
" \001(\0132\022.core.GroupProfile2\\\n\025ApiGroupCrea" +
"teService\022C\n\006create\022\033.site.ApiGroupCreat" +
"eRequest\032\034.site.ApiGroupCreateResponseB," +
"\n\025com.akaxin.proto.siteB\023ApiGroupCreateP" +
"rotob\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_ApiGroupCreateRequest_descriptor =
getDescriptor().getMessageTypes().get(0);
internal_static_site_ApiGroupCreateRequest_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_site_ApiGroupCreateRequest_descriptor,
new java.lang.String[] { "SiteUserIds", "GroupName", });
internal_static_site_ApiGroupCreateResponse_descriptor =
getDescriptor().getMessageTypes().get(1);
internal_static_site_ApiGroupCreateResponse_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_site_ApiGroupCreateResponse_descriptor,
new java.lang.String[] { "Profile", });
com.akaxin.proto.core.GroupProto.getDescriptor();
}
// @@protoc_insertion_point(outer_class_scope)
}