All Downloads are FREE. Search and download functionalities are using the official Maven repository.

main.java.com.streamlayer.social.SyncResponse Maven / Gradle / Ivy

There is a newer version: 5.133.1
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: streamlayer/social/twitter.proto

// Protobuf Java Version: 3.25.3
package com.streamlayer.social;

/**
 * Protobuf type {@code streamlayer.social.SyncResponse}
 */
public  final class SyncResponse extends
    com.google.protobuf.GeneratedMessageLite<
        SyncResponse, SyncResponse.Builder> implements
    // @@protoc_insertion_point(message_implements:streamlayer.social.SyncResponse)
    SyncResponseOrBuilder {
  private SyncResponse() {
    data_ = emptyProtobufList();
  }
  public interface SyncResponseMetadataOrBuilder extends
      // @@protoc_insertion_point(interface_extends:streamlayer.social.SyncResponse.SyncResponseMetadata)
      com.google.protobuf.MessageLiteOrBuilder {

    /**
     * 
     * Count of results
     * 
* * int32 count = 1 [json_name = "count"]; * @return The count. */ int getCount(); /** *
     * 64 bit tweet string id
     * 
* * string before = 2 [json_name = "before"]; * @return The before. */ java.lang.String getBefore(); /** *
     * 64 bit tweet string id
     * 
* * string before = 2 [json_name = "before"]; * @return The bytes for before. */ com.google.protobuf.ByteString getBeforeBytes(); /** * string cursor = 3 [json_name = "cursor"]; * @return The cursor. */ java.lang.String getCursor(); /** * string cursor = 3 [json_name = "cursor"]; * @return The bytes for cursor. */ com.google.protobuf.ByteString getCursorBytes(); } /** * Protobuf type {@code streamlayer.social.SyncResponse.SyncResponseMetadata} */ public static final class SyncResponseMetadata extends com.google.protobuf.GeneratedMessageLite< SyncResponseMetadata, SyncResponseMetadata.Builder> implements // @@protoc_insertion_point(message_implements:streamlayer.social.SyncResponse.SyncResponseMetadata) SyncResponseMetadataOrBuilder { private SyncResponseMetadata() { before_ = ""; cursor_ = ""; } public static final int COUNT_FIELD_NUMBER = 1; private int count_; /** *
     * Count of results
     * 
* * int32 count = 1 [json_name = "count"]; * @return The count. */ @java.lang.Override public int getCount() { return count_; } /** *
     * Count of results
     * 
* * int32 count = 1 [json_name = "count"]; * @param value The count to set. */ private void setCount(int value) { count_ = value; } /** *
     * Count of results
     * 
* * int32 count = 1 [json_name = "count"]; */ private void clearCount() { count_ = 0; } public static final int BEFORE_FIELD_NUMBER = 2; private java.lang.String before_; /** *
     * 64 bit tweet string id
     * 
* * string before = 2 [json_name = "before"]; * @return The before. */ @java.lang.Override public java.lang.String getBefore() { return before_; } /** *
     * 64 bit tweet string id
     * 
* * string before = 2 [json_name = "before"]; * @return The bytes for before. */ @java.lang.Override public com.google.protobuf.ByteString getBeforeBytes() { return com.google.protobuf.ByteString.copyFromUtf8(before_); } /** *
     * 64 bit tweet string id
     * 
* * string before = 2 [json_name = "before"]; * @param value The before to set. */ private void setBefore( java.lang.String value) { java.lang.Class valueClass = value.getClass(); before_ = value; } /** *
     * 64 bit tweet string id
     * 
* * string before = 2 [json_name = "before"]; */ private void clearBefore() { before_ = getDefaultInstance().getBefore(); } /** *
     * 64 bit tweet string id
     * 
* * string before = 2 [json_name = "before"]; * @param value The bytes for before to set. */ private void setBeforeBytes( com.google.protobuf.ByteString value) { checkByteStringIsUtf8(value); before_ = value.toStringUtf8(); } public static final int CURSOR_FIELD_NUMBER = 3; private java.lang.String cursor_; /** * string cursor = 3 [json_name = "cursor"]; * @return The cursor. */ @java.lang.Override public java.lang.String getCursor() { return cursor_; } /** * string cursor = 3 [json_name = "cursor"]; * @return The bytes for cursor. */ @java.lang.Override public com.google.protobuf.ByteString getCursorBytes() { return com.google.protobuf.ByteString.copyFromUtf8(cursor_); } /** * string cursor = 3 [json_name = "cursor"]; * @param value The cursor to set. */ private void setCursor( java.lang.String value) { java.lang.Class valueClass = value.getClass(); cursor_ = value; } /** * string cursor = 3 [json_name = "cursor"]; */ private void clearCursor() { cursor_ = getDefaultInstance().getCursor(); } /** * string cursor = 3 [json_name = "cursor"]; * @param value The bytes for cursor to set. */ private void setCursorBytes( com.google.protobuf.ByteString value) { checkByteStringIsUtf8(value); cursor_ = value.toStringUtf8(); } public static com.streamlayer.social.SyncResponse.SyncResponseMetadata parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return com.google.protobuf.GeneratedMessageLite.parseFrom( DEFAULT_INSTANCE, data); } public static com.streamlayer.social.SyncResponse.SyncResponseMetadata parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return com.google.protobuf.GeneratedMessageLite.parseFrom( DEFAULT_INSTANCE, data, extensionRegistry); } public static com.streamlayer.social.SyncResponse.SyncResponseMetadata parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return com.google.protobuf.GeneratedMessageLite.parseFrom( DEFAULT_INSTANCE, data); } public static com.streamlayer.social.SyncResponse.SyncResponseMetadata parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return com.google.protobuf.GeneratedMessageLite.parseFrom( DEFAULT_INSTANCE, data, extensionRegistry); } public static com.streamlayer.social.SyncResponse.SyncResponseMetadata parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return com.google.protobuf.GeneratedMessageLite.parseFrom( DEFAULT_INSTANCE, data); } public static com.streamlayer.social.SyncResponse.SyncResponseMetadata parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return com.google.protobuf.GeneratedMessageLite.parseFrom( DEFAULT_INSTANCE, data, extensionRegistry); } public static com.streamlayer.social.SyncResponse.SyncResponseMetadata parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageLite.parseFrom( DEFAULT_INSTANCE, input); } public static com.streamlayer.social.SyncResponse.SyncResponseMetadata parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageLite.parseFrom( DEFAULT_INSTANCE, input, extensionRegistry); } public static com.streamlayer.social.SyncResponse.SyncResponseMetadata parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return parseDelimitedFrom(DEFAULT_INSTANCE, input); } public static com.streamlayer.social.SyncResponse.SyncResponseMetadata parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return parseDelimitedFrom(DEFAULT_INSTANCE, input, extensionRegistry); } public static com.streamlayer.social.SyncResponse.SyncResponseMetadata parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageLite.parseFrom( DEFAULT_INSTANCE, input); } public static com.streamlayer.social.SyncResponse.SyncResponseMetadata parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageLite.parseFrom( DEFAULT_INSTANCE, input, extensionRegistry); } public static Builder newBuilder() { return (Builder) DEFAULT_INSTANCE.createBuilder(); } public static Builder newBuilder(com.streamlayer.social.SyncResponse.SyncResponseMetadata prototype) { return DEFAULT_INSTANCE.createBuilder(prototype); } /** * Protobuf type {@code streamlayer.social.SyncResponse.SyncResponseMetadata} */ public static final class Builder extends com.google.protobuf.GeneratedMessageLite.Builder< com.streamlayer.social.SyncResponse.SyncResponseMetadata, Builder> implements // @@protoc_insertion_point(builder_implements:streamlayer.social.SyncResponse.SyncResponseMetadata) com.streamlayer.social.SyncResponse.SyncResponseMetadataOrBuilder { // Construct using com.streamlayer.social.SyncResponse.SyncResponseMetadata.newBuilder() private Builder() { super(DEFAULT_INSTANCE); } /** *
       * Count of results
       * 
