mirror of
https://github.com/oxen-io/session-android.git
synced 2025-04-20 00:41:40 +00:00
1474 lines
58 KiB
Java
1474 lines
58 KiB
Java
![]() |
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
||
|
// source: IncomingPushMessageSignal.proto
|
||
|
|
||
|
package org.whispersystems.textsecure.push;
|
||
|
|
||
|
public final class PushMessageProtos {
|
||
|
private PushMessageProtos() {}
|
||
|
public static void registerAllExtensions(
|
||
|
com.google.protobuf.ExtensionRegistry registry) {
|
||
|
}
|
||
|
public interface IncomingPushMessageSignalOrBuilder
|
||
|
extends com.google.protobuf.MessageOrBuilder {
|
||
|
|
||
|
// optional uint32 type = 1;
|
||
|
boolean hasType();
|
||
|
int getType();
|
||
|
|
||
|
// optional string source = 2;
|
||
|
boolean hasSource();
|
||
|
String getSource();
|
||
|
|
||
|
// repeated string destinations = 3;
|
||
|
java.util.List<String> getDestinationsList();
|
||
|
int getDestinationsCount();
|
||
|
String getDestinations(int index);
|
||
|
|
||
|
// optional bytes message = 4;
|
||
|
boolean hasMessage();
|
||
|
com.google.protobuf.ByteString getMessage();
|
||
|
|
||
|
// repeated .textsecure.IncomingPushMessageSignal.AttachmentPointer attachments = 5;
|
||
|
java.util.List<org.whispersystems.textsecure.push.PushMessageProtos.IncomingPushMessageSignal.AttachmentPointer>
|
||
|
getAttachmentsList();
|
||
|
org.whispersystems.textsecure.push.PushMessageProtos.IncomingPushMessageSignal.AttachmentPointer getAttachments(int index);
|
||
|
int getAttachmentsCount();
|
||
|
java.util.List<? extends org.whispersystems.textsecure.push.PushMessageProtos.IncomingPushMessageSignal.AttachmentPointerOrBuilder>
|
||
|
getAttachmentsOrBuilderList();
|
||
|
org.whispersystems.textsecure.push.PushMessageProtos.IncomingPushMessageSignal.AttachmentPointerOrBuilder getAttachmentsOrBuilder(
|
||
|
int index);
|
||
|
|
||
|
// optional uint64 timestamp = 6;
|
||
|
boolean hasTimestamp();
|
||
|
long getTimestamp();
|
||
|
}
|
||
|
public static final class IncomingPushMessageSignal extends
|
||
|
com.google.protobuf.GeneratedMessage
|
||
|
implements IncomingPushMessageSignalOrBuilder {
|
||
|
// Use IncomingPushMessageSignal.newBuilder() to construct.
|
||
|
private IncomingPushMessageSignal(Builder builder) {
|
||
|
super(builder);
|
||
|
}
|
||
|
private IncomingPushMessageSignal(boolean noInit) {}
|
||
|
|
||
|
private static final IncomingPushMessageSignal defaultInstance;
|
||
|
public static IncomingPushMessageSignal getDefaultInstance() {
|
||
|
return defaultInstance;
|
||
|
}
|
||
|
|
||
|
public IncomingPushMessageSignal getDefaultInstanceForType() {
|
||
|
return defaultInstance;
|
||
|
}
|
||
|
|
||
|
public static final com.google.protobuf.Descriptors.Descriptor
|
||
|
getDescriptor() {
|
||
|
return org.whispersystems.textsecure.push.PushMessageProtos.internal_static_textsecure_IncomingPushMessageSignal_descriptor;
|
||
|
}
|
||
|
|
||
|
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
|
||
|
internalGetFieldAccessorTable() {
|
||
|
return org.whispersystems.textsecure.push.PushMessageProtos.internal_static_textsecure_IncomingPushMessageSignal_fieldAccessorTable;
|
||
|
}
|
||
|
|
||
|
public interface AttachmentPointerOrBuilder
|
||
|
extends com.google.protobuf.MessageOrBuilder {
|
||
|
|
||
|
// optional string contentType = 1;
|
||
|
boolean hasContentType();
|
||
|
String getContentType();
|
||
|
|
||
|
// optional string key = 2;
|
||
|
boolean hasKey();
|
||
|
String getKey();
|
||
|
}
|
||
|
public static final class AttachmentPointer extends
|
||
|
com.google.protobuf.GeneratedMessage
|
||
|
implements AttachmentPointerOrBuilder {
|
||
|
// Use AttachmentPointer.newBuilder() to construct.
|
||
|
private AttachmentPointer(Builder builder) {
|
||
|
super(builder);
|
||
|
}
|
||
|
private AttachmentPointer(boolean noInit) {}
|
||
|
|
||
|
private static final AttachmentPointer defaultInstance;
|
||
|
public static AttachmentPointer getDefaultInstance() {
|
||
|
return defaultInstance;
|
||
|
}
|
||
|
|
||
|
public AttachmentPointer getDefaultInstanceForType() {
|
||
|
return defaultInstance;
|
||
|
}
|
||
|
|
||
|
public static final com.google.protobuf.Descriptors.Descriptor
|
||
|
getDescriptor() {
|
||
|
return org.whispersystems.textsecure.push.PushMessageProtos.internal_static_textsecure_IncomingPushMessageSignal_AttachmentPointer_descriptor;
|
||
|
}
|
||
|
|
||
|
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
|
||
|
internalGetFieldAccessorTable() {
|
||
|
return org.whispersystems.textsecure.push.PushMessageProtos.internal_static_textsecure_IncomingPushMessageSignal_AttachmentPointer_fieldAccessorTable;
|
||
|
}
|
||
|
|
||
|
private int bitField0_;
|
||
|
// optional string contentType = 1;
|
||
|
public static final int CONTENTTYPE_FIELD_NUMBER = 1;
|
||
|
private java.lang.Object contentType_;
|
||
|
public boolean hasContentType() {
|
||
|
return ((bitField0_ & 0x00000001) == 0x00000001);
|
||
|
}
|
||
|
public String getContentType() {
|
||
|
java.lang.Object ref = contentType_;
|
||
|
if (ref instanceof String) {
|
||
|
return (String) ref;
|
||
|
} else {
|
||
|
com.google.protobuf.ByteString bs =
|
||
|
(com.google.protobuf.ByteString) ref;
|
||
|
String s = bs.toStringUtf8();
|
||
|
if (com.google.protobuf.Internal.isValidUtf8(bs)) {
|
||
|
contentType_ = s;
|
||
|
}
|
||
|
return s;
|
||
|
}
|
||
|
}
|
||
|
private com.google.protobuf.ByteString getContentTypeBytes() {
|
||
|
java.lang.Object ref = contentType_;
|
||
|
if (ref instanceof String) {
|
||
|
com.google.protobuf.ByteString b =
|
||
|
com.google.protobuf.ByteString.copyFromUtf8((String) ref);
|
||
|
contentType_ = b;
|
||
|
return b;
|
||
|
} else {
|
||
|
return (com.google.protobuf.ByteString) ref;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
// optional string key = 2;
|
||
|
public static final int KEY_FIELD_NUMBER = 2;
|
||
|
private java.lang.Object key_;
|
||
|
public boolean hasKey() {
|
||
|
return ((bitField0_ & 0x00000002) == 0x00000002);
|
||
|
}
|
||
|
public String getKey() {
|
||
|
java.lang.Object ref = key_;
|
||
|
if (ref instanceof String) {
|
||
|
return (String) ref;
|
||
|
} else {
|
||
|
com.google.protobuf.ByteString bs =
|
||
|
(com.google.protobuf.ByteString) ref;
|
||
|
String s = bs.toStringUtf8();
|
||
|
if (com.google.protobuf.Internal.isValidUtf8(bs)) {
|
||
|
key_ = s;
|
||
|
}
|
||
|
return s;
|
||
|
}
|
||
|
}
|
||
|
private com.google.protobuf.ByteString getKeyBytes() {
|
||
|
java.lang.Object ref = key_;
|
||
|
if (ref instanceof String) {
|
||
|
com.google.protobuf.ByteString b =
|
||
|
com.google.protobuf.ByteString.copyFromUtf8((String) ref);
|
||
|
key_ = b;
|
||
|
return b;
|
||
|
} else {
|
||
|
return (com.google.protobuf.ByteString) ref;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
private void initFields() {
|
||
|
contentType_ = "";
|
||
|
key_ = "";
|
||
|
}
|
||
|
private byte memoizedIsInitialized = -1;
|
||
|
public final boolean isInitialized() {
|
||
|
byte isInitialized = memoizedIsInitialized;
|
||
|
if (isInitialized != -1) return isInitialized == 1;
|
||
|
|
||
|
memoizedIsInitialized = 1;
|
||
|
return true;
|
||
|
}
|
||
|
|
||
|
public void writeTo(com.google.protobuf.CodedOutputStream output)
|
||
|
throws java.io.IOException {
|
||
|
getSerializedSize();
|
||
|
if (((bitField0_ & 0x00000001) == 0x00000001)) {
|
||
|
output.writeBytes(1, getContentTypeBytes());
|
||
|
}
|
||
|
if (((bitField0_ & 0x00000002) == 0x00000002)) {
|
||
|
output.writeBytes(2, getKeyBytes());
|
||
|
}
|
||
|
getUnknownFields().writeTo(output);
|
||
|
}
|
||
|
|
||
|
private int memoizedSerializedSize = -1;
|
||
|
public int getSerializedSize() {
|
||
|
int size = memoizedSerializedSize;
|
||
|
if (size != -1) return size;
|
||
|
|
||
|
size = 0;
|
||
|
if (((bitField0_ & 0x00000001) == 0x00000001)) {
|
||
|
size += com.google.protobuf.CodedOutputStream
|
||
|
.computeBytesSize(1, getContentTypeBytes());
|
||
|
}
|
||
|
if (((bitField0_ & 0x00000002) == 0x00000002)) {
|
||
|
size += com.google.protobuf.CodedOutputStream
|
||
|
.computeBytesSize(2, getKeyBytes());
|
||
|
}
|
||
|
size += getUnknownFields().getSerializedSize();
|
||
|
memoizedSerializedSize = size;
|
||
|
return size;
|
||
|
}
|
||
|
|
||
|
private static final long serialVersionUID = 0L;
|
||
|
@java.lang.Override
|
||
|
protected java.lang.Object writeReplace()
|
||
|
throws java.io.ObjectStreamException {
|
||
|
return super.writeReplace();
|
||
|
}
|
||
|
|
||
|
public static org.whispersystems.textsecure.push.PushMessageProtos.IncomingPushMessageSignal.AttachmentPointer parseFrom(
|
||
|
com.google.protobuf.ByteString data)
|
||
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
||
|
return newBuilder().mergeFrom(data).buildParsed();
|
||
|
}
|
||
|
public static org.whispersystems.textsecure.push.PushMessageProtos.IncomingPushMessageSignal.AttachmentPointer parseFrom(
|
||
|
com.google.protobuf.ByteString data,
|
||
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
||
|
return newBuilder().mergeFrom(data, extensionRegistry)
|
||
|
.buildParsed();
|
||
|
}
|
||
|
public static org.whispersystems.textsecure.push.PushMessageProtos.IncomingPushMessageSignal.AttachmentPointer parseFrom(byte[] data)
|
||
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
||
|
return newBuilder().mergeFrom(data).buildParsed();
|
||
|
}
|
||
|
public static org.whispersystems.textsecure.push.PushMessageProtos.IncomingPushMessageSignal.AttachmentPointer parseFrom(
|
||
|
byte[] data,
|
||
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
||
|
return newBuilder().mergeFrom(data, extensionRegistry)
|
||
|
.buildParsed();
|
||
|
}
|
||
|
public static org.whispersystems.textsecure.push.PushMessageProtos.IncomingPushMessageSignal.AttachmentPointer parseFrom(java.io.InputStream input)
|
||
|
throws java.io.IOException {
|
||
|
return newBuilder().mergeFrom(input).buildParsed();
|
||
|
}
|
||
|
public static org.whispersystems.textsecure.push.PushMessageProtos.IncomingPushMessageSignal.AttachmentPointer parseFrom(
|
||
|
java.io.InputStream input,
|
||
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||
|
throws java.io.IOException {
|
||
|
return newBuilder().mergeFrom(input, extensionRegistry)
|
||
|
.buildParsed();
|
||
|
}
|
||
|
public static org.whispersystems.textsecure.push.PushMessageProtos.IncomingPushMessageSignal.AttachmentPointer parseDelimitedFrom(java.io.InputStream input)
|
||
|
throws java.io.IOException {
|
||
|
Builder builder = newBuilder();
|
||
|
if (builder.mergeDelimitedFrom(input)) {
|
||
|
return builder.buildParsed();
|
||
|
} else {
|
||
|
return null;
|
||
|
}
|
||
|
}
|
||
|
public static org.whispersystems.textsecure.push.PushMessageProtos.IncomingPushMessageSignal.AttachmentPointer parseDelimitedFrom(
|
||
|
java.io.InputStream input,
|
||
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||
|
throws java.io.IOException {
|
||
|
Builder builder = newBuilder();
|
||
|
if (builder.mergeDelimitedFrom(input, extensionRegistry)) {
|
||
|
return builder.buildParsed();
|
||
|
} else {
|
||
|
return null;
|
||
|
}
|
||
|
}
|
||
|
public static org.whispersystems.textsecure.push.PushMessageProtos.IncomingPushMessageSignal.AttachmentPointer parseFrom(
|
||
|
com.google.protobuf.CodedInputStream input)
|
||
|
throws java.io.IOException {
|
||
|
return newBuilder().mergeFrom(input).buildParsed();
|
||
|
}
|
||
|
public static org.whispersystems.textsecure.push.PushMessageProtos.IncomingPushMessageSignal.AttachmentPointer parseFrom(
|
||
|
com.google.protobuf.CodedInputStream input,
|
||
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||
|
throws java.io.IOException {
|
||
|
return newBuilder().mergeFrom(input, extensionRegistry)
|
||
|
.buildParsed();
|
||
|
}
|
||
|
|
||
|
public static Builder newBuilder() { return Builder.create(); }
|
||
|
public Builder newBuilderForType() { return newBuilder(); }
|
||
|
public static Builder newBuilder(org.whispersystems.textsecure.push.PushMessageProtos.IncomingPushMessageSignal.AttachmentPointer prototype) {
|
||
|
return newBuilder().mergeFrom(prototype);
|
||
|
}
|
||
|
public Builder toBuilder() { return newBuilder(this); }
|
||
|
|
||
|
@java.lang.Override
|
||
|
protected Builder newBuilderForType(
|
||
|
com.google.protobuf.GeneratedMessage.BuilderParent parent) {
|
||
|
Builder builder = new Builder(parent);
|
||
|
return builder;
|
||
|
}
|
||
|
public static final class Builder extends
|
||
|
com.google.protobuf.GeneratedMessage.Builder<Builder>
|
||
|
implements org.whispersystems.textsecure.push.PushMessageProtos.IncomingPushMessageSignal.AttachmentPointerOrBuilder {
|
||
|
public static final com.google.protobuf.Descriptors.Descriptor
|
||
|
getDescriptor() {
|
||
|
return org.whispersystems.textsecure.push.PushMessageProtos.internal_static_textsecure_IncomingPushMessageSignal_AttachmentPointer_descriptor;
|
||
|
}
|
||
|
|
||
|
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
|
||
|
internalGetFieldAccessorTable() {
|
||
|
return org.whispersystems.textsecure.push.PushMessageProtos.internal_static_textsecure_IncomingPushMessageSignal_AttachmentPointer_fieldAccessorTable;
|
||
|
}
|
||
|
|
||
|
// Construct using org.whispersystems.textsecure.push.PushMessageProtos.IncomingPushMessageSignal.AttachmentPointer.newBuilder()
|
||
|
private Builder() {
|
||
|
maybeForceBuilderInitialization();
|
||
|
}
|
||
|
|
||
|
private Builder(BuilderParent parent) {
|
||
|
super(parent);
|
||
|
maybeForceBuilderInitialization();
|
||
|
}
|
||
|
private void maybeForceBuilderInitialization() {
|
||
|
if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) {
|
||
|
}
|
||
|
}
|
||
|
private static Builder create() {
|
||
|
return new Builder();
|
||
|
}
|
||
|
|
||
|
public Builder clear() {
|
||
|
super.clear();
|
||
|
contentType_ = "";
|
||
|
bitField0_ = (bitField0_ & ~0x00000001);
|
||
|
key_ = "";
|
||
|
bitField0_ = (bitField0_ & ~0x00000002);
|
||
|
return this;
|
||
|
}
|
||
|
|
||
|
public Builder clone() {
|
||
|
return create().mergeFrom(buildPartial());
|
||
|
}
|
||
|
|
||
|
public com.google.protobuf.Descriptors.Descriptor
|
||
|
getDescriptorForType() {
|
||
|
return org.whispersystems.textsecure.push.PushMessageProtos.IncomingPushMessageSignal.AttachmentPointer.getDescriptor();
|
||
|
}
|
||
|
|
||
|
public org.whispersystems.textsecure.push.PushMessageProtos.IncomingPushMessageSignal.AttachmentPointer getDefaultInstanceForType() {
|
||
|
return org.whispersystems.textsecure.push.PushMessageProtos.IncomingPushMessageSignal.AttachmentPointer.getDefaultInstance();
|
||
|
}
|
||
|
|
||
|
public org.whispersystems.textsecure.push.PushMessageProtos.IncomingPushMessageSignal.AttachmentPointer build() {
|
||
|
org.whispersystems.textsecure.push.PushMessageProtos.IncomingPushMessageSignal.AttachmentPointer result = buildPartial();
|
||
|
if (!result.isInitialized()) {
|
||
|
throw newUninitializedMessageException(result);
|
||
|
}
|
||
|
return result;
|
||
|
}
|
||
|
|
||
|
private org.whispersystems.textsecure.push.PushMessageProtos.IncomingPushMessageSignal.AttachmentPointer buildParsed()
|
||
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
||
|
org.whispersystems.textsecure.push.PushMessageProtos.IncomingPushMessageSignal.AttachmentPointer result = buildPartial();
|
||
|
if (!result.isInitialized()) {
|
||
|
throw newUninitializedMessageException(
|
||
|
result).asInvalidProtocolBufferException();
|
||
|
}
|
||
|
return result;
|
||
|
}
|
||
|
|
||
|
public org.whispersystems.textsecure.push.PushMessageProtos.IncomingPushMessageSignal.AttachmentPointer buildPartial() {
|
||
|
org.whispersystems.textsecure.push.PushMessageProtos.IncomingPushMessageSignal.AttachmentPointer result = new org.whispersystems.textsecure.push.PushMessageProtos.IncomingPushMessageSignal.AttachmentPointer(this);
|
||
|
int from_bitField0_ = bitField0_;
|
||
|
int to_bitField0_ = 0;
|
||
|
if (((from_bitField0_ & 0x00000001) == 0x00000001)) {
|
||
|
to_bitField0_ |= 0x00000001;
|
||
|
}
|
||
|
result.contentType_ = contentType_;
|
||
|
if (((from_bitField0_ & 0x00000002) == 0x00000002)) {
|
||
|
to_bitField0_ |= 0x00000002;
|
||
|
}
|
||
|
result.key_ = key_;
|
||
|
result.bitField0_ = to_bitField0_;
|
||
|
onBuilt();
|
||
|
return result;
|
||
|
}
|
||
|
|
||
|
public Builder mergeFrom(com.google.protobuf.Message other) {
|
||
|
if (other instanceof org.whispersystems.textsecure.push.PushMessageProtos.IncomingPushMessageSignal.AttachmentPointer) {
|
||
|
return mergeFrom((org.whispersystems.textsecure.push.PushMessageProtos.IncomingPushMessageSignal.AttachmentPointer)other);
|
||
|
} else {
|
||
|
super.mergeFrom(other);
|
||
|
return this;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
public Builder mergeFrom(org.whispersystems.textsecure.push.PushMessageProtos.IncomingPushMessageSignal.AttachmentPointer other) {
|
||
|
if (other == org.whispersystems.textsecure.push.PushMessageProtos.IncomingPushMessageSignal.AttachmentPointer.getDefaultInstance()) return this;
|
||
|
if (other.hasContentType()) {
|
||
|
setContentType(other.getContentType());
|
||
|
}
|
||
|
if (other.hasKey()) {
|
||
|
setKey(other.getKey());
|
||
|
}
|
||
|
this.mergeUnknownFields(other.getUnknownFields());
|
||
|
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.google.protobuf.UnknownFieldSet.Builder unknownFields =
|
||
|
com.google.protobuf.UnknownFieldSet.newBuilder(
|
||
|
this.getUnknownFields());
|
||
|
while (true) {
|
||
|
int tag = input.readTag();
|
||
|
switch (tag) {
|
||
|
case 0:
|
||
|
this.setUnknownFields(unknownFields.build());
|
||
|
onChanged();
|
||
|
return this;
|
||
|
default: {
|
||
|
if (!parseUnknownField(input, unknownFields,
|
||
|
extensionRegistry, tag)) {
|
||
|
this.setUnknownFields(unknownFields.build());
|
||
|
onChanged();
|
||
|
return this;
|
||
|
}
|
||
|
break;
|
||
|
}
|
||
|
case 10: {
|
||
|
bitField0_ |= 0x00000001;
|
||
|
contentType_ = input.readBytes();
|
||
|
break;
|
||
|
}
|
||
|
case 18: {
|
||
|
bitField0_ |= 0x00000002;
|
||
|
key_ = input.readBytes();
|
||
|
break;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
private int bitField0_;
|
||
|
|
||
|
// optional string contentType = 1;
|
||
|
private java.lang.Object contentType_ = "";
|
||
|
public boolean hasContentType() {
|
||
|
return ((bitField0_ & 0x00000001) == 0x00000001);
|
||
|
}
|
||
|
public String getContentType() {
|
||
|
java.lang.Object ref = contentType_;
|
||
|
if (!(ref instanceof String)) {
|
||
|
String s = ((com.google.protobuf.ByteString) ref).toStringUtf8();
|
||
|
contentType_ = s;
|
||
|
return s;
|
||
|
} else {
|
||
|
return (String) ref;
|
||
|
}
|
||
|
}
|
||
|
public Builder setContentType(String value) {
|
||
|
if (value == null) {
|
||
|
throw new NullPointerException();
|
||
|
}
|
||
|
bitField0_ |= 0x00000001;
|
||
|
contentType_ = value;
|
||
|
onChanged();
|
||
|
return this;
|
||
|
}
|
||
|
public Builder clearContentType() {
|
||
|
bitField0_ = (bitField0_ & ~0x00000001);
|
||
|
contentType_ = getDefaultInstance().getContentType();
|
||
|
onChanged();
|
||
|
return this;
|
||
|
}
|
||
|
void setContentType(com.google.protobuf.ByteString value) {
|
||
|
bitField0_ |= 0x00000001;
|
||
|
contentType_ = value;
|
||
|
onChanged();
|
||
|
}
|
||
|
|
||
|
// optional string key = 2;
|
||
|
private java.lang.Object key_ = "";
|
||
|
public boolean hasKey() {
|
||
|
return ((bitField0_ & 0x00000002) == 0x00000002);
|
||
|
}
|
||
|
public String getKey() {
|
||
|
java.lang.Object ref = key_;
|
||
|
if (!(ref instanceof String)) {
|
||
|
String s = ((com.google.protobuf.ByteString) ref).toStringUtf8();
|
||
|
key_ = s;
|
||
|
return s;
|
||
|
} else {
|
||
|
return (String) ref;
|
||
|
}
|
||
|
}
|
||
|
public Builder setKey(String value) {
|
||
|
if (value == null) {
|
||
|
throw new NullPointerException();
|
||
|
}
|
||
|
bitField0_ |= 0x00000002;
|
||
|
key_ = value;
|
||
|
onChanged();
|
||
|
return this;
|
||
|
}
|
||
|
public Builder clearKey() {
|
||
|
bitField0_ = (bitField0_ & ~0x00000002);
|
||
|
key_ = getDefaultInstance().getKey();
|
||
|
onChanged();
|
||
|
return this;
|
||
|
}
|
||
|
void setKey(com.google.protobuf.ByteString value) {
|
||
|
bitField0_ |= 0x00000002;
|
||
|
key_ = value;
|
||
|
onChanged();
|
||
|
}
|
||
|
|
||
|
// @@protoc_insertion_point(builder_scope:textsecure.IncomingPushMessageSignal.AttachmentPointer)
|
||
|
}
|
||
|
|
||
|
static {
|
||
|
defaultInstance = new AttachmentPointer(true);
|
||
|
defaultInstance.initFields();
|
||
|
}
|
||
|
|
||
|
// @@protoc_insertion_point(class_scope:textsecure.IncomingPushMessageSignal.AttachmentPointer)
|
||
|
}
|
||
|
|
||
|
private int bitField0_;
|
||
|
// optional uint32 type = 1;
|
||
|
public static final int TYPE_FIELD_NUMBER = 1;
|
||
|
private int type_;
|
||
|
public boolean hasType() {
|
||
|
return ((bitField0_ & 0x00000001) == 0x00000001);
|
||
|
}
|
||
|
public int getType() {
|
||
|
return type_;
|
||
|
}
|
||
|
|
||
|
// optional string source = 2;
|
||
|
public static final int SOURCE_FIELD_NUMBER = 2;
|
||
|
private java.lang.Object source_;
|
||
|
public boolean hasSource() {
|
||
|
return ((bitField0_ & 0x00000002) == 0x00000002);
|
||
|
}
|
||
|
public String getSource() {
|
||
|
java.lang.Object ref = source_;
|
||
|
if (ref instanceof String) {
|
||
|
return (String) ref;
|
||
|
} else {
|
||
|
com.google.protobuf.ByteString bs =
|
||
|
(com.google.protobuf.ByteString) ref;
|
||
|
String s = bs.toStringUtf8();
|
||
|
if (com.google.protobuf.Internal.isValidUtf8(bs)) {
|
||
|
source_ = s;
|
||
|
}
|
||
|
return s;
|
||
|
}
|
||
|
}
|
||
|
private com.google.protobuf.ByteString getSourceBytes() {
|
||
|
java.lang.Object ref = source_;
|
||
|
if (ref instanceof String) {
|
||
|
com.google.protobuf.ByteString b =
|
||
|
com.google.protobuf.ByteString.copyFromUtf8((String) ref);
|
||
|
source_ = b;
|
||
|
return b;
|
||
|
} else {
|
||
|
return (com.google.protobuf.ByteString) ref;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
// repeated string destinations = 3;
|
||
|
public static final int DESTINATIONS_FIELD_NUMBER = 3;
|
||
|
private com.google.protobuf.LazyStringList destinations_;
|
||
|
public java.util.List<String>
|
||
|
getDestinationsList() {
|
||
|
return destinations_;
|
||
|
}
|
||
|
public int getDestinationsCount() {
|
||
|
return destinations_.size();
|
||
|
}
|
||
|
public String getDestinations(int index) {
|
||
|
return destinations_.get(index);
|
||
|
}
|
||
|
|
||
|
// optional bytes message = 4;
|
||
|
public static final int MESSAGE_FIELD_NUMBER = 4;
|
||
|
private com.google.protobuf.ByteString message_;
|
||
|
public boolean hasMessage() {
|
||
|
return ((bitField0_ & 0x00000004) == 0x00000004);
|
||
|
}
|
||
|
public com.google.protobuf.ByteString getMessage() {
|
||
|
return message_;
|
||
|
}
|
||
|
|
||
|
// repeated .textsecure.IncomingPushMessageSignal.AttachmentPointer attachments = 5;
|
||
|
public static final int ATTACHMENTS_FIELD_NUMBER = 5;
|
||
|
private java.util.List<org.whispersystems.textsecure.push.PushMessageProtos.IncomingPushMessageSignal.AttachmentPointer> attachments_;
|
||
|
public java.util.List<org.whispersystems.textsecure.push.PushMessageProtos.IncomingPushMessageSignal.AttachmentPointer> getAttachmentsList() {
|
||
|
return attachments_;
|
||
|
}
|
||
|
public java.util.List<? extends org.whispersystems.textsecure.push.PushMessageProtos.IncomingPushMessageSignal.AttachmentPointerOrBuilder>
|
||
|
getAttachmentsOrBuilderList() {
|
||
|
return attachments_;
|
||
|
}
|
||
|
public int getAttachmentsCount() {
|
||
|
return attachments_.size();
|
||
|
}
|
||
|
public org.whispersystems.textsecure.push.PushMessageProtos.IncomingPushMessageSignal.AttachmentPointer getAttachments(int index) {
|
||
|
return attachments_.get(index);
|
||
|
}
|
||
|
public org.whispersystems.textsecure.push.PushMessageProtos.IncomingPushMessageSignal.AttachmentPointerOrBuilder getAttachmentsOrBuilder(
|
||
|
int index) {
|
||
|
return attachments_.get(index);
|
||
|
}
|
||
|
|
||
|
// optional uint64 timestamp = 6;
|
||
|
public static final int TIMESTAMP_FIELD_NUMBER = 6;
|
||
|
private long timestamp_;
|
||
|
public boolean hasTimestamp() {
|
||
|
return ((bitField0_ & 0x00000008) == 0x00000008);
|
||
|
}
|
||
|
public long getTimestamp() {
|
||
|
return timestamp_;
|
||
|
}
|
||
|
|
||
|
private void initFields() {
|
||
|
type_ = 0;
|
||
|
source_ = "";
|
||
|
destinations_ = com.google.protobuf.LazyStringArrayList.EMPTY;
|
||
|
message_ = com.google.protobuf.ByteString.EMPTY;
|
||
|
attachments_ = java.util.Collections.emptyList();
|
||
|
timestamp_ = 0L;
|
||
|
}
|
||
|
private byte memoizedIsInitialized = -1;
|
||
|
public final boolean isInitialized() {
|
||
|
byte isInitialized = memoizedIsInitialized;
|
||
|
if (isInitialized != -1) return isInitialized == 1;
|
||
|
|
||
|
memoizedIsInitialized = 1;
|
||
|
return true;
|
||
|
}
|
||
|
|
||
|
public void writeTo(com.google.protobuf.CodedOutputStream output)
|
||
|
throws java.io.IOException {
|
||
|
getSerializedSize();
|
||
|
if (((bitField0_ & 0x00000001) == 0x00000001)) {
|
||
|
output.writeUInt32(1, type_);
|
||
|
}
|
||
|
if (((bitField0_ & 0x00000002) == 0x00000002)) {
|
||
|
output.writeBytes(2, getSourceBytes());
|
||
|
}
|
||
|
for (int i = 0; i < destinations_.size(); i++) {
|
||
|
output.writeBytes(3, destinations_.getByteString(i));
|
||
|
}
|
||
|
if (((bitField0_ & 0x00000004) == 0x00000004)) {
|
||
|
output.writeBytes(4, message_);
|
||
|
}
|
||
|
for (int i = 0; i < attachments_.size(); i++) {
|
||
|
output.writeMessage(5, attachments_.get(i));
|
||
|
}
|
||
|
if (((bitField0_ & 0x00000008) == 0x00000008)) {
|
||
|
output.writeUInt64(6, timestamp_);
|
||
|
}
|
||
|
getUnknownFields().writeTo(output);
|
||
|
}
|
||
|
|
||
|
private int memoizedSerializedSize = -1;
|
||
|
public int getSerializedSize() {
|
||
|
int size = memoizedSerializedSize;
|
||
|
if (size != -1) return size;
|
||
|
|
||
|
size = 0;
|
||
|
if (((bitField0_ & 0x00000001) == 0x00000001)) {
|
||
|
size += com.google.protobuf.CodedOutputStream
|
||
|
.computeUInt32Size(1, type_);
|
||
|
}
|
||
|
if (((bitField0_ & 0x00000002) == 0x00000002)) {
|
||
|
size += com.google.protobuf.CodedOutputStream
|
||
|
.computeBytesSize(2, getSourceBytes());
|
||
|
}
|
||
|
{
|
||
|
int dataSize = 0;
|
||
|
for (int i = 0; i < destinations_.size(); i++) {
|
||
|
dataSize += com.google.protobuf.CodedOutputStream
|
||
|
.computeBytesSizeNoTag(destinations_.getByteString(i));
|
||
|
}
|
||
|
size += dataSize;
|
||
|
size += 1 * getDestinationsList().size();
|
||
|
}
|
||
|
if (((bitField0_ & 0x00000004) == 0x00000004)) {
|
||
|
size += com.google.protobuf.CodedOutputStream
|
||
|
.computeBytesSize(4, message_);
|
||
|
}
|
||
|
for (int i = 0; i < attachments_.size(); i++) {
|
||
|
size += com.google.protobuf.CodedOutputStream
|
||
|
.computeMessageSize(5, attachments_.get(i));
|
||
|
}
|
||
|
if (((bitField0_ & 0x00000008) == 0x00000008)) {
|
||
|
size += com.google.protobuf.CodedOutputStream
|
||
|
.computeUInt64Size(6, timestamp_);
|
||
|
}
|
||
|
size += getUnknownFields().getSerializedSize();
|
||
|
memoizedSerializedSize = size;
|
||
|
return size;
|
||
|
}
|
||
|
|
||
|
private static final long serialVersionUID = 0L;
|
||
|
@java.lang.Override
|
||
|
protected java.lang.Object writeReplace()
|
||
|
throws java.io.ObjectStreamException {
|
||
|
return super.writeReplace();
|
||
|
}
|
||
|
|
||
|
public static org.whispersystems.textsecure.push.PushMessageProtos.IncomingPushMessageSignal parseFrom(
|
||
|
com.google.protobuf.ByteString data)
|
||
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
||
|
return newBuilder().mergeFrom(data).buildParsed();
|
||
|
}
|
||
|
public static org.whispersystems.textsecure.push.PushMessageProtos.IncomingPushMessageSignal parseFrom(
|
||
|
com.google.protobuf.ByteString data,
|
||
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
||
|
return newBuilder().mergeFrom(data, extensionRegistry)
|
||
|
.buildParsed();
|
||
|
}
|
||
|
public static org.whispersystems.textsecure.push.PushMessageProtos.IncomingPushMessageSignal parseFrom(byte[] data)
|
||
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
||
|
return newBuilder().mergeFrom(data).buildParsed();
|
||
|
}
|
||
|
public static org.whispersystems.textsecure.push.PushMessageProtos.IncomingPushMessageSignal parseFrom(
|
||
|
byte[] data,
|
||
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
||
|
return newBuilder().mergeFrom(data, extensionRegistry)
|
||
|
.buildParsed();
|
||
|
}
|
||
|
public static org.whispersystems.textsecure.push.PushMessageProtos.IncomingPushMessageSignal parseFrom(java.io.InputStream input)
|
||
|
throws java.io.IOException {
|
||
|
return newBuilder().mergeFrom(input).buildParsed();
|
||
|
}
|
||
|
public static org.whispersystems.textsecure.push.PushMessageProtos.IncomingPushMessageSignal parseFrom(
|
||
|
java.io.InputStream input,
|
||
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||
|
throws java.io.IOException {
|
||
|
return newBuilder().mergeFrom(input, extensionRegistry)
|
||
|
.buildParsed();
|
||
|
}
|
||
|
public static org.whispersystems.textsecure.push.PushMessageProtos.IncomingPushMessageSignal parseDelimitedFrom(java.io.InputStream input)
|
||
|
throws java.io.IOException {
|
||
|
Builder builder = newBuilder();
|
||
|
if (builder.mergeDelimitedFrom(input)) {
|
||
|
return builder.buildParsed();
|
||
|
} else {
|
||
|
return null;
|
||
|
}
|
||
|
}
|
||
|
public static org.whispersystems.textsecure.push.PushMessageProtos.IncomingPushMessageSignal parseDelimitedFrom(
|
||
|
java.io.InputStream input,
|
||
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||
|
throws java.io.IOException {
|
||
|
Builder builder = newBuilder();
|
||
|
if (builder.mergeDelimitedFrom(input, extensionRegistry)) {
|
||
|
return builder.buildParsed();
|
||
|
} else {
|
||
|
return null;
|
||
|
}
|
||
|
}
|
||
|
public static org.whispersystems.textsecure.push.PushMessageProtos.IncomingPushMessageSignal parseFrom(
|
||
|
com.google.protobuf.CodedInputStream input)
|
||
|
throws java.io.IOException {
|
||
|
return newBuilder().mergeFrom(input).buildParsed();
|
||
|
}
|
||
|
public static org.whispersystems.textsecure.push.PushMessageProtos.IncomingPushMessageSignal parseFrom(
|
||
|
com.google.protobuf.CodedInputStream input,
|
||
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||
|
throws java.io.IOException {
|
||
|
return newBuilder().mergeFrom(input, extensionRegistry)
|
||
|
.buildParsed();
|
||
|
}
|
||
|
|
||
|
public static Builder newBuilder() { return Builder.create(); }
|
||
|
public Builder newBuilderForType() { return newBuilder(); }
|
||
|
public static Builder newBuilder(org.whispersystems.textsecure.push.PushMessageProtos.IncomingPushMessageSignal prototype) {
|
||
|
return newBuilder().mergeFrom(prototype);
|
||
|
}
|
||
|
public Builder toBuilder() { return newBuilder(this); }
|
||
|
|
||
|
@java.lang.Override
|
||
|
protected Builder newBuilderForType(
|
||
|
com.google.protobuf.GeneratedMessage.BuilderParent parent) {
|
||
|
Builder builder = new Builder(parent);
|
||
|
return builder;
|
||
|
}
|
||
|
public static final class Builder extends
|
||
|
com.google.protobuf.GeneratedMessage.Builder<Builder>
|
||
|
implements org.whispersystems.textsecure.push.PushMessageProtos.IncomingPushMessageSignalOrBuilder {
|
||
|
public static final com.google.protobuf.Descriptors.Descriptor
|
||
|
getDescriptor() {
|
||
|
return org.whispersystems.textsecure.push.PushMessageProtos.internal_static_textsecure_IncomingPushMessageSignal_descriptor;
|
||
|
}
|
||
|
|
||
|
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
|
||
|
internalGetFieldAccessorTable() {
|
||
|
return org.whispersystems.textsecure.push.PushMessageProtos.internal_static_textsecure_IncomingPushMessageSignal_fieldAccessorTable;
|
||
|
}
|
||
|
|
||
|
// Construct using org.whispersystems.textsecure.push.PushMessageProtos.IncomingPushMessageSignal.newBuilder()
|
||
|
private Builder() {
|
||
|
maybeForceBuilderInitialization();
|
||
|
}
|
||
|
|
||
|
private Builder(BuilderParent parent) {
|
||
|
super(parent);
|
||
|
maybeForceBuilderInitialization();
|
||
|
}
|
||
|
private void maybeForceBuilderInitialization() {
|
||
|
if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) {
|
||
|
getAttachmentsFieldBuilder();
|
||
|
}
|
||
|
}
|
||
|
private static Builder create() {
|
||
|
return new Builder();
|
||
|
}
|
||
|
|
||
|
public Builder clear() {
|
||
|
super.clear();
|
||
|
type_ = 0;
|
||
|
bitField0_ = (bitField0_ & ~0x00000001);
|
||
|
source_ = "";
|
||
|
bitField0_ = (bitField0_ & ~0x00000002);
|
||
|
destinations_ = com.google.protobuf.LazyStringArrayList.EMPTY;
|
||
|
bitField0_ = (bitField0_ & ~0x00000004);
|
||
|
message_ = com.google.protobuf.ByteString.EMPTY;
|
||
|
bitField0_ = (bitField0_ & ~0x00000008);
|
||
|
if (attachmentsBuilder_ == null) {
|
||
|
attachments_ = java.util.Collections.emptyList();
|
||
|
bitField0_ = (bitField0_ & ~0x00000010);
|
||
|
} else {
|
||
|
attachmentsBuilder_.clear();
|
||
|
}
|
||
|
timestamp_ = 0L;
|
||
|
bitField0_ = (bitField0_ & ~0x00000020);
|
||
|
return this;
|
||
|
}
|
||
|
|
||
|
public Builder clone() {
|
||
|
return create().mergeFrom(buildPartial());
|
||
|
}
|
||
|
|
||
|
public com.google.protobuf.Descriptors.Descriptor
|
||
|
getDescriptorForType() {
|
||
|
return org.whispersystems.textsecure.push.PushMessageProtos.IncomingPushMessageSignal.getDescriptor();
|
||
|
}
|
||
|
|
||
|
public org.whispersystems.textsecure.push.PushMessageProtos.IncomingPushMessageSignal getDefaultInstanceForType() {
|
||
|
return org.whispersystems.textsecure.push.PushMessageProtos.IncomingPushMessageSignal.getDefaultInstance();
|
||
|
}
|
||
|
|
||
|
public org.whispersystems.textsecure.push.PushMessageProtos.IncomingPushMessageSignal build() {
|
||
|
org.whispersystems.textsecure.push.PushMessageProtos.IncomingPushMessageSignal result = buildPartial();
|
||
|
if (!result.isInitialized()) {
|
||
|
throw newUninitializedMessageException(result);
|
||
|
}
|
||
|
return result;
|
||
|
}
|
||
|
|
||
|
private org.whispersystems.textsecure.push.PushMessageProtos.IncomingPushMessageSignal buildParsed()
|
||
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
||
|
org.whispersystems.textsecure.push.PushMessageProtos.IncomingPushMessageSignal result = buildPartial();
|
||
|
if (!result.isInitialized()) {
|
||
|
throw newUninitializedMessageException(
|
||
|
result).asInvalidProtocolBufferException();
|
||
|
}
|
||
|
return result;
|
||
|
}
|
||
|
|
||
|
public org.whispersystems.textsecure.push.PushMessageProtos.IncomingPushMessageSignal buildPartial() {
|
||
|
org.whispersystems.textsecure.push.PushMessageProtos.IncomingPushMessageSignal result = new org.whispersystems.textsecure.push.PushMessageProtos.IncomingPushMessageSignal(this);
|
||
|
int from_bitField0_ = bitField0_;
|
||
|
int to_bitField0_ = 0;
|
||
|
if (((from_bitField0_ & 0x00000001) == 0x00000001)) {
|
||
|
to_bitField0_ |= 0x00000001;
|
||
|
}
|
||
|
result.type_ = type_;
|
||
|
if (((from_bitField0_ & 0x00000002) == 0x00000002)) {
|
||
|
to_bitField0_ |= 0x00000002;
|
||
|
}
|
||
|
result.source_ = source_;
|
||
|
if (((bitField0_ & 0x00000004) == 0x00000004)) {
|
||
|
destinations_ = new com.google.protobuf.UnmodifiableLazyStringList(
|
||
|
destinations_);
|
||
|
bitField0_ = (bitField0_ & ~0x00000004);
|
||
|
}
|
||
|
result.destinations_ = destinations_;
|
||
|
if (((from_bitField0_ & 0x00000008) == 0x00000008)) {
|
||
|
to_bitField0_ |= 0x00000004;
|
||
|
}
|
||
|
result.message_ = message_;
|
||
|
if (attachmentsBuilder_ == null) {
|
||
|
if (((bitField0_ & 0x00000010) == 0x00000010)) {
|
||
|
attachments_ = java.util.Collections.unmodifiableList(attachments_);
|
||
|
bitField0_ = (bitField0_ & ~0x00000010);
|
||
|
}
|
||
|
result.attachments_ = attachments_;
|
||
|
} else {
|
||
|
result.attachments_ = attachmentsBuilder_.build();
|
||
|
}
|
||
|
if (((from_bitField0_ & 0x00000020) == 0x00000020)) {
|
||
|
to_bitField0_ |= 0x00000008;
|
||
|
}
|
||
|
result.timestamp_ = timestamp_;
|
||
|
result.bitField0_ = to_bitField0_;
|
||
|
onBuilt();
|
||
|
return result;
|
||
|
}
|
||
|
|
||
|
public Builder mergeFrom(com.google.protobuf.Message other) {
|
||
|
if (other instanceof org.whispersystems.textsecure.push.PushMessageProtos.IncomingPushMessageSignal) {
|
||
|
return mergeFrom((org.whispersystems.textsecure.push.PushMessageProtos.IncomingPushMessageSignal)other);
|
||
|
} else {
|
||
|
super.mergeFrom(other);
|
||
|
return this;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
public Builder mergeFrom(org.whispersystems.textsecure.push.PushMessageProtos.IncomingPushMessageSignal other) {
|
||
|
if (other == org.whispersystems.textsecure.push.PushMessageProtos.IncomingPushMessageSignal.getDefaultInstance()) return this;
|
||
|
if (other.hasType()) {
|
||
|
setType(other.getType());
|
||
|
}
|
||
|
if (other.hasSource()) {
|
||
|
setSource(other.getSource());
|
||
|
}
|
||
|
if (!other.destinations_.isEmpty()) {
|
||
|
if (destinations_.isEmpty()) {
|
||
|
destinations_ = other.destinations_;
|
||
|
bitField0_ = (bitField0_ & ~0x00000004);
|
||
|
} else {
|
||
|
ensureDestinationsIsMutable();
|
||
|
destinations_.addAll(other.destinations_);
|
||
|
}
|
||
|
onChanged();
|
||
|
}
|
||
|
if (other.hasMessage()) {
|
||
|
setMessage(other.getMessage());
|
||
|
}
|
||
|
if (attachmentsBuilder_ == null) {
|
||
|
if (!other.attachments_.isEmpty()) {
|
||
|
if (attachments_.isEmpty()) {
|
||
|
attachments_ = other.attachments_;
|
||
|
bitField0_ = (bitField0_ & ~0x00000010);
|
||
|
} else {
|
||
|
ensureAttachmentsIsMutable();
|
||
|
attachments_.addAll(other.attachments_);
|
||
|
}
|
||
|
onChanged();
|
||
|
}
|
||
|
} else {
|
||
|
if (!other.attachments_.isEmpty()) {
|
||
|
if (attachmentsBuilder_.isEmpty()) {
|
||
|
attachmentsBuilder_.dispose();
|
||
|
attachmentsBuilder_ = null;
|
||
|
attachments_ = other.attachments_;
|
||
|
bitField0_ = (bitField0_ & ~0x00000010);
|
||
|
attachmentsBuilder_ =
|
||
|
com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders ?
|
||
|
getAttachmentsFieldBuilder() : null;
|
||
|
} else {
|
||
|
attachmentsBuilder_.addAllMessages(other.attachments_);
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
if (other.hasTimestamp()) {
|
||
|
setTimestamp(other.getTimestamp());
|
||
|
}
|
||
|
this.mergeUnknownFields(other.getUnknownFields());
|
||
|
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.google.protobuf.UnknownFieldSet.Builder unknownFields =
|
||
|
com.google.protobuf.UnknownFieldSet.newBuilder(
|
||
|
this.getUnknownFields());
|
||
|
while (true) {
|
||
|
int tag = input.readTag();
|
||
|
switch (tag) {
|
||
|
case 0:
|
||
|
this.setUnknownFields(unknownFields.build());
|
||
|
onChanged();
|
||
|
return this;
|
||
|
default: {
|
||
|
if (!parseUnknownField(input, unknownFields,
|
||
|
extensionRegistry, tag)) {
|
||
|
this.setUnknownFields(unknownFields.build());
|
||
|
onChanged();
|
||
|
return this;
|
||
|
}
|
||
|
break;
|
||
|
}
|
||
|
case 8: {
|
||
|
bitField0_ |= 0x00000001;
|
||
|
type_ = input.readUInt32();
|
||
|
break;
|
||
|
}
|
||
|
case 18: {
|
||
|
bitField0_ |= 0x00000002;
|
||
|
source_ = input.readBytes();
|
||
|
break;
|
||
|
}
|
||
|
case 26: {
|
||
|
ensureDestinationsIsMutable();
|
||
|
destinations_.add(input.readBytes());
|
||
|
break;
|
||
|
}
|
||
|
case 34: {
|
||
|
bitField0_ |= 0x00000008;
|
||
|
message_ = input.readBytes();
|
||
|
break;
|
||
|
}
|
||
|
case 42: {
|
||
|
org.whispersystems.textsecure.push.PushMessageProtos.IncomingPushMessageSignal.AttachmentPointer.Builder subBuilder = org.whispersystems.textsecure.push.PushMessageProtos.IncomingPushMessageSignal.AttachmentPointer.newBuilder();
|
||
|
input.readMessage(subBuilder, extensionRegistry);
|
||
|
addAttachments(subBuilder.buildPartial());
|
||
|
break;
|
||
|
}
|
||
|
case 48: {
|
||
|
bitField0_ |= 0x00000020;
|
||
|
timestamp_ = input.readUInt64();
|
||
|
break;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
private int bitField0_;
|
||
|
|
||
|
// optional uint32 type = 1;
|
||
|
private int type_ ;
|
||
|
public boolean hasType() {
|
||
|
return ((bitField0_ & 0x00000001) == 0x00000001);
|
||
|
}
|
||
|
public int getType() {
|
||
|
return type_;
|
||
|
}
|
||
|
public Builder setType(int value) {
|
||
|
bitField0_ |= 0x00000001;
|
||
|
type_ = value;
|
||
|
onChanged();
|
||
|
return this;
|
||
|
}
|
||
|
public Builder clearType() {
|
||
|
bitField0_ = (bitField0_ & ~0x00000001);
|
||
|
type_ = 0;
|
||
|
onChanged();
|
||
|
return this;
|
||
|
}
|
||
|
|
||
|
// optional string source = 2;
|
||
|
private java.lang.Object source_ = "";
|
||
|
public boolean hasSource() {
|
||
|
return ((bitField0_ & 0x00000002) == 0x00000002);
|
||
|
}
|
||
|
public String getSource() {
|
||
|
java.lang.Object ref = source_;
|
||
|
if (!(ref instanceof String)) {
|
||
|
String s = ((com.google.protobuf.ByteString) ref).toStringUtf8();
|
||
|
source_ = s;
|
||
|
return s;
|
||
|
} else {
|
||
|
return (String) ref;
|
||
|
}
|
||
|
}
|
||
|
public Builder setSource(String value) {
|
||
|
if (value == null) {
|
||
|
throw new NullPointerException();
|
||
|
}
|
||
|
bitField0_ |= 0x00000002;
|
||
|
source_ = value;
|
||
|
onChanged();
|
||
|
return this;
|
||
|
}
|
||
|
public Builder clearSource() {
|
||
|
bitField0_ = (bitField0_ & ~0x00000002);
|
||
|
source_ = getDefaultInstance().getSource();
|
||
|
onChanged();
|
||
|
return this;
|
||
|
}
|
||
|
void setSource(com.google.protobuf.ByteString value) {
|
||
|
bitField0_ |= 0x00000002;
|
||
|
source_ = value;
|
||
|
onChanged();
|
||
|
}
|
||
|
|
||
|
// repeated string destinations = 3;
|
||
|
private com.google.protobuf.LazyStringList destinations_ = com.google.protobuf.LazyStringArrayList.EMPTY;
|
||
|
private void ensureDestinationsIsMutable() {
|
||
|
if (!((bitField0_ & 0x00000004) == 0x00000004)) {
|
||
|
destinations_ = new com.google.protobuf.LazyStringArrayList(destinations_);
|
||
|
bitField0_ |= 0x00000004;
|
||
|
}
|
||
|
}
|
||
|
public java.util.List<String>
|
||
|
getDestinationsList() {
|
||
|
return java.util.Collections.unmodifiableList(destinations_);
|
||
|
}
|
||
|
public int getDestinationsCount() {
|
||
|
return destinations_.size();
|
||
|
}
|
||
|
public String getDestinations(int index) {
|
||
|
return destinations_.get(index);
|
||
|
}
|
||
|
public Builder setDestinations(
|
||
|
int index, String value) {
|
||
|
if (value == null) {
|
||
|
throw new NullPointerException();
|
||
|
}
|
||
|
ensureDestinationsIsMutable();
|
||
|
destinations_.set(index, value);
|
||
|
onChanged();
|
||
|
return this;
|
||
|
}
|
||
|
public Builder addDestinations(String value) {
|
||
|
if (value == null) {
|
||
|
throw new NullPointerException();
|
||
|
}
|
||
|
ensureDestinationsIsMutable();
|
||
|
destinations_.add(value);
|
||
|
onChanged();
|
||
|
return this;
|
||
|
}
|
||
|
public Builder addAllDestinations(
|
||
|
java.lang.Iterable<String> values) {
|
||
|
ensureDestinationsIsMutable();
|
||
|
super.addAll(values, destinations_);
|
||
|
onChanged();
|
||
|
return this;
|
||
|
}
|
||
|
public Builder clearDestinations() {
|
||
|
destinations_ = com.google.protobuf.LazyStringArrayList.EMPTY;
|
||
|
bitField0_ = (bitField0_ & ~0x00000004);
|
||
|
onChanged();
|
||
|
return this;
|
||
|
}
|
||
|
void addDestinations(com.google.protobuf.ByteString value) {
|
||
|
ensureDestinationsIsMutable();
|
||
|
destinations_.add(value);
|
||
|
onChanged();
|
||
|
}
|
||
|
|
||
|
// optional bytes message = 4;
|
||
|
private com.google.protobuf.ByteString message_ = com.google.protobuf.ByteString.EMPTY;
|
||
|
public boolean hasMessage() {
|
||
|
return ((bitField0_ & 0x00000008) == 0x00000008);
|
||
|
}
|
||
|
public com.google.protobuf.ByteString getMessage() {
|
||
|
return message_;
|
||
|
}
|
||
|
public Builder setMessage(com.google.protobuf.ByteString value) {
|
||
|
if (value == null) {
|
||
|
throw new NullPointerException();
|
||
|
}
|
||
|
bitField0_ |= 0x00000008;
|
||
|
message_ = value;
|
||
|
onChanged();
|
||
|
return this;
|
||
|
}
|
||
|
public Builder clearMessage() {
|
||
|
bitField0_ = (bitField0_ & ~0x00000008);
|
||
|
message_ = getDefaultInstance().getMessage();
|
||
|
onChanged();
|
||
|
return this;
|
||
|
}
|
||
|
|
||
|
// repeated .textsecure.IncomingPushMessageSignal.AttachmentPointer attachments = 5;
|
||
|
private java.util.List<org.whispersystems.textsecure.push.PushMessageProtos.IncomingPushMessageSignal.AttachmentPointer> attachments_ =
|
||
|
java.util.Collections.emptyList();
|
||
|
private void ensureAttachmentsIsMutable() {
|
||
|
if (!((bitField0_ & 0x00000010) == 0x00000010)) {
|
||
|
attachments_ = new java.util.ArrayList<org.whispersystems.textsecure.push.PushMessageProtos.IncomingPushMessageSignal.AttachmentPointer>(attachments_);
|
||
|
bitField0_ |= 0x00000010;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
private com.google.protobuf.RepeatedFieldBuilder<
|
||
|
org.whispersystems.textsecure.push.PushMessageProtos.IncomingPushMessageSignal.AttachmentPointer, org.whispersystems.textsecure.push.PushMessageProtos.IncomingPushMessageSignal.AttachmentPointer.Builder, org.whispersystems.textsecure.push.PushMessageProtos.IncomingPushMessageSignal.AttachmentPointerOrBuilder> attachmentsBuilder_;
|
||
|
|
||
|
public java.util.List<org.whispersystems.textsecure.push.PushMessageProtos.IncomingPushMessageSignal.AttachmentPointer> getAttachmentsList() {
|
||
|
if (attachmentsBuilder_ == null) {
|
||
|
return java.util.Collections.unmodifiableList(attachments_);
|
||
|
} else {
|
||
|
return attachmentsBuilder_.getMessageList();
|
||
|
}
|
||
|
}
|
||
|
public int getAttachmentsCount() {
|
||
|
if (attachmentsBuilder_ == null) {
|
||
|
return attachments_.size();
|
||
|
} else {
|
||
|
return attachmentsBuilder_.getCount();
|
||
|
}
|
||
|
}
|
||
|
public org.whispersystems.textsecure.push.PushMessageProtos.IncomingPushMessageSignal.AttachmentPointer getAttachments(int index) {
|
||
|
if (attachmentsBuilder_ == null) {
|
||
|
return attachments_.get(index);
|
||
|
} else {
|
||
|
return attachmentsBuilder_.getMessage(index);
|
||
|
}
|
||
|
}
|
||
|
public Builder setAttachments(
|
||
|
int index, org.whispersystems.textsecure.push.PushMessageProtos.IncomingPushMessageSignal.AttachmentPointer value) {
|
||
|
if (attachmentsBuilder_ == null) {
|
||
|
if (value == null) {
|
||
|
throw new NullPointerException();
|
||
|
}
|
||
|
ensureAttachmentsIsMutable();
|
||
|
attachments_.set(index, value);
|
||
|
onChanged();
|
||
|
} else {
|
||
|
attachmentsBuilder_.setMessage(index, value);
|
||
|
}
|
||
|
return this;
|
||
|
}
|
||
|
public Builder setAttachments(
|
||
|
int index, org.whispersystems.textsecure.push.PushMessageProtos.IncomingPushMessageSignal.AttachmentPointer.Builder builderForValue) {
|
||
|
if (attachmentsBuilder_ == null) {
|
||
|
ensureAttachmentsIsMutable();
|
||
|
attachments_.set(index, builderForValue.build());
|
||
|
onChanged();
|
||
|
} else {
|
||
|
attachmentsBuilder_.setMessage(index, builderForValue.build());
|
||
|
}
|
||
|
return this;
|
||
|
}
|
||
|
public Builder addAttachments(org.whispersystems.textsecure.push.PushMessageProtos.IncomingPushMessageSignal.AttachmentPointer value) {
|
||
|
if (attachmentsBuilder_ == null) {
|
||
|
if (value == null) {
|
||
|
throw new NullPointerException();
|
||
|
}
|
||
|
ensureAttachmentsIsMutable();
|
||
|
attachments_.add(value);
|
||
|
onChanged();
|
||
|
} else {
|
||
|
attachmentsBuilder_.addMessage(value);
|
||
|
}
|
||
|
return this;
|
||
|
}
|
||
|
public Builder addAttachments(
|
||
|
int index, org.whispersystems.textsecure.push.PushMessageProtos.IncomingPushMessageSignal.AttachmentPointer value) {
|
||
|
if (attachmentsBuilder_ == null) {
|
||
|
if (value == null) {
|
||
|
throw new NullPointerException();
|
||
|
}
|
||
|
ensureAttachmentsIsMutable();
|
||
|
attachments_.add(index, value);
|
||
|
onChanged();
|
||
|
} else {
|
||
|
attachmentsBuilder_.addMessage(index, value);
|
||
|
}
|
||
|
return this;
|
||
|
}
|
||
|
public Builder addAttachments(
|
||
|
org.whispersystems.textsecure.push.PushMessageProtos.IncomingPushMessageSignal.AttachmentPointer.Builder builderForValue) {
|
||
|
if (attachmentsBuilder_ == null) {
|
||
|
ensureAttachmentsIsMutable();
|
||
|
attachments_.add(builderForValue.build());
|
||
|
onChanged();
|
||
|
} else {
|
||
|
attachmentsBuilder_.addMessage(builderForValue.build());
|
||
|
}
|
||
|
return this;
|
||
|
}
|
||
|
public Builder addAttachments(
|
||
|
int index, org.whispersystems.textsecure.push.PushMessageProtos.IncomingPushMessageSignal.AttachmentPointer.Builder builderForValue) {
|
||
|
if (attachmentsBuilder_ == null) {
|
||
|
ensureAttachmentsIsMutable();
|
||
|
attachments_.add(index, builderForValue.build());
|
||
|
onChanged();
|
||
|
} else {
|
||
|
attachmentsBuilder_.addMessage(index, builderForValue.build());
|
||
|
}
|
||
|
return this;
|
||
|
}
|
||
|
public Builder addAllAttachments(
|
||
|
java.lang.Iterable<? extends org.whispersystems.textsecure.push.PushMessageProtos.IncomingPushMessageSignal.AttachmentPointer> values) {
|
||
|
if (attachmentsBuilder_ == null) {
|
||
|
ensureAttachmentsIsMutable();
|
||
|
super.addAll(values, attachments_);
|
||
|
onChanged();
|
||
|
} else {
|
||
|
attachmentsBuilder_.addAllMessages(values);
|
||
|
}
|
||
|
return this;
|
||
|
}
|
||
|
public Builder clearAttachments() {
|
||
|
if (attachmentsBuilder_ == null) {
|
||
|
attachments_ = java.util.Collections.emptyList();
|
||
|
bitField0_ = (bitField0_ & ~0x00000010);
|
||
|
onChanged();
|
||
|
} else {
|
||
|
attachmentsBuilder_.clear();
|
||
|
}
|
||
|
return this;
|
||
|
}
|
||
|
public Builder removeAttachments(int index) {
|
||
|
if (attachmentsBuilder_ == null) {
|
||
|
ensureAttachmentsIsMutable();
|
||
|
attachments_.remove(index);
|
||
|
onChanged();
|
||
|
} else {
|
||
|
attachmentsBuilder_.remove(index);
|
||
|
}
|
||
|
return this;
|
||
|
}
|
||
|
public org.whispersystems.textsecure.push.PushMessageProtos.IncomingPushMessageSignal.AttachmentPointer.Builder getAttachmentsBuilder(
|
||
|
int index) {
|
||
|
return getAttachmentsFieldBuilder().getBuilder(index);
|
||
|
}
|
||
|
public org.whispersystems.textsecure.push.PushMessageProtos.IncomingPushMessageSignal.AttachmentPointerOrBuilder getAttachmentsOrBuilder(
|
||
|
int index) {
|
||
|
if (attachmentsBuilder_ == null) {
|
||
|
return attachments_.get(index); } else {
|
||
|
return attachmentsBuilder_.getMessageOrBuilder(index);
|
||
|
}
|
||
|
}
|
||
|
public java.util.List<? extends org.whispersystems.textsecure.push.PushMessageProtos.IncomingPushMessageSignal.AttachmentPointerOrBuilder>
|
||
|
getAttachmentsOrBuilderList() {
|
||
|
if (attachmentsBuilder_ != null) {
|
||
|
return attachmentsBuilder_.getMessageOrBuilderList();
|
||
|
} else {
|
||
|
return java.util.Collections.unmodifiableList(attachments_);
|
||
|
}
|
||
|
}
|
||
|
public org.whispersystems.textsecure.push.PushMessageProtos.IncomingPushMessageSignal.AttachmentPointer.Builder addAttachmentsBuilder() {
|
||
|
return getAttachmentsFieldBuilder().addBuilder(
|
||
|
org.whispersystems.textsecure.push.PushMessageProtos.IncomingPushMessageSignal.AttachmentPointer.getDefaultInstance());
|
||
|
}
|
||
|
public org.whispersystems.textsecure.push.PushMessageProtos.IncomingPushMessageSignal.AttachmentPointer.Builder addAttachmentsBuilder(
|
||
|
int index) {
|
||
|
return getAttachmentsFieldBuilder().addBuilder(
|
||
|
index, org.whispersystems.textsecure.push.PushMessageProtos.IncomingPushMessageSignal.AttachmentPointer.getDefaultInstance());
|
||
|
}
|
||
|
public java.util.List<org.whispersystems.textsecure.push.PushMessageProtos.IncomingPushMessageSignal.AttachmentPointer.Builder>
|
||
|
getAttachmentsBuilderList() {
|
||
|
return getAttachmentsFieldBuilder().getBuilderList();
|
||
|
}
|
||
|
private com.google.protobuf.RepeatedFieldBuilder<
|
||
|
org.whispersystems.textsecure.push.PushMessageProtos.IncomingPushMessageSignal.AttachmentPointer, org.whispersystems.textsecure.push.PushMessageProtos.IncomingPushMessageSignal.AttachmentPointer.Builder, org.whispersystems.textsecure.push.PushMessageProtos.IncomingPushMessageSignal.AttachmentPointerOrBuilder>
|
||
|
getAttachmentsFieldBuilder() {
|
||
|
if (attachmentsBuilder_ == null) {
|
||
|
attachmentsBuilder_ = new com.google.protobuf.RepeatedFieldBuilder<
|
||
|
org.whispersystems.textsecure.push.PushMessageProtos.IncomingPushMessageSignal.AttachmentPointer, org.whispersystems.textsecure.push.PushMessageProtos.IncomingPushMessageSignal.AttachmentPointer.Builder, org.whispersystems.textsecure.push.PushMessageProtos.IncomingPushMessageSignal.AttachmentPointerOrBuilder>(
|
||
|
attachments_,
|
||
|
((bitField0_ & 0x00000010) == 0x00000010),
|
||
|
getParentForChildren(),
|
||
|
isClean());
|
||
|
attachments_ = null;
|
||
|
}
|
||
|
return attachmentsBuilder_;
|
||
|
}
|
||
|
|
||
|
// optional uint64 timestamp = 6;
|
||
|
private long timestamp_ ;
|
||
|
public boolean hasTimestamp() {
|
||
|
return ((bitField0_ & 0x00000020) == 0x00000020);
|
||
|
}
|
||
|
public long getTimestamp() {
|
||
|
return timestamp_;
|
||
|
}
|
||
|
public Builder setTimestamp(long value) {
|
||
|
bitField0_ |= 0x00000020;
|
||
|
timestamp_ = value;
|
||
|
onChanged();
|
||
|
return this;
|
||
|
}
|
||
|
public Builder clearTimestamp() {
|
||
|
bitField0_ = (bitField0_ & ~0x00000020);
|
||
|
timestamp_ = 0L;
|
||
|
onChanged();
|
||
|
return this;
|
||
|
}
|
||
|
|
||
|
// @@protoc_insertion_point(builder_scope:textsecure.IncomingPushMessageSignal)
|
||
|
}
|
||
|
|
||
|
static {
|
||
|
defaultInstance = new IncomingPushMessageSignal(true);
|
||
|
defaultInstance.initFields();
|
||
|
}
|
||
|
|
||
|
// @@protoc_insertion_point(class_scope:textsecure.IncomingPushMessageSignal)
|
||
|
}
|
||
|
|
||
|
private static com.google.protobuf.Descriptors.Descriptor
|
||
|
internal_static_textsecure_IncomingPushMessageSignal_descriptor;
|
||
|
private static
|
||
|
com.google.protobuf.GeneratedMessage.FieldAccessorTable
|
||
|
internal_static_textsecure_IncomingPushMessageSignal_fieldAccessorTable;
|
||
|
private static com.google.protobuf.Descriptors.Descriptor
|
||
|
internal_static_textsecure_IncomingPushMessageSignal_AttachmentPointer_descriptor;
|
||
|
private static
|
||
|
com.google.protobuf.GeneratedMessage.FieldAccessorTable
|
||
|
internal_static_textsecure_IncomingPushMessageSignal_AttachmentPointer_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\037IncomingPushMessageSignal.proto\022\ntexts" +
|
||
|
"ecure\"\370\001\n\031IncomingPushMessageSignal\022\014\n\004t" +
|
||
|
"ype\030\001 \001(\r\022\016\n\006source\030\002 \001(\t\022\024\n\014destination" +
|
||
|
"s\030\003 \003(\t\022\017\n\007message\030\004 \001(\014\022L\n\013attachments\030" +
|
||
|
"\005 \003(\01327.textsecure.IncomingPushMessageSi" +
|
||
|
"gnal.AttachmentPointer\022\021\n\ttimestamp\030\006 \001(" +
|
||
|
"\004\0325\n\021AttachmentPointer\022\023\n\013contentType\030\001 " +
|
||
|
"\001(\t\022\013\n\003key\030\002 \001(\tB7\n\"org.whispersystems.t" +
|
||
|
"extsecure.pushB\021PushMessageProtos"
|
||
|
};
|
||
|
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;
|
||
|
internal_static_textsecure_IncomingPushMessageSignal_descriptor =
|
||
|
getDescriptor().getMessageTypes().get(0);
|
||
|
internal_static_textsecure_IncomingPushMessageSignal_fieldAccessorTable = new
|
||
|
com.google.protobuf.GeneratedMessage.FieldAccessorTable(
|
||
|
internal_static_textsecure_IncomingPushMessageSignal_descriptor,
|
||
|
new java.lang.String[] { "Type", "Source", "Destinations", "Message", "Attachments", "Timestamp", },
|
||
|
org.whispersystems.textsecure.push.PushMessageProtos.IncomingPushMessageSignal.class,
|
||
|
org.whispersystems.textsecure.push.PushMessageProtos.IncomingPushMessageSignal.Builder.class);
|
||
|
internal_static_textsecure_IncomingPushMessageSignal_AttachmentPointer_descriptor =
|
||
|
internal_static_textsecure_IncomingPushMessageSignal_descriptor.getNestedTypes().get(0);
|
||
|
internal_static_textsecure_IncomingPushMessageSignal_AttachmentPointer_fieldAccessorTable = new
|
||
|
com.google.protobuf.GeneratedMessage.FieldAccessorTable(
|
||
|
internal_static_textsecure_IncomingPushMessageSignal_AttachmentPointer_descriptor,
|
||
|
new java.lang.String[] { "ContentType", "Key", },
|
||
|
org.whispersystems.textsecure.push.PushMessageProtos.IncomingPushMessageSignal.AttachmentPointer.class,
|
||
|
org.whispersystems.textsecure.push.PushMessageProtos.IncomingPushMessageSignal.AttachmentPointer.Builder.class);
|
||
|
return null;
|
||
|
}
|
||
|
};
|
||
|
com.google.protobuf.Descriptors.FileDescriptor
|
||
|
.internalBuildGeneratedFileFrom(descriptorData,
|
||
|
new com.google.protobuf.Descriptors.FileDescriptor[] {
|
||
|
}, assigner);
|
||
|
}
|
||
|
|
||
|
// @@protoc_insertion_point(outer_class_scope)
|
||
|
}
|