Package org.yamcs.protobuf
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 TypeMethodDescriptionboolean
Whether the account may logincom.google.protobuf.Timestamp
When this account was first activatedcom.google.protobuf.TimestampOrBuilder
When this account was first activatedUser that created this user accountUser that created this user accountcom.google.protobuf.Timestamp
When this user was createdcom.google.protobuf.TimestampOrBuilder
When this user was createdDisplayed namecom.google.protobuf.ByteString
Displayed namecom.google.protobuf.Timestamp
When this account last logged incom.google.protobuf.TimestampOrBuilder
When this account last logged ingetName()
Service account namecom.google.protobuf.ByteString
Service account nameboolean
Whether the account may loginboolean
When this account was first activatedboolean
User that created this user accountboolean
When this user was createdboolean
Displayed nameboolean
When this account last logged inboolean
hasName()
Service account nameMethods 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;
-