* * int32 count = 1 [json_name = "count"]; * @return The count. */ @java.lang.Override public int getCount() { return instance.getCount(); } /** *
       * Count of results
       * 
* * int32 count = 1 [json_name = "count"]; * @param value The count to set. * @return This builder for chaining. */ public Builder setCount(int value) { copyOnWrite(); instance.setCount(value); return this; } /** *
       * Count of results
       * 
* * int32 count = 1 [json_name = "count"]; * @return This builder for chaining. */ public Builder clearCount() { copyOnWrite(); instance.clearCount(); return this; } /** *
       * 64 bit tweet string id
       * 
* * string before = 2 [json_name = "before"]; * @return The before. */ @java.lang.Override public java.lang.String getBefore() { return instance.getBefore(); } /** *
       * 64 bit tweet string id
       * 
* * string before = 2 [json_name = "before"]; * @return The bytes for before. */ @java.lang.Override public com.google.protobuf.ByteString getBeforeBytes() { return instance.getBeforeBytes(); } /** *
       * 64 bit tweet string id
       * 
* * string before = 2 [json_name = "before"]; * @param value The before to set. * @return This builder for chaining. */ public Builder setBefore( java.lang.String value) { copyOnWrite(); instance.setBefore(value); return this; } /** *
       * 64 bit tweet string id
       * 
* * string before = 2 [json_name = "before"]; * @return This builder for chaining. */ public Builder clearBefore() { copyOnWrite(); instance.clearBefore(); return this; } /** *
       * 64 bit tweet string id
       * 
* * string before = 2 [json_name = "before"]; * @param value The bytes for before to set. * @return This builder for chaining. */ public Builder setBeforeBytes( com.google.protobuf.ByteString value) { copyOnWrite(); instance.setBeforeBytes(value); return this; } /** * string cursor = 3 [json_name = "cursor"]; * @return The cursor. */ @java.lang.Override public java.lang.String getCursor() { return instance.getCursor(); } /** * string cursor = 3 [json_name = "cursor"]; * @return The bytes for cursor. */ @java.lang.Override public com.google.protobuf.ByteString getCursorBytes() { return instance.getCursorBytes(); } /** * string cursor = 3 [json_name = "cursor"]; * @param value The cursor to set. * @return This builder for chaining. */ public Builder setCursor( java.lang.String value) { copyOnWrite(); instance.setCursor(value); return this; } /** * string cursor = 3 [json_name = "cursor"]; * @return This builder for chaining. */ public Builder clearCursor() { copyOnWrite(); instance.clearCursor(); return this; } /** * string cursor = 3 [json_name = "cursor"]; * @param value The bytes for cursor to set. * @return This builder for chaining. */ public Builder setCursorBytes( com.google.protobuf.ByteString value) { copyOnWrite(); instance.setCursorBytes(value); return this; } // @@protoc_insertion_point(builder_scope:streamlayer.social.SyncResponse.SyncResponseMetadata) } @java.lang.Override @java.lang.SuppressWarnings({"unchecked", "fallthrough"}) protected final java.lang.Object dynamicMethod( com.google.protobuf.GeneratedMessageLite.MethodToInvoke method, java.lang.Object arg0, java.lang.Object arg1) { switch (method) { case NEW_MUTABLE_INSTANCE: { return new com.streamlayer.social.SyncResponse.SyncResponseMetadata(); } case NEW_BUILDER: { return new Builder(); } case BUILD_MESSAGE_INFO: { java.lang.Object[] objects = new java.lang.Object[] { "count_", "before_", "cursor_", }; java.lang.String info = "\u0000\u0003\u0000\u0000\u0001\u0003\u0003\u0000\u0000\u0000\u0001\u0004\u0002\u0208" + "\u0003\u0208"; return newMessageInfo(DEFAULT_INSTANCE, info, objects); } // fall through case GET_DEFAULT_INSTANCE: { return DEFAULT_INSTANCE; } case GET_PARSER: { com.google.protobuf.Parser parser = PARSER; if (parser == null) { synchronized (com.streamlayer.social.SyncResponse.SyncResponseMetadata.class) { parser = PARSER; if (parser == null) { parser = new DefaultInstanceBasedParser( DEFAULT_INSTANCE); PARSER = parser; } } } return parser; } case GET_MEMOIZED_IS_INITIALIZED: { return (byte) 1; } case SET_MEMOIZED_IS_INITIALIZED: { return null; } } throw new UnsupportedOperationException(); } // @@protoc_insertion_point(class_scope:streamlayer.social.SyncResponse.SyncResponseMetadata) private static final com.streamlayer.social.SyncResponse.SyncResponseMetadata DEFAULT_INSTANCE; static { SyncResponseMetadata defaultInstance = new SyncResponseMetadata(); // New instances are implicitly immutable so no need to make // immutable. DEFAULT_INSTANCE = defaultInstance; com.google.protobuf.GeneratedMessageLite.registerDefaultInstance( SyncResponseMetadata.class, defaultInstance); } public static com.streamlayer.social.SyncResponse.SyncResponseMetadata getDefaultInstance() { return DEFAULT_INSTANCE; } private static volatile com.google.protobuf.Parser PARSER; public static com.google.protobuf.Parser parser() { return DEFAULT_INSTANCE.getParserForType(); } } public interface SyncResponseDataOrBuilder extends // @@protoc_insertion_point(interface_extends:streamlayer.social.SyncResponse.SyncResponseData) com.google.protobuf.MessageLiteOrBuilder { /** *
     * tweet id
     * 
