Interface AlloyDbSettings.UserPasswordOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getPassword()
      The initial password for the user.
      com.google.protobuf.ByteString getPasswordBytes()
      The initial password for the user.
      boolean getPasswordSet()
      Output only.
      String getUser()
      The database username.
      com.google.protobuf.ByteString getUserBytes()
      The database username.
      • 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

      • getUser

        String getUser()
         The database username.
         
        string user = 1;
        Returns:
        The user.
      • getUserBytes

        com.google.protobuf.ByteString getUserBytes()
         The database username.
         
        string user = 1;
        Returns:
        The bytes for user.
      • getPassword

        String getPassword()
         The initial password for the user.
         
        string password = 2;
        Returns:
        The password.
      • getPasswordBytes

        com.google.protobuf.ByteString getPasswordBytes()
         The initial password for the user.
         
        string password = 2;
        Returns:
        The bytes for password.
      • getPasswordSet

        boolean getPasswordSet()
         Output only. Indicates if the initial_user.password field has been set.
         
        bool password_set = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The passwordSet.