public static interface OmGetTrolleysAd.ParametersOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Values.timestampValue |
getFromDateAndTime()
optional .dstore.engine.values.timestampValue from_date_and_time = 1; |
boolean |
getFromDateAndTimeNull()
optional bool from_date_and_time_null = 1001; |
Values.timestampValueOrBuilder |
getFromDateAndTimeOrBuilder()
optional .dstore.engine.values.timestampValue from_date_and_time = 1; |
Values.booleanValue |
getOnlyForIdentifiedPersons()
optional .dstore.engine.values.booleanValue only_for_identified_persons = 3; |
boolean |
getOnlyForIdentifiedPersonsNull()
optional bool only_for_identified_persons_null = 1003; |
Values.booleanValueOrBuilder |
getOnlyForIdentifiedPersonsOrBuilder()
optional .dstore.engine.values.booleanValue only_for_identified_persons = 3; |
Values.timestampValue |
getToDateAndTime()
optional .dstore.engine.values.timestampValue to_date_and_time = 2; |
boolean |
getToDateAndTimeNull()
optional bool to_date_and_time_null = 1002; |
Values.timestampValueOrBuilder |
getToDateAndTimeOrBuilder()
optional .dstore.engine.values.timestampValue to_date_and_time = 2; |
boolean |
hasFromDateAndTime()
optional .dstore.engine.values.timestampValue from_date_and_time = 1; |
boolean |
hasOnlyForIdentifiedPersons()
optional .dstore.engine.values.booleanValue only_for_identified_persons = 3; |
boolean |
hasToDateAndTime()
optional .dstore.engine.values.timestampValue to_date_and_time = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasFromDateAndTime()
optional .dstore.engine.values.timestampValue from_date_and_time = 1;Values.timestampValue getFromDateAndTime()
optional .dstore.engine.values.timestampValue from_date_and_time = 1;Values.timestampValueOrBuilder getFromDateAndTimeOrBuilder()
optional .dstore.engine.values.timestampValue from_date_and_time = 1;boolean getFromDateAndTimeNull()
optional bool from_date_and_time_null = 1001;boolean hasToDateAndTime()
optional .dstore.engine.values.timestampValue to_date_and_time = 2;Values.timestampValue getToDateAndTime()
optional .dstore.engine.values.timestampValue to_date_and_time = 2;Values.timestampValueOrBuilder getToDateAndTimeOrBuilder()
optional .dstore.engine.values.timestampValue to_date_and_time = 2;boolean getToDateAndTimeNull()
optional bool to_date_and_time_null = 1002;boolean hasOnlyForIdentifiedPersons()
optional .dstore.engine.values.booleanValue only_for_identified_persons = 3;Values.booleanValue getOnlyForIdentifiedPersons()
optional .dstore.engine.values.booleanValue only_for_identified_persons = 3;Values.booleanValueOrBuilder getOnlyForIdentifiedPersonsOrBuilder()
optional .dstore.engine.values.booleanValue only_for_identified_persons = 3;boolean getOnlyForIdentifiedPersonsNull()
optional bool only_for_identified_persons_null = 1003;