Interface ServiceAccountInfoOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ServiceAccountInfo, ServiceAccountInfo.Builder

public interface ServiceAccountInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Whether the account may login
    com.google.protobuf.Timestamp
    When this account was first activated
    com.google.protobuf.TimestampOrBuilder
    When this account was first activated
    User that created this user account
    User that created this user account
    com.google.protobuf.Timestamp
    When this user was created
    com.google.protobuf.TimestampOrBuilder
    When this user was created
    Displayed name
    com.google.protobuf.ByteString
    Displayed name
    com.google.protobuf.Timestamp
    When this account last logged in
    com.google.protobuf.TimestampOrBuilder
    When this account last logged in
    Service account name
    com.google.protobuf.ByteString
    Service account name
    boolean
    Whether the account may login
    boolean
    When this account was first activated
    boolean
    User that created this user account
    boolean
    When this user was created
    boolean
    Displayed name
    boolean
    When this account last logged in
    boolean
    Service account name

    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

    • hasName

      boolean hasName()
       Service account name
       
      optional string name = 1;
      Returns:
      Whether the name field is set.
    • getName

      String getName()
       Service account name
       
      optional string name = 1;
      Returns:
      The name.
    • getNameBytes

      com.google.protobuf.ByteString getNameBytes()
       Service account name
       
      optional string name = 1;
      Returns:
      The bytes for name.
    • hasDisplayName

      boolean hasDisplayName()
       Displayed name
       
      optional string displayName = 2;
      Returns:
      Whether the displayName field is set.
    • getDisplayName

      String getDisplayName()
       Displayed name
       
      optional string displayName = 2;
      Returns:
      The displayName.
    • getDisplayNameBytes

      com.google.protobuf.ByteString getDisplayNameBytes()
       Displayed name
       
      optional string displayName = 2;
      Returns:
      The bytes for displayName.
    • hasActive

      boolean hasActive()
       Whether the account may login
       
      optional bool active = 3;
      Returns:
      Whether the active field is set.
    • getActive

      boolean getActive()
       Whether the account may login
       
      optional bool active = 3;
      Returns:
      The active.
    • hasCreatedBy

      boolean hasCreatedBy()
       User that created this user account
       
      optional .yamcs.protobuf.iam.UserInfo createdBy = 4;
      Returns:
      Whether the createdBy field is set.
    • getCreatedBy

      UserInfo getCreatedBy()
       User that created this user account
       
      optional .yamcs.protobuf.iam.UserInfo createdBy = 4;
      Returns:
      The createdBy.
    • getCreatedByOrBuilder

      UserInfoOrBuilder getCreatedByOrBuilder()
       User that created this user account
       
      optional .yamcs.protobuf.iam.UserInfo createdBy = 4;
    • hasCreationTime

      boolean hasCreationTime()
       When this user was created
       
      optional .google.protobuf.Timestamp creationTime = 5;
      Returns:
      Whether the creationTime field is set.
    • getCreationTime

      com.google.protobuf.Timestamp getCreationTime()
       When this user was created
       
      optional .google.protobuf.Timestamp creationTime = 5;
      Returns:
      The creationTime.
    • getCreationTimeOrBuilder

      com.google.protobuf.TimestampOrBuilder getCreationTimeOrBuilder()
       When this user was created
       
      optional .google.protobuf.Timestamp creationTime = 5;
    • hasConfirmationTime

      boolean hasConfirmationTime()
       When this account was first activated
       
      optional .google.protobuf.Timestamp confirmationTime = 6;
      Returns:
      Whether the confirmationTime field is set.
    • getConfirmationTime

      com.google.protobuf.Timestamp getConfirmationTime()
       When this account was first activated
       
      optional .google.protobuf.Timestamp confirmationTime = 6;
      Returns:
      The confirmationTime.
    • getConfirmationTimeOrBuilder

      com.google.protobuf.TimestampOrBuilder getConfirmationTimeOrBuilder()
       When this account was first activated
       
      optional .google.protobuf.Timestamp confirmationTime = 6;
    • hasLastLoginTime

      boolean hasLastLoginTime()
       When this account last logged in
       
      optional .google.protobuf.Timestamp lastLoginTime = 7;
      Returns:
      Whether the lastLoginTime field is set.
    • getLastLoginTime

      com.google.protobuf.Timestamp getLastLoginTime()
       When this account last logged in
       
      optional .google.protobuf.Timestamp lastLoginTime = 7;
      Returns:
      The lastLoginTime.
    • getLastLoginTimeOrBuilder

      com.google.protobuf.TimestampOrBuilder getLastLoginTimeOrBuilder()
       When this account last logged in
       
      optional .google.protobuf.Timestamp lastLoginTime = 7;