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
      boolean getActive()
      optional bool active = 3;
      com.google.protobuf.Timestamp getConfirmationTime()
      optional .google.protobuf.Timestamp confirmationTime = 6;
      com.google.protobuf.TimestampOrBuilder getConfirmationTimeOrBuilder()
      optional .google.protobuf.Timestamp confirmationTime = 6;
      UserInfo getCreatedBy()
      optional .yamcs.protobuf.iam.UserInfo createdBy = 4;
      UserInfoOrBuilder getCreatedByOrBuilder()
      optional .yamcs.protobuf.iam.UserInfo createdBy = 4;
      com.google.protobuf.Timestamp getCreationTime()
      optional .google.protobuf.Timestamp creationTime = 5;
      com.google.protobuf.TimestampOrBuilder getCreationTimeOrBuilder()
      optional .google.protobuf.Timestamp creationTime = 5;
      String getDisplayName()
      optional string displayName = 2;
      com.google.protobuf.ByteString getDisplayNameBytes()
      optional string displayName = 2;
      com.google.protobuf.Timestamp getLastLoginTime()
      optional .google.protobuf.Timestamp lastLoginTime = 7;
      com.google.protobuf.TimestampOrBuilder getLastLoginTimeOrBuilder()
      optional .google.protobuf.Timestamp lastLoginTime = 7;
      String getName()
      optional string name = 1;
      com.google.protobuf.ByteString getNameBytes()
      optional string name = 1;
      boolean hasActive()
      optional bool active = 3;
      boolean hasConfirmationTime()
      optional .google.protobuf.Timestamp confirmationTime = 6;
      boolean hasCreatedBy()
      optional .yamcs.protobuf.iam.UserInfo createdBy = 4;
      boolean hasCreationTime()
      optional .google.protobuf.Timestamp creationTime = 5;
      boolean hasDisplayName()
      optional string displayName = 2;
      boolean hasLastLoginTime()
      optional .google.protobuf.Timestamp lastLoginTime = 7;
      boolean hasName()
      optional string name = 1;
      • 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 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;