* * string id = 1 [json_name = "id"]; * @return The id. */ java.lang.String getId(); /** *
     * tweet id
     * 
* * string id = 1 [json_name = "id"]; * @return The bytes for id. */ com.google.protobuf.ByteString getIdBytes(); /** *
     * type is always "tweet"
     * 
* * string type = 2 [json_name = "type"]; * @return The type. */ java.lang.String getType(); /** *
     * type is always "tweet"
     * 
* * string type = 2 [json_name = "type"]; * @return The bytes for type. */ com.google.protobuf.ByteString getTypeBytes(); /** *
     * tweet properties
     * 
* * .streamlayer.social.Tweet attributes = 3 [json_name = "attributes"]; * @return Whether the attributes field is set. */ boolean hasAttributes(); /** *
     * tweet properties
     * 
* * .streamlayer.social.Tweet attributes = 3 [json_name = "attributes"]; * @return The attributes. */ com.streamlayer.social.Tweet getAttributes(); } /** * Protobuf type {@code streamlayer.social.SyncResponse.SyncResponseData} */ public static final class SyncResponseData extends com.google.protobuf.GeneratedMessageLite< SyncResponseData, SyncResponseData.Builder> implements // @@protoc_insertion_point(message_implements:streamlayer.social.SyncResponse.SyncResponseData) SyncResponseDataOrBuilder { private SyncResponseData() { id_ = ""; type_ = ""; } private int bitField0_; public static final int ID_FIELD_NUMBER = 1; private java.lang.String id_; /** *
     * tweet id
     * 
