Interface UpdateUserRequestOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean getActive()
      optional bool active = 4;
      String getDisplayName()
      optional string displayName = 2;
      com.google.protobuf.ByteString getDisplayNameBytes()
      optional string displayName = 2;
      String getEmail()
      optional string email = 3;
      com.google.protobuf.ByteString getEmailBytes()
      optional string email = 3;
      String getName()
      optional string name = 1;
      com.google.protobuf.ByteString getNameBytes()
      optional string name = 1;
      String getPassword()
      optional string password = 6;
      com.google.protobuf.ByteString getPasswordBytes()
      optional string password = 6;
      RoleAssignment getRoleAssignment()
      optional .yamcs.protobuf.iam.RoleAssignment roleAssignment = 7;
      RoleAssignmentOrBuilder getRoleAssignmentOrBuilder()
      optional .yamcs.protobuf.iam.RoleAssignment roleAssignment = 7;
      boolean getSuperuser()
      optional bool superuser = 5;
      boolean hasActive()
      optional bool active = 4;
      boolean hasDisplayName()
      optional string displayName = 2;
      boolean hasEmail()
      optional string email = 3;
      boolean hasName()
      optional string name = 1;
      boolean hasPassword()
      optional string password = 6;
      boolean hasRoleAssignment()
      optional .yamcs.protobuf.iam.RoleAssignment roleAssignment = 7;
      boolean hasSuperuser()
      optional bool superuser = 5;
      • 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;
      • hasEmail

        boolean hasEmail()
        optional string email = 3;
      • getEmail

        String getEmail()
        optional string email = 3;
      • getEmailBytes

        com.google.protobuf.ByteString getEmailBytes()
        optional string email = 3;
      • hasActive

        boolean hasActive()
        optional bool active = 4;
      • getActive

        boolean getActive()
        optional bool active = 4;
      • hasSuperuser

        boolean hasSuperuser()
        optional bool superuser = 5;
      • getSuperuser

        boolean getSuperuser()
        optional bool superuser = 5;
      • hasPassword

        boolean hasPassword()
        optional string password = 6;
      • getPassword

        String getPassword()
        optional string password = 6;
      • getPasswordBytes

        com.google.protobuf.ByteString getPasswordBytes()
        optional string password = 6;
      • hasRoleAssignment

        boolean hasRoleAssignment()
        optional .yamcs.protobuf.iam.RoleAssignment roleAssignment = 7;
      • getRoleAssignment

        RoleAssignment getRoleAssignment()
        optional .yamcs.protobuf.iam.RoleAssignment roleAssignment = 7;
      • getRoleAssignmentOrBuilder

        RoleAssignmentOrBuilder getRoleAssignmentOrBuilder()
        optional .yamcs.protobuf.iam.RoleAssignment roleAssignment = 7;