public static final class CoGetMessagesPu.Parameters extends com.google.protobuf.GeneratedMessage implements CoGetMessagesPu.ParametersOrBuilder
dstore.engine.co_GetMessages_Pu.Parameters| Modifier and Type | Class and Description |
|---|---|
static class |
CoGetMessagesPu.Parameters.Builder
Protobuf type
dstore.engine.co_GetMessages_Pu.Parameters |
com.google.protobuf.GeneratedMessage.BuilderParent, com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessage.ExtendableBuilder>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingType extends com.google.protobuf.Message,Type>| Modifier and Type | Field and Description |
|---|---|
static int |
COMMUNITY_ID_FIELD_NUMBER |
static int |
COMMUNITY_ID_NULL_FIELD_NUMBER |
static int |
DATE_AND_TIME_FORMAT_FIELD_NUMBER |
static int |
DATE_AND_TIME_FORMAT_NULL_FIELD_NUMBER |
static int |
GET_NEW_MESSAGES_FIELD_NUMBER |
static int |
GET_NEW_MESSAGES_NULL_FIELD_NUMBER |
static int |
MAX_NUMBER_OF_ROWS_FIELD_NUMBER |
static int |
MAX_NUMBER_OF_ROWS_NULL_FIELD_NUMBER |
static int |
MESSAGE_NO_FIELD_NUMBER |
static int |
MESSAGE_NO_NULL_FIELD_NUMBER |
static com.google.protobuf.Parser<CoGetMessagesPu.Parameters> |
PARSER |
static int |
PERSON_IDENTIFICATION_VALUES_FIELD_NUMBER |
static int |
PERSON_IDENTIFICATION_VALUES_NULL_FIELD_NUMBER |
static int |
SEPARATOR_IN_IDENT_VALS_FIELD_NUMBER |
static int |
SEPARATOR_IN_IDENT_VALS_NULL_FIELD_NUMBER |
static int |
UNIQUE_ID_FIELD_NUMBER |
static int |
UNIQUE_ID_NULL_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
Values.integerValue |
getCommunityId()
optional .dstore.engine.values.integerValue community_id = 3; |
boolean |
getCommunityIdNull()
optional bool community_id_null = 1003; |
Values.integerValueOrBuilder |
getCommunityIdOrBuilder()
optional .dstore.engine.values.integerValue community_id = 3; |
Values.integerValue |
getDateAndTimeFormat()
optional .dstore.engine.values.integerValue date_and_time_format = 5; |
boolean |
getDateAndTimeFormatNull()
optional bool date_and_time_format_null = 1005; |
Values.integerValueOrBuilder |
getDateAndTimeFormatOrBuilder()
optional .dstore.engine.values.integerValue date_and_time_format = 5; |
static CoGetMessagesPu.Parameters |
getDefaultInstance() |
CoGetMessagesPu.Parameters |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
Values.booleanValue |
getGetNewMessages()
optional .dstore.engine.values.booleanValue get_new_messages = 4; |
boolean |
getGetNewMessagesNull()
optional bool get_new_messages_null = 1004; |
Values.booleanValueOrBuilder |
getGetNewMessagesOrBuilder()
optional .dstore.engine.values.booleanValue get_new_messages = 4; |
Values.integerValue |
getMaxNumberOfRows()
optional .dstore.engine.values.integerValue max_number_of_rows = 7; |
boolean |
getMaxNumberOfRowsNull()
optional bool max_number_of_rows_null = 1007; |
Values.integerValueOrBuilder |
getMaxNumberOfRowsOrBuilder()
optional .dstore.engine.values.integerValue max_number_of_rows = 7; |
Values.integerValue |
getMessageNo()
optional .dstore.engine.values.integerValue message_no = 6; |
boolean |
getMessageNoNull()
optional bool message_no_null = 1006; |
Values.integerValueOrBuilder |
getMessageNoOrBuilder()
optional .dstore.engine.values.integerValue message_no = 6; |
com.google.protobuf.Parser<CoGetMessagesPu.Parameters> |
getParserForType() |
Values.stringValue |
getPersonIdentificationValues()
optional .dstore.engine.values.stringValue person_identification_values = 2; |
boolean |
getPersonIdentificationValuesNull()
optional bool person_identification_values_null = 1002; |
Values.stringValueOrBuilder |
getPersonIdentificationValuesOrBuilder()
optional .dstore.engine.values.stringValue person_identification_values = 2; |
Values.stringValue |
getSeparatorInIdentVals()
optional .dstore.engine.values.stringValue separator_in_ident_vals = 8; |
boolean |
getSeparatorInIdentValsNull()
optional bool separator_in_ident_vals_null = 1008; |
Values.stringValueOrBuilder |
getSeparatorInIdentValsOrBuilder()
optional .dstore.engine.values.stringValue separator_in_ident_vals = 8; |
int |
getSerializedSize() |
Values.stringValue |
getUniqueId()
optional .dstore.engine.values.stringValue unique_id = 1; |
boolean |
getUniqueIdNull()
optional bool unique_id_null = 1001; |
Values.stringValueOrBuilder |
getUniqueIdOrBuilder()
optional .dstore.engine.values.stringValue unique_id = 1; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasCommunityId()
optional .dstore.engine.values.integerValue community_id = 3; |
boolean |
hasDateAndTimeFormat()
optional .dstore.engine.values.integerValue date_and_time_format = 5; |
boolean |
hasGetNewMessages()
optional .dstore.engine.values.booleanValue get_new_messages = 4; |
boolean |
hasMaxNumberOfRows()
optional .dstore.engine.values.integerValue max_number_of_rows = 7; |
boolean |
hasMessageNo()
optional .dstore.engine.values.integerValue message_no = 6; |
boolean |
hasPersonIdentificationValues()
optional .dstore.engine.values.stringValue person_identification_values = 2; |
boolean |
hasSeparatorInIdentVals()
optional .dstore.engine.values.stringValue separator_in_ident_vals = 8; |
boolean |
hasUniqueId()
optional .dstore.engine.values.stringValue unique_id = 1; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static CoGetMessagesPu.Parameters.Builder |
newBuilder() |
static CoGetMessagesPu.Parameters.Builder |
newBuilder(CoGetMessagesPu.Parameters prototype) |
CoGetMessagesPu.Parameters.Builder |
newBuilderForType() |
protected CoGetMessagesPu.Parameters.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static CoGetMessagesPu.Parameters |
parseDelimitedFrom(java.io.InputStream input) |
static CoGetMessagesPu.Parameters |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CoGetMessagesPu.Parameters |
parseFrom(byte[] data) |
static CoGetMessagesPu.Parameters |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CoGetMessagesPu.Parameters |
parseFrom(com.google.protobuf.ByteString data) |
static CoGetMessagesPu.Parameters |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CoGetMessagesPu.Parameters |
parseFrom(com.google.protobuf.CodedInputStream input) |
static CoGetMessagesPu.Parameters |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CoGetMessagesPu.Parameters |
parseFrom(java.io.InputStream input) |
static CoGetMessagesPu.Parameters |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<CoGetMessagesPu.Parameters> |
parser() |
CoGetMessagesPu.Parameters.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, newFileScopedGeneratedExtension, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, newMessageScopedGeneratedExtension, parseUnknownField, writeReplaceequals, findInitializationErrors, getInitializationErrorString, hashCode, hashFields, toStringaddAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int UNIQUE_ID_FIELD_NUMBER
public static final int UNIQUE_ID_NULL_FIELD_NUMBER
public static final int PERSON_IDENTIFICATION_VALUES_FIELD_NUMBER
public static final int PERSON_IDENTIFICATION_VALUES_NULL_FIELD_NUMBER
public static final int COMMUNITY_ID_FIELD_NUMBER
public static final int COMMUNITY_ID_NULL_FIELD_NUMBER
public static final int GET_NEW_MESSAGES_FIELD_NUMBER
public static final int GET_NEW_MESSAGES_NULL_FIELD_NUMBER
public static final int DATE_AND_TIME_FORMAT_FIELD_NUMBER
public static final int DATE_AND_TIME_FORMAT_NULL_FIELD_NUMBER
public static final int MESSAGE_NO_FIELD_NUMBER
public static final int MESSAGE_NO_NULL_FIELD_NUMBER
public static final int MAX_NUMBER_OF_ROWS_FIELD_NUMBER
public static final int MAX_NUMBER_OF_ROWS_NULL_FIELD_NUMBER
public static final int SEPARATOR_IN_IDENT_VALS_FIELD_NUMBER
public static final int SEPARATOR_IN_IDENT_VALS_NULL_FIELD_NUMBER
public static final com.google.protobuf.Parser<CoGetMessagesPu.Parameters> PARSER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessagepublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessagepublic boolean hasUniqueId()
optional .dstore.engine.values.stringValue unique_id = 1;hasUniqueId in interface CoGetMessagesPu.ParametersOrBuilderpublic Values.stringValue getUniqueId()
optional .dstore.engine.values.stringValue unique_id = 1;getUniqueId in interface CoGetMessagesPu.ParametersOrBuilderpublic Values.stringValueOrBuilder getUniqueIdOrBuilder()
optional .dstore.engine.values.stringValue unique_id = 1;getUniqueIdOrBuilder in interface CoGetMessagesPu.ParametersOrBuilderpublic boolean getUniqueIdNull()
optional bool unique_id_null = 1001;getUniqueIdNull in interface CoGetMessagesPu.ParametersOrBuilderpublic boolean hasPersonIdentificationValues()
optional .dstore.engine.values.stringValue person_identification_values = 2;hasPersonIdentificationValues in interface CoGetMessagesPu.ParametersOrBuilderpublic Values.stringValue getPersonIdentificationValues()
optional .dstore.engine.values.stringValue person_identification_values = 2;getPersonIdentificationValues in interface CoGetMessagesPu.ParametersOrBuilderpublic Values.stringValueOrBuilder getPersonIdentificationValuesOrBuilder()
optional .dstore.engine.values.stringValue person_identification_values = 2;getPersonIdentificationValuesOrBuilder in interface CoGetMessagesPu.ParametersOrBuilderpublic boolean getPersonIdentificationValuesNull()
optional bool person_identification_values_null = 1002;getPersonIdentificationValuesNull in interface CoGetMessagesPu.ParametersOrBuilderpublic boolean hasCommunityId()
optional .dstore.engine.values.integerValue community_id = 3;hasCommunityId in interface CoGetMessagesPu.ParametersOrBuilderpublic Values.integerValue getCommunityId()
optional .dstore.engine.values.integerValue community_id = 3;getCommunityId in interface CoGetMessagesPu.ParametersOrBuilderpublic Values.integerValueOrBuilder getCommunityIdOrBuilder()
optional .dstore.engine.values.integerValue community_id = 3;getCommunityIdOrBuilder in interface CoGetMessagesPu.ParametersOrBuilderpublic boolean getCommunityIdNull()
optional bool community_id_null = 1003;getCommunityIdNull in interface CoGetMessagesPu.ParametersOrBuilderpublic boolean hasGetNewMessages()
optional .dstore.engine.values.booleanValue get_new_messages = 4;hasGetNewMessages in interface CoGetMessagesPu.ParametersOrBuilderpublic Values.booleanValue getGetNewMessages()
optional .dstore.engine.values.booleanValue get_new_messages = 4;getGetNewMessages in interface CoGetMessagesPu.ParametersOrBuilderpublic Values.booleanValueOrBuilder getGetNewMessagesOrBuilder()
optional .dstore.engine.values.booleanValue get_new_messages = 4;getGetNewMessagesOrBuilder in interface CoGetMessagesPu.ParametersOrBuilderpublic boolean getGetNewMessagesNull()
optional bool get_new_messages_null = 1004;getGetNewMessagesNull in interface CoGetMessagesPu.ParametersOrBuilderpublic boolean hasDateAndTimeFormat()
optional .dstore.engine.values.integerValue date_and_time_format = 5;hasDateAndTimeFormat in interface CoGetMessagesPu.ParametersOrBuilderpublic Values.integerValue getDateAndTimeFormat()
optional .dstore.engine.values.integerValue date_and_time_format = 5;getDateAndTimeFormat in interface CoGetMessagesPu.ParametersOrBuilderpublic Values.integerValueOrBuilder getDateAndTimeFormatOrBuilder()
optional .dstore.engine.values.integerValue date_and_time_format = 5;getDateAndTimeFormatOrBuilder in interface CoGetMessagesPu.ParametersOrBuilderpublic boolean getDateAndTimeFormatNull()
optional bool date_and_time_format_null = 1005;getDateAndTimeFormatNull in interface CoGetMessagesPu.ParametersOrBuilderpublic boolean hasMessageNo()
optional .dstore.engine.values.integerValue message_no = 6;hasMessageNo in interface CoGetMessagesPu.ParametersOrBuilderpublic Values.integerValue getMessageNo()
optional .dstore.engine.values.integerValue message_no = 6;getMessageNo in interface CoGetMessagesPu.ParametersOrBuilderpublic Values.integerValueOrBuilder getMessageNoOrBuilder()
optional .dstore.engine.values.integerValue message_no = 6;getMessageNoOrBuilder in interface CoGetMessagesPu.ParametersOrBuilderpublic boolean getMessageNoNull()
optional bool message_no_null = 1006;getMessageNoNull in interface CoGetMessagesPu.ParametersOrBuilderpublic boolean hasMaxNumberOfRows()
optional .dstore.engine.values.integerValue max_number_of_rows = 7;hasMaxNumberOfRows in interface CoGetMessagesPu.ParametersOrBuilderpublic Values.integerValue getMaxNumberOfRows()
optional .dstore.engine.values.integerValue max_number_of_rows = 7;getMaxNumberOfRows in interface CoGetMessagesPu.ParametersOrBuilderpublic Values.integerValueOrBuilder getMaxNumberOfRowsOrBuilder()
optional .dstore.engine.values.integerValue max_number_of_rows = 7;getMaxNumberOfRowsOrBuilder in interface CoGetMessagesPu.ParametersOrBuilderpublic boolean getMaxNumberOfRowsNull()
optional bool max_number_of_rows_null = 1007;getMaxNumberOfRowsNull in interface CoGetMessagesPu.ParametersOrBuilderpublic boolean hasSeparatorInIdentVals()
optional .dstore.engine.values.stringValue separator_in_ident_vals = 8;hasSeparatorInIdentVals in interface CoGetMessagesPu.ParametersOrBuilderpublic Values.stringValue getSeparatorInIdentVals()
optional .dstore.engine.values.stringValue separator_in_ident_vals = 8;getSeparatorInIdentVals in interface CoGetMessagesPu.ParametersOrBuilderpublic Values.stringValueOrBuilder getSeparatorInIdentValsOrBuilder()
optional .dstore.engine.values.stringValue separator_in_ident_vals = 8;getSeparatorInIdentValsOrBuilder in interface CoGetMessagesPu.ParametersOrBuilderpublic boolean getSeparatorInIdentValsNull()
optional bool separator_in_ident_vals_null = 1008;getSeparatorInIdentValsNull in interface CoGetMessagesPu.ParametersOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessagepublic void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessagejava.io.IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessagepublic static CoGetMessagesPu.Parameters parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static CoGetMessagesPu.Parameters parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static CoGetMessagesPu.Parameters parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static CoGetMessagesPu.Parameters parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static CoGetMessagesPu.Parameters parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static CoGetMessagesPu.Parameters parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static CoGetMessagesPu.Parameters parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static CoGetMessagesPu.Parameters parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static CoGetMessagesPu.Parameters parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static CoGetMessagesPu.Parameters parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic CoGetMessagesPu.Parameters.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static CoGetMessagesPu.Parameters.Builder newBuilder()
public static CoGetMessagesPu.Parameters.Builder newBuilder(CoGetMessagesPu.Parameters prototype)
public CoGetMessagesPu.Parameters.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected CoGetMessagesPu.Parameters.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessagepublic static CoGetMessagesPu.Parameters getDefaultInstance()
public static com.google.protobuf.Parser<CoGetMessagesPu.Parameters> parser()
public com.google.protobuf.Parser<CoGetMessagesPu.Parameters> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessagepublic CoGetMessagesPu.Parameters getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder