Interface BasicAuthenticatedUserProto.BasicAuthenticatedUserPBOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BasicAuthenticatedUserProto.BasicAuthenticatedUserPB,BasicAuthenticatedUserProto.BasicAuthenticatedUserPB.Builder
- Enclosing class:
- BasicAuthenticatedUserProto
public static interface BasicAuthenticatedUserProto.BasicAuthenticatedUserPBOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.common.protobuf.BasicUserPB basicUser = 1;.common.protobuf.BasicUserPB basicUser = 1;longDate object converted to epoch timestamp before serializationboolean.common.protobuf.BasicUserPB basicUser = 1;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasBasicUser
boolean hasBasicUser().common.protobuf.BasicUserPB basicUser = 1;- Returns:
- Whether the basicUser field is set.
-
getBasicUser
BasicUserProto.BasicUserPB getBasicUser().common.protobuf.BasicUserPB basicUser = 1;- Returns:
- The basicUser.
-
getBasicUserOrBuilder
BasicUserProto.BasicUserPBOrBuilder getBasicUserOrBuilder().common.protobuf.BasicUserPB basicUser = 1; -
getTimestamp
long getTimestamp()Date object converted to epoch timestamp before serialization
int64 timestamp = 2;- Returns:
- The timestamp.
-