Class UserAccountRecordDetail

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
org.yamcs.security.protobuf.UserAccountRecordDetail
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable, UserAccountRecordDetailOrBuilder

public final class UserAccountRecordDetail extends com.google.protobuf.GeneratedMessageV3 implements UserAccountRecordDetailOrBuilder
Protobuf type UserAccountRecordDetail
See Also:
  • Field Details

  • Method Details

    • newInstance

      protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
      Overrides:
      newInstance in class com.google.protobuf.GeneratedMessageV3
    • getUnknownFields

      public final com.google.protobuf.UnknownFieldSet getUnknownFields()
      Specified by:
      getUnknownFields in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getUnknownFields in class com.google.protobuf.GeneratedMessageV3
    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
    • hasEmail

      public boolean hasEmail()
      optional string email = 1;
      Specified by:
      hasEmail in interface UserAccountRecordDetailOrBuilder
      Returns:
      Whether the email field is set.
    • getEmail

      public String getEmail()
      optional string email = 1;
      Specified by:
      getEmail in interface UserAccountRecordDetailOrBuilder
      Returns:
      The email.
    • getEmailBytes

      public com.google.protobuf.ByteString getEmailBytes()
      optional string email = 1;
      Specified by:
      getEmailBytes in interface UserAccountRecordDetailOrBuilder
      Returns:
      The bytes for email.
    • hasHash

      public boolean hasHash()
      optional string hash = 2;
      Specified by:
      hasHash in interface UserAccountRecordDetailOrBuilder
      Returns:
      Whether the hash field is set.
    • getHash

      public String getHash()
      optional string hash = 2;
      Specified by:
      getHash in interface UserAccountRecordDetailOrBuilder
      Returns:
      The hash.
    • getHashBytes

      public com.google.protobuf.ByteString getHashBytes()
      optional string hash = 2;
      Specified by:
      getHashBytes in interface UserAccountRecordDetailOrBuilder
      Returns:
      The bytes for hash.
    • hasSuperuser

      public boolean hasSuperuser()
      optional bool superuser = 3;
      Specified by:
      hasSuperuser in interface UserAccountRecordDetailOrBuilder
      Returns:
      Whether the superuser field is set.
    • getSuperuser

      public boolean getSuperuser()
      optional bool superuser = 3;
      Specified by:
      getSuperuser in interface UserAccountRecordDetailOrBuilder
      Returns:
      The superuser.
    • getRolesList

      public com.google.protobuf.ProtocolStringList getRolesList()
      repeated string roles = 5;
      Specified by:
      getRolesList in interface UserAccountRecordDetailOrBuilder
      Returns:
      A list containing the roles.
    • getRolesCount

      public int getRolesCount()
      repeated string roles = 5;
      Specified by:
      getRolesCount in interface UserAccountRecordDetailOrBuilder
      Returns:
      The count of roles.
    • getRoles

      public String getRoles(int index)
      repeated string roles = 5;
      Specified by:
      getRoles in interface UserAccountRecordDetailOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The roles at the given index.
    • getRolesBytes

      public com.google.protobuf.ByteString getRolesBytes(int index)
      repeated string roles = 5;
      Specified by:
      getRolesBytes in interface UserAccountRecordDetailOrBuilder
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the roles at the given index.
    • getIdentitiesList

      public List<ExternalIdentity> getIdentitiesList()
      repeated .ExternalIdentity identities = 4;
      Specified by:
      getIdentitiesList in interface UserAccountRecordDetailOrBuilder
    • getIdentitiesOrBuilderList

      public List<? extends ExternalIdentityOrBuilder> getIdentitiesOrBuilderList()
      repeated .ExternalIdentity identities = 4;
      Specified by:
      getIdentitiesOrBuilderList in interface UserAccountRecordDetailOrBuilder
    • getIdentitiesCount

      public int getIdentitiesCount()
      repeated .ExternalIdentity identities = 4;
      Specified by:
      getIdentitiesCount in interface UserAccountRecordDetailOrBuilder
    • getIdentities

      public ExternalIdentity getIdentities(int index)
      repeated .ExternalIdentity identities = 4;
      Specified by:
      getIdentities in interface UserAccountRecordDetailOrBuilder
    • getIdentitiesOrBuilder

      public ExternalIdentityOrBuilder getIdentitiesOrBuilder(int index)
      repeated .ExternalIdentity identities = 4;
      Specified by:
      getIdentitiesOrBuilder in interface UserAccountRecordDetailOrBuilder
    • hasClearance

      public boolean hasClearance()
      optional .Clearance clearance = 6;
      Specified by:
      hasClearance in interface UserAccountRecordDetailOrBuilder
      Returns:
      Whether the clearance field is set.
    • getClearance

      public Clearance getClearance()
      optional .Clearance clearance = 6;
      Specified by:
      getClearance in interface UserAccountRecordDetailOrBuilder
      Returns:
      The clearance.
    • getClearanceOrBuilder

      public ClearanceOrBuilder getClearanceOrBuilder()
      optional .Clearance clearance = 6;
      Specified by:
      getClearanceOrBuilder in interface UserAccountRecordDetailOrBuilder
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessageV3
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface com.google.protobuf.MessageLite
      Overrides:
      writeTo in class com.google.protobuf.GeneratedMessageV3
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface com.google.protobuf.MessageLite
      Overrides:
      getSerializedSize in class com.google.protobuf.GeneratedMessageV3
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface com.google.protobuf.Message
      Overrides:
      equals in class com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface com.google.protobuf.Message
      Overrides:
      hashCode in class com.google.protobuf.AbstractMessage
    • parseFrom

      public static UserAccountRecordDetail parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static UserAccountRecordDetail parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static UserAccountRecordDetail parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static UserAccountRecordDetail parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static UserAccountRecordDetail parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static UserAccountRecordDetail parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static UserAccountRecordDetail parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static UserAccountRecordDetail parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static UserAccountRecordDetail parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static UserAccountRecordDetail parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static UserAccountRecordDetail parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static UserAccountRecordDetail parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilderForType

      public UserAccountRecordDetail.Builder newBuilderForType()
      Specified by:
      newBuilderForType in interface com.google.protobuf.Message
      Specified by:
      newBuilderForType in interface com.google.protobuf.MessageLite
    • newBuilder

      public static UserAccountRecordDetail.Builder newBuilder()
    • newBuilder

      public static UserAccountRecordDetail.Builder newBuilder(UserAccountRecordDetail prototype)
    • toBuilder

      public UserAccountRecordDetail.Builder toBuilder()
      Specified by:
      toBuilder in interface com.google.protobuf.Message
      Specified by:
      toBuilder in interface com.google.protobuf.MessageLite
    • newBuilderForType

      protected UserAccountRecordDetail.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
      Specified by:
      newBuilderForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstance

      public static UserAccountRecordDetail getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<UserAccountRecordDetail> parser()
    • getParserForType

      public com.google.protobuf.Parser<UserAccountRecordDetail> getParserForType()
      Specified by:
      getParserForType in interface com.google.protobuf.Message
      Specified by:
      getParserForType in interface com.google.protobuf.MessageLite
      Overrides:
      getParserForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstanceForType

      public UserAccountRecordDetail getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder