Interface BasicUserProto.BasicUserPBOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BasicUserProto.BasicUserPB
,BasicUserProto.BasicUserPB.Builder
- Enclosing class:
- BasicUserProto
public static interface BasicUserProto.BasicUserPBOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetContactInfo
(int index) repeated .common.protobuf.ContactInfoPB contactInfo = 5;
int
repeated .common.protobuf.ContactInfoPB contactInfo = 5;
repeated .common.protobuf.ContactInfoPB contactInfo = 5;
getContactInfoOrBuilder
(int index) repeated .common.protobuf.ContactInfoPB contactInfo = 5;
List<? extends ContactInfoProto.ContactInfoPBOrBuilder>
repeated .common.protobuf.ContactInfoPB contactInfo = 5;
getId()
string id = 1;
com.google.protobuf.ByteString
string id = 1;
string profileName = 3;
com.google.protobuf.ByteString
string profileName = 3;
BasicUser extends BasicPropertySet, but Protobuf doesn't use inheritance, only composition.BasicUser extends BasicPropertySet, but Protobuf doesn't use inheritance, only composition.getRoles
(int index) repeated string roles = 4;
com.google.protobuf.ByteString
getRolesBytes
(int index) repeated string roles = 4;
int
repeated string roles = 4;
repeated string roles = 4;
getScheduleAdjustment
(int index) repeated .common.protobuf.ScheduleAdjustmentPB scheduleAdjustment = 6;
int
repeated .common.protobuf.ScheduleAdjustmentPB scheduleAdjustment = 6;
repeated .common.protobuf.ScheduleAdjustmentPB scheduleAdjustment = 6;
getScheduleAdjustmentOrBuilder
(int index) repeated .common.protobuf.ScheduleAdjustmentPB scheduleAdjustment = 6;
repeated .common.protobuf.ScheduleAdjustmentPB scheduleAdjustment = 6;
boolean
BasicUser extends BasicPropertySet, but Protobuf doesn't use inheritance, only composition.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getId
String getId()string id = 1;
- Returns:
- The id.
-
getIdBytes
com.google.protobuf.ByteString getIdBytes()string id = 1;
- Returns:
- The bytes for id.
-
hasPropertySet
boolean hasPropertySet()BasicUser extends BasicPropertySet, but Protobuf doesn't use inheritance, only composition. So we will construct a BasicPropertySet of the underlying BasicUser object and serialize that.
.common.protobuf.BasicPropertySetPB propertySet = 2;
- Returns:
- Whether the propertySet field is set.
-
getPropertySet
BasicPropertySetProto.BasicPropertySetPB getPropertySet()BasicUser extends BasicPropertySet, but Protobuf doesn't use inheritance, only composition. So we will construct a BasicPropertySet of the underlying BasicUser object and serialize that.
.common.protobuf.BasicPropertySetPB propertySet = 2;
- Returns:
- The propertySet.
-
getPropertySetOrBuilder
BasicPropertySetProto.BasicPropertySetPBOrBuilder getPropertySetOrBuilder()BasicUser extends BasicPropertySet, but Protobuf doesn't use inheritance, only composition. So we will construct a BasicPropertySet of the underlying BasicUser object and serialize that.
.common.protobuf.BasicPropertySetPB propertySet = 2;
-
getProfileName
String getProfileName()string profileName = 3;
- Returns:
- The profileName.
-
getProfileNameBytes
com.google.protobuf.ByteString getProfileNameBytes()string profileName = 3;
- Returns:
- The bytes for profileName.
-
getRolesList
repeated string roles = 4;
- Returns:
- A list containing the roles.
-
getRolesCount
int getRolesCount()repeated string roles = 4;
- Returns:
- The count of roles.
-
getRoles
repeated string roles = 4;
- Parameters:
index
- The index of the element to return.- Returns:
- The roles at the given index.
-
getRolesBytes
com.google.protobuf.ByteString getRolesBytes(int index) repeated string roles = 4;
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the roles at the given index.
-
getContactInfoList
List<ContactInfoProto.ContactInfoPB> getContactInfoList()repeated .common.protobuf.ContactInfoPB contactInfo = 5;
-
getContactInfo
repeated .common.protobuf.ContactInfoPB contactInfo = 5;
-
getContactInfoCount
int getContactInfoCount()repeated .common.protobuf.ContactInfoPB contactInfo = 5;
-
getContactInfoOrBuilderList
List<? extends ContactInfoProto.ContactInfoPBOrBuilder> getContactInfoOrBuilderList()repeated .common.protobuf.ContactInfoPB contactInfo = 5;
-
getContactInfoOrBuilder
repeated .common.protobuf.ContactInfoPB contactInfo = 5;
-
getScheduleAdjustmentList
List<ScheduleAdjustmentProto.ScheduleAdjustmentPB> getScheduleAdjustmentList()repeated .common.protobuf.ScheduleAdjustmentPB scheduleAdjustment = 6;
-
getScheduleAdjustment
repeated .common.protobuf.ScheduleAdjustmentPB scheduleAdjustment = 6;
-
getScheduleAdjustmentCount
int getScheduleAdjustmentCount()repeated .common.protobuf.ScheduleAdjustmentPB scheduleAdjustment = 6;
-
getScheduleAdjustmentOrBuilderList
List<? extends ScheduleAdjustmentProto.ScheduleAdjustmentPBOrBuilder> getScheduleAdjustmentOrBuilderList()repeated .common.protobuf.ScheduleAdjustmentPB scheduleAdjustment = 6;
-
getScheduleAdjustmentOrBuilder
repeated .common.protobuf.ScheduleAdjustmentPB scheduleAdjustment = 6;
-