* * string id = 1 [json_name = "id"]; * @return The id. */ @java.lang.Override public java.lang.String getId() { return id_; } /** *
     * tweet id
     * 
* * string id = 1 [json_name = "id"]; * @return The bytes for id. */ @java.lang.Override public com.google.protobuf.ByteString getIdBytes() { return com.google.protobuf.ByteString.copyFromUtf8(id_); } /** *
     * tweet id
     * 
* * string id = 1 [json_name = "id"]; * @param value The id to set. */ private void setId( java.lang.String value) { java.lang.Class valueClass = value.getClass(); id_ = value; } /** *
     * tweet id
     * 
* * string id = 1 [json_name = "id"]; */ private void clearId() { id_ = getDefaultInstance().getId(); } /** *
     * tweet id
     * 
* * string id = 1 [json_name = "id"]; * @param value The bytes for id to set. */ private void setIdBytes( com.google.protobuf.ByteString value) { checkByteStringIsUtf8(value); id_ = value.toStringUtf8(); } public static final int TYPE_FIELD_NUMBER = 2; private java.lang.String type_; /** *
     * type is always "tweet"
     * 
* * string type = 2 [json_name = "type"]; * @return The type. */ @java.lang.Override public java.lang.String getType() { return type_; } /** *
     * type is always "tweet"
     * 
* * string type = 2 [json_name = "type"]; * @return The bytes for type. */ @java.lang.Override public com.google.protobuf.ByteString getTypeBytes() { return com.google.protobuf.ByteString.copyFromUtf8(type_); } /** *
     * type is always "tweet"
     * 
* * string type = 2 [json_name = "type"]; * @param value The type to set. */ private void setType( java.lang.String value) { java.lang.Class valueClass = value.getClass(); type_ = value; } /** *
     * type is always "tweet"
     * 
* * string type = 2 [json_name = "type"]; */ private void clearType() { type_ = getDefaultInstance().getType(); } /** *
     * type is always "tweet"
     * 
* * string type = 2 [json_name = "type"]; * @param value The bytes for type to set. */ private void setTypeBytes( com.google.protobuf.ByteString value) { checkByteStringIsUtf8(value); type_ = value.toStringUtf8(); } public static final int ATTRIBUTES_FIELD_NUMBER = 3; private com.streamlayer.social.Tweet attributes_; /** *
     * tweet properties
     * 
* * .streamlayer.social.Tweet attributes = 3 [json_name = "attributes"]; */ @java.lang.Override public boolean hasAttributes() { return ((bitField0_ & 0x00000001) != 0); } /** *
     * tweet properties
     * 
* * .streamlayer.social.Tweet attributes = 3 [json_name = "attributes"]; */ @java.lang.Override public com.streamlayer.social.Tweet getAttributes() { return attributes_ == null ? com.streamlayer.social.Tweet.getDefaultInstance() : attributes_; } /** *
     * tweet properties
     * 
* * .streamlayer.social.Tweet attributes = 3 [json_name = "attributes"]; */ private void setAttributes(com.streamlayer.social.Tweet value) { value.getClass(); attributes_ = value; bitField0_ |= 0x00000001; } /** *
     * tweet properties
     * 
* * .streamlayer.social.Tweet attributes = 3 [json_name = "attributes"]; */ @java.lang.SuppressWarnings({"ReferenceEquality"}) private void mergeAttributes(com.streamlayer.social.Tweet value) { value.getClass(); if (attributes_ != null && attributes_ != com.streamlayer.social.Tweet.getDefaultInstance()) { attributes_ = com.streamlayer.social.Tweet.newBuilder(attributes_).mergeFrom(value).buildPartial(); } else { attributes_ = value; } bitField0_ |= 0x00000001; } /** *
     * tweet properties
     * 
* * .streamlayer.social.Tweet attributes = 3 [json_name = "attributes"]; */ private void clearAttributes() { attributes_ = null; bitField0_ = (bitField0_ & ~0x00000001); } public static com.streamlayer.social.SyncResponse.SyncResponseData parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return com.google.protobuf.GeneratedMessageLite.parseFrom( DEFAULT_INSTANCE, data); } public static com.streamlayer.social.SyncResponse.SyncResponseData parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return com.google.protobuf.GeneratedMessageLite.parseFrom( DEFAULT_INSTANCE, data, extensionRegistry); } public static com.streamlayer.social.SyncResponse.SyncResponseData parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return com.google.protobuf.GeneratedMessageLite.parseFrom( DEFAULT_INSTANCE, data); } public static com.streamlayer.social.SyncResponse.SyncResponseData parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return com.google.protobuf.GeneratedMessageLite.parseFrom( DEFAULT_INSTANCE, data, extensionRegistry); } public static com.streamlayer.social.SyncResponse.SyncResponseData parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return com.google.protobuf.GeneratedMessageLite.parseFrom( DEFAULT_INSTANCE, data); } public static com.streamlayer.social.SyncResponse.SyncResponseData parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return com.google.protobuf.GeneratedMessageLite.parseFrom( DEFAULT_INSTANCE, data, extensionRegistry); } public static com.streamlayer.social.SyncResponse.SyncResponseData parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageLite.parseFrom( DEFAULT_INSTANCE, input); } public static com.streamlayer.social.SyncResponse.SyncResponseData parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageLite.parseFrom( DEFAULT_INSTANCE, input, extensionRegistry); } public static com.streamlayer.social.SyncResponse.SyncResponseData parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return parseDelimitedFrom(DEFAULT_INSTANCE, input); } public static com.streamlayer.social.SyncResponse.SyncResponseData parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return parseDelimitedFrom(DEFAULT_INSTANCE, input, extensionRegistry); } public static com.streamlayer.social.SyncResponse.SyncResponseData parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageLite.parseFrom( DEFAULT_INSTANCE, input); } public static com.streamlayer.social.SyncResponse.SyncResponseData parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageLite.parseFrom( DEFAULT_INSTANCE, input, extensionRegistry); } public static Builder newBuilder() { return (Builder) DEFAULT_INSTANCE.createBuilder(); } public static Builder newBuilder(com.streamlayer.social.SyncResponse.SyncResponseData prototype) { return DEFAULT_INSTANCE.createBuilder(prototype); } /** * Protobuf type {@code streamlayer.social.SyncResponse.SyncResponseData} */ public static final class Builder extends com.google.protobuf.GeneratedMessageLite.Builder< com.streamlayer.social.SyncResponse.SyncResponseData, Builder> implements // @@protoc_insertion_point(builder_implements:streamlayer.social.SyncResponse.SyncResponseData) com.streamlayer.social.SyncResponse.SyncResponseDataOrBuilder { // Construct using com.streamlayer.social.SyncResponse.SyncResponseData.newBuilder() private Builder() { super(DEFAULT_INSTANCE); } /** *
       * tweet id
       * 
