Interface ConnectionRequestOuterClass.AuthenticationInfoOrBuilder

    • Method Detail

      • getPassword

        java.lang.String getPassword()
        string password = 1;
        Returns:
        The password.
      • getPasswordBytes

        com.google.protobuf.ByteString getPasswordBytes()
        string password = 1;
        Returns:
        The bytes for password.
      • getUsername

        java.lang.String getUsername()
        string username = 2;
        Returns:
        The username.
      • getUsernameBytes

        com.google.protobuf.ByteString getUsernameBytes()
        string username = 2;
        Returns:
        The bytes for username.
      • hasIamCredentials

        boolean hasIamCredentials()
        optional .connection_request.IamCredentials iam_credentials = 3;
        Returns:
        Whether the iamCredentials field is set.