1106 lines
41 KiB
Java
1106 lines
41 KiB
Java
|
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
||
|
// source: site/api_group_setting.proto
|
||
|
|
||
|
package com.akaxin.proto.site;
|
||
|
|
||
|
public final class ApiGroupSettingProto {
|
||
|
private ApiGroupSettingProto() {}
|
||
|
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 ApiGroupSettingRequestOrBuilder extends
|
||
|
// @@protoc_insertion_point(interface_extends:site.ApiGroupSettingRequest)
|
||
|
com.google.protobuf.MessageOrBuilder {
|
||
|
|
||
|
/**
|
||
|
* <pre>
|
||
|
*当前用户获取群组ID的资料信息
|
||
|
* </pre>
|
||
|
*
|
||
|
* <code>string group_id = 1;</code>
|
||
|
*/
|
||
|
java.lang.String getGroupId();
|
||
|
/**
|
||
|
* <pre>
|
||
|
*当前用户获取群组ID的资料信息
|
||
|
* </pre>
|
||
|
*
|
||
|
* <code>string group_id = 1;</code>
|
||
|
*/
|
||
|
com.google.protobuf.ByteString
|
||
|
getGroupIdBytes();
|
||
|
}
|
||
|
/**
|
||
|
* Protobuf type {@code site.ApiGroupSettingRequest}
|
||
|
*/
|
||
|
public static final class ApiGroupSettingRequest extends
|
||
|
com.google.protobuf.GeneratedMessageV3 implements
|
||
|
// @@protoc_insertion_point(message_implements:site.ApiGroupSettingRequest)
|
||
|
ApiGroupSettingRequestOrBuilder {
|
||
|
private static final long serialVersionUID = 0L;
|
||
|
// Use ApiGroupSettingRequest.newBuilder() to construct.
|
||
|
private ApiGroupSettingRequest(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) {
|
||
|
super(builder);
|
||
|
}
|
||
|
private ApiGroupSettingRequest() {
|
||
|
groupId_ = "";
|
||
|
}
|
||
|
|
||
|
@java.lang.Override
|
||
|
public final com.google.protobuf.UnknownFieldSet
|
||
|
getUnknownFields() {
|
||
|
return this.unknownFields;
|
||
|
}
|
||
|
private ApiGroupSettingRequest(
|
||
|
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();
|
||
|
|
||
|
groupId_ = 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 {
|
||
|
this.unknownFields = unknownFields.build();
|
||
|
makeExtensionsImmutable();
|
||
|
}
|
||
|
}
|
||
|
public static final com.google.protobuf.Descriptors.Descriptor
|
||
|
getDescriptor() {
|
||
|
return com.akaxin.proto.site.ApiGroupSettingProto.internal_static_site_ApiGroupSettingRequest_descriptor;
|
||
|
}
|
||
|
|
||
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
||
|
internalGetFieldAccessorTable() {
|
||
|
return com.akaxin.proto.site.ApiGroupSettingProto.internal_static_site_ApiGroupSettingRequest_fieldAccessorTable
|
||
|
.ensureFieldAccessorsInitialized(
|
||
|
com.akaxin.proto.site.ApiGroupSettingProto.ApiGroupSettingRequest.class, com.akaxin.proto.site.ApiGroupSettingProto.ApiGroupSettingRequest.Builder.class);
|
||
|
}
|
||
|
|
||
|
public static final int GROUP_ID_FIELD_NUMBER = 1;
|
||
|
private volatile java.lang.Object groupId_;
|
||
|
/**
|
||
|
* <pre>
|
||
|
*当前用户获取群组ID的资料信息
|
||
|
* </pre>
|
||
|
*
|
||
|
* <code>string group_id = 1;</code>
|
||
|
*/
|
||
|
public java.lang.String getGroupId() {
|
||
|
java.lang.Object ref = groupId_;
|
||
|
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();
|
||
|
groupId_ = s;
|
||
|
return s;
|
||
|
}
|
||
|
}
|
||
|
/**
|
||
|
* <pre>
|
||
|
*当前用户获取群组ID的资料信息
|
||
|
* </pre>
|
||
|
*
|
||
|
* <code>string group_id = 1;</code>
|
||
|
*/
|
||
|
public com.google.protobuf.ByteString
|
||
|
getGroupIdBytes() {
|
||
|
java.lang.Object ref = groupId_;
|
||
|
if (ref instanceof java.lang.String) {
|
||
|
com.google.protobuf.ByteString b =
|
||
|
com.google.protobuf.ByteString.copyFromUtf8(
|
||
|
(java.lang.String) ref);
|
||
|
groupId_ = 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 {
|
||
|
if (!getGroupIdBytes().isEmpty()) {
|
||
|
com.google.protobuf.GeneratedMessageV3.writeString(output, 1, groupId_);
|
||
|
}
|
||
|
unknownFields.writeTo(output);
|
||
|
}
|
||
|
|
||
|
public int getSerializedSize() {
|
||
|
int size = memoizedSize;
|
||
|
if (size != -1) return size;
|
||
|
|
||
|
size = 0;
|
||
|
if (!getGroupIdBytes().isEmpty()) {
|
||
|
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, groupId_);
|
||
|
}
|
||
|
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.ApiGroupSettingProto.ApiGroupSettingRequest)) {
|
||
|
return super.equals(obj);
|
||
|
}
|
||
|
com.akaxin.proto.site.ApiGroupSettingProto.ApiGroupSettingRequest other = (com.akaxin.proto.site.ApiGroupSettingProto.ApiGroupSettingRequest) obj;
|
||
|
|
||
|
boolean result = true;
|
||
|
result = result && getGroupId()
|
||
|
.equals(other.getGroupId());
|
||
|
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) + GROUP_ID_FIELD_NUMBER;
|
||
|
hash = (53 * hash) + getGroupId().hashCode();
|
||
|
hash = (29 * hash) + unknownFields.hashCode();
|
||
|
memoizedHashCode = hash;
|
||
|
return hash;
|
||
|
}
|
||
|
|
||
|
public static com.akaxin.proto.site.ApiGroupSettingProto.ApiGroupSettingRequest parseFrom(
|
||
|
java.nio.ByteBuffer data)
|
||
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
||
|
return PARSER.parseFrom(data);
|
||
|
}
|
||
|
public static com.akaxin.proto.site.ApiGroupSettingProto.ApiGroupSettingRequest 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.ApiGroupSettingProto.ApiGroupSettingRequest parseFrom(
|
||
|
com.google.protobuf.ByteString data)
|
||
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
||
|
return PARSER.parseFrom(data);
|
||
|
}
|
||
|
public static com.akaxin.proto.site.ApiGroupSettingProto.ApiGroupSettingRequest 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.ApiGroupSettingProto.ApiGroupSettingRequest parseFrom(byte[] data)
|
||
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
||
|
return PARSER.parseFrom(data);
|
||
|
}
|
||
|
public static com.akaxin.proto.site.ApiGroupSettingProto.ApiGroupSettingRequest parseFrom(
|
||
|
byte[] data,
|
||
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
||
|
return PARSER.parseFrom(data, extensionRegistry);
|
||
|
}
|
||
|
public static com.akaxin.proto.site.ApiGroupSettingProto.ApiGroupSettingRequest parseFrom(java.io.InputStream input)
|
||
|
throws java.io.IOException {
|
||
|
return com.google.protobuf.GeneratedMessageV3
|
||
|
.parseWithIOException(PARSER, input);
|
||
|
}
|
||
|
public static com.akaxin.proto.site.ApiGroupSettingProto.ApiGroupSettingRequest 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.ApiGroupSettingProto.ApiGroupSettingRequest parseDelimitedFrom(java.io.InputStream input)
|
||
|
throws java.io.IOException {
|
||
|
return com.google.protobuf.GeneratedMessageV3
|
||
|
.parseDelimitedWithIOException(PARSER, input);
|
||
|
}
|
||
|
public static com.akaxin.proto.site.ApiGroupSettingProto.ApiGroupSettingRequest 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.ApiGroupSettingProto.ApiGroupSettingRequest parseFrom(
|
||
|
com.google.protobuf.CodedInputStream input)
|
||
|
throws java.io.IOException {
|
||
|
return com.google.protobuf.GeneratedMessageV3
|
||
|
.parseWithIOException(PARSER, input);
|
||
|
}
|
||
|
public static com.akaxin.proto.site.ApiGroupSettingProto.ApiGroupSettingRequest 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.ApiGroupSettingProto.ApiGroupSettingRequest 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.ApiGroupSettingRequest}
|
||
|
*/
|
||
|
public static final class Builder extends
|
||
|
com.google.protobuf.GeneratedMessageV3.Builder<Builder> implements
|
||
|
// @@protoc_insertion_point(builder_implements:site.ApiGroupSettingRequest)
|
||
|
com.akaxin.proto.site.ApiGroupSettingProto.ApiGroupSettingRequestOrBuilder {
|
||
|
public static final com.google.protobuf.Descriptors.Descriptor
|
||
|
getDescriptor() {
|
||
|
return com.akaxin.proto.site.ApiGroupSettingProto.internal_static_site_ApiGroupSettingRequest_descriptor;
|
||
|
}
|
||
|
|
||
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
||
|
internalGetFieldAccessorTable() {
|
||
|
return com.akaxin.proto.site.ApiGroupSettingProto.internal_static_site_ApiGroupSettingRequest_fieldAccessorTable
|
||
|
.ensureFieldAccessorsInitialized(
|
||
|
com.akaxin.proto.site.ApiGroupSettingProto.ApiGroupSettingRequest.class, com.akaxin.proto.site.ApiGroupSettingProto.ApiGroupSettingRequest.Builder.class);
|
||
|
}
|
||
|
|
||
|
// Construct using com.akaxin.proto.site.ApiGroupSettingProto.ApiGroupSettingRequest.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();
|
||
|
groupId_ = "";
|
||
|
|
||
|
return this;
|
||
|
}
|
||
|
|
||
|
public com.google.protobuf.Descriptors.Descriptor
|
||
|
getDescriptorForType() {
|
||
|
return com.akaxin.proto.site.ApiGroupSettingProto.internal_static_site_ApiGroupSettingRequest_descriptor;
|
||
|
}
|
||
|
|
||
|
public com.akaxin.proto.site.ApiGroupSettingProto.ApiGroupSettingRequest getDefaultInstanceForType() {
|
||
|
return com.akaxin.proto.site.ApiGroupSettingProto.ApiGroupSettingRequest.getDefaultInstance();
|
||
|
}
|
||
|
|
||
|
public com.akaxin.proto.site.ApiGroupSettingProto.ApiGroupSettingRequest build() {
|
||
|
com.akaxin.proto.site.ApiGroupSettingProto.ApiGroupSettingRequest result = buildPartial();
|
||
|
if (!result.isInitialized()) {
|
||
|
throw newUninitializedMessageException(result);
|
||
|
}
|
||
|
return result;
|
||
|
}
|
||
|
|
||
|
public com.akaxin.proto.site.ApiGroupSettingProto.ApiGroupSettingRequest buildPartial() {
|
||
|
com.akaxin.proto.site.ApiGroupSettingProto.ApiGroupSettingRequest result = new com.akaxin.proto.site.ApiGroupSettingProto.ApiGroupSettingRequest(this);
|
||
|
result.groupId_ = groupId_;
|
||
|
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.ApiGroupSettingProto.ApiGroupSettingRequest) {
|
||
|
return mergeFrom((com.akaxin.proto.site.ApiGroupSettingProto.ApiGroupSettingRequest)other);
|
||
|
} else {
|
||
|
super.mergeFrom(other);
|
||
|
return this;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
public Builder mergeFrom(com.akaxin.proto.site.ApiGroupSettingProto.ApiGroupSettingRequest other) {
|
||
|
if (other == com.akaxin.proto.site.ApiGroupSettingProto.ApiGroupSettingRequest.getDefaultInstance()) return this;
|
||
|
if (!other.getGroupId().isEmpty()) {
|
||
|
groupId_ = other.groupId_;
|
||
|
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.ApiGroupSettingProto.ApiGroupSettingRequest parsedMessage = null;
|
||
|
try {
|
||
|
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
|
||
|
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
|
||
|
parsedMessage = (com.akaxin.proto.site.ApiGroupSettingProto.ApiGroupSettingRequest) e.getUnfinishedMessage();
|
||
|
throw e.unwrapIOException();
|
||
|
} finally {
|
||
|
if (parsedMessage != null) {
|
||
|
mergeFrom(parsedMessage);
|
||
|
}
|
||
|
}
|
||
|
return this;
|
||
|
}
|
||
|
|
||
|
private java.lang.Object groupId_ = "";
|
||
|
/**
|
||
|
* <pre>
|
||
|
*当前用户获取群组ID的资料信息
|
||
|
* </pre>
|
||
|
*
|
||
|
* <code>string group_id = 1;</code>
|
||
|
*/
|
||
|
public java.lang.String getGroupId() {
|
||
|
java.lang.Object ref = groupId_;
|
||
|
if (!(ref instanceof java.lang.String)) {
|
||
|
com.google.protobuf.ByteString bs =
|
||
|
(com.google.protobuf.ByteString) ref;
|
||
|
java.lang.String s = bs.toStringUtf8();
|
||
|
groupId_ = s;
|
||
|
return s;
|
||
|
} else {
|
||
|
return (java.lang.String) ref;
|
||
|
}
|
||
|
}
|
||
|
/**
|
||
|
* <pre>
|
||
|
*当前用户获取群组ID的资料信息
|
||
|
* </pre>
|
||
|
*
|
||
|
* <code>string group_id = 1;</code>
|
||
|
*/
|
||
|
public com.google.protobuf.ByteString
|
||
|
getGroupIdBytes() {
|
||
|
java.lang.Object ref = groupId_;
|
||
|
if (ref instanceof String) {
|
||
|
com.google.protobuf.ByteString b =
|
||
|
com.google.protobuf.ByteString.copyFromUtf8(
|
||
|
(java.lang.String) ref);
|
||
|
groupId_ = b;
|
||
|
return b;
|
||
|
} else {
|
||
|
return (com.google.protobuf.ByteString) ref;
|
||
|
}
|
||
|
}
|
||
|
/**
|
||
|
* <pre>
|
||
|
*当前用户获取群组ID的资料信息
|
||
|
* </pre>
|
||
|
*
|
||
|
* <code>string group_id = 1;</code>
|
||
|
*/
|
||
|
public Builder setGroupId(
|
||
|
java.lang.String value) {
|
||
|
if (value == null) {
|
||
|
throw new NullPointerException();
|
||
|
}
|
||
|
|
||
|
groupId_ = value;
|
||
|
onChanged();
|
||
|
return this;
|
||
|
}
|
||
|
/**
|
||
|
* <pre>
|
||
|
*当前用户获取群组ID的资料信息
|
||
|
* </pre>
|
||
|
*
|
||
|
* <code>string group_id = 1;</code>
|
||
|
*/
|
||
|
public Builder clearGroupId() {
|
||
|
|
||
|
groupId_ = getDefaultInstance().getGroupId();
|
||
|
onChanged();
|
||
|
return this;
|
||
|
}
|
||
|
/**
|
||
|
* <pre>
|
||
|
*当前用户获取群组ID的资料信息
|
||
|
* </pre>
|
||
|
*
|
||
|
* <code>string group_id = 1;</code>
|
||
|
*/
|
||
|
public Builder setGroupIdBytes(
|
||
|
com.google.protobuf.ByteString value) {
|
||
|
if (value == null) {
|
||
|
throw new NullPointerException();
|
||
|
}
|
||
|
checkByteStringIsUtf8(value);
|
||
|
|
||
|
groupId_ = 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.ApiGroupSettingRequest)
|
||
|
}
|
||
|
|
||
|
// @@protoc_insertion_point(class_scope:site.ApiGroupSettingRequest)
|
||
|
private static final com.akaxin.proto.site.ApiGroupSettingProto.ApiGroupSettingRequest DEFAULT_INSTANCE;
|
||
|
static {
|
||
|
DEFAULT_INSTANCE = new com.akaxin.proto.site.ApiGroupSettingProto.ApiGroupSettingRequest();
|
||
|
}
|
||
|
|
||
|
public static com.akaxin.proto.site.ApiGroupSettingProto.ApiGroupSettingRequest getDefaultInstance() {
|
||
|
return DEFAULT_INSTANCE;
|
||
|
}
|
||
|
|
||
|
private static final com.google.protobuf.Parser<ApiGroupSettingRequest>
|
||
|
PARSER = new com.google.protobuf.AbstractParser<ApiGroupSettingRequest>() {
|
||
|
public ApiGroupSettingRequest parsePartialFrom(
|
||
|
com.google.protobuf.CodedInputStream input,
|
||
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
||
|
return new ApiGroupSettingRequest(input, extensionRegistry);
|
||
|
}
|
||
|
};
|
||
|
|
||
|
public static com.google.protobuf.Parser<ApiGroupSettingRequest> parser() {
|
||
|
return PARSER;
|
||
|
}
|
||
|
|
||
|
@java.lang.Override
|
||
|
public com.google.protobuf.Parser<ApiGroupSettingRequest> getParserForType() {
|
||
|
return PARSER;
|
||
|
}
|
||
|
|
||
|
public com.akaxin.proto.site.ApiGroupSettingProto.ApiGroupSettingRequest getDefaultInstanceForType() {
|
||
|
return DEFAULT_INSTANCE;
|
||
|
}
|
||
|
|
||
|
}
|
||
|
|
||
|
public interface ApiGroupSettingResponseOrBuilder extends
|
||
|
// @@protoc_insertion_point(interface_extends:site.ApiGroupSettingResponse)
|
||
|
com.google.protobuf.MessageOrBuilder {
|
||
|
|
||
|
/**
|
||
|
* <pre>
|
||
|
*消息免打扰 mute notifications
|
||
|
* </pre>
|
||
|
*
|
||
|
* <code>bool message_mute = 1;</code>
|
||
|
*/
|
||
|
boolean getMessageMute();
|
||
|
}
|
||
|
/**
|
||
|
* Protobuf type {@code site.ApiGroupSettingResponse}
|
||
|
*/
|
||
|
public static final class ApiGroupSettingResponse extends
|
||
|
com.google.protobuf.GeneratedMessageV3 implements
|
||
|
// @@protoc_insertion_point(message_implements:site.ApiGroupSettingResponse)
|
||
|
ApiGroupSettingResponseOrBuilder {
|
||
|
private static final long serialVersionUID = 0L;
|
||
|
// Use ApiGroupSettingResponse.newBuilder() to construct.
|
||
|
private ApiGroupSettingResponse(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) {
|
||
|
super(builder);
|
||
|
}
|
||
|
private ApiGroupSettingResponse() {
|
||
|
messageMute_ = false;
|
||
|
}
|
||
|
|
||
|
@java.lang.Override
|
||
|
public final com.google.protobuf.UnknownFieldSet
|
||
|
getUnknownFields() {
|
||
|
return this.unknownFields;
|
||
|
}
|
||
|
private ApiGroupSettingResponse(
|
||
|
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 8: {
|
||
|
|
||
|
messageMute_ = input.readBool();
|
||
|
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.ApiGroupSettingProto.internal_static_site_ApiGroupSettingResponse_descriptor;
|
||
|
}
|
||
|
|
||
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
||
|
internalGetFieldAccessorTable() {
|
||
|
return com.akaxin.proto.site.ApiGroupSettingProto.internal_static_site_ApiGroupSettingResponse_fieldAccessorTable
|
||
|
.ensureFieldAccessorsInitialized(
|
||
|
com.akaxin.proto.site.ApiGroupSettingProto.ApiGroupSettingResponse.class, com.akaxin.proto.site.ApiGroupSettingProto.ApiGroupSettingResponse.Builder.class);
|
||
|
}
|
||
|
|
||
|
public static final int MESSAGE_MUTE_FIELD_NUMBER = 1;
|
||
|
private boolean messageMute_;
|
||
|
/**
|
||
|
* <pre>
|
||
|
*消息免打扰 mute notifications
|
||
|
* </pre>
|
||
|
*
|
||
|
* <code>bool message_mute = 1;</code>
|
||
|
*/
|
||
|
public boolean getMessageMute() {
|
||
|
return messageMute_;
|
||
|
}
|
||
|
|
||
|
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 (messageMute_ != false) {
|
||
|
output.writeBool(1, messageMute_);
|
||
|
}
|
||
|
unknownFields.writeTo(output);
|
||
|
}
|
||
|
|
||
|
public int getSerializedSize() {
|
||
|
int size = memoizedSize;
|
||
|
if (size != -1) return size;
|
||
|
|
||
|
size = 0;
|
||
|
if (messageMute_ != false) {
|
||
|
size += com.google.protobuf.CodedOutputStream
|
||
|
.computeBoolSize(1, messageMute_);
|
||
|
}
|
||
|
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.ApiGroupSettingProto.ApiGroupSettingResponse)) {
|
||
|
return super.equals(obj);
|
||
|
}
|
||
|
com.akaxin.proto.site.ApiGroupSettingProto.ApiGroupSettingResponse other = (com.akaxin.proto.site.ApiGroupSettingProto.ApiGroupSettingResponse) obj;
|
||
|
|
||
|
boolean result = true;
|
||
|
result = result && (getMessageMute()
|
||
|
== other.getMessageMute());
|
||
|
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) + MESSAGE_MUTE_FIELD_NUMBER;
|
||
|
hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(
|
||
|
getMessageMute());
|
||
|
hash = (29 * hash) + unknownFields.hashCode();
|
||
|
memoizedHashCode = hash;
|
||
|
return hash;
|
||
|
}
|
||
|
|
||
|
public static com.akaxin.proto.site.ApiGroupSettingProto.ApiGroupSettingResponse parseFrom(
|
||
|
java.nio.ByteBuffer data)
|
||
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
||
|
return PARSER.parseFrom(data);
|
||
|
}
|
||
|
public static com.akaxin.proto.site.ApiGroupSettingProto.ApiGroupSettingResponse 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.ApiGroupSettingProto.ApiGroupSettingResponse parseFrom(
|
||
|
com.google.protobuf.ByteString data)
|
||
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
||
|
return PARSER.parseFrom(data);
|
||
|
}
|
||
|
public static com.akaxin.proto.site.ApiGroupSettingProto.ApiGroupSettingResponse 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.ApiGroupSettingProto.ApiGroupSettingResponse parseFrom(byte[] data)
|
||
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
||
|
return PARSER.parseFrom(data);
|
||
|
}
|
||
|
public static com.akaxin.proto.site.ApiGroupSettingProto.ApiGroupSettingResponse parseFrom(
|
||
|
byte[] data,
|
||
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
||
|
return PARSER.parseFrom(data, extensionRegistry);
|
||
|
}
|
||
|
public static com.akaxin.proto.site.ApiGroupSettingProto.ApiGroupSettingResponse parseFrom(java.io.InputStream input)
|
||
|
throws java.io.IOException {
|
||
|
return com.google.protobuf.GeneratedMessageV3
|
||
|
.parseWithIOException(PARSER, input);
|
||
|
}
|
||
|
public static com.akaxin.proto.site.ApiGroupSettingProto.ApiGroupSettingResponse 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.ApiGroupSettingProto.ApiGroupSettingResponse parseDelimitedFrom(java.io.InputStream input)
|
||
|
throws java.io.IOException {
|
||
|
return com.google.protobuf.GeneratedMessageV3
|
||
|
.parseDelimitedWithIOException(PARSER, input);
|
||
|
}
|
||
|
public static com.akaxin.proto.site.ApiGroupSettingProto.ApiGroupSettingResponse 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.ApiGroupSettingProto.ApiGroupSettingResponse parseFrom(
|
||
|
com.google.protobuf.CodedInputStream input)
|
||
|
throws java.io.IOException {
|
||
|
return com.google.protobuf.GeneratedMessageV3
|
||
|
.parseWithIOException(PARSER, input);
|
||
|
}
|
||
|
public static com.akaxin.proto.site.ApiGroupSettingProto.ApiGroupSettingResponse 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.ApiGroupSettingProto.ApiGroupSettingResponse 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.ApiGroupSettingResponse}
|
||
|
*/
|
||
|
public static final class Builder extends
|
||
|
com.google.protobuf.GeneratedMessageV3.Builder<Builder> implements
|
||
|
// @@protoc_insertion_point(builder_implements:site.ApiGroupSettingResponse)
|
||
|
com.akaxin.proto.site.ApiGroupSettingProto.ApiGroupSettingResponseOrBuilder {
|
||
|
public static final com.google.protobuf.Descriptors.Descriptor
|
||
|
getDescriptor() {
|
||
|
return com.akaxin.proto.site.ApiGroupSettingProto.internal_static_site_ApiGroupSettingResponse_descriptor;
|
||
|
}
|
||
|
|
||
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
||
|
internalGetFieldAccessorTable() {
|
||
|
return com.akaxin.proto.site.ApiGroupSettingProto.internal_static_site_ApiGroupSettingResponse_fieldAccessorTable
|
||
|
.ensureFieldAccessorsInitialized(
|
||
|
com.akaxin.proto.site.ApiGroupSettingProto.ApiGroupSettingResponse.class, com.akaxin.proto.site.ApiGroupSettingProto.ApiGroupSettingResponse.Builder.class);
|
||
|
}
|
||
|
|
||
|
// Construct using com.akaxin.proto.site.ApiGroupSettingProto.ApiGroupSettingResponse.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();
|
||
|
messageMute_ = false;
|
||
|
|
||
|
return this;
|
||
|
}
|
||
|
|
||
|
public com.google.protobuf.Descriptors.Descriptor
|
||
|
getDescriptorForType() {
|
||
|
return com.akaxin.proto.site.ApiGroupSettingProto.internal_static_site_ApiGroupSettingResponse_descriptor;
|
||
|
}
|
||
|
|
||
|
public com.akaxin.proto.site.ApiGroupSettingProto.ApiGroupSettingResponse getDefaultInstanceForType() {
|
||
|
return com.akaxin.proto.site.ApiGroupSettingProto.ApiGroupSettingResponse.getDefaultInstance();
|
||
|
}
|
||
|
|
||
|
public com.akaxin.proto.site.ApiGroupSettingProto.ApiGroupSettingResponse build() {
|
||
|
com.akaxin.proto.site.ApiGroupSettingProto.ApiGroupSettingResponse result = buildPartial();
|
||
|
if (!result.isInitialized()) {
|
||
|
throw newUninitializedMessageException(result);
|
||
|
}
|
||
|
return result;
|
||
|
}
|
||
|
|
||
|
public com.akaxin.proto.site.ApiGroupSettingProto.ApiGroupSettingResponse buildPartial() {
|
||
|
com.akaxin.proto.site.ApiGroupSettingProto.ApiGroupSettingResponse result = new com.akaxin.proto.site.ApiGroupSettingProto.ApiGroupSettingResponse(this);
|
||
|
result.messageMute_ = messageMute_;
|
||
|
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.ApiGroupSettingProto.ApiGroupSettingResponse) {
|
||
|
return mergeFrom((com.akaxin.proto.site.ApiGroupSettingProto.ApiGroupSettingResponse)other);
|
||
|
} else {
|
||
|
super.mergeFrom(other);
|
||
|
return this;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
public Builder mergeFrom(com.akaxin.proto.site.ApiGroupSettingProto.ApiGroupSettingResponse other) {
|
||
|
if (other == com.akaxin.proto.site.ApiGroupSettingProto.ApiGroupSettingResponse.getDefaultInstance()) return this;
|
||
|
if (other.getMessageMute() != false) {
|
||
|
setMessageMute(other.getMessageMute());
|
||
|
}
|
||
|
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.ApiGroupSettingProto.ApiGroupSettingResponse parsedMessage = null;
|
||
|
try {
|
||
|
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
|
||
|
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
|
||
|
parsedMessage = (com.akaxin.proto.site.ApiGroupSettingProto.ApiGroupSettingResponse) e.getUnfinishedMessage();
|
||
|
throw e.unwrapIOException();
|
||
|
} finally {
|
||
|
if (parsedMessage != null) {
|
||
|
mergeFrom(parsedMessage);
|
||
|
}
|
||
|
}
|
||
|
return this;
|
||
|
}
|
||
|
|
||
|
private boolean messageMute_ ;
|
||
|
/**
|
||
|
* <pre>
|
||
|
*消息免打扰 mute notifications
|
||
|
* </pre>
|
||
|
*
|
||
|
* <code>bool message_mute = 1;</code>
|
||
|
*/
|
||
|
public boolean getMessageMute() {
|
||
|
return messageMute_;
|
||
|
}
|
||
|
/**
|
||
|
* <pre>
|
||
|
*消息免打扰 mute notifications
|
||
|
* </pre>
|
||
|
*
|
||
|
* <code>bool message_mute = 1;</code>
|
||
|
*/
|
||
|
public Builder setMessageMute(boolean value) {
|
||
|
|
||
|
messageMute_ = value;
|
||
|
onChanged();
|
||
|
return this;
|
||
|
}
|
||
|
/**
|
||
|
* <pre>
|
||
|
*消息免打扰 mute notifications
|
||
|
* </pre>
|
||
|
*
|
||
|
* <code>bool message_mute = 1;</code>
|
||
|
*/
|
||
|
public Builder clearMessageMute() {
|
||
|
|
||
|
messageMute_ = false;
|
||
|
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.ApiGroupSettingResponse)
|
||
|
}
|
||
|
|
||
|
// @@protoc_insertion_point(class_scope:site.ApiGroupSettingResponse)
|
||
|
private static final com.akaxin.proto.site.ApiGroupSettingProto.ApiGroupSettingResponse DEFAULT_INSTANCE;
|
||
|
static {
|
||
|
DEFAULT_INSTANCE = new com.akaxin.proto.site.ApiGroupSettingProto.ApiGroupSettingResponse();
|
||
|
}
|
||
|
|
||
|
public static com.akaxin.proto.site.ApiGroupSettingProto.ApiGroupSettingResponse getDefaultInstance() {
|
||
|
return DEFAULT_INSTANCE;
|
||
|
}
|
||
|
|
||
|
private static final com.google.protobuf.Parser<ApiGroupSettingResponse>
|
||
|
PARSER = new com.google.protobuf.AbstractParser<ApiGroupSettingResponse>() {
|
||
|
public ApiGroupSettingResponse parsePartialFrom(
|
||
|
com.google.protobuf.CodedInputStream input,
|
||
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
||
|
return new ApiGroupSettingResponse(input, extensionRegistry);
|
||
|
}
|
||
|
};
|
||
|
|
||
|
public static com.google.protobuf.Parser<ApiGroupSettingResponse> parser() {
|
||
|
return PARSER;
|
||
|
}
|
||
|
|
||
|
@java.lang.Override
|
||
|
public com.google.protobuf.Parser<ApiGroupSettingResponse> getParserForType() {
|
||
|
return PARSER;
|
||
|
}
|
||
|
|
||
|
public com.akaxin.proto.site.ApiGroupSettingProto.ApiGroupSettingResponse getDefaultInstanceForType() {
|
||
|
return DEFAULT_INSTANCE;
|
||
|
}
|
||
|
|
||
|
}
|
||
|
|
||
|
private static final com.google.protobuf.Descriptors.Descriptor
|
||
|
internal_static_site_ApiGroupSettingRequest_descriptor;
|
||
|
private static final
|
||
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
||
|
internal_static_site_ApiGroupSettingRequest_fieldAccessorTable;
|
||
|
private static final com.google.protobuf.Descriptors.Descriptor
|
||
|
internal_static_site_ApiGroupSettingResponse_descriptor;
|
||
|
private static final
|
||
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
||
|
internal_static_site_ApiGroupSettingResponse_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\034site/api_group_setting.proto\022\004site\"*\n\026" +
|
||
|
"ApiGroupSettingRequest\022\020\n\010group_id\030\001 \001(\t" +
|
||
|
"\"/\n\027ApiGroupSettingResponse\022\024\n\014message_m" +
|
||
|
"ute\030\001 \001(\0102`\n\026ApiGroupSettingService\022F\n\007s" +
|
||
|
"etting\022\034.site.ApiGroupSettingRequest\032\035.s" +
|
||
|
"ite.ApiGroupSettingResponseB-\n\025com.akaxi" +
|
||
|
"n.proto.siteB\024ApiGroupSettingProtob\006prot" +
|
||
|
"o3"
|
||
|
};
|
||
|
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[] {
|
||
|
}, assigner);
|
||
|
internal_static_site_ApiGroupSettingRequest_descriptor =
|
||
|
getDescriptor().getMessageTypes().get(0);
|
||
|
internal_static_site_ApiGroupSettingRequest_fieldAccessorTable = new
|
||
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
||
|
internal_static_site_ApiGroupSettingRequest_descriptor,
|
||
|
new java.lang.String[] { "GroupId", });
|
||
|
internal_static_site_ApiGroupSettingResponse_descriptor =
|
||
|
getDescriptor().getMessageTypes().get(1);
|
||
|
internal_static_site_ApiGroupSettingResponse_fieldAccessorTable = new
|
||
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
||
|
internal_static_site_ApiGroupSettingResponse_descriptor,
|
||
|
new java.lang.String[] { "MessageMute", });
|
||
|
}
|
||
|
|
||
|
// @@protoc_insertion_point(outer_class_scope)
|
||
|
}
|