public static final class PmGetPersonRelationshipsAd.Parameters extends com.google.protobuf.GeneratedMessage implements PmGetPersonRelationshipsAd.ParametersOrBuilder
dstore.engine.pm_GetPersonRelationships_Ad.Parameters| Modifier and Type | Class and Description |
|---|---|
static class |
PmGetPersonRelationshipsAd.Parameters.Builder
Protobuf type
dstore.engine.pm_GetPersonRelationships_Ad.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 |
FROM_DATE_FIELD_NUMBER |
static int |
FROM_DATE_NULL_FIELD_NUMBER |
static int |
ONLY_RELATIONS_CURRENTLY_VALID_FIELD_NUMBER |
static int |
ONLY_RELATIONS_CURRENTLY_VALID_NULL_FIELD_NUMBER |
static com.google.protobuf.Parser<PmGetPersonRelationshipsAd.Parameters> |
PARSER |
static int |
PERSON_ID_FIELD_NUMBER |
static int |
PERSON_ID_NULL_FIELD_NUMBER |
static int |
RELATED_PERSON_ID_FIELD_NUMBER |
static int |
RELATED_PERSON_ID_NULL_FIELD_NUMBER |
static int |
RELATED_PERSON_TYPE_ID_FIELD_NUMBER |
static int |
RELATED_PERSON_TYPE_ID_NULL_FIELD_NUMBER |
static int |
RELATIONSHIP_ID_FIELD_NUMBER |
static int |
RELATIONSHIP_ID_NULL_FIELD_NUMBER |
static int |
TO_DATE_FIELD_NUMBER |
static int |
TO_DATE_NULL_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
static PmGetPersonRelationshipsAd.Parameters |
getDefaultInstance() |
PmGetPersonRelationshipsAd.Parameters |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
Values.timestampValue |
getFromDate()
optional .dstore.engine.values.timestampValue from_date = 4; |
boolean |
getFromDateNull()
optional bool from_date_null = 1004; |
Values.timestampValueOrBuilder |
getFromDateOrBuilder()
optional .dstore.engine.values.timestampValue from_date = 4; |
Values.booleanValue |
getOnlyRelationsCurrentlyValid()
optional .dstore.engine.values.booleanValue only_relations_currently_valid = 6; |
boolean |
getOnlyRelationsCurrentlyValidNull()
optional bool only_relations_currently_valid_null = 1006; |
Values.booleanValueOrBuilder |
getOnlyRelationsCurrentlyValidOrBuilder()
optional .dstore.engine.values.booleanValue only_relations_currently_valid = 6; |
com.google.protobuf.Parser<PmGetPersonRelationshipsAd.Parameters> |
getParserForType() |
Values.integerValue |
getPersonId()
optional .dstore.engine.values.integerValue person_id = 1; |
boolean |
getPersonIdNull()
optional bool person_id_null = 1001; |
Values.integerValueOrBuilder |
getPersonIdOrBuilder()
optional .dstore.engine.values.integerValue person_id = 1; |
Values.integerValue |
getRelatedPersonId()
optional .dstore.engine.values.integerValue related_person_id = 2; |
boolean |
getRelatedPersonIdNull()
optional bool related_person_id_null = 1002; |
Values.integerValueOrBuilder |
getRelatedPersonIdOrBuilder()
optional .dstore.engine.values.integerValue related_person_id = 2; |
Values.integerValue |
getRelatedPersonTypeId()
optional .dstore.engine.values.integerValue related_person_type_id = 7; |
boolean |
getRelatedPersonTypeIdNull()
optional bool related_person_type_id_null = 1007; |
Values.integerValueOrBuilder |
getRelatedPersonTypeIdOrBuilder()
optional .dstore.engine.values.integerValue related_person_type_id = 7; |
Values.integerValue |
getRelationshipId()
optional .dstore.engine.values.integerValue relationship_id = 3; |
boolean |
getRelationshipIdNull()
optional bool relationship_id_null = 1003; |
Values.integerValueOrBuilder |
getRelationshipIdOrBuilder()
optional .dstore.engine.values.integerValue relationship_id = 3; |
int |
getSerializedSize() |
Values.timestampValue |
getToDate()
optional .dstore.engine.values.timestampValue to_date = 5; |
boolean |
getToDateNull()
optional bool to_date_null = 1005; |
Values.timestampValueOrBuilder |
getToDateOrBuilder()
optional .dstore.engine.values.timestampValue to_date = 5; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasFromDate()
optional .dstore.engine.values.timestampValue from_date = 4; |
boolean |
hasOnlyRelationsCurrentlyValid()
optional .dstore.engine.values.booleanValue only_relations_currently_valid = 6; |
boolean |
hasPersonId()
optional .dstore.engine.values.integerValue person_id = 1; |
boolean |
hasRelatedPersonId()
optional .dstore.engine.values.integerValue related_person_id = 2; |
boolean |
hasRelatedPersonTypeId()
optional .dstore.engine.values.integerValue related_person_type_id = 7; |
boolean |
hasRelationshipId()
optional .dstore.engine.values.integerValue relationship_id = 3; |
boolean |
hasToDate()
optional .dstore.engine.values.timestampValue to_date = 5; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static PmGetPersonRelationshipsAd.Parameters.Builder |
newBuilder() |
static PmGetPersonRelationshipsAd.Parameters.Builder |
newBuilder(PmGetPersonRelationshipsAd.Parameters prototype) |
PmGetPersonRelationshipsAd.Parameters.Builder |
newBuilderForType() |
protected PmGetPersonRelationshipsAd.Parameters.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static PmGetPersonRelationshipsAd.Parameters |
parseDelimitedFrom(java.io.InputStream input) |
static PmGetPersonRelationshipsAd.Parameters |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PmGetPersonRelationshipsAd.Parameters |
parseFrom(byte[] data) |
static PmGetPersonRelationshipsAd.Parameters |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PmGetPersonRelationshipsAd.Parameters |
parseFrom(com.google.protobuf.ByteString data) |
static PmGetPersonRelationshipsAd.Parameters |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PmGetPersonRelationshipsAd.Parameters |
parseFrom(com.google.protobuf.CodedInputStream input) |
static PmGetPersonRelationshipsAd.Parameters |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PmGetPersonRelationshipsAd.Parameters |
parseFrom(java.io.InputStream input) |
static PmGetPersonRelationshipsAd.Parameters |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<PmGetPersonRelationshipsAd.Parameters> |
parser() |
PmGetPersonRelationshipsAd.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 PERSON_ID_FIELD_NUMBER
public static final int PERSON_ID_NULL_FIELD_NUMBER
public static final int RELATED_PERSON_ID_FIELD_NUMBER
public static final int RELATED_PERSON_ID_NULL_FIELD_NUMBER
public static final int RELATIONSHIP_ID_FIELD_NUMBER
public static final int RELATIONSHIP_ID_NULL_FIELD_NUMBER
public static final int FROM_DATE_FIELD_NUMBER
public static final int FROM_DATE_NULL_FIELD_NUMBER
public static final int TO_DATE_FIELD_NUMBER
public static final int TO_DATE_NULL_FIELD_NUMBER
public static final int ONLY_RELATIONS_CURRENTLY_VALID_FIELD_NUMBER
public static final int ONLY_RELATIONS_CURRENTLY_VALID_NULL_FIELD_NUMBER
public static final int RELATED_PERSON_TYPE_ID_FIELD_NUMBER
public static final int RELATED_PERSON_TYPE_ID_NULL_FIELD_NUMBER
public static final com.google.protobuf.Parser<PmGetPersonRelationshipsAd.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 hasPersonId()
optional .dstore.engine.values.integerValue person_id = 1;hasPersonId in interface PmGetPersonRelationshipsAd.ParametersOrBuilderpublic Values.integerValue getPersonId()
optional .dstore.engine.values.integerValue person_id = 1;getPersonId in interface PmGetPersonRelationshipsAd.ParametersOrBuilderpublic Values.integerValueOrBuilder getPersonIdOrBuilder()
optional .dstore.engine.values.integerValue person_id = 1;getPersonIdOrBuilder in interface PmGetPersonRelationshipsAd.ParametersOrBuilderpublic boolean getPersonIdNull()
optional bool person_id_null = 1001;getPersonIdNull in interface PmGetPersonRelationshipsAd.ParametersOrBuilderpublic boolean hasRelatedPersonId()
optional .dstore.engine.values.integerValue related_person_id = 2;hasRelatedPersonId in interface PmGetPersonRelationshipsAd.ParametersOrBuilderpublic Values.integerValue getRelatedPersonId()
optional .dstore.engine.values.integerValue related_person_id = 2;getRelatedPersonId in interface PmGetPersonRelationshipsAd.ParametersOrBuilderpublic Values.integerValueOrBuilder getRelatedPersonIdOrBuilder()
optional .dstore.engine.values.integerValue related_person_id = 2;getRelatedPersonIdOrBuilder in interface PmGetPersonRelationshipsAd.ParametersOrBuilderpublic boolean getRelatedPersonIdNull()
optional bool related_person_id_null = 1002;getRelatedPersonIdNull in interface PmGetPersonRelationshipsAd.ParametersOrBuilderpublic boolean hasRelationshipId()
optional .dstore.engine.values.integerValue relationship_id = 3;hasRelationshipId in interface PmGetPersonRelationshipsAd.ParametersOrBuilderpublic Values.integerValue getRelationshipId()
optional .dstore.engine.values.integerValue relationship_id = 3;getRelationshipId in interface PmGetPersonRelationshipsAd.ParametersOrBuilderpublic Values.integerValueOrBuilder getRelationshipIdOrBuilder()
optional .dstore.engine.values.integerValue relationship_id = 3;getRelationshipIdOrBuilder in interface PmGetPersonRelationshipsAd.ParametersOrBuilderpublic boolean getRelationshipIdNull()
optional bool relationship_id_null = 1003;getRelationshipIdNull in interface PmGetPersonRelationshipsAd.ParametersOrBuilderpublic boolean hasFromDate()
optional .dstore.engine.values.timestampValue from_date = 4;hasFromDate in interface PmGetPersonRelationshipsAd.ParametersOrBuilderpublic Values.timestampValue getFromDate()
optional .dstore.engine.values.timestampValue from_date = 4;getFromDate in interface PmGetPersonRelationshipsAd.ParametersOrBuilderpublic Values.timestampValueOrBuilder getFromDateOrBuilder()
optional .dstore.engine.values.timestampValue from_date = 4;getFromDateOrBuilder in interface PmGetPersonRelationshipsAd.ParametersOrBuilderpublic boolean getFromDateNull()
optional bool from_date_null = 1004;getFromDateNull in interface PmGetPersonRelationshipsAd.ParametersOrBuilderpublic boolean hasToDate()
optional .dstore.engine.values.timestampValue to_date = 5;hasToDate in interface PmGetPersonRelationshipsAd.ParametersOrBuilderpublic Values.timestampValue getToDate()
optional .dstore.engine.values.timestampValue to_date = 5;getToDate in interface PmGetPersonRelationshipsAd.ParametersOrBuilderpublic Values.timestampValueOrBuilder getToDateOrBuilder()
optional .dstore.engine.values.timestampValue to_date = 5;getToDateOrBuilder in interface PmGetPersonRelationshipsAd.ParametersOrBuilderpublic boolean getToDateNull()
optional bool to_date_null = 1005;getToDateNull in interface PmGetPersonRelationshipsAd.ParametersOrBuilderpublic boolean hasOnlyRelationsCurrentlyValid()
optional .dstore.engine.values.booleanValue only_relations_currently_valid = 6;hasOnlyRelationsCurrentlyValid in interface PmGetPersonRelationshipsAd.ParametersOrBuilderpublic Values.booleanValue getOnlyRelationsCurrentlyValid()
optional .dstore.engine.values.booleanValue only_relations_currently_valid = 6;getOnlyRelationsCurrentlyValid in interface PmGetPersonRelationshipsAd.ParametersOrBuilderpublic Values.booleanValueOrBuilder getOnlyRelationsCurrentlyValidOrBuilder()
optional .dstore.engine.values.booleanValue only_relations_currently_valid = 6;getOnlyRelationsCurrentlyValidOrBuilder in interface PmGetPersonRelationshipsAd.ParametersOrBuilderpublic boolean getOnlyRelationsCurrentlyValidNull()
optional bool only_relations_currently_valid_null = 1006;getOnlyRelationsCurrentlyValidNull in interface PmGetPersonRelationshipsAd.ParametersOrBuilderpublic boolean hasRelatedPersonTypeId()
optional .dstore.engine.values.integerValue related_person_type_id = 7;hasRelatedPersonTypeId in interface PmGetPersonRelationshipsAd.ParametersOrBuilderpublic Values.integerValue getRelatedPersonTypeId()
optional .dstore.engine.values.integerValue related_person_type_id = 7;getRelatedPersonTypeId in interface PmGetPersonRelationshipsAd.ParametersOrBuilderpublic Values.integerValueOrBuilder getRelatedPersonTypeIdOrBuilder()
optional .dstore.engine.values.integerValue related_person_type_id = 7;getRelatedPersonTypeIdOrBuilder in interface PmGetPersonRelationshipsAd.ParametersOrBuilderpublic boolean getRelatedPersonTypeIdNull()
optional bool related_person_type_id_null = 1007;getRelatedPersonTypeIdNull in interface PmGetPersonRelationshipsAd.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 PmGetPersonRelationshipsAd.Parameters parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PmGetPersonRelationshipsAd.Parameters parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PmGetPersonRelationshipsAd.Parameters parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PmGetPersonRelationshipsAd.Parameters parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PmGetPersonRelationshipsAd.Parameters parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static PmGetPersonRelationshipsAd.Parameters parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static PmGetPersonRelationshipsAd.Parameters parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static PmGetPersonRelationshipsAd.Parameters parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static PmGetPersonRelationshipsAd.Parameters parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static PmGetPersonRelationshipsAd.Parameters parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic PmGetPersonRelationshipsAd.Parameters.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static PmGetPersonRelationshipsAd.Parameters.Builder newBuilder()
public static PmGetPersonRelationshipsAd.Parameters.Builder newBuilder(PmGetPersonRelationshipsAd.Parameters prototype)
public PmGetPersonRelationshipsAd.Parameters.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected PmGetPersonRelationshipsAd.Parameters.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessagepublic static PmGetPersonRelationshipsAd.Parameters getDefaultInstance()
public static com.google.protobuf.Parser<PmGetPersonRelationshipsAd.Parameters> parser()
public com.google.protobuf.Parser<PmGetPersonRelationshipsAd.Parameters> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessagepublic PmGetPersonRelationshipsAd.Parameters getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder