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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleangetActive()optional bool active = 3;com.google.protobuf.TimestampgetConfirmationTime()optional .google.protobuf.Timestamp confirmationTime = 6;com.google.protobuf.TimestampOrBuildergetConfirmationTimeOrBuilder()optional .google.protobuf.Timestamp confirmationTime = 6;UserInfogetCreatedBy()optional .yamcs.protobuf.iam.UserInfo createdBy = 4;UserInfoOrBuildergetCreatedByOrBuilder()optional .yamcs.protobuf.iam.UserInfo createdBy = 4;com.google.protobuf.TimestampgetCreationTime()optional .google.protobuf.Timestamp creationTime = 5;com.google.protobuf.TimestampOrBuildergetCreationTimeOrBuilder()optional .google.protobuf.Timestamp creationTime = 5;StringgetDisplayName()optional string displayName = 2;com.google.protobuf.ByteStringgetDisplayNameBytes()optional string displayName = 2;com.google.protobuf.TimestampgetLastLoginTime()optional .google.protobuf.Timestamp lastLoginTime = 7;com.google.protobuf.TimestampOrBuildergetLastLoginTimeOrBuilder()optional .google.protobuf.Timestamp lastLoginTime = 7;StringgetName()optional string name = 1;com.google.protobuf.ByteStringgetNameBytes()optional string name = 1;booleanhasActive()optional bool active = 3;booleanhasConfirmationTime()optional .google.protobuf.Timestamp confirmationTime = 6;booleanhasCreatedBy()optional .yamcs.protobuf.iam.UserInfo createdBy = 4;booleanhasCreationTime()optional .google.protobuf.Timestamp creationTime = 5;booleanhasDisplayName()optional string displayName = 2;booleanhasLastLoginTime()optional .google.protobuf.Timestamp lastLoginTime = 7;booleanhasName()optional string name = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasName
boolean hasName()
optional string name = 1;
-
getName
String getName()
optional string name = 1;
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
optional string name = 1;
-
hasDisplayName
boolean hasDisplayName()
optional string displayName = 2;
-
getDisplayName
String getDisplayName()
optional string displayName = 2;
-
getDisplayNameBytes
com.google.protobuf.ByteString getDisplayNameBytes()
optional string displayName = 2;
-
hasActive
boolean hasActive()
optional bool active = 3;
-
getActive
boolean getActive()
optional bool active = 3;
-
hasCreatedBy
boolean hasCreatedBy()
optional .yamcs.protobuf.iam.UserInfo createdBy = 4;
-
getCreatedBy
UserInfo getCreatedBy()
optional .yamcs.protobuf.iam.UserInfo createdBy = 4;
-
getCreatedByOrBuilder
UserInfoOrBuilder getCreatedByOrBuilder()
optional .yamcs.protobuf.iam.UserInfo createdBy = 4;
-
hasCreationTime
boolean hasCreationTime()
optional .google.protobuf.Timestamp creationTime = 5;
-
getCreationTime
com.google.protobuf.Timestamp getCreationTime()
optional .google.protobuf.Timestamp creationTime = 5;
-
getCreationTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getCreationTimeOrBuilder()
optional .google.protobuf.Timestamp creationTime = 5;
-
hasConfirmationTime
boolean hasConfirmationTime()
optional .google.protobuf.Timestamp confirmationTime = 6;
-
getConfirmationTime
com.google.protobuf.Timestamp getConfirmationTime()
optional .google.protobuf.Timestamp confirmationTime = 6;
-
getConfirmationTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getConfirmationTimeOrBuilder()
optional .google.protobuf.Timestamp confirmationTime = 6;
-
hasLastLoginTime
boolean hasLastLoginTime()
optional .google.protobuf.Timestamp lastLoginTime = 7;
-
getLastLoginTime
com.google.protobuf.Timestamp getLastLoginTime()
optional .google.protobuf.Timestamp lastLoginTime = 7;
-
getLastLoginTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getLastLoginTimeOrBuilder()
optional .google.protobuf.Timestamp lastLoginTime = 7;
-
-