Please wait. This can take some minutes ...
Many resources are needed to download a project. Please understand that we have to compensate our server costs. Thank you in advance.
Project price only 1 $
You can buy this project and download/modify it how often you want.
apache.rocketmq.v1.ReceiveMessageResponse Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: apache/rocketmq/v1/service.proto
package apache.rocketmq.v1;
/**
* Protobuf type {@code apache.rocketmq.v1.ReceiveMessageResponse}
*/
public final class ReceiveMessageResponse extends
com.aliyun.openservices.ons.shaded.com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:apache.rocketmq.v1.ReceiveMessageResponse)
ReceiveMessageResponseOrBuilder {
private static final long serialVersionUID = 0L;
// Use ReceiveMessageResponse.newBuilder() to construct.
private ReceiveMessageResponse(com.aliyun.openservices.ons.shaded.com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private ReceiveMessageResponse() {
messages_ = java.util.Collections.emptyList();
}
@java.lang.Override
@SuppressWarnings({"unused"})
protected java.lang.Object newInstance(
UnusedPrivateParameter unused) {
return new ReceiveMessageResponse();
}
@java.lang.Override
public final com.aliyun.openservices.ons.shaded.com.google.protobuf.UnknownFieldSet
getUnknownFields() {
return this.unknownFields;
}
private ReceiveMessageResponse(
com.aliyun.openservices.ons.shaded.com.google.protobuf.CodedInputStream input,
com.aliyun.openservices.ons.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.aliyun.openservices.ons.shaded.com.google.protobuf.InvalidProtocolBufferException {
this();
if (extensionRegistry == null) {
throw new java.lang.NullPointerException();
}
int mutable_bitField0_ = 0;
com.aliyun.openservices.ons.shaded.com.google.protobuf.UnknownFieldSet.Builder unknownFields =
com.aliyun.openservices.ons.shaded.com.google.protobuf.UnknownFieldSet.newBuilder();
try {
boolean done = false;
while (!done) {
int tag = input.readTag();
switch (tag) {
case 0:
done = true;
break;
case 10: {
apache.rocketmq.v1.ResponseCommon.Builder subBuilder = null;
if (common_ != null) {
subBuilder = common_.toBuilder();
}
common_ = input.readMessage(apache.rocketmq.v1.ResponseCommon.parser(), extensionRegistry);
if (subBuilder != null) {
subBuilder.mergeFrom(common_);
common_ = subBuilder.buildPartial();
}
break;
}
case 18: {
if (!((mutable_bitField0_ & 0x00000001) != 0)) {
messages_ = new java.util.ArrayList();
mutable_bitField0_ |= 0x00000001;
}
messages_.add(
input.readMessage(apache.rocketmq.v1.Message.parser(), extensionRegistry));
break;
}
case 26: {
com.aliyun.openservices.ons.shaded.com.google.protobuf.Timestamp.Builder subBuilder = null;
if (deliveryTimestamp_ != null) {
subBuilder = deliveryTimestamp_.toBuilder();
}
deliveryTimestamp_ = input.readMessage(com.aliyun.openservices.ons.shaded.com.google.protobuf.Timestamp.parser(), extensionRegistry);
if (subBuilder != null) {
subBuilder.mergeFrom(deliveryTimestamp_);
deliveryTimestamp_ = subBuilder.buildPartial();
}
break;
}
case 34: {
com.aliyun.openservices.ons.shaded.com.google.protobuf.Duration.Builder subBuilder = null;
if (invisibleDuration_ != null) {
subBuilder = invisibleDuration_.toBuilder();
}
invisibleDuration_ = input.readMessage(com.aliyun.openservices.ons.shaded.com.google.protobuf.Duration.parser(), extensionRegistry);
if (subBuilder != null) {
subBuilder.mergeFrom(invisibleDuration_);
invisibleDuration_ = subBuilder.buildPartial();
}
break;
}
default: {
if (!parseUnknownField(
input, unknownFields, extensionRegistry, tag)) {
done = true;
}
break;
}
}
}
} catch (com.aliyun.openservices.ons.shaded.com.google.protobuf.InvalidProtocolBufferException e) {
throw e.setUnfinishedMessage(this);
} catch (java.io.IOException e) {
throw new com.aliyun.openservices.ons.shaded.com.google.protobuf.InvalidProtocolBufferException(
e).setUnfinishedMessage(this);
} finally {
if (((mutable_bitField0_ & 0x00000001) != 0)) {
messages_ = java.util.Collections.unmodifiableList(messages_);
}
this.unknownFields = unknownFields.build();
makeExtensionsImmutable();
}
}
public static final com.aliyun.openservices.ons.shaded.com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return apache.rocketmq.v1.MQService.internal_static_apache_rocketmq_v1_ReceiveMessageResponse_descriptor;
}
@java.lang.Override
protected com.aliyun.openservices.ons.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return apache.rocketmq.v1.MQService.internal_static_apache_rocketmq_v1_ReceiveMessageResponse_fieldAccessorTable
.ensureFieldAccessorsInitialized(
apache.rocketmq.v1.ReceiveMessageResponse.class, apache.rocketmq.v1.ReceiveMessageResponse.Builder.class);
}
public static final int COMMON_FIELD_NUMBER = 1;
private apache.rocketmq.v1.ResponseCommon common_;
/**
* .apache.rocketmq.v1.ResponseCommon common = 1;
* @return Whether the common field is set.
*/
@java.lang.Override
public boolean hasCommon() {
return common_ != null;
}
/**
* .apache.rocketmq.v1.ResponseCommon common = 1;
* @return The common.
*/
@java.lang.Override
public apache.rocketmq.v1.ResponseCommon getCommon() {
return common_ == null ? apache.rocketmq.v1.ResponseCommon.getDefaultInstance() : common_;
}
/**
* .apache.rocketmq.v1.ResponseCommon common = 1;
*/
@java.lang.Override
public apache.rocketmq.v1.ResponseCommonOrBuilder getCommonOrBuilder() {
return getCommon();
}
public static final int MESSAGES_FIELD_NUMBER = 2;
private java.util.List messages_;
/**
* repeated .apache.rocketmq.v1.Message messages = 2;
*/
@java.lang.Override
public java.util.List getMessagesList() {
return messages_;
}
/**
* repeated .apache.rocketmq.v1.Message messages = 2;
*/
@java.lang.Override
public java.util.List extends apache.rocketmq.v1.MessageOrBuilder>
getMessagesOrBuilderList() {
return messages_;
}
/**
* repeated .apache.rocketmq.v1.Message messages = 2;
*/
@java.lang.Override
public int getMessagesCount() {
return messages_.size();
}
/**
* repeated .apache.rocketmq.v1.Message messages = 2;
*/
@java.lang.Override
public apache.rocketmq.v1.Message getMessages(int index) {
return messages_.get(index);
}
/**
* repeated .apache.rocketmq.v1.Message messages = 2;
*/
@java.lang.Override
public apache.rocketmq.v1.MessageOrBuilder getMessagesOrBuilder(
int index) {
return messages_.get(index);
}
public static final int DELIVERY_TIMESTAMP_FIELD_NUMBER = 3;
private com.aliyun.openservices.ons.shaded.com.google.protobuf.Timestamp deliveryTimestamp_;
/**
* .google.protobuf.Timestamp delivery_timestamp = 3;
* @return Whether the deliveryTimestamp field is set.
*/
@java.lang.Override
public boolean hasDeliveryTimestamp() {
return deliveryTimestamp_ != null;
}
/**
* .google.protobuf.Timestamp delivery_timestamp = 3;
* @return The deliveryTimestamp.
*/
@java.lang.Override
public com.aliyun.openservices.ons.shaded.com.google.protobuf.Timestamp getDeliveryTimestamp() {
return deliveryTimestamp_ == null ? com.aliyun.openservices.ons.shaded.com.google.protobuf.Timestamp.getDefaultInstance() : deliveryTimestamp_;
}
/**
* .google.protobuf.Timestamp delivery_timestamp = 3;
*/
@java.lang.Override
public com.aliyun.openservices.ons.shaded.com.google.protobuf.TimestampOrBuilder getDeliveryTimestampOrBuilder() {
return getDeliveryTimestamp();
}
public static final int INVISIBLE_DURATION_FIELD_NUMBER = 4;
private com.aliyun.openservices.ons.shaded.com.google.protobuf.Duration invisibleDuration_;
/**
* .google.protobuf.Duration invisible_duration = 4;
* @return Whether the invisibleDuration field is set.
*/
@java.lang.Override
public boolean hasInvisibleDuration() {
return invisibleDuration_ != null;
}
/**
* .google.protobuf.Duration invisible_duration = 4;
* @return The invisibleDuration.
*/
@java.lang.Override
public com.aliyun.openservices.ons.shaded.com.google.protobuf.Duration getInvisibleDuration() {
return invisibleDuration_ == null ? com.aliyun.openservices.ons.shaded.com.google.protobuf.Duration.getDefaultInstance() : invisibleDuration_;
}
/**
* .google.protobuf.Duration invisible_duration = 4;
*/
@java.lang.Override
public com.aliyun.openservices.ons.shaded.com.google.protobuf.DurationOrBuilder getInvisibleDurationOrBuilder() {
return getInvisibleDuration();
}
private byte memoizedIsInitialized = -1;
@java.lang.Override
public final boolean isInitialized() {
byte isInitialized = memoizedIsInitialized;
if (isInitialized == 1) return true;
if (isInitialized == 0) return false;
memoizedIsInitialized = 1;
return true;
}
@java.lang.Override
public void writeTo(com.aliyun.openservices.ons.shaded.com.google.protobuf.CodedOutputStream output)
throws java.io.IOException {
if (common_ != null) {
output.writeMessage(1, getCommon());
}
for (int i = 0; i < messages_.size(); i++) {
output.writeMessage(2, messages_.get(i));
}
if (deliveryTimestamp_ != null) {
output.writeMessage(3, getDeliveryTimestamp());
}
if (invisibleDuration_ != null) {
output.writeMessage(4, getInvisibleDuration());
}
unknownFields.writeTo(output);
}
@java.lang.Override
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
if (common_ != null) {
size += com.aliyun.openservices.ons.shaded.com.google.protobuf.CodedOutputStream
.computeMessageSize(1, getCommon());
}
for (int i = 0; i < messages_.size(); i++) {
size += com.aliyun.openservices.ons.shaded.com.google.protobuf.CodedOutputStream
.computeMessageSize(2, messages_.get(i));
}
if (deliveryTimestamp_ != null) {
size += com.aliyun.openservices.ons.shaded.com.google.protobuf.CodedOutputStream
.computeMessageSize(3, getDeliveryTimestamp());
}
if (invisibleDuration_ != null) {
size += com.aliyun.openservices.ons.shaded.com.google.protobuf.CodedOutputStream
.computeMessageSize(4, getInvisibleDuration());
}
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 apache.rocketmq.v1.ReceiveMessageResponse)) {
return super.equals(obj);
}
apache.rocketmq.v1.ReceiveMessageResponse other = (apache.rocketmq.v1.ReceiveMessageResponse) obj;
if (hasCommon() != other.hasCommon()) return false;
if (hasCommon()) {
if (!getCommon()
.equals(other.getCommon())) return false;
}
if (!getMessagesList()
.equals(other.getMessagesList())) return false;
if (hasDeliveryTimestamp() != other.hasDeliveryTimestamp()) return false;
if (hasDeliveryTimestamp()) {
if (!getDeliveryTimestamp()
.equals(other.getDeliveryTimestamp())) return false;
}
if (hasInvisibleDuration() != other.hasInvisibleDuration()) return false;
if (hasInvisibleDuration()) {
if (!getInvisibleDuration()
.equals(other.getInvisibleDuration())) return false;
}
if (!unknownFields.equals(other.unknownFields)) return false;
return true;
}
@java.lang.Override
public int hashCode() {
if (memoizedHashCode != 0) {
return memoizedHashCode;
}
int hash = 41;
hash = (19 * hash) + getDescriptor().hashCode();
if (hasCommon()) {
hash = (37 * hash) + COMMON_FIELD_NUMBER;
hash = (53 * hash) + getCommon().hashCode();
}
if (getMessagesCount() > 0) {
hash = (37 * hash) + MESSAGES_FIELD_NUMBER;
hash = (53 * hash) + getMessagesList().hashCode();
}
if (hasDeliveryTimestamp()) {
hash = (37 * hash) + DELIVERY_TIMESTAMP_FIELD_NUMBER;
hash = (53 * hash) + getDeliveryTimestamp().hashCode();
}
if (hasInvisibleDuration()) {
hash = (37 * hash) + INVISIBLE_DURATION_FIELD_NUMBER;
hash = (53 * hash) + getInvisibleDuration().hashCode();
}
hash = (29 * hash) + unknownFields.hashCode();
memoizedHashCode = hash;
return hash;
}
public static apache.rocketmq.v1.ReceiveMessageResponse parseFrom(
java.nio.ByteBuffer data)
throws com.aliyun.openservices.ons.shaded.com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static apache.rocketmq.v1.ReceiveMessageResponse parseFrom(
java.nio.ByteBuffer data,
com.aliyun.openservices.ons.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.aliyun.openservices.ons.shaded.com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static apache.rocketmq.v1.ReceiveMessageResponse parseFrom(
com.aliyun.openservices.ons.shaded.com.google.protobuf.ByteString data)
throws com.aliyun.openservices.ons.shaded.com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static apache.rocketmq.v1.ReceiveMessageResponse parseFrom(
com.aliyun.openservices.ons.shaded.com.google.protobuf.ByteString data,
com.aliyun.openservices.ons.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.aliyun.openservices.ons.shaded.com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static apache.rocketmq.v1.ReceiveMessageResponse parseFrom(byte[] data)
throws com.aliyun.openservices.ons.shaded.com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static apache.rocketmq.v1.ReceiveMessageResponse parseFrom(
byte[] data,
com.aliyun.openservices.ons.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.aliyun.openservices.ons.shaded.com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static apache.rocketmq.v1.ReceiveMessageResponse parseFrom(java.io.InputStream input)
throws java.io.IOException {
return com.aliyun.openservices.ons.shaded.com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static apache.rocketmq.v1.ReceiveMessageResponse parseFrom(
java.io.InputStream input,
com.aliyun.openservices.ons.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return com.aliyun.openservices.ons.shaded.com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input, extensionRegistry);
}
public static apache.rocketmq.v1.ReceiveMessageResponse parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return com.aliyun.openservices.ons.shaded.com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input);
}
public static apache.rocketmq.v1.ReceiveMessageResponse parseDelimitedFrom(
java.io.InputStream input,
com.aliyun.openservices.ons.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return com.aliyun.openservices.ons.shaded.com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input, extensionRegistry);
}
public static apache.rocketmq.v1.ReceiveMessageResponse parseFrom(
com.aliyun.openservices.ons.shaded.com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return com.aliyun.openservices.ons.shaded.com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static apache.rocketmq.v1.ReceiveMessageResponse parseFrom(
com.aliyun.openservices.ons.shaded.com.google.protobuf.CodedInputStream input,
com.aliyun.openservices.ons.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return com.aliyun.openservices.ons.shaded.com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input, extensionRegistry);
}
@java.lang.Override
public Builder newBuilderForType() { return newBuilder(); }
public static Builder newBuilder() {
return DEFAULT_INSTANCE.toBuilder();
}
public static Builder newBuilder(apache.rocketmq.v1.ReceiveMessageResponse prototype) {
return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
}
@java.lang.Override
public Builder toBuilder() {
return this == DEFAULT_INSTANCE
? new Builder() : new Builder().mergeFrom(this);
}
@java.lang.Override
protected Builder newBuilderForType(
com.aliyun.openservices.ons.shaded.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
Builder builder = new Builder(parent);
return builder;
}
/**
* Protobuf type {@code apache.rocketmq.v1.ReceiveMessageResponse}
*/
public static final class Builder extends
com.aliyun.openservices.ons.shaded.com.google.protobuf.GeneratedMessageV3.Builder implements
// @@protoc_insertion_point(builder_implements:apache.rocketmq.v1.ReceiveMessageResponse)
apache.rocketmq.v1.ReceiveMessageResponseOrBuilder {
public static final com.aliyun.openservices.ons.shaded.com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return apache.rocketmq.v1.MQService.internal_static_apache_rocketmq_v1_ReceiveMessageResponse_descriptor;
}
@java.lang.Override
protected com.aliyun.openservices.ons.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return apache.rocketmq.v1.MQService.internal_static_apache_rocketmq_v1_ReceiveMessageResponse_fieldAccessorTable
.ensureFieldAccessorsInitialized(
apache.rocketmq.v1.ReceiveMessageResponse.class, apache.rocketmq.v1.ReceiveMessageResponse.Builder.class);
}
// Construct using apache.rocketmq.v1.ReceiveMessageResponse.newBuilder()
private Builder() {
maybeForceBuilderInitialization();
}
private Builder(
com.aliyun.openservices.ons.shaded.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
super(parent);
maybeForceBuilderInitialization();
}
private void maybeForceBuilderInitialization() {
if (com.aliyun.openservices.ons.shaded.com.google.protobuf.GeneratedMessageV3
.alwaysUseFieldBuilders) {
getMessagesFieldBuilder();
}
}
@java.lang.Override
public Builder clear() {
super.clear();
if (commonBuilder_ == null) {
common_ = null;
} else {
common_ = null;
commonBuilder_ = null;
}
if (messagesBuilder_ == null) {
messages_ = java.util.Collections.emptyList();
bitField0_ = (bitField0_ & ~0x00000001);
} else {
messagesBuilder_.clear();
}
if (deliveryTimestampBuilder_ == null) {
deliveryTimestamp_ = null;
} else {
deliveryTimestamp_ = null;
deliveryTimestampBuilder_ = null;
}
if (invisibleDurationBuilder_ == null) {
invisibleDuration_ = null;
} else {
invisibleDuration_ = null;
invisibleDurationBuilder_ = null;
}
return this;
}
@java.lang.Override
public com.aliyun.openservices.ons.shaded.com.google.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return apache.rocketmq.v1.MQService.internal_static_apache_rocketmq_v1_ReceiveMessageResponse_descriptor;
}
@java.lang.Override
public apache.rocketmq.v1.ReceiveMessageResponse getDefaultInstanceForType() {
return apache.rocketmq.v1.ReceiveMessageResponse.getDefaultInstance();
}
@java.lang.Override
public apache.rocketmq.v1.ReceiveMessageResponse build() {
apache.rocketmq.v1.ReceiveMessageResponse result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
@java.lang.Override
public apache.rocketmq.v1.ReceiveMessageResponse buildPartial() {
apache.rocketmq.v1.ReceiveMessageResponse result = new apache.rocketmq.v1.ReceiveMessageResponse(this);
int from_bitField0_ = bitField0_;
if (commonBuilder_ == null) {
result.common_ = common_;
} else {
result.common_ = commonBuilder_.build();
}
if (messagesBuilder_ == null) {
if (((bitField0_ & 0x00000001) != 0)) {
messages_ = java.util.Collections.unmodifiableList(messages_);
bitField0_ = (bitField0_ & ~0x00000001);
}
result.messages_ = messages_;
} else {
result.messages_ = messagesBuilder_.build();
}
if (deliveryTimestampBuilder_ == null) {
result.deliveryTimestamp_ = deliveryTimestamp_;
} else {
result.deliveryTimestamp_ = deliveryTimestampBuilder_.build();
}
if (invisibleDurationBuilder_ == null) {
result.invisibleDuration_ = invisibleDuration_;
} else {
result.invisibleDuration_ = invisibleDurationBuilder_.build();
}
onBuilt();
return result;
}
@java.lang.Override
public Builder clone() {
return super.clone();
}
@java.lang.Override
public Builder setField(
com.aliyun.openservices.ons.shaded.com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) {
return super.setField(field, value);
}
@java.lang.Override
public Builder clearField(
com.aliyun.openservices.ons.shaded.com.google.protobuf.Descriptors.FieldDescriptor field) {
return super.clearField(field);
}
@java.lang.Override
public Builder clearOneof(
com.aliyun.openservices.ons.shaded.com.google.protobuf.Descriptors.OneofDescriptor oneof) {
return super.clearOneof(oneof);
}
@java.lang.Override
public Builder setRepeatedField(
com.aliyun.openservices.ons.shaded.com.google.protobuf.Descriptors.FieldDescriptor field,
int index, java.lang.Object value) {
return super.setRepeatedField(field, index, value);
}
@java.lang.Override
public Builder addRepeatedField(
com.aliyun.openservices.ons.shaded.com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) {
return super.addRepeatedField(field, value);
}
@java.lang.Override
public Builder mergeFrom(com.aliyun.openservices.ons.shaded.com.google.protobuf.Message other) {
if (other instanceof apache.rocketmq.v1.ReceiveMessageResponse) {
return mergeFrom((apache.rocketmq.v1.ReceiveMessageResponse)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(apache.rocketmq.v1.ReceiveMessageResponse other) {
if (other == apache.rocketmq.v1.ReceiveMessageResponse.getDefaultInstance()) return this;
if (other.hasCommon()) {
mergeCommon(other.getCommon());
}
if (messagesBuilder_ == null) {
if (!other.messages_.isEmpty()) {
if (messages_.isEmpty()) {
messages_ = other.messages_;
bitField0_ = (bitField0_ & ~0x00000001);
} else {
ensureMessagesIsMutable();
messages_.addAll(other.messages_);
}
onChanged();
}
} else {
if (!other.messages_.isEmpty()) {
if (messagesBuilder_.isEmpty()) {
messagesBuilder_.dispose();
messagesBuilder_ = null;
messages_ = other.messages_;
bitField0_ = (bitField0_ & ~0x00000001);
messagesBuilder_ =
com.aliyun.openservices.ons.shaded.com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ?
getMessagesFieldBuilder() : null;
} else {
messagesBuilder_.addAllMessages(other.messages_);
}
}
}
if (other.hasDeliveryTimestamp()) {
mergeDeliveryTimestamp(other.getDeliveryTimestamp());
}
if (other.hasInvisibleDuration()) {
mergeInvisibleDuration(other.getInvisibleDuration());
}
this.mergeUnknownFields(other.unknownFields);
onChanged();
return this;
}
@java.lang.Override
public final boolean isInitialized() {
return true;
}
@java.lang.Override
public Builder mergeFrom(
com.aliyun.openservices.ons.shaded.com.google.protobuf.CodedInputStream input,
com.aliyun.openservices.ons.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
apache.rocketmq.v1.ReceiveMessageResponse parsedMessage = null;
try {
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
} catch (com.aliyun.openservices.ons.shaded.com.google.protobuf.InvalidProtocolBufferException e) {
parsedMessage = (apache.rocketmq.v1.ReceiveMessageResponse) e.getUnfinishedMessage();
throw e.unwrapIOException();
} finally {
if (parsedMessage != null) {
mergeFrom(parsedMessage);
}
}
return this;
}
private int bitField0_;
private apache.rocketmq.v1.ResponseCommon common_;
private com.aliyun.openservices.ons.shaded.com.google.protobuf.SingleFieldBuilderV3<
apache.rocketmq.v1.ResponseCommon, apache.rocketmq.v1.ResponseCommon.Builder, apache.rocketmq.v1.ResponseCommonOrBuilder> commonBuilder_;
/**
* .apache.rocketmq.v1.ResponseCommon common = 1;
* @return Whether the common field is set.
*/
public boolean hasCommon() {
return commonBuilder_ != null || common_ != null;
}
/**
* .apache.rocketmq.v1.ResponseCommon common = 1;
* @return The common.
*/
public apache.rocketmq.v1.ResponseCommon getCommon() {
if (commonBuilder_ == null) {
return common_ == null ? apache.rocketmq.v1.ResponseCommon.getDefaultInstance() : common_;
} else {
return commonBuilder_.getMessage();
}
}
/**
* .apache.rocketmq.v1.ResponseCommon common = 1;
*/
public Builder setCommon(apache.rocketmq.v1.ResponseCommon value) {
if (commonBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
common_ = value;
onChanged();
} else {
commonBuilder_.setMessage(value);
}
return this;
}
/**
* .apache.rocketmq.v1.ResponseCommon common = 1;
*/
public Builder setCommon(
apache.rocketmq.v1.ResponseCommon.Builder builderForValue) {
if (commonBuilder_ == null) {
common_ = builderForValue.build();
onChanged();
} else {
commonBuilder_.setMessage(builderForValue.build());
}
return this;
}
/**
* .apache.rocketmq.v1.ResponseCommon common = 1;
*/
public Builder mergeCommon(apache.rocketmq.v1.ResponseCommon value) {
if (commonBuilder_ == null) {
if (common_ != null) {
common_ =
apache.rocketmq.v1.ResponseCommon.newBuilder(common_).mergeFrom(value).buildPartial();
} else {
common_ = value;
}
onChanged();
} else {
commonBuilder_.mergeFrom(value);
}
return this;
}
/**
* .apache.rocketmq.v1.ResponseCommon common = 1;
*/
public Builder clearCommon() {
if (commonBuilder_ == null) {
common_ = null;
onChanged();
} else {
common_ = null;
commonBuilder_ = null;
}
return this;
}
/**
* .apache.rocketmq.v1.ResponseCommon common = 1;
*/
public apache.rocketmq.v1.ResponseCommon.Builder getCommonBuilder() {
onChanged();
return getCommonFieldBuilder().getBuilder();
}
/**
* .apache.rocketmq.v1.ResponseCommon common = 1;
*/
public apache.rocketmq.v1.ResponseCommonOrBuilder getCommonOrBuilder() {
if (commonBuilder_ != null) {
return commonBuilder_.getMessageOrBuilder();
} else {
return common_ == null ?
apache.rocketmq.v1.ResponseCommon.getDefaultInstance() : common_;
}
}
/**
* .apache.rocketmq.v1.ResponseCommon common = 1;
*/
private com.aliyun.openservices.ons.shaded.com.google.protobuf.SingleFieldBuilderV3<
apache.rocketmq.v1.ResponseCommon, apache.rocketmq.v1.ResponseCommon.Builder, apache.rocketmq.v1.ResponseCommonOrBuilder>
getCommonFieldBuilder() {
if (commonBuilder_ == null) {
commonBuilder_ = new com.aliyun.openservices.ons.shaded.com.google.protobuf.SingleFieldBuilderV3<
apache.rocketmq.v1.ResponseCommon, apache.rocketmq.v1.ResponseCommon.Builder, apache.rocketmq.v1.ResponseCommonOrBuilder>(
getCommon(),
getParentForChildren(),
isClean());
common_ = null;
}
return commonBuilder_;
}
private java.util.List messages_ =
java.util.Collections.emptyList();
private void ensureMessagesIsMutable() {
if (!((bitField0_ & 0x00000001) != 0)) {
messages_ = new java.util.ArrayList(messages_);
bitField0_ |= 0x00000001;
}
}
private com.aliyun.openservices.ons.shaded.com.google.protobuf.RepeatedFieldBuilderV3<
apache.rocketmq.v1.Message, apache.rocketmq.v1.Message.Builder, apache.rocketmq.v1.MessageOrBuilder> messagesBuilder_;
/**
* repeated .apache.rocketmq.v1.Message messages = 2;
*/
public java.util.List getMessagesList() {
if (messagesBuilder_ == null) {
return java.util.Collections.unmodifiableList(messages_);
} else {
return messagesBuilder_.getMessageList();
}
}
/**
* repeated .apache.rocketmq.v1.Message messages = 2;
*/
public int getMessagesCount() {
if (messagesBuilder_ == null) {
return messages_.size();
} else {
return messagesBuilder_.getCount();
}
}
/**
* repeated .apache.rocketmq.v1.Message messages = 2;
*/
public apache.rocketmq.v1.Message getMessages(int index) {
if (messagesBuilder_ == null) {
return messages_.get(index);
} else {
return messagesBuilder_.getMessage(index);
}
}
/**
* repeated .apache.rocketmq.v1.Message messages = 2;
*/
public Builder setMessages(
int index, apache.rocketmq.v1.Message value) {
if (messagesBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureMessagesIsMutable();
messages_.set(index, value);
onChanged();
} else {
messagesBuilder_.setMessage(index, value);
}
return this;
}
/**
* repeated .apache.rocketmq.v1.Message messages = 2;
*/
public Builder setMessages(
int index, apache.rocketmq.v1.Message.Builder builderForValue) {
if (messagesBuilder_ == null) {
ensureMessagesIsMutable();
messages_.set(index, builderForValue.build());
onChanged();
} else {
messagesBuilder_.setMessage(index, builderForValue.build());
}
return this;
}
/**
* repeated .apache.rocketmq.v1.Message messages = 2;
*/
public Builder addMessages(apache.rocketmq.v1.Message value) {
if (messagesBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureMessagesIsMutable();
messages_.add(value);
onChanged();
} else {
messagesBuilder_.addMessage(value);
}
return this;
}
/**
* repeated .apache.rocketmq.v1.Message messages = 2;
*/
public Builder addMessages(
int index, apache.rocketmq.v1.Message value) {
if (messagesBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureMessagesIsMutable();
messages_.add(index, value);
onChanged();
} else {
messagesBuilder_.addMessage(index, value);
}
return this;
}
/**
* repeated .apache.rocketmq.v1.Message messages = 2;
*/
public Builder addMessages(
apache.rocketmq.v1.Message.Builder builderForValue) {
if (messagesBuilder_ == null) {
ensureMessagesIsMutable();
messages_.add(builderForValue.build());
onChanged();
} else {
messagesBuilder_.addMessage(builderForValue.build());
}
return this;
}
/**
* repeated .apache.rocketmq.v1.Message messages = 2;
*/
public Builder addMessages(
int index, apache.rocketmq.v1.Message.Builder builderForValue) {
if (messagesBuilder_ == null) {
ensureMessagesIsMutable();
messages_.add(index, builderForValue.build());
onChanged();
} else {
messagesBuilder_.addMessage(index, builderForValue.build());
}
return this;
}
/**
* repeated .apache.rocketmq.v1.Message messages = 2;
*/
public Builder addAllMessages(
java.lang.Iterable extends apache.rocketmq.v1.Message> values) {
if (messagesBuilder_ == null) {
ensureMessagesIsMutable();
com.aliyun.openservices.ons.shaded.com.google.protobuf.AbstractMessageLite.Builder.addAll(
values, messages_);
onChanged();
} else {
messagesBuilder_.addAllMessages(values);
}
return this;
}
/**
* repeated .apache.rocketmq.v1.Message messages = 2;
*/
public Builder clearMessages() {
if (messagesBuilder_ == null) {
messages_ = java.util.Collections.emptyList();
bitField0_ = (bitField0_ & ~0x00000001);
onChanged();
} else {
messagesBuilder_.clear();
}
return this;
}
/**
* repeated .apache.rocketmq.v1.Message messages = 2;
*/
public Builder removeMessages(int index) {
if (messagesBuilder_ == null) {
ensureMessagesIsMutable();
messages_.remove(index);
onChanged();
} else {
messagesBuilder_.remove(index);
}
return this;
}
/**
* repeated .apache.rocketmq.v1.Message messages = 2;
*/
public apache.rocketmq.v1.Message.Builder getMessagesBuilder(
int index) {
return getMessagesFieldBuilder().getBuilder(index);
}
/**
* repeated .apache.rocketmq.v1.Message messages = 2;
*/
public apache.rocketmq.v1.MessageOrBuilder getMessagesOrBuilder(
int index) {
if (messagesBuilder_ == null) {
return messages_.get(index); } else {
return messagesBuilder_.getMessageOrBuilder(index);
}
}
/**
* repeated .apache.rocketmq.v1.Message messages = 2;
*/
public java.util.List extends apache.rocketmq.v1.MessageOrBuilder>
getMessagesOrBuilderList() {
if (messagesBuilder_ != null) {
return messagesBuilder_.getMessageOrBuilderList();
} else {
return java.util.Collections.unmodifiableList(messages_);
}
}
/**
* repeated .apache.rocketmq.v1.Message messages = 2;
*/
public apache.rocketmq.v1.Message.Builder addMessagesBuilder() {
return getMessagesFieldBuilder().addBuilder(
apache.rocketmq.v1.Message.getDefaultInstance());
}
/**
* repeated .apache.rocketmq.v1.Message messages = 2;
*/
public apache.rocketmq.v1.Message.Builder addMessagesBuilder(
int index) {
return getMessagesFieldBuilder().addBuilder(
index, apache.rocketmq.v1.Message.getDefaultInstance());
}
/**
* repeated .apache.rocketmq.v1.Message messages = 2;
*/
public java.util.List
getMessagesBuilderList() {
return getMessagesFieldBuilder().getBuilderList();
}
private com.aliyun.openservices.ons.shaded.com.google.protobuf.RepeatedFieldBuilderV3<
apache.rocketmq.v1.Message, apache.rocketmq.v1.Message.Builder, apache.rocketmq.v1.MessageOrBuilder>
getMessagesFieldBuilder() {
if (messagesBuilder_ == null) {
messagesBuilder_ = new com.aliyun.openservices.ons.shaded.com.google.protobuf.RepeatedFieldBuilderV3<
apache.rocketmq.v1.Message, apache.rocketmq.v1.Message.Builder, apache.rocketmq.v1.MessageOrBuilder>(
messages_,
((bitField0_ & 0x00000001) != 0),
getParentForChildren(),
isClean());
messages_ = null;
}
return messagesBuilder_;
}
private com.aliyun.openservices.ons.shaded.com.google.protobuf.Timestamp deliveryTimestamp_;
private com.aliyun.openservices.ons.shaded.com.google.protobuf.SingleFieldBuilderV3<
com.aliyun.openservices.ons.shaded.com.google.protobuf.Timestamp, com.aliyun.openservices.ons.shaded.com.google.protobuf.Timestamp.Builder, com.aliyun.openservices.ons.shaded.com.google.protobuf.TimestampOrBuilder> deliveryTimestampBuilder_;
/**
* .google.protobuf.Timestamp delivery_timestamp = 3;
* @return Whether the deliveryTimestamp field is set.
*/
public boolean hasDeliveryTimestamp() {
return deliveryTimestampBuilder_ != null || deliveryTimestamp_ != null;
}
/**
* .google.protobuf.Timestamp delivery_timestamp = 3;
* @return The deliveryTimestamp.
*/
public com.aliyun.openservices.ons.shaded.com.google.protobuf.Timestamp getDeliveryTimestamp() {
if (deliveryTimestampBuilder_ == null) {
return deliveryTimestamp_ == null ? com.aliyun.openservices.ons.shaded.com.google.protobuf.Timestamp.getDefaultInstance() : deliveryTimestamp_;
} else {
return deliveryTimestampBuilder_.getMessage();
}
}
/**
* .google.protobuf.Timestamp delivery_timestamp = 3;
*/
public Builder setDeliveryTimestamp(com.aliyun.openservices.ons.shaded.com.google.protobuf.Timestamp value) {
if (deliveryTimestampBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
deliveryTimestamp_ = value;
onChanged();
} else {
deliveryTimestampBuilder_.setMessage(value);
}
return this;
}
/**
* .google.protobuf.Timestamp delivery_timestamp = 3;
*/
public Builder setDeliveryTimestamp(
com.aliyun.openservices.ons.shaded.com.google.protobuf.Timestamp.Builder builderForValue) {
if (deliveryTimestampBuilder_ == null) {
deliveryTimestamp_ = builderForValue.build();
onChanged();
} else {
deliveryTimestampBuilder_.setMessage(builderForValue.build());
}
return this;
}
/**
* .google.protobuf.Timestamp delivery_timestamp = 3;
*/
public Builder mergeDeliveryTimestamp(com.aliyun.openservices.ons.shaded.com.google.protobuf.Timestamp value) {
if (deliveryTimestampBuilder_ == null) {
if (deliveryTimestamp_ != null) {
deliveryTimestamp_ =
com.aliyun.openservices.ons.shaded.com.google.protobuf.Timestamp.newBuilder(deliveryTimestamp_).mergeFrom(value).buildPartial();
} else {
deliveryTimestamp_ = value;
}
onChanged();
} else {
deliveryTimestampBuilder_.mergeFrom(value);
}
return this;
}
/**
* .google.protobuf.Timestamp delivery_timestamp = 3;
*/
public Builder clearDeliveryTimestamp() {
if (deliveryTimestampBuilder_ == null) {
deliveryTimestamp_ = null;
onChanged();
} else {
deliveryTimestamp_ = null;
deliveryTimestampBuilder_ = null;
}
return this;
}
/**
* .google.protobuf.Timestamp delivery_timestamp = 3;
*/
public com.aliyun.openservices.ons.shaded.com.google.protobuf.Timestamp.Builder getDeliveryTimestampBuilder() {
onChanged();
return getDeliveryTimestampFieldBuilder().getBuilder();
}
/**
* .google.protobuf.Timestamp delivery_timestamp = 3;
*/
public com.aliyun.openservices.ons.shaded.com.google.protobuf.TimestampOrBuilder getDeliveryTimestampOrBuilder() {
if (deliveryTimestampBuilder_ != null) {
return deliveryTimestampBuilder_.getMessageOrBuilder();
} else {
return deliveryTimestamp_ == null ?
com.aliyun.openservices.ons.shaded.com.google.protobuf.Timestamp.getDefaultInstance() : deliveryTimestamp_;
}
}
/**
* .google.protobuf.Timestamp delivery_timestamp = 3;
*/
private com.aliyun.openservices.ons.shaded.com.google.protobuf.SingleFieldBuilderV3<
com.aliyun.openservices.ons.shaded.com.google.protobuf.Timestamp, com.aliyun.openservices.ons.shaded.com.google.protobuf.Timestamp.Builder, com.aliyun.openservices.ons.shaded.com.google.protobuf.TimestampOrBuilder>
getDeliveryTimestampFieldBuilder() {
if (deliveryTimestampBuilder_ == null) {
deliveryTimestampBuilder_ = new com.aliyun.openservices.ons.shaded.com.google.protobuf.SingleFieldBuilderV3<
com.aliyun.openservices.ons.shaded.com.google.protobuf.Timestamp, com.aliyun.openservices.ons.shaded.com.google.protobuf.Timestamp.Builder, com.aliyun.openservices.ons.shaded.com.google.protobuf.TimestampOrBuilder>(
getDeliveryTimestamp(),
getParentForChildren(),
isClean());
deliveryTimestamp_ = null;
}
return deliveryTimestampBuilder_;
}
private com.aliyun.openservices.ons.shaded.com.google.protobuf.Duration invisibleDuration_;
private com.aliyun.openservices.ons.shaded.com.google.protobuf.SingleFieldBuilderV3<
com.aliyun.openservices.ons.shaded.com.google.protobuf.Duration, com.aliyun.openservices.ons.shaded.com.google.protobuf.Duration.Builder, com.aliyun.openservices.ons.shaded.com.google.protobuf.DurationOrBuilder> invisibleDurationBuilder_;
/**
* .google.protobuf.Duration invisible_duration = 4;
* @return Whether the invisibleDuration field is set.
*/
public boolean hasInvisibleDuration() {
return invisibleDurationBuilder_ != null || invisibleDuration_ != null;
}
/**
* .google.protobuf.Duration invisible_duration = 4;
* @return The invisibleDuration.
*/
public com.aliyun.openservices.ons.shaded.com.google.protobuf.Duration getInvisibleDuration() {
if (invisibleDurationBuilder_ == null) {
return invisibleDuration_ == null ? com.aliyun.openservices.ons.shaded.com.google.protobuf.Duration.getDefaultInstance() : invisibleDuration_;
} else {
return invisibleDurationBuilder_.getMessage();
}
}
/**
* .google.protobuf.Duration invisible_duration = 4;
*/
public Builder setInvisibleDuration(com.aliyun.openservices.ons.shaded.com.google.protobuf.Duration value) {
if (invisibleDurationBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
invisibleDuration_ = value;
onChanged();
} else {
invisibleDurationBuilder_.setMessage(value);
}
return this;
}
/**
* .google.protobuf.Duration invisible_duration = 4;
*/
public Builder setInvisibleDuration(
com.aliyun.openservices.ons.shaded.com.google.protobuf.Duration.Builder builderForValue) {
if (invisibleDurationBuilder_ == null) {
invisibleDuration_ = builderForValue.build();
onChanged();
} else {
invisibleDurationBuilder_.setMessage(builderForValue.build());
}
return this;
}
/**
* .google.protobuf.Duration invisible_duration = 4;
*/
public Builder mergeInvisibleDuration(com.aliyun.openservices.ons.shaded.com.google.protobuf.Duration value) {
if (invisibleDurationBuilder_ == null) {
if (invisibleDuration_ != null) {
invisibleDuration_ =
com.aliyun.openservices.ons.shaded.com.google.protobuf.Duration.newBuilder(invisibleDuration_).mergeFrom(value).buildPartial();
} else {
invisibleDuration_ = value;
}
onChanged();
} else {
invisibleDurationBuilder_.mergeFrom(value);
}
return this;
}
/**
* .google.protobuf.Duration invisible_duration = 4;
*/
public Builder clearInvisibleDuration() {
if (invisibleDurationBuilder_ == null) {
invisibleDuration_ = null;
onChanged();
} else {
invisibleDuration_ = null;
invisibleDurationBuilder_ = null;
}
return this;
}
/**
* .google.protobuf.Duration invisible_duration = 4;
*/
public com.aliyun.openservices.ons.shaded.com.google.protobuf.Duration.Builder getInvisibleDurationBuilder() {
onChanged();
return getInvisibleDurationFieldBuilder().getBuilder();
}
/**
* .google.protobuf.Duration invisible_duration = 4;
*/
public com.aliyun.openservices.ons.shaded.com.google.protobuf.DurationOrBuilder getInvisibleDurationOrBuilder() {
if (invisibleDurationBuilder_ != null) {
return invisibleDurationBuilder_.getMessageOrBuilder();
} else {
return invisibleDuration_ == null ?
com.aliyun.openservices.ons.shaded.com.google.protobuf.Duration.getDefaultInstance() : invisibleDuration_;
}
}
/**
* .google.protobuf.Duration invisible_duration = 4;
*/
private com.aliyun.openservices.ons.shaded.com.google.protobuf.SingleFieldBuilderV3<
com.aliyun.openservices.ons.shaded.com.google.protobuf.Duration, com.aliyun.openservices.ons.shaded.com.google.protobuf.Duration.Builder, com.aliyun.openservices.ons.shaded.com.google.protobuf.DurationOrBuilder>
getInvisibleDurationFieldBuilder() {
if (invisibleDurationBuilder_ == null) {
invisibleDurationBuilder_ = new com.aliyun.openservices.ons.shaded.com.google.protobuf.SingleFieldBuilderV3<
com.aliyun.openservices.ons.shaded.com.google.protobuf.Duration, com.aliyun.openservices.ons.shaded.com.google.protobuf.Duration.Builder, com.aliyun.openservices.ons.shaded.com.google.protobuf.DurationOrBuilder>(
getInvisibleDuration(),
getParentForChildren(),
isClean());
invisibleDuration_ = null;
}
return invisibleDurationBuilder_;
}
@java.lang.Override
public final Builder setUnknownFields(
final com.aliyun.openservices.ons.shaded.com.google.protobuf.UnknownFieldSet unknownFields) {
return super.setUnknownFields(unknownFields);
}
@java.lang.Override
public final Builder mergeUnknownFields(
final com.aliyun.openservices.ons.shaded.com.google.protobuf.UnknownFieldSet unknownFields) {
return super.mergeUnknownFields(unknownFields);
}
// @@protoc_insertion_point(builder_scope:apache.rocketmq.v1.ReceiveMessageResponse)
}
// @@protoc_insertion_point(class_scope:apache.rocketmq.v1.ReceiveMessageResponse)
private static final apache.rocketmq.v1.ReceiveMessageResponse DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new apache.rocketmq.v1.ReceiveMessageResponse();
}
public static apache.rocketmq.v1.ReceiveMessageResponse getDefaultInstance() {
return DEFAULT_INSTANCE;
}
private static final com.aliyun.openservices.ons.shaded.com.google.protobuf.Parser
PARSER = new com.aliyun.openservices.ons.shaded.com.google.protobuf.AbstractParser() {
@java.lang.Override
public ReceiveMessageResponse parsePartialFrom(
com.aliyun.openservices.ons.shaded.com.google.protobuf.CodedInputStream input,
com.aliyun.openservices.ons.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.aliyun.openservices.ons.shaded.com.google.protobuf.InvalidProtocolBufferException {
return new ReceiveMessageResponse(input, extensionRegistry);
}
};
public static com.aliyun.openservices.ons.shaded.com.google.protobuf.Parser parser() {
return PARSER;
}
@java.lang.Override
public com.aliyun.openservices.ons.shaded.com.google.protobuf.Parser getParserForType() {
return PARSER;
}
@java.lang.Override
public apache.rocketmq.v1.ReceiveMessageResponse getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}