Package flyteidl.service
Interface Identity.UserInfoResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Identity.UserInfoResponse,Identity.UserInfoResponse.Builder
- Enclosing class:
- Identity
public static interface Identity.UserInfoResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetEmail()Preferred e-mail addresscom.google.protobuf.ByteStringgetEmailBytes()Preferred e-mail addressStringgetFamilyName()Surname(s) or last name(s)com.google.protobuf.ByteStringgetFamilyNameBytes()Surname(s) or last name(s)StringgetGivenName()Given name(s) or first name(s)com.google.protobuf.ByteStringgetGivenNameBytes()Given name(s) or first name(s)StringgetName()Full namecom.google.protobuf.ByteStringgetNameBytes()Full nameStringgetPicture()Profile picture URLcom.google.protobuf.ByteStringgetPictureBytes()Profile picture URLStringgetPreferredUsername()Shorthand name by which the End-User wishes to be referred tocom.google.protobuf.ByteStringgetPreferredUsernameBytes()Shorthand name by which the End-User wishes to be referred toStringgetSubject()Locally unique and never reassigned identifier within the Issuer for the End-User, which is intended to be consumed by the Client.com.google.protobuf.ByteStringgetSubjectBytes()Locally unique and never reassigned identifier within the Issuer for the End-User, which is intended to be consumed by the Client.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getSubject
String getSubject()
Locally unique and never reassigned identifier within the Issuer for the End-User, which is intended to be consumed by the Client.
string subject = 1;- Returns:
- The subject.
-
getSubjectBytes
com.google.protobuf.ByteString getSubjectBytes()
Locally unique and never reassigned identifier within the Issuer for the End-User, which is intended to be consumed by the Client.
string subject = 1;- Returns:
- The bytes for subject.
-
getName
String getName()
Full name
string name = 2;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
Full name
string name = 2;- Returns:
- The bytes for name.
-
getPreferredUsername
String getPreferredUsername()
Shorthand name by which the End-User wishes to be referred to
string preferred_username = 3;- Returns:
- The preferredUsername.
-
getPreferredUsernameBytes
com.google.protobuf.ByteString getPreferredUsernameBytes()
Shorthand name by which the End-User wishes to be referred to
string preferred_username = 3;- Returns:
- The bytes for preferredUsername.
-
getGivenName
String getGivenName()
Given name(s) or first name(s)
string given_name = 4;- Returns:
- The givenName.
-
getGivenNameBytes
com.google.protobuf.ByteString getGivenNameBytes()
Given name(s) or first name(s)
string given_name = 4;- Returns:
- The bytes for givenName.
-
getFamilyName
String getFamilyName()
Surname(s) or last name(s)
string family_name = 5;- Returns:
- The familyName.
-
getFamilyNameBytes
com.google.protobuf.ByteString getFamilyNameBytes()
Surname(s) or last name(s)
string family_name = 5;- Returns:
- The bytes for familyName.
-
getEmail
String getEmail()
Preferred e-mail address
string email = 6;- Returns:
- The email.
-
getEmailBytes
com.google.protobuf.ByteString getEmailBytes()
Preferred e-mail address
string email = 6;- Returns:
- The bytes for email.
-
getPicture
String getPicture()
Profile picture URL
string picture = 7;- Returns:
- The picture.
-
getPictureBytes
com.google.protobuf.ByteString getPictureBytes()
Profile picture URL
string picture = 7;- Returns:
- The bytes for picture.
-
-