* * string id = 1 [json_name = "id"]; * @return The id. */ @java.lang.Override public java.lang.String getId() { return instance.getId(); } /** *
       * tweet id
       * 
* * string id = 1 [json_name = "id"]; * @return The bytes for id. */ @java.lang.Override public com.google.protobuf.ByteString getIdBytes() { return instance.getIdBytes(); } /** *
       * tweet id
       * 
* * string id = 1 [json_name = "id"]; * @param value The id to set. * @return This builder for chaining. */ public Builder setId( java.lang.String value) { copyOnWrite(); instance.setId(value); return this; } /** *
       * tweet id
       * 
* * string id = 1 [json_name = "id"]; * @return This builder for chaining. */ public Builder clearId() { copyOnWrite(); instance.clearId(); return this; } /** *
       * tweet id
       * 
* * string id = 1 [json_name = "id"]; * @param value The bytes for id to set. * @return This builder for chaining. */ public Builder setIdBytes( com.google.protobuf.ByteString value) { copyOnWrite(); instance.setIdBytes(value); return this; } /** *
       * type is always "tweet"
       * 
* * string type = 2 [json_name = "type"]; * @return The type. */ @java.lang.Override public java.lang.String getType() { return instance.getType(); } /** *
       * type is always "tweet"
       * 
* * string type = 2 [json_name = "type"]; * @return The bytes for type. */ @java.lang.Override public com.google.protobuf.ByteString getTypeBytes() { return instance.getTypeBytes(); } /** *
       * type is always "tweet"
       * 
* * string type = 2 [json_name = "type"]; * @param value The type to set. * @return This builder for chaining. */ public Builder setType( java.lang.String value) { copyOnWrite(); instance.setType(value); return this; } /** *
       * type is always "tweet"
       * 
* * string type = 2 [json_name = "type"]; * @return This builder for chaining. */ public Builder clearType() { copyOnWrite(); instance.clearType(); return this; } /** *
       * type is always "tweet"
       * 
* * string type = 2 [json_name = "type"]; * @param value The bytes for type to set. * @return This builder for chaining. */ public Builder setTypeBytes( com.google.protobuf.ByteString value) { copyOnWrite(); instance.setTypeBytes(value); return this; } /** *
       * tweet properties
       * 
* * .streamlayer.social.Tweet attributes = 3 [json_name = "attributes"]; */ @java.lang.Override public boolean hasAttributes() { return instance.hasAttributes(); } /** *
       * tweet properties
       * 
* * .streamlayer.social.Tweet attributes = 3 [json_name = "attributes"]; */ @java.lang.Override public com.streamlayer.social.Tweet getAttributes() { return instance.getAttributes(); } /** *
       * tweet properties
       * 
* * .streamlayer.social.Tweet attributes = 3 [json_name = "attributes"]; */ public Builder setAttributes(com.streamlayer.social.Tweet value) { copyOnWrite(); instance.setAttributes(value); return this; } /** *
       * tweet properties
       * 
* * .streamlayer.social.Tweet attributes = 3 [json_name = "attributes"]; */ public Builder setAttributes( com.streamlayer.social.Tweet.Builder builderForValue) { copyOnWrite(); instance.setAttributes(builderForValue.build()); return this; } /** *
       * tweet properties
       * 
* * .streamlayer.social.Tweet attributes = 3 [json_name = "attributes"]; */ public Builder mergeAttributes(com.streamlayer.social.Tweet value) { copyOnWrite(); instance.mergeAttributes(value); return this; } /** *
       * tweet properties
       * 
* * .streamlayer.social.Tweet attributes = 3 [json_name = "attributes"]; */ public Builder clearAttributes() { copyOnWrite(); instance.clearAttributes(); return this; } // @@protoc_insertion_point(builder_scope:streamlayer.social.SyncResponse.SyncResponseData) } @java.lang.Override @java.lang.SuppressWarnings({"unchecked", "fallthrough"}) protected final java.lang.Object dynamicMethod( com.google.protobuf.GeneratedMessageLite.MethodToInvoke method, java.lang.Object arg0, java.lang.Object arg1) { switch (method) { case NEW_MUTABLE_INSTANCE: { return new com.streamlayer.social.SyncResponse.SyncResponseData(); } case NEW_BUILDER: { return new Builder(); } case BUILD_MESSAGE_INFO: { java.lang.Object[] objects = new java.lang.Object[] { "bitField0_", "id_", "type_", "attributes_", }; java.lang.String info = "\u0000\u0003\u0000\u0001\u0001\u0003\u0003\u0000\u0000\u0000\u0001\u0208\u0002\u0208" + "\u0003\u1009\u0000"; return newMessageInfo(DEFAULT_INSTANCE, info, objects); } // fall through case GET_DEFAULT_INSTANCE: { return DEFAULT_INSTANCE; } case GET_PARSER: { com.google.protobuf.Parser parser = PARSER; if (parser == null) { synchronized (com.streamlayer.social.SyncResponse.SyncResponseData.class) { parser = PARSER; if (parser == null) { parser = new DefaultInstanceBasedParser( DEFAULT_INSTANCE); PARSER = parser; } } } return parser; } case GET_MEMOIZED_IS_INITIALIZED: { return (byte) 1; } case SET_MEMOIZED_IS_INITIALIZED: { return null; } } throw new UnsupportedOperationException(); } // @@protoc_insertion_point(class_scope:streamlayer.social.SyncResponse.SyncResponseData) private static final com.streamlayer.social.SyncResponse.SyncResponseData DEFAULT_INSTANCE; static { SyncResponseData defaultInstance = new SyncResponseData(); // New instances are implicitly immutable so no need to make // immutable. DEFAULT_INSTANCE = defaultInstance; com.google.protobuf.GeneratedMessageLite.registerDefaultInstance( SyncResponseData.class, defaultInstance); } public static com.streamlayer.social.SyncResponse.SyncResponseData getDefaultInstance() { return DEFAULT_INSTANCE; } private static volatile com.google.protobuf.Parser PARSER; public static com.google.protobuf.Parser parser() { return DEFAULT_INSTANCE.getParserForType(); } } private int bitField0_; public static final int META_FIELD_NUMBER = 1; private com.streamlayer.social.SyncResponse.SyncResponseMetadata meta_; /** * .streamlayer.social.SyncResponse.SyncResponseMetadata meta = 1 [json_name = "meta"]; */ @java.lang.Override public boolean hasMeta() { return ((bitField0_ & 0x00000001) != 0); } /** * .streamlayer.social.SyncResponse.SyncResponseMetadata meta = 1 [json_name = "meta"]; */ @java.lang.Override public com.streamlayer.social.SyncResponse.SyncResponseMetadata getMeta() { return meta_ == null ? com.streamlayer.social.SyncResponse.SyncResponseMetadata.getDefaultInstance() : meta_; } /** * .streamlayer.social.SyncResponse.SyncResponseMetadata meta = 1 [json_name = "meta"]; */ private void setMeta(com.streamlayer.social.SyncResponse.SyncResponseMetadata value) { value.getClass(); meta_ = value; bitField0_ |= 0x00000001; } /** * .streamlayer.social.SyncResponse.SyncResponseMetadata meta = 1 [json_name = "meta"]; */ @java.lang.SuppressWarnings({"ReferenceEquality"}) private void mergeMeta(com.streamlayer.social.SyncResponse.SyncResponseMetadata value) { value.getClass(); if (meta_ != null && meta_ != com.streamlayer.social.SyncResponse.SyncResponseMetadata.getDefaultInstance()) { meta_ = com.streamlayer.social.SyncResponse.SyncResponseMetadata.newBuilder(meta_).mergeFrom(value).buildPartial(); } else { meta_ = value; } bitField0_ |= 0x00000001; } /** * .streamlayer.social.SyncResponse.SyncResponseMetadata meta = 1 [json_name = "meta"]; */ private void clearMeta() { meta_ = null; bitField0_ = (bitField0_ & ~0x00000001); } public static final int DATA_FIELD_NUMBER = 2; private com.google.protobuf.Internal.ProtobufList data_; /** * repeated .streamlayer.social.SyncResponse.SyncResponseData data = 2 [json_name = "data"]; */ @java.lang.Override public java.util.List getDataList() { return data_; } /** * repeated .streamlayer.social.SyncResponse.SyncResponseData data = 2 [json_name = "data"]; */ public java.util.List getDataOrBuilderList() { return data_; } /** * repeated .streamlayer.social.SyncResponse.SyncResponseData data = 2 [json_name = "data"]; */ @java.lang.Override public int getDataCount() { return data_.size(); } /** * repeated .streamlayer.social.SyncResponse.SyncResponseData data = 2 [json_name = "data"]; */ @java.lang.Override public com.streamlayer.social.SyncResponse.SyncResponseData getData(int index) { return data_.get(index); } /** * repeated .streamlayer.social.SyncResponse.SyncResponseData data = 2 [json_name = "data"]; */ public com.streamlayer.social.SyncResponse.SyncResponseDataOrBuilder getDataOrBuilder( int index) { return data_.get(index); } private void ensureDataIsMutable() { com.google.protobuf.Internal.ProtobufList tmp = data_; if (!tmp.isModifiable()) { data_ = com.google.protobuf.GeneratedMessageLite.mutableCopy(tmp); } } /** * repeated .streamlayer.social.SyncResponse.SyncResponseData data = 2 [json_name = "data"]; */ private void setData( int index, com.streamlayer.social.SyncResponse.SyncResponseData value) { value.getClass(); ensureDataIsMutable(); data_.set(index, value); } /** * repeated .streamlayer.social.SyncResponse.SyncResponseData data = 2 [json_name = "data"]; */ private void addData(com.streamlayer.social.SyncResponse.SyncResponseData value) { value.getClass(); ensureDataIsMutable(); data_.add(value); } /** * repeated .streamlayer.social.SyncResponse.SyncResponseData data = 2 [json_name = "data"]; */ private void addData( int index, com.streamlayer.social.SyncResponse.SyncResponseData value) { value.getClass(); ensureDataIsMutable(); data_.add(index, value); } /** * repeated .streamlayer.social.SyncResponse.SyncResponseData data = 2 [json_name = "data"]; */ private void addAllData( java.lang.Iterable values) { ensureDataIsMutable(); com.google.protobuf.AbstractMessageLite.addAll( values, data_); } /** * repeated .streamlayer.social.SyncResponse.SyncResponseData data = 2 [json_name = "data"]; */ private void clearData() { data_ = emptyProtobufList(); } /** * repeated .streamlayer.social.SyncResponse.SyncResponseData data = 2 [json_name = "data"]; */ private void removeData(int index) { ensureDataIsMutable(); data_.remove(index); } public static com.streamlayer.social.SyncResponse parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return com.google.protobuf.GeneratedMessageLite.parseFrom( DEFAULT_INSTANCE, data); } public static com.streamlayer.social.SyncResponse parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return com.google.protobuf.GeneratedMessageLite.parseFrom( DEFAULT_INSTANCE, data, extensionRegistry); } public static com.streamlayer.social.SyncResponse parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return com.google.protobuf.GeneratedMessageLite.parseFrom( DEFAULT_INSTANCE, data); } public static com.streamlayer.social.SyncResponse parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return com.google.protobuf.GeneratedMessageLite.parseFrom( DEFAULT_INSTANCE, data, extensionRegistry); } public static com.streamlayer.social.SyncResponse parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return com.google.protobuf.GeneratedMessageLite.parseFrom( DEFAULT_INSTANCE, data); } public static com.streamlayer.social.SyncResponse parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return com.google.protobuf.GeneratedMessageLite.parseFrom( DEFAULT_INSTANCE, data, extensionRegistry); } public static com.streamlayer.social.SyncResponse parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageLite.parseFrom( DEFAULT_INSTANCE, input); } public static com.streamlayer.social.SyncResponse parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageLite.parseFrom( DEFAULT_INSTANCE, input, extensionRegistry); } public static com.streamlayer.social.SyncResponse parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return parseDelimitedFrom(DEFAULT_INSTANCE, input); } public static com.streamlayer.social.SyncResponse parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return parseDelimitedFrom(DEFAULT_INSTANCE, input, extensionRegistry); } public static com.streamlayer.social.SyncResponse parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageLite.parseFrom( DEFAULT_INSTANCE, input); } public static com.streamlayer.social.SyncResponse parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageLite.parseFrom( DEFAULT_INSTANCE, input, extensionRegistry); } public static Builder newBuilder() { return (Builder) DEFAULT_INSTANCE.createBuilder(); } public static Builder newBuilder(com.streamlayer.social.SyncResponse prototype) { return DEFAULT_INSTANCE.createBuilder(prototype); } /** * Protobuf type {@code streamlayer.social.SyncResponse} */ public static final class Builder extends com.google.protobuf.GeneratedMessageLite.Builder< com.streamlayer.social.SyncResponse, Builder> implements // @@protoc_insertion_point(builder_implements:streamlayer.social.SyncResponse) com.streamlayer.social.SyncResponseOrBuilder { // Construct using com.streamlayer.social.SyncResponse.newBuilder() private Builder() { super(DEFAULT_INSTANCE); } /** * .streamlayer.social.SyncResponse.SyncResponseMetadata meta = 1 [json_name = "meta"]; */ @java.lang.Override public boolean hasMeta() { return instance.hasMeta(); } /** * .streamlayer.social.SyncResponse.SyncResponseMetadata meta = 1 [json_name = "meta"]; */ @java.lang.Override public com.streamlayer.social.SyncResponse.SyncResponseMetadata getMeta() { return instance.getMeta(); } /** * .streamlayer.social.SyncResponse.SyncResponseMetadata meta = 1 [json_name = "meta"]; */ public Builder setMeta(com.streamlayer.social.SyncResponse.SyncResponseMetadata value) { copyOnWrite(); instance.setMeta(value); return this; } /** * .streamlayer.social.SyncResponse.SyncResponseMetadata meta = 1 [json_name = "meta"]; */ public Builder setMeta( com.streamlayer.social.SyncResponse.SyncResponseMetadata.Builder builderForValue) { copyOnWrite(); instance.setMeta(builderForValue.build()); return this; } /** * .streamlayer.social.SyncResponse.SyncResponseMetadata meta = 1 [json_name = "meta"]; */ public Builder mergeMeta(com.streamlayer.social.SyncResponse.SyncResponseMetadata value) { copyOnWrite(); instance.mergeMeta(value); return this; } /** * .streamlayer.social.SyncResponse.SyncResponseMetadata meta = 1 [json_name = "meta"]; */ public Builder clearMeta() { copyOnWrite(); instance.clearMeta(); return this; } /** * repeated .streamlayer.social.SyncResponse.SyncResponseData data = 2 [json_name = "data"]; */ @java.lang.Override public java.util.List getDataList() { return java.util.Collections.unmodifiableList( instance.getDataList()); } /** * repeated .streamlayer.social.SyncResponse.SyncResponseData data = 2 [json_name = "data"]; */ @java.lang.Override public int getDataCount() { return instance.getDataCount(); }/** * repeated .streamlayer.social.SyncResponse.SyncResponseData data = 2 [json_name = "data"]; */ @java.lang.Override public com.streamlayer.social.SyncResponse.SyncResponseData getData(int index) { return instance.getData(index); } /** * repeated .streamlayer.social.SyncResponse.SyncResponseData data = 2 [json_name = "data"]; */ public Builder setData( int index, com.streamlayer.social.SyncResponse.SyncResponseData value) { copyOnWrite(); instance.setData(index, value); return this; } /** * repeated .streamlayer.social.SyncResponse.SyncResponseData data = 2 [json_name = "data"]; */ public Builder setData( int index, com.streamlayer.social.SyncResponse.SyncResponseData.Builder builderForValue) { copyOnWrite(); instance.setData(index, builderForValue.build()); return this; } /** * repeated .streamlayer.social.SyncResponse.SyncResponseData data = 2 [json_name = "data"]; */ public Builder addData(com.streamlayer.social.SyncResponse.SyncResponseData value) { copyOnWrite(); instance.addData(value); return this; } /** * repeated .streamlayer.social.SyncResponse.SyncResponseData data = 2 [json_name = "data"]; */ public Builder addData( int index, com.streamlayer.social.SyncResponse.SyncResponseData value) { copyOnWrite(); instance.addData(index, value); return this; } /** * repeated .streamlayer.social.SyncResponse.SyncResponseData data = 2 [json_name = "data"]; */ public Builder addData( com.streamlayer.social.SyncResponse.SyncResponseData.Builder builderForValue) { copyOnWrite(); instance.addData(builderForValue.build()); return this; } /** * repeated .streamlayer.social.SyncResponse.SyncResponseData data = 2 [json_name = "data"]; */ public Builder addData( int index, com.streamlayer.social.SyncResponse.SyncResponseData.Builder builderForValue) { copyOnWrite(); instance.addData(index, builderForValue.build()); return this; } /** * repeated .streamlayer.social.SyncResponse.SyncResponseData data = 2 [json_name = "data"]; */ public Builder addAllData( java.lang.Iterable values) { copyOnWrite(); instance.addAllData(values); return this; } /** * repeated .streamlayer.social.SyncResponse.SyncResponseData data = 2 [json_name = "data"]; */ public Builder clearData() { copyOnWrite(); instance.clearData(); return this; } /** * repeated .streamlayer.social.SyncResponse.SyncResponseData data = 2 [json_name = "data"]; */ public Builder removeData(int index) { copyOnWrite(); instance.removeData(index); return this; } // @@protoc_insertion_point(builder_scope:streamlayer.social.SyncResponse) } @java.lang.Override @java.lang.SuppressWarnings({"unchecked", "fallthrough"}) protected final java.lang.Object dynamicMethod( com.google.protobuf.GeneratedMessageLite.MethodToInvoke method, java.lang.Object arg0, java.lang.Object arg1) { switch (method) { case NEW_MUTABLE_INSTANCE: { return new com.streamlayer.social.SyncResponse(); } case NEW_BUILDER: { return new Builder(); } case BUILD_MESSAGE_INFO: { java.lang.Object[] objects = new java.lang.Object[] { "bitField0_", "meta_", "data_", com.streamlayer.social.SyncResponse.SyncResponseData.class, }; java.lang.String info = "\u0000\u0002\u0000\u0001\u0001\u0002\u0002\u0000\u0001\u0000\u0001\u1009\u0000\u0002" + "\u001b"; return newMessageInfo(DEFAULT_INSTANCE, info, objects); } // fall through case GET_DEFAULT_INSTANCE: { return DEFAULT_INSTANCE; } case GET_PARSER: { com.google.protobuf.Parser parser = PARSER; if (parser == null) { synchronized (com.streamlayer.social.SyncResponse.class) { parser = PARSER; if (parser == null) { parser = new DefaultInstanceBasedParser( DEFAULT_INSTANCE); PARSER = parser; } } } return parser; } case GET_MEMOIZED_IS_INITIALIZED: { return (byte) 1; } case SET_MEMOIZED_IS_INITIALIZED: { return null; } } throw new UnsupportedOperationException(); } // @@protoc_insertion_point(class_scope:streamlayer.social.SyncResponse) private static final com.streamlayer.social.SyncResponse DEFAULT_INSTANCE; static { SyncResponse defaultInstance = new SyncResponse(); // New instances are implicitly immutable so no need to make // immutable. DEFAULT_INSTANCE = defaultInstance; com.google.protobuf.GeneratedMessageLite.registerDefaultInstance( SyncResponse.class, defaultInstance); } public static com.streamlayer.social.SyncResponse getDefaultInstance() { return DEFAULT_INSTANCE; } private static volatile com.google.protobuf.Parser PARSER; public static com.google.protobuf.Parser parser() { return DEFAULT_INSTANCE.getParserForType(